[csw-devel] SF.net SVN: gar:[2650] csw/mgar/pkg
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Dec 18 01:03:41 CET 2008
Revision: 2650
http://gar.svn.sourceforge.net/gar/?rev=2650&view=rev
Author: wbonnet
Date: 2008-12-18 00:03:41 +0000 (Thu, 18 Dec 2008)
Log Message:
-----------
Fix some UFILEREGEX
Modified Paths:
--------------
csw/mgar/pkg/x11/libXau/trunk/Makefile
csw/mgar/pkg/zsh/trunk/Makefile
Modified: csw/mgar/pkg/x11/libXau/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libXau/trunk/Makefile 2008-12-18 00:02:12 UTC (rev 2649)
+++ csw/mgar/pkg/x11/libXau/trunk/Makefile 2008-12-18 00:03:41 UTC (rev 2650)
@@ -18,22 +18,7 @@
DISTFILES += CSWlibXaudev.gspec CSWlibXaudev.prototype CSWlibXaudev.depend
# DISTFILES += $(call admfiles,CSWlibXau, depend)
-CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
-CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath
-LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib
-export CFLAGS CXXFLAGS LDFLAGS
-
-TEST_SCRIPTS = none
-
-GREP = ggrep
-
include gar/category.mk
-CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man
-test-none:
- @$(MAKECOOKIE)
-
-post-install:
- ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; )
Modified: csw/mgar/pkg/zsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zsh/trunk/Makefile 2008-12-18 00:02:12 UTC (rev 2649)
+++ csw/mgar/pkg/zsh/trunk/Makefile 2008-12-18 00:03:41 UTC (rev 2650)
@@ -14,7 +14,9 @@
DISTFILES += $(call admfiles,CSWzsh,depend postinstall postremove)
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UPSTREAM_MASTER_SITES = http://sourceforge.net/project/showfiles.php?group_id=4068
+#UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UFILES_REGEX = (\d+(?:\.\d+)*)
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-maildir-support
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