diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1998-04-19 23:22:24 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1998-04-19 23:22:24 +0000 |
commit | d6ad3aec64f5adf3625fd08aca7aaa0d9fcab02a (patch) | |
tree | c78eeb9c34cf97788f41229f62d965c0e1eaa182 /math | |
parent | cdd7848d9ac7289bb36cae8e4eb389c2039e6f58 (diff) | |
download | ports-d6ad3aec64f5adf3625fd08aca7aaa0d9fcab02a.tar.gz ports-d6ad3aec64f5adf3625fd08aca7aaa0d9fcab02a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 16 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 2 | ||||
-rw-r--r-- | math/gnuplot/files/patch-aa | 30 |
3 files changed, 17 insertions, 31 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index db20c78a1f95..05a3de49adb8 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,26 +1,28 @@ # New ports collection makefile for: gnuplot -# Version required: beta336 -# Date created: 11 January 1997 +# Version required: beta340 +# Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.14 1998/03/28 20:02:10 ache Exp $ +# $Id: Makefile,v 1.15 1998/03/31 00:39:01 asami Exp $ # -DISTNAME= gnuplot-beta336 -PKGNAME= gnuplot-336 +DISTNAME= gnuplot-beta340 +PKGNAME= gnuplot-340 CATEGORIES= math graphics -MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/ +MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png +BUILD_DEPENDS $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${PREFIX}/include --libdir=${PREFIX}/lib \ --with-x --without-linux-vga \ - --with-gnu-readline --with-lasergnu --with-png + --with-gd=$(PREFIX)/lib \ + --with-gnu-readline --with-lasergnu --with-png MAN1= gnuplot.1 lasergnu.1 diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index aadcbf2d0843..d8a12f30d84c 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1 +1 @@ -MD5 (gnuplot-beta336.tar.gz) = ac848528127e8582b1803a28b938ba43 +MD5 (gnuplot-beta340.tar.gz) = c9cd9f1bc66df570ff6471599d8bb6a5 diff --git a/math/gnuplot/files/patch-aa b/math/gnuplot/files/patch-aa index 3a205bd3a19d..45e557e828ee 100644 --- a/math/gnuplot/files/patch-aa +++ b/math/gnuplot/files/patch-aa @@ -1,27 +1,11 @@ ---- configure Mon May 26 18:28:46 1997 -+++ configure Sun Aug 31 23:26:12 1997 -@@ -1029,6 +1029,7 @@ - LASERGNU=lasergnu_noinstall +--- 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 - - maybe_linuxdriver= ++ # Check whether --with-linux-vga or --without-linux-vga was given. -@@ -3419,7 +3420,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpng -lz $LIBS" -+LIBS="-L$libdir -lpng -lz $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3425 "configure" - #include "confdefs.h" -@@ -3450,6 +3451,7 @@ - #define HAVE_LIBPNG 1 - EOF - TERMLIBS="$TERMLIBS -lpng -lz" -+ LDFLAGS="$LDFLAGS -L$libdir" - ac_save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS -I$includedir" - for ac_hdr in png.h zlib.h - do + if test "${with_linux_vga+set}" = set; then + withval="$with_linux_vga" |