From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 15 21:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C0951065672 for ; Sun, 15 Jun 2008 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48EBA8FC1C for ; Sun, 15 Jun 2008 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5FLU4l7064102 for ; Sun, 15 Jun 2008 21:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5FLU42w064091; Sun, 15 Jun 2008 21:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 15 Jun 2008 21:30:04 GMT Resent-Message-Id: <200806152130.m5FLU42w064091@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pedro F. Giffuni" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5467D106566C for ; Sun, 15 Jun 2008 21:24:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 43AB08FC14 for ; Sun, 15 Jun 2008 21:24:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5FLOR2A075582 for ; Sun, 15 Jun 2008 21:24:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5FLORBB075566; Sun, 15 Jun 2008 21:24:27 GMT (envelope-from nobody) Message-Id: <200806152124.m5FLORBB075566@www.freebsd.org> Date: Sun, 15 Jun 2008 21:24:27 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124623: Minor enhancement to sysutils/coreutils X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2008 21:30:04 -0000 >Number: 124623 >Category: ports >Synopsis: Minor enhancement to sysutils/coreutils >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 15 21:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 6.3-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP amd64 >Description: 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. >How-To-Repeat: >Fix: diff -ruN coreutils.orig/Makefile coreutils/Makefile --- coreutils.orig/Makefile 2008-06-15 11:21:37.000000000 -0500 +++ coreutils/Makefile 2008-06-15 16:13:42.000000000 -0500 @@ -15,10 +15,8 @@ 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_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-build: @${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile -post-install: +regression-test: + (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check) .include diff -ruN coreutils.orig/pkg-descr coreutils/pkg-descr --- coreutils.orig/pkg-descr 2008-06-15 11:21:37.000000000 -0500 +++ coreutils/pkg-descr 2008-06-15 16:05:16.000000000 -0500 @@ -1,4 +1,5 @@ -The Free Software Foundation's core utilities: +The GNU Core Utilities are the basic file, shell and text manipulation +utilities of the GNU operating system: basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env, expand, expr, @@ -20,4 +21,4 @@ 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/ >Release-Note: >Audit-Trail: >Unformatted: