svn commit: r381505 - head/sysutils/coreutils

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 17 18:57:11 UTC 2015


Author: robak
Date: Tue Mar 17 18:57:10 2015
New Revision: 381505
URL: https://svnweb.freebsd.org/changeset/ports/381505
QAT: https://qat.redports.org/buildarchive/r381505/

Log:
  sysutils/coreutils: add CPE information
  
  - Maintainer's timeout (jharris at widomaker.com)
  
  PR:		198235
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/sysutils/coreutils/Makefile

Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile	Tue Mar 17 18:35:01 2015	(r381504)
+++ head/sysutils/coreutils/Makefile	Tue Mar 17 18:57:10 2015	(r381505)
@@ -24,17 +24,18 @@ CONFIGURE_ENV=	FORCE_UNSAFE_CONFIGURE=1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-USES=		gmake iconv perl5 charsetfix tar:xz
+USES=		cpe gmake iconv perl5 charsetfix tar:xz
 USE_PERL5=	build	# build - required for tests and man page generation
 USE_LDCONFIG=	yes
 
 INFO=		coreutils
+CPE_VENDOR=	gnu
 
 OPTIONS_DEFINE=	GMP NLS
 OPTIONS_DEFAULT=NLS
 OPTIONS_SUB=	yes
 NLS_USES=	gettext
-NLS_CONFIGURE_ENABLE=   nls
+NLS_CONFIGURE_ENABLE=	nls
 GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 GMP_CONFIGURE_WITH=	gmp
 


More information about the svn-ports-head mailing list