Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 17:43:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511142 - head/graphics/dataplot
Message-ID:  <201909041743.x84HhSvK064479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  4 17:43:28 2019
New Revision: 511142
URL: https://svnweb.freebsd.org/changeset/ports/511142

Log:
  - Cosmetic fixes
  - Switch to PORTDATA=*, get rid of 0.5MB pkg=plist
  - Silence stripping

Deleted:
  head/graphics/dataplot/pkg-plist
Modified:
  head/graphics/dataplot/Makefile

Modified: head/graphics/dataplot/Makefile
==============================================================================
--- head/graphics/dataplot/Makefile	Wed Sep  4 17:22:06 2019	(r511141)
+++ head/graphics/dataplot/Makefile	Wed Sep  4 17:43:28 2019	(r511142)
@@ -17,18 +17,20 @@ USES=		gmake fortran jpeg readline
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	usnistgov
-GH_PROJECT=	dataplot
 GH_TAGNAME=	7236db0
 
 USE_XORG=	x11 xi
-USE_GNOME+=	cairo
+USE_GNOME=	cairo
 WRKSRC_SUBDIR=	src
 MAXOBV?=	450000	# Change if you need more observations/variable
 
-OPTIONS_DEFINE=	DOCS
-
 FFLAGS+=	-DLINUX -fdefault-real-8 -fdefault-double-8 -std=legacy
 
+PORTDATA=	*
+PLIST_FILES=	bin/dataplot bin/xdataplot
+
+OPTIONS_DEFINE=	DOCS
+
 post-patch:
 	@${REINPLACE_CMD} -e 's/MAXOBV=1500000/MAXOBV=${MAXOBV}/' \
 		${WRKSRC}/DPCOPA.INC
@@ -41,6 +43,6 @@ post-patch:
 		-e 's;%%LOCALBASE%%;${LOCALBASE};g' ${WRKSRC}/Makefile
 
 post-build:
-	${STRIP_CMD} ${WRKSRC}/dataplot
+	@${STRIP_CMD} ${WRKSRC}/dataplot
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909041743.x84HhSvK064479>