Upgrade to 3.7.

PR:		9995
Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
This commit is contained in:
Matthew Hunt 1999-02-10 04:10:06 +00:00
parent 6e27856bf7
commit 699ad3469b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16583
4 changed files with 21 additions and 22 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (gnuplot-beta340.tar.gz) = c9cd9f1bc66df570ff6471599d8bb6a5
MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d

View File

@ -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"

View File

@ -1,4 +1,4 @@
bin/lasergnu
bin/gnuplot
bin/gnuplot_x11
bin/lasergnu
share/gnuplot.gih