svn commit: r361240 - head/math/gretl

Brendan Fabeny bf at FreeBSD.org
Tue Jul 8 13:37:11 UTC 2014


Author: bf
Date: Tue Jul  8 13:37:10 2014
New Revision: 361240
URL: http://svnweb.freebsd.org/changeset/ports/361240
QAT: https://qat.redports.org/buildarchive/r361240/

Log:
  Use staging

Modified:
  head/math/gretl/Makefile
  head/math/gretl/pkg-plist

Modified: head/math/gretl/Makefile
==============================================================================
--- head/math/gretl/Makefile	Tue Jul  8 13:34:58 2014	(r361239)
+++ head/math/gretl/Makefile	Tue Jul  8 13:37:10 2014	(r361240)
@@ -16,9 +16,8 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		libfftw3.so:${PORTSDIR}/math/fftw3
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=		fortran gmake pathfix pkgconfig
+USES=		fortran gmake pathfix pkgconfig tar:bzip2
 WANT_GNOME=	yes
 
 ALL_TARGET=		# empty
@@ -29,8 +28,6 @@ CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib
 CONFIGURE_ENV=		LAPACK_LIBS="${LAPACK} ${BLAS}"
 
-MAN1=			gretl.1
-
 OPTIONS_DEFINE=	ATLAS GUI ODBC OPENMP R UNZIP
 
 ATLAS_DESC=		Use ATLAS for BLAS and LAPACK
@@ -40,7 +37,6 @@ UNZIP_DESC=		UnZip compression support v
 
 OPTIONS_DEFAULT=	GUI OPENMP UNZIP
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MATLAS}

Modified: head/math/gretl/pkg-plist
==============================================================================
--- head/math/gretl/pkg-plist	Tue Jul  8 13:34:58 2014	(r361239)
+++ head/math/gretl/pkg-plist	Tue Jul  8 13:37:10 2014	(r361240)
@@ -199,6 +199,7 @@ lib/libgretl-1.0.la
 lib/libgretl-1.0.so
 lib/libgretl-1.0.so.8
 libdata/pkgconfig/gretl.pc
+man/man1/gretl.1.gz
 %%GUI%%share/applications/gretl.desktop
 %%GUI%%%%DATADIR%%/COPYING
 %%DATADIR%%/data/data10-1.gdt


More information about the svn-ports-all mailing list