From nobody@FreeBSD.org  Sun Nov  2 16:24:31 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7E1461065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Nov 2008 16:24:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CE148FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Nov 2008 16:24:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA2GOVoi016685
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Nov 2008 16:24:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA2GOUbt016681;
	Sun, 2 Nov 2008 16:24:30 GMT
	(envelope-from nobody)
Message-Id: <200811021624.mA2GOUbt016681@www.freebsd.org>
Date: Sun, 2 Nov 2008 16:24:30 GMT
From: "Pedro F. Giffuni" <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update graphics/dataplot to version 20080225
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128539
>Category:       ports
>Synopsis:       Update graphics/dataplot to version 20080225
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 02 16:30:01 UTC 2008
>Closed-Date:    Sun Nov 23 13:37:02 UTC 2008
>Last-Modified:  Sun Nov 23 13:40:06 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 2 16:30:12 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128539 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 23 13:37:01 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128539 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128539: commit references a PR
Date: Sun, 23 Nov 2008 13:37:02 +0000 (UTC)

 miwi        2008-11-23 13:36:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/dataplot    Makefile distinfo pkg-plist 
     graphics/dataplot/files Makefile.tmpl 
   Log:
   - Update to 20080225
   
   PR:             128539
   Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
   Approved by:    maintainer (beech) implicit
   
   Revision  Changes    Path
   1.25      +11 -6     ports/graphics/dataplot/Makefile
   1.11      +3 -3      ports/graphics/dataplot/distinfo
   1.7       +3 -1      ports/graphics/dataplot/files/Makefile.tmpl
   1.3       +1 -1      ports/graphics/dataplot/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
