Minor enhancement to sysutils/coreutils

Cleanup conflicts in this port (fileutils, sh-utils and
	textutils don't exist anymore)
	Provide a regression-test target to determine the convenience
	of updating this port.  Add commented USE_BISON line as it
	is recommended but not required, maybe future versions will
	need it.
	Update the WWW.
	No functional change.

PR:		ports/124623
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2008-07-05 11:33:06 +00:00
parent ab89c11b4f
commit 77837c3567
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216373
2 changed files with 5 additions and 5 deletions

View file

@ -15,10 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jharris@widomaker.com
COMMENT= The Free Software Foundation's core utilities
CONFLICTS= fileutils-[0-9]* id-utils-[0-9]* linux-gid-[0-9]* \
sh-utils-[0-9]* textutils-[0-9]*
CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]*
USE_GCC= 3.4+
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@ -26,6 +24,7 @@ CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
#USE_BISON= yes
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
@ -60,6 +59,7 @@ post-patch:
post-build:
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
post-install:
regression-test: build
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check)
.include <bsd.port.mk>

View file

@ -20,4 +20,4 @@ will refer to them without the `g' prefix.
GNU su does not support a wheel group. This port installs it
without the suid bit, unless you define WITH_SUID while building.
WWW: http://www.gnu.org/directory/coreutils.html
WWW: http://www.gnu.org/software/coreutils/