[62757] trunk/dports/sysutils/coreutils/Portfile

nox at macports.org nox at macports.org
Sat Jan 16 10:07:05 PST 2010


Revision: 62757
          http://trac.macports.org/changeset/62757
Author:   nox at macports.org
Date:     2010-01-16 10:07:02 -0800 (Sat, 16 Jan 2010)
Log Message:
-----------
Update coreutils to 8.4

>From NEWS:

> * Noteworthy changes in release 8.4 (2010-01-13) [stable]
>
> ** Bug fixes
>
>   nproc --all is now guaranteed to be as large as the count
>   of available processors, which may not have been the case
>   on GNU/Linux systems with neither /proc nor /sys available.
>   [bug introduced in coreutils-8.1]
>
> ** Build-related
>
>   Work around a build failure when using buggy <sys/capability.h>.
>   Alternatively, configure with --disable-libcap.
>
>   Compilation would fail on systems using glibc-2.7..2.9 due to changes in
>   gnulib's wchar.h that tickled a bug in at least those versions of glibc's
>   own <wchar.h> header.  Now, gnulib works around the bug in those older
>   glibc <wchar.h> headers.
>
>   Building would fail with a link error (cp/copy.o) when XATTR headers
>   were installed without the corresponding library.  Now, configure
>   detects that and disables xattr support, as one would expect.

Modified Paths:
--------------
    trunk/dports/sysutils/coreutils/Portfile

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2010-01-16 09:55:20 UTC (rev 62756)
+++ trunk/dports/sysutils/coreutils/Portfile	2010-01-16 18:07:02 UTC (rev 62757)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            coreutils
-version         8.3
+version         8.4
 categories      sysutils
 platforms       darwin
 maintainers     nox openmaintainer
@@ -22,9 +22,9 @@
 homepage        http://www.gnu.org/software/${name}/
 master_sites    gnu
 
-checksums       md5     3961aee7ac96434a1831580e0b7ad227 \
-                sha1    2ab33c39f971716e2fd64770b1e86a9da4226cce \
-                rmd160  36811004533df6e5fdc26bfafb21eff36c9ed87e
+checksums       md5     56f549854d723d9dcebb77919019df55 \
+                sha1    89eefb041215c30408261f46f59dc08e4b500edf \
+                rmd160  26ba81ce235997bd6f82c903e8234f2c86e15b5a
 
 depends_lib \
     port:gettext \
@@ -33,8 +33,6 @@
 
 configure.args  --program-prefix=g
 
-use_parallel_build  yes
-
 post-destroot {
     if {[file exists ${destroot}${prefix}/share/info/dir]} {
         delete ${destroot}${prefix}/share/info/dir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100116/5e88cbad/attachment.html>


More information about the macports-changes mailing list