FreeBSD Bugzilla – Attachment 87917 Details for
Bug 124623
Minor enhancement to sysutils/coreutils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.66 KB, created by
Pedro F. Giffuni
on 2008-06-15 22:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2008-06-15 22:30:03 UTC
Size:
1.66 KB
patch
obsolete
>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 <bsd.port.mk> >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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 124623
: 87917 |
87918