[csw-devel] SF.net SVN: gar:[6476] csw/mgar/pkg/coreutils/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Sep 26 15:08:20 CEST 2009


Revision: 6476
          http://gar.svn.sourceforge.net/gar/?rev=6476&view=rev
Author:   bdwalton
Date:     2009-09-26 13:08:19 +0000 (Sat, 26 Sep 2009)

Log Message:
-----------
coreutils: gar2; version bump to 7.6; no static; 6 tests fail

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile
    csw/mgar/pkg/coreutils/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/coreutils/trunk/


Property changes on: csw/mgar/pkg/coreutils/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2009-09-26 12:09:16 UTC (rev 6475)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2009-09-26 13:08:19 UTC (rev 6476)
@@ -1,35 +1,33 @@
 GARNAME = coreutils
-GARVERSION = 5.94
+GARVERSION = 7.6
 CATEGORIES = utils
 
 DESCRIPTION = Basic file, shell and text manipulation utilities
 define BLURB
-	The GNU Core Utilities are the basic file, shell and text manipulation
-	utilities of the GNU operating system. These are the core utilities which
-	are expected to exist on every operating system.
+The GNU Core Utilities are the basic file, shell and text manipulation
+utilities of the GNU operating system. These are the core utilities which
+are expected to exist on every operating system.
 
-	Previously these utilities were offered as three individual sets of GNU
-	utilities, fileutils, shellutils, and textutils. Those three have been
-	combined into a single set of utilities called the coreutils. 
+Previously these utilities were offered as three individual sets of GNU
+utilities, fileutils, shellutils, and textutils. Those three have been
+combined into a single set of utilities called the coreutils. 
 endef
 
 MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-# We define upstream file regex so we can be notifed of new upstream software release
+# We define upstream file regex so we can be notifed of new upstream
+# software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
-# Prevent autoconf from running --recheck
-PATCHFILES += autoconf.diff
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --program-prefix=g
-CONFIGURE_ARGS += --program-suffix=-static
+CONFIGURE_ARGS += --enable-silent-rules
+CONFIGURE_ARGS += --disable-libcap
+CONFIGURE_ARGS += --with-packager="$(SPKG_PACKAGER) <$(SPKG_EMAIL)>"
 
+TEST_ARGS = check
+
 GARCOMPILER = GNU
 
 include gar/category.mk
-
-LDFLAGS := -static $(CFLAGS)
-export LDFLAGS
-

Modified: csw/mgar/pkg/coreutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/coreutils/trunk/checksums	2009-09-26 12:09:16 UTC (rev 6475)
+++ csw/mgar/pkg/coreutils/trunk/checksums	2009-09-26 13:08:19 UTC (rev 6476)
@@ -1,2 +1 @@
-11985c8345371546da8ff13f7efae359  download/coreutils-5.94.tar.bz2
-7fc1c7c3372e2708bdab539431f8a879  download/autoconf.diff
+3d82f979229365f880da750642e67cf3  download/coreutils-7.6.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list