diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-22 02:20:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-22 02:20:35 +0000 |
commit | 69b7a852727e90b629219e3235bd819be9c5b991 (patch) | |
tree | 2e31725d2b42e06cd06581aec4ceef7b46899dea /math | |
parent | 812d81026b3640583020f694109ab718fd474883 (diff) | |
download | ports-69b7a852727e90b629219e3235bd819be9c5b991.tar.gz ports-69b7a852727e90b629219e3235bd819be9c5b991.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric/files/patch-aa | 7 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-aa | 7 |
6 files changed, 6 insertions, 22 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 194d23467f91..54334804a698 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +17,6 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic \ gal.3:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes @@ -27,7 +26,7 @@ USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb +CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index a81da581225c..aa83814e1cc8 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.60.tar.gz) = af859ba9aa53dbb46c3fb34ff84efe4f +MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 1547adccfc28..99cdec2f9ba8 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,12 +1,5 @@ --- configure.orig Tue Oct 10 10:27:58 2000 +++ configure Wed Oct 11 12:15:15 2000 -@@ -6136,4 +6136,4 @@ - echo "configure:6137: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then @@ -6677,6 +6677,6 @@ - case "$ac_given_INSTALL" in diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 194d23467f91..54334804a698 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +17,6 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic \ gal.3:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes @@ -27,7 +26,7 @@ USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb +CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index a81da581225c..aa83814e1cc8 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.60.tar.gz) = af859ba9aa53dbb46c3fb34ff84efe4f +MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 1547adccfc28..99cdec2f9ba8 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,12 +1,5 @@ --- configure.orig Tue Oct 10 10:27:58 2000 +++ configure Wed Oct 11 12:15:15 2000 -@@ -6136,4 +6136,4 @@ - echo "configure:6137: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then @@ -6677,6 +6677,6 @@ - case "$ac_given_INSTALL" in |