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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Nov 6 02:58:39 CET 2009


Revision: 7135
          http://gar.svn.sourceforge.net/gar/?rev=7135&view=rev
Author:   bdwalton
Date:     2009-11-06 01:58:39 +0000 (Fri, 06 Nov 2009)

Log Message:
-----------
coreutils: intial commit; 5 tests fail

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

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2009-11-05 22:24:34 UTC (rev 7134)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2009-11-06 01:58:39 UTC (rev 7135)
@@ -2,32 +2,33 @@
 GARVERSION = 7.6
 CATEGORIES = utils
 
-DESCRIPTION = Basic file, shell and text manipulation utilities
+DESCRIPTION = GNU core 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 Coreutils.
 endef
 
+
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-# We define upstream file regex so we can be notifed of new upstream
-# software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+PREREQUISITE_PKGS =  CSWautomake CSWautoconf CSWbison CSWggettext CSWgit
+PREREQUISITE_PKGS += CSWgperf CSWgzip CSWperl CSWrsync CSWgtar CSWbash
 
-CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --program-prefix=g
-CONFIGURE_ARGS += --enable-silent-rules
-CONFIGURE_ARGS += --disable-libcap
-CONFIGURE_ARGS += --with-packager="$(SPKG_PACKAGER) <$(SPKG_EMAIL)>"
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+sysconfdir = /etc/opt/csw
+localstatedir = /var/opt/csw
+CONFIGURE_ARGS = $(DIRPATHS)
+
 TEST_ARGS = check
 
-GARCOMPILER = GNU
+include gar/category.mk
 
-include gar/category.mk
+# pre-configure-modulated:
+# 	@(cd $(WORKSRC); /opt/csw/bin/bash ./bootstrap; )
+# 	@$(MAKECOOKIE)
+
+PATH := /opt/csw/gnu:/opt/csw/bin:$(PATH)

Modified: csw/mgar/pkg/coreutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/coreutils/trunk/checksums	2009-11-05 22:24:34 UTC (rev 7134)
+++ csw/mgar/pkg/coreutils/trunk/checksums	2009-11-06 01:58:39 UTC (rev 7135)
@@ -1 +1 @@
-3d82f979229365f880da750642e67cf3  download/coreutils-7.6.tar.gz
+3d82f979229365f880da750642e67cf3  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