Date: Wed, 15 Dec 1999 14:40:41 -0600 From: Ade Lovett <ade@lovett.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15505: Update math/gnuplot Message-ID: <E11yLE1-000OJT-00@anaconda.lovett.com>
next in thread | raw e-mail | index | archive | help
>Number: 15505 >Category: ports >Synopsis: Update math/gnuplot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 12:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update math/gnuplot to 3.7.1 and fix gd/png dependencies. This requires graphics/gd to be updated as per PR 15313 >How-To-Repeat: N/A >Fix: Apply following diff: Version: 3.7 -> 3.7.1 and fix gd/png dependencies Changes: Makefile files/md5 Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/gnuplot/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 1999/09/10 23:40:04 1.26 +++ Makefile 1999/12/10 16:24:56 @@ -1,34 +1,28 @@ # New ports collection makefile for: gnuplot -# Version required: 3.7 +# Version required: 3.7.1 # Date created: 19 April 1998 # Whom: chuckr # # $FreeBSD: ports/math/gnuplot/Makefile,v 1.26 1999/09/10 23:40:04 chuckr Exp $ # -DISTNAME= gnuplot-3.7 +DISTNAME= gnuplot-3.7.1 CATEGORIES= math graphics MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd" CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${LOCALBASE}/include/ \ --libdir=${LOCALBASE}/lib \ --with-x --without-linux-vga \ --with-gd=${LOCALBASE}/lib \ --with-gnu-readline --with-lasergnu --with-png - -pre-configure: - $(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \ - < $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in - $(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in - MAN1= gnuplot.1 lasergnu.1 cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/math/gnuplot/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/02/10 04:10:05 1.5 +++ md5 1999/12/10 16:27:26 @@ -1 +1 @@ -MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d +MD5 (gnuplot-3.7.1.tar.gz) = 30798b4c14ea734969a86ee41a9c1dca cvs diff: Diffing patches cvs diff: Diffing pkg >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11yLE1-000OJT-00>