Date: Sun, 2 Nov 2008 16:24:30 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128539: Update graphics/dataplot to version 20080225 Message-ID: <200811021624.mA2GOUbt016681@www.freebsd.org> Resent-Message-ID: <200811021630.mA2GU1sl036845@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128539 >Category: ports >Synopsis: Update graphics/dataplot to version 20080225 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 02 16:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.1-BETA2 >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.1-BETA2 FreeBSD 7.1-BETA2 #0: Sun Oct 12 20:59:28 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Update to 20080225 - Add specific configuration for 64bit systems. - Change executable name to match other platforms, the GUI, and the port name. >How-To-Repeat: >Fix: diff -ruN dataplot.orig/Makefile dataplot/Makefile --- dataplot.orig/Makefile 2008-11-01 21:44:17.000000000 -0500 +++ dataplot/Makefile 2008-11-02 11:10:58.000000000 -0500 @@ -6,16 +6,16 @@ # PORTNAME= dataplot -PORTVERSION= 20070224 +PORTVERSION= 20080225 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ http://www.itl.nist.gov/div898/software/dataplot.html/:doc \ LOCAL/beech:doc -DISTFILES= dpsrc.02_24_2007${EXTRACT_SUFX}:source \ +DISTFILES= dpsrc.02_25_2008${EXTRACT_SUFX}:source \ dpsnapsh.pdf:doc DIST_SUBDIR= dataplot -EXTRACT_ONLY= dpsrc.02_24_2007${EXTRACT_SUFX} +EXTRACT_ONLY= dpsrc.02_25_2008${EXTRACT_SUFX} MAINTAINER= beech@FreeBSD.org COMMENT= A free software system for statistical visualization @@ -28,7 +28,7 @@ FFLAGS+= -fno-range-check USE_XORG= x11 xi NO_WRKSUBDIR= yes -MAXOBV?= 100000 # Change if you need more observations/variable +MAXOBV?= 1000000 # Change if you need more observations/variable .include <bsd.port.pre.mk> @@ -37,11 +37,16 @@ @${REINPLACE_CMD} -e 's;%%LOCALBASE%%;${LOCALBASE};g ; \ s;%%LOCALBASE%%;${LOCALBASE};g' \ ${WRKSRC}/Makefile - @${MV} ${WRKSRC}/gl_src.c ${WRKSRC}/gl_src.c.bogus + @${MV} ${WRKSRC}/aqua_src.c ${WRKSRC}/aqua_src.c.nop + @${MV} ${WRKSRC}/gl_src.c ${WRKSRC}/gl_src.c.nop pre-patch: - @${REINPLACE_CMD} -e 's/MAXOBV=100000/MAXOBV=${MAXOBV}/' \ + @${REINPLACE_CMD} -e 's/MAXOBV=1000000/MAXOBV=${MAXOBV}/' \ ${WRKSRC}/DPCOPA.INC +.if ((${ARCH}=="amd64") || (${ARCH}=="sparc64") || (${ARCH}=="ia64")) + @${REINPLACE_CMD} -e 's;dp1_linux;dp1_linux_dp;g' \ + ${WRKSRC}/Makefile +.endif post-install: .if !defined(NOPORTDOCS) diff -ruN dataplot.orig/distinfo dataplot/distinfo --- dataplot.orig/distinfo 2008-11-01 21:44:17.000000000 -0500 +++ dataplot/distinfo 2008-11-02 01:08:11.000000000 -0500 @@ -1,6 +1,6 @@ -MD5 (dataplot/dpsrc.02_24_2007.tar.gz) = 5e8018c142930e8c69a6e8595822d936 -SHA256 (dataplot/dpsrc.02_24_2007.tar.gz) = dce39fb484c191f96d8776dcfeb7f1a257cfd04cb0ab2da2255bff816517efa9 -SIZE (dataplot/dpsrc.02_24_2007.tar.gz) = 6154582 +MD5 (dataplot/dpsrc.02_25_2008.tar.gz) = dfbc53609c1fd0b9785af5eb876663b4 +SHA256 (dataplot/dpsrc.02_25_2008.tar.gz) = 794bedcc48cf444c5813f864f4bacb158474d450337279edaf7fba1055c552c6 +SIZE (dataplot/dpsrc.02_25_2008.tar.gz) = 6399167 MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b SIZE (dataplot/dpsnapsh.pdf) = 62085 diff -ruN dataplot.orig/files/Makefile.tmpl dataplot/files/Makefile.tmpl --- dataplot.orig/files/Makefile.tmpl 2008-11-01 21:44:17.000000000 -0500 +++ dataplot/files/Makefile.tmpl 2008-11-02 01:15:43.000000000 -0500 @@ -80,6 +80,7 @@ edwrst.o \ fit3b.o \ gl_src.o \ + aqua_src.o \ starpac.o \ tcdriv_nopc.o \ gd_src.o \ @@ -88,7 +89,7 @@ PRINT = pr -PROGRAM = dp +PROGRAM = dataplot SHELL = /bin/sh @@ -149,6 +150,7 @@ edwrst.f \ fit3b.f \ gl_src.f \ + aqua_src.f \ starpac.f \ tcdriv_nopc.f \ gd_src.c \ diff -ruN dataplot.orig/pkg-plist dataplot/pkg-plist --- dataplot.orig/pkg-plist 2008-11-01 21:44:17.000000000 -0500 +++ dataplot/pkg-plist 2008-11-02 01:08:11.000000000 -0500 @@ -1,3 +1,3 @@ -bin/dp +bin/dataplot %%PORTDOCS%%%%DOCSDIR%%/dpsnapsh.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811021624.mA2GOUbt016681>