[csw-devel] SF.net SVN: gar:[6481] csw/mgar/pkg/x11
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sat Sep 26 20:01:09 CEST 2009
Revision: 6481
http://gar.svn.sourceforge.net/gar/?rev=6481&view=rev
Author: wbonnet
Date: 2009-09-26 18:01:09 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Update depends
Modified Paths:
--------------
csw/mgar/pkg/x11/libfs/trunk/Makefile
csw/mgar/pkg/x11/libxfixes/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/x11/libfs/Makefile
Added: csw/mgar/pkg/x11/libfs/Makefile
===================================================================
--- csw/mgar/pkg/x11/libfs/Makefile (rev 0)
+++ csw/mgar/pkg/x11/libfs/Makefile 2009-09-26 18:01:09 UTC (rev 6481)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/x11/libFS directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Modified: csw/mgar/pkg/x11/libfs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libfs/trunk/Makefile 2009-09-26 17:53:56 UTC (rev 6480)
+++ csw/mgar/pkg/x11/libfs/trunk/Makefile 2009-09-26 18:01:09 UTC (rev 6481)
@@ -20,8 +20,8 @@
CATALOGNAME_CSWlibfs = libfs
CATALOGNAME_CSWlibfsdevel = libfs_devel
-SPKG_DESC_CSWlibfs = X11 Inter-Client Exchange library
-SPKG_DESC_CSWlibfsdevel = X11 Inter-Client Exchange library development files
+SPKG_DESC_CSWlibfs = $(DESCRIPTION)
+SPKG_DESC_CSWlibfsdevel = $(DESCRIPTION) development files
REQUIRED_PKGS_CSWlibfsdevel = CSWlibfs
Modified: csw/mgar/pkg/x11/libxfixes/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libxfixes/trunk/Makefile 2009-09-26 17:53:56 UTC (rev 6480)
+++ csw/mgar/pkg/x11/libxfixes/trunk/Makefile 2009-09-26 18:01:09 UTC (rev 6481)
@@ -25,6 +25,7 @@
PREREQUISITE_PKGS = CSWfixesproto
+REQUIRED_PKGS_CSWlibxfixes = CSWlibx11
REQUIRED_PKGS_CSWlibxfixesdevel = CSWlibxfixes
PKGFILES_CSWlibxfixesdevel = $(PKGFILES_DEVEL)
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