We were using an old version cached in the servers. Update to the latest version with a small change required to build. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
Responsible Changed From-To: freebsd-ports-bugs->gerald I'll have a look.
Author: gerald Date: Mon Mar 3 00:29:26 2014 New Revision: 346845 URL: http://svnweb.freebsd.org/changeset/ports/346845 QAT: https://qat.redports.org/buildarchive/r346845/ Log: Update to version 20132012. PR: 187146 Submitted by: pfg Modified: head/graphics/dataplot/Makefile head/graphics/dataplot/distinfo head/graphics/dataplot/files/Makefile.tmpl Modified: head/graphics/dataplot/Makefile ============================================================================== --- head/graphics/dataplot/Makefile Mon Mar 3 00:10:14 2014 (r346844) +++ head/graphics/dataplot/Makefile Mon Mar 3 00:29:26 2014 (r346845) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dataplot -PORTVERSION= 20090821 -PORTREVISION= 3 +PORTVERSION= 20132012 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ Modified: head/graphics/dataplot/distinfo ============================================================================== --- head/graphics/dataplot/distinfo Mon Mar 3 00:10:14 2014 (r346844) +++ head/graphics/dataplot/distinfo Mon Mar 3 00:29:26 2014 (r346845) @@ -1,4 +1,4 @@ -SHA256 (dataplot/dpsrc.tar.gz) = 059b2863ed488a706f26c34a07363e76a444d56d1ac3e5c6c81d28d97cc58e6e -SIZE (dataplot/dpsrc.tar.gz) = 6655840 +SHA256 (dataplot/dpsrc.tar.gz) = 419f2a672e2fcc076d95bb67f5c2a9c05a66dc1f697c729b52cddb860e83ae12 +SIZE (dataplot/dpsrc.tar.gz) = 6761551 SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b SIZE (dataplot/dpsnapsh.pdf) = 62085 Modified: head/graphics/dataplot/files/Makefile.tmpl ============================================================================== --- head/graphics/dataplot/files/Makefile.tmpl Mon Mar 3 00:10:14 2014 (r346844) +++ head/graphics/dataplot/files/Makefile.tmpl Mon Mar 3 00:29:26 2014 (r346845) @@ -89,6 +89,7 @@ OBJS = dp1_linux.o \ libplot_src.o \ rldp.o \ gd_src.o \ + gks_src.o \ x11_src.o \ main.o _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you! (I looked for changes brought by that version, alas failed to find one online. That is good to submit with ports updates like this in general.)