summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 03:50:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 03:50:03 +0000
commit980148c0baf5d6de9c0336920edaa1ceeb8de4f7 (patch)
tree261681a5ddf784c5b402be126028d7474dd06d29 /math
parentECHO -> ECHO_MSG, ECHO_CMD (diff)
Update port: misc/gretl to 1.1.2
- Update to version 1.1.2 PR: ports/57006 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89505
Diffstat (limited to 'math')
-rw-r--r--math/gretl/Makefile8
-rw-r--r--math/gretl/distinfo2
-rw-r--r--math/gretl/files/patch-lib::Makefile.in8
-rw-r--r--math/gretl/pkg-plist1
4 files changed, 11 insertions, 8 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 97a3d1aaad0f..6dc3ba275cd4 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -32,12 +32,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake
INSTALLS_SHLIB= yes
-NOT_FOR_ARCHS= alpha
-
MAN1= gretl.1 gretl-config.1
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "math/lapack appears to be broken on alpha"
+.endif
+
.if ${HAVE_GNOME:Mlibgnomeui}!=""
PKGNAMESUFFIX= -gnome
USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui
diff --git a/math/gretl/distinfo b/math/gretl/distinfo
index fc0eb2130a32..656054276191 100644
--- a/math/gretl/distinfo
+++ b/math/gretl/distinfo
@@ -1 +1 @@
-MD5 (gretl-1.1.0.tar.bz2) = 72c093f9a975153d5c449ce6506a9e63
+MD5 (gretl-1.1.2.tar.bz2) = a378caa45034102bc4000946d8aa4ccb
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 5b4f58fedb19..b373a98636f2 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,5 +1,5 @@
---- lib/Makefile.in.orig Sun Jun 29 04:06:20 2003
-+++ lib/Makefile.in Fri Jul 25 20:47:07 2003
+--- lib/Makefile.in.orig Tue Sep 9 21:46:20 2003
++++ lib/Makefile.in Wed Sep 10 14:28:33 2003
@@ -18,6 +18,11 @@
have_gtk = @have_gtk@
@@ -43,8 +43,8 @@
$(LIBGRETL): $(LOBJS) $(AUX_LOBJ)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:9:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:9:0 $(LDFLAGS)
+- -rpath $(prefix)/lib $(LIBS) -version-info 0:11:0
++ -rpath $(prefix)/lib $(LIBS) -version-info 0:11:0 $(LDFLAGS)
-include $(LOBJS:.lo=.d)
diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist
index e874a24d56af..f58f5a878cdb 100644
--- a/math/gretl/pkg-plist
+++ b/math/gretl/pkg-plist
@@ -46,6 +46,7 @@ lib/gretl/lad.so
lib/gretl/leverage.so
lib/gretl/mp_ols.so
lib/gretl/panel_data.so
+lib/gretl/pca.so
lib/gretl/progress_bar.so
lib/gretl/range-mean.so
lib/gretl/stats_tables.so