summaryrefslogtreecommitdiff
path: root/misc/gretl
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:00:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:00:27 +0000
commit4958bf9b45e67d582ba65c20646ad4d935e9b399 (patch)
tree51bf06760e37ca124058899bb3926f9d6e11a213 /misc/gretl
parentupgrade to 0.9.5 (diff)
upgrade to 1.0.2
PR: 46420 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72433
Diffstat (limited to 'misc/gretl')
-rw-r--r--misc/gretl/Makefile3
-rw-r--r--misc/gretl/distinfo2
-rw-r--r--misc/gretl/files/patch-lib::Makefile.in8
-rw-r--r--misc/gretl/files/patch-plugin::libole2::ms-ole2.h14
4 files changed, 20 insertions, 7 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile
index 674d15e353e0..80d6efb1c83f 100644
--- a/misc/gretl/Makefile
+++ b/misc/gretl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.0
+PORTVERSION= 1.0.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +23,6 @@ BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
-GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 253
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/misc/gretl/distinfo b/misc/gretl/distinfo
index e3f34ff4ce6d..b358138982ad 100644
--- a/misc/gretl/distinfo
+++ b/misc/gretl/distinfo
@@ -1 +1 @@
-MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847
+MD5 (gretl-1.0.2.tar.gz) = 42f3daf7ab7409a3c760677afb6e293d
diff --git a/misc/gretl/files/patch-lib::Makefile.in b/misc/gretl/files/patch-lib::Makefile.in
index 17550caf232f..0cfd14e305db 100644
--- a/misc/gretl/files/patch-lib::Makefile.in
+++ b/misc/gretl/files/patch-lib::Makefile.in
@@ -1,5 +1,5 @@
---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002
-+++ lib/Makefile.in Mon Nov 18 20:04:11 2002
+--- lib/Makefile.in.orig Wed Dec 4 11:49:39 2002
++++ lib/Makefile.in Sat Dec 14 05:26:28 2002
@@ -14,6 +14,11 @@
GLIB_LIBS = @GLIB_LIBS@
have_gtk = @have_gtk@
@@ -42,8 +42,8 @@
$(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS)
+- -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0
++ -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 $(LDFLAGS)
.PHONY:
diff --git a/misc/gretl/files/patch-plugin::libole2::ms-ole2.h b/misc/gretl/files/patch-plugin::libole2::ms-ole2.h
new file mode 100644
index 000000000000..dc25fd58bcaf
--- /dev/null
+++ b/misc/gretl/files/patch-plugin::libole2::ms-ole2.h
@@ -0,0 +1,14 @@
+--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002
++++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002
+@@ -13,10 +13,10 @@
+
+ /* This should be done in glib */
+ /* Allin Cottrell modifications here */
++# include <sys/types.h>
+ #ifndef _WIN32
+ # include <fcntl.h> /* for mode_t */
+ #else
+-# include <sys/types.h>
+ # ifdef notdef
+ typedef unsigned long mode_t;
+ typedef /* signed */ long off_t;