mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to version 20040214
- Fix build on 5.x and amd64 PR: ports/62795 Submitted by: maintainer
This commit is contained in:
parent
d67e84e320
commit
5468e294aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100880
5 changed files with 611 additions and 569 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= asir
|
||||
PORTVERSION= 20030825
|
||||
PORTVERSION= 20040214
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \
|
||||
ftp://ftp.asir.org/pub/asir/src/
|
||||
|
@ -24,18 +24,16 @@ USE_AUTOCONF= yes
|
|||
USE_AUTOMAKE_VER= 15
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari=new
|
||||
ASIR_DOC_VERSION= 20030507
|
||||
ASIR_DOC_VERSION= 20040211
|
||||
ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz
|
||||
MAN1= asir.1
|
||||
PREFIX?= ${LOCALBASE}
|
||||
WRKSRC= ${WRKDIR}/asir2000
|
||||
|
||||
LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \
|
||||
fff gr ifplot katsura launch mat nf num primdec \
|
||||
ratint robot solve sp sturm xm
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
DEPRECATED= "Will be removed after April 7 if still broken"
|
||||
LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \
|
||||
fctrdata fctrtest fff glib gr ifplot katsura launch mat nf \
|
||||
num primdec primdec_lex primdec_mod ratint robot solve sp \
|
||||
sturm sym weight xm
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (asir-20030825.tar.gz) = 1732b4a5005a0b412086457b16ff1410
|
||||
MD5 (asirdoc-20030507.tar.gz) = 979951db28ab688b326295babf25921a
|
||||
MD5 (asir-20040214.tar.gz) = d028676f35e9df7e0f31f64640c868f0
|
||||
MD5 (asirdoc-20040211.tar.gz) = 0ce27f026e7235d30d5f03789f5b74cd
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
--- include/version.h.orig Tue Jun 24 18:49:36 2003
|
||||
+++ include/version.h Wed Jun 25 00:32:26 2003
|
||||
@@ -48,4 +48,4 @@
|
||||
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.108 2003/06/24 09:49:36 noro Exp $
|
||||
--- include/version.h.orig Tue Jan 28 17:38:58 2003
|
||||
+++ include/version.h Sun Mar 2 21:15:34 2003
|
||||
@@ -47,5 +47,5 @@
|
||||
*
|
||||
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.90 2003/01/28 08:38:58 noro Exp $
|
||||
*/
|
||||
#define ASIR_VERSION 20030825
|
||||
-#define ASIR_VERSION 20031021
|
||||
-#define ASIR_DISTRIBUTION "Kobe"
|
||||
+#define ASIR_VERSION 20040214
|
||||
+#define ASIR_DISTRIBUTION "Plotting Group"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- lib/Makefile.am.orig Fri May 2 02:30:42 2003
|
||||
+++ lib/Makefile.am Fri May 2 02:30:57 2003
|
||||
+++ lib/Makefile.am Tue Jan 27 14:57:47 2004
|
||||
@@ -1,6 +1,6 @@
|
||||
## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.7 2003/04/20 07:15:35 noro Exp $
|
||||
## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.10 2003/12/12 08:03:12 noro Exp $
|
||||
|
||||
-asirdir = ${libdir}/asir
|
||||
+asirdir = ${datadir}/asir
|
||||
RR = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \
|
||||
RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
|
||||
fff glib gr ifplot katsura mat nf num primdec primdec_lex \
|
||||
ratint robot solve sp sturm sym xm primdec_mod
|
||||
ratint robot solve sp sturm sym xm primdec_mod weight
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue