summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-24 04:54:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-24 04:54:23 +0000
commitd8786c122d51cf2e6098f5cde422b12d13b95ceb (patch)
treedcb23fb0260cee699e361bbbe26f1bc11427aaf6
parentFix build on 4.X. (diff)
- update to 20040219
- use gd2 - use versioned DISTNAME - make portlint happy
-rw-r--r--graphics/dataplot/Makefile13
-rw-r--r--graphics/dataplot/distinfo4
-rw-r--r--graphics/dataplot/files/Makefile.tmpl4
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile
index db1ee91deee7..ab070d46d912 100644
--- a/graphics/dataplot/Makefile
+++ b/graphics/dataplot/Makefile
@@ -6,29 +6,28 @@
#
PORTNAME= dataplot
-PORTVERSION= 20030530
-PORTREVISION= 2
+PORTVERSION= 20040219
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \
http://www.itl.nist.gov/div898/software/dataplot.html/:doc
EXTRACT_SUFX= .tar.Z
-DISTFILES= dataplot_source${EXTRACT_SUFX}:source \
+DISTFILES= dpsrc.1_2004${EXTRACT_SUFX}:source \
dpsnapsh.pdf:doc
DIST_SUBDIR= dataplot
-EXTRACT_ONLY= dataplot_source${EXTRACT_SUFX}
+EXTRACT_ONLY= dpsrc.1_2004${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A free software system for statistical visualization
-FORBIDDEN= checksum mismatch due to extensive changes to distfile
-LIB_DEPENDS= gd1:${PORTSDIR}/graphics/gd1 \
+#FORBIDDEN= checksum mismatch due to extensive changes to distfile
+LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \
png:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg
USE_XLIB= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
-MAXOBV?= 20000 # Make bigger if you need more observations/variable
+MAXOBV?= 20000 # Make bigger if you need more observations/variable
post-extract:
@${INSTALL_DATA} ${FILESDIR}/Makefile.tmpl ${WRKSRC}/Makefile
diff --git a/graphics/dataplot/distinfo b/graphics/dataplot/distinfo
index 7a3c297e4613..ad43d37e16fd 100644
--- a/graphics/dataplot/distinfo
+++ b/graphics/dataplot/distinfo
@@ -1,4 +1,4 @@
-MD5 (dataplot/dataplot_source.tar.Z) = d2ce26e9bf543af10a0d3c83b9ba0fa3
-SIZE (dataplot/dataplot_source.tar.Z) = 8643315
+MD5 (dataplot/dpsrc.1_2004.tar.Z) = aeae937c3684ace178916b5e27ffdea5
+SIZE (dataplot/dpsrc.1_2004.tar.Z) = 9044385
MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e
SIZE (dataplot/dpsnapsh.pdf) = 62085
diff --git a/graphics/dataplot/files/Makefile.tmpl b/graphics/dataplot/files/Makefile.tmpl
index 4a1a3c4e2842..5d3f5a21d173 100644
--- a/graphics/dataplot/files/Makefile.tmpl
+++ b/graphics/dataplot/files/Makefile.tmpl
@@ -1,4 +1,4 @@
-CFLAGS += -I%%LOCALBASE%%/include/gd -I%%X11BASE%%/include
+CFLAGS += -I%%LOCALBASE%%/include -I%%X11BASE%%/include
DEST = ${PREFIX}/bin
@@ -19,7 +19,7 @@ LD = $(CC)
LDFLAGS = -L%%LOCALBASE%%/lib -L%%X11BASE%%/lib
-LIBS = -lgd1 -lpng -ljpeg -lX11 -lz -lg2c -lm
+LIBS = -lgd -lpng -ljpeg -lX11 -lz -lg2c -lm
MAKEFILE = Makefile