[csw-devel] SF.net SVN: gar:[13526] csw/mgar/pkg/m4/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 2 10:04:44 CET 2011
Revision: 13526
http://gar.svn.sourceforge.net/gar/?rev=13526&view=rev
Author: dmichelsen
Date: 2011-03-02 09:04:44 +0000 (Wed, 02 Mar 2011)
Log Message:
-----------
m4: Update to 1.4.16
Modified Paths:
--------------
csw/mgar/pkg/m4/trunk/Makefile
csw/mgar/pkg/m4/trunk/checksums
Modified: csw/mgar/pkg/m4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/m4/trunk/Makefile 2011-03-02 04:10:43 UTC (rev 13525)
+++ csw/mgar/pkg/m4/trunk/Makefile 2011-03-02 09:04:44 UTC (rev 13526)
@@ -1,5 +1,5 @@
NAME = m4
-VERSION = 1.4.15
+VERSION = 1.4.16
CATEGORIES = utils
DESCRIPTION = GNU m4 Unix macro processor
@@ -10,8 +10,8 @@
built-in functions for including files, running shell commands, doing arithmetic, etc.
endef
-MASTER_SITES = ftp://ftp.gnu.org/gnu/m4/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(NAME)-$(VERSION).tar.xz
PACKAGES = CSWgm4
@@ -20,16 +20,18 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-DEP_PKGS = CSWlibsigsegv
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --program-prefix=g
-CONFIGURE_ARGS = $(DIRPATHS) --program-prefix=g
-TEST_SCRIPTS =
+TEST_TARGET = check
+# This must only be shipped by libiconv
EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
include gar/category.mk
post-install-modulated:
+ @# Every package carries his own links in /opt/csw/gnu
ginstall -d $(DESTDIR)$(prefix)/gnu
$(foreach G,$(notdir $(wildcard $(DESTDIR)$(bindir)/*)),ln -s ../bin/$G $(DESTDIR)$(prefix)/gnu/$(patsubst g%,%,$G);)
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/m4/trunk/checksums
===================================================================
--- csw/mgar/pkg/m4/trunk/checksums 2011-03-02 04:10:43 UTC (rev 13525)
+++ csw/mgar/pkg/m4/trunk/checksums 2011-03-02 09:04:44 UTC (rev 13526)
@@ -1 +1 @@
-5649a2e593b6c639deae9e72ede777dd m4-1.4.15.tar.gz
+7548ec061a1ba993790159764f522d0e m4-1.4.16.tar.xz
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