diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-02-10 04:10:06 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-02-10 04:10:06 +0000 |
commit | 699ad3469b87a44852bf8b7468a1cbe1000663c9 (patch) | |
tree | 7bb0e3c06582fbf8634bd940a4ebd7e5e78a3fde | |
parent | 6e27856bf78f8998cd200649d3073f192a680fde (diff) | |
download | ports-699ad3469b87a44852bf8b7468a1cbe1000663c9.tar.gz ports-699ad3469b87a44852bf8b7468a1cbe1000663c9.zip |
Notes
-rw-r--r-- | math/gnuplot/Makefile | 17 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 2 | ||||
-rw-r--r-- | math/gnuplot/files/patch-aa | 22 | ||||
-rw-r--r-- | math/gnuplot/pkg-plist | 2 |
4 files changed, 21 insertions, 22 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 32158922c96a..1a106fada027 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,28 +1,27 @@ # New ports collection makefile for: gnuplot -# Version required: beta340 +# Version required: 3.7 # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.20 1998/11/29 12:43:08 asami Exp $ +# $Id: Makefile,v 1.21 1999/01/23 07:05:24 vanilla Exp $ # -DISTNAME= gnuplot-beta340 -PKGNAME= gnuplot-340 +DISTNAME= gnuplot-3.7 CATEGORIES= math graphics -MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/ +MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd USE_XLIB= yes -WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ - --includedir=${PREFIX}/include --libdir=${PREFIX}/lib \ + --includedir=${LOCALBASE}/include/ \ + --libdir=${LOCALBASE}/lib \ --with-x --without-linux-vga \ - --with-gd=$(PREFIX)/lib \ + --with-gd=${LOCALBASE}/lib \ --with-gnu-readline --with-lasergnu --with-png MAN1= gnuplot.1 lasergnu.1 diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index d8a12f30d84c..6a0c1459c057 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1 +1 @@ -MD5 (gnuplot-beta340.tar.gz) = c9cd9f1bc66df570ff6471599d8bb6a5 +MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d diff --git a/math/gnuplot/files/patch-aa b/math/gnuplot/files/patch-aa index 45e557e828ee..d1bfc51adac5 100644 --- a/math/gnuplot/files/patch-aa +++ b/math/gnuplot/files/patch-aa @@ -1,11 +1,11 @@ ---- configure.orig Wed Jul 23 19:16:20 1997 -+++ configure Sun Apr 19 17:41:14 1998 -@@ -925,6 +925,8 @@ - - fi - -+LASERGNU=lasergnu_install -+ - # Check whether --with-linux-vga or --without-linux-vga was given. - if test "${with_linux_vga+set}" = set; then - withval="$with_linux_vga" +--- configure.orig Fri Jan 15 06:13:23 1999 ++++ configure Tue Feb 9 23:20:50 1999 +@@ -3930,7 +3930,7 @@ + echo "configure:3931: checking for gd.h" >&5 + ac_safe=`echo "gd.h" | sed 'y%./+-%__p_%'` + gp_save_CPPFLAGS="$CPPFLAGS" +-for ac_dir in '' /usr/local/include $gp_lib_prefix $gp_lib_prefix/include ; do ++for ac_dir in '' /usr/local/include/gd $gp_lib_prefix $gp_lib_prefix/include ; do + CPPFLAGS="$gp_save_CPPFLAGS `test x${ac_dir} != x && echo -I${ac_dir}`" + cat > conftest.$ac_ext <<EOF + #line 3937 "configure" diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index e5bb056e05a1..ba88941490c6 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -1,4 +1,4 @@ +bin/lasergnu bin/gnuplot bin/gnuplot_x11 -bin/lasergnu share/gnuplot.gih |