[csw-devel] SF.net SVN: gar:[15744] csw/mgar/pkg/gmake/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Sep 25 18:00:09 CEST 2011
Revision: 15744
http://gar.svn.sourceforge.net/gar/?rev=15744&view=rev
Author: dmichelsen
Date: 2011-09-25 16:00:09 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
gmake: General rework
Modified Paths:
--------------
csw/mgar/pkg/gmake/trunk/Makefile
csw/mgar/pkg/gmake/trunk/checksums
Modified: csw/mgar/pkg/gmake/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmake/trunk/Makefile 2011-09-25 15:55:18 UTC (rev 15743)
+++ csw/mgar/pkg/gmake/trunk/Makefile 2011-09-25 16:00:09 UTC (rev 15744)
@@ -13,23 +13,25 @@
endef
MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.bz2
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://www.gnu.org/software/make/
PACKAGES = CSWgmake
-CATALOGNAME = gmake
+SPKG_DESC_CSWgmake = GNU Make controls generation of executables and other compile-related tasks
+RUNTIME_DEP_PKGS_CSWgmake += CSWlibintl8
-VENDOR_URL = http://www.gnu.org/software/make/
-
-DEP_PKGS = CSWggettextrt
-
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --program-prefix=g
-TEST_TARGET = check
+# These are hardcoded fallback pathes for include (see read.c):
+# "/usr/gnu/include", "/usr/local/include", "/usr/include"
+CHECKPKG_OVERRIDES_CSWgmake += file-with-bad-content|/usr/local|root/opt/csw/bin/gmake
+# These are just examples
+CHECKPKG_OVERRIDES_CSWgmake += file-with-bad-content|/usr/local|root/opt/csw/share/info/make.info-1
+CHECKPKG_OVERRIDES_CSWgmake += file-with-bad-content|/usr/local|root/opt/csw/share/info/make.info-2
+
include gar/category.mk
post-install-modulated:
Modified: csw/mgar/pkg/gmake/trunk/checksums
===================================================================
--- csw/mgar/pkg/gmake/trunk/checksums 2011-09-25 15:55:18 UTC (rev 15743)
+++ csw/mgar/pkg/gmake/trunk/checksums 2011-09-25 16:00:09 UTC (rev 15744)
@@ -1 +1 @@
-7f7c000e3b30c6840f2e9cf86b254fac make-3.82.tar.gz
+1a11100f3c63fcf5753818e59d63088f make-3.82.tar.bz2
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