[csw-devel] SF.net SVN: gar:[2588] csw/mgar/pkg
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sun Dec 14 20:40:35 CET 2008
Revision: 2588
http://gar.svn.sourceforge.net/gar/?rev=2588&view=rev
Author: wbonnet
Date: 2008-12-14 19:40:34 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
Move to subdir X11 and GARv2
Modified Paths:
--------------
csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile
csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec
csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/x11/libpthread-stubs/
Removed Paths:
-------------
csw/mgar/pkg/libpthread-stubs/
csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.depend
csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.prototype
Property Changed:
----------------
csw/mgar/pkg/x11/libpthread-stubs/trunk/
Property changes on: csw/mgar/pkg/x11/libpthread-stubs/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpthread-stubs/trunk/Makefile 2008-12-13 18:53:19 UTC (rev 2573)
+++ csw/mgar/pkg/x11/libpthread-stubs/trunk/Makefile 2008-12-14 19:40:34 UTC (rev 2588)
@@ -1,39 +1,20 @@
GARNAME = libpthread-stubs
GARVERSION = 0.1
-CATEGORIES = lib
+CATEGORIES = x11
DESCRIPTION = pthread stubs not provided by native libc
define BLURB
This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. On platforms which already supply all the necessary pthread stubs, this package has no content.
endef
-MASTER_SITES =http://xcb.freedesktop.org/dist/
+MASTER_SITES = $(XCB_MASTER_SITES)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PKGDIST = $(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.gz
-# DISTFILES += CSWlibpthreadstubs.gspec CSWlibpthreadstubs.prototype CSWlibpthreadstubs.depend
-# DISTFILES += CSWlibpthreadstubsdev.gspec CSWlibpthreadstubsdev.prototype CSWlibpthreadstubsdev.depend
DISTFILES += $(call admfiles,CSWlibpthreadstubs, 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/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec
===================================================================
--- csw/mgar/pkg/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2008-12-13 18:53:19 UTC (rev 2573)
+++ csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.gspec 2008-12-14 19:40:34 UTC (rev 2588)
@@ -1,4 +1,4 @@
%var bitname libpthreadstubs
%var pkgname CSWlibpthreadstubs
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Deleted: csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.prototype
===================================================================
--- csw/mgar/pkg/libpthread-stubs/trunk/files/CSWlibpthreadstubs.prototype 2008-12-13 18:53:19 UTC (rev 2573)
+++ csw/mgar/pkg/x11/libpthread-stubs/trunk/files/CSWlibpthreadstubs.prototype 2008-12-14 19:40:34 UTC (rev 2588)
@@ -1,5 +0,0 @@
-d none /opt/csw/lib/pkgconfig 0755 root bin
-f none /opt/csw/lib/pkgconfig/pthread-stubs.pc 0644 root bin
-i copyright=CSWlibpthreadstubs.copyright
-i depend=CSWlibpthreadstubs.depend
-i pkginfo=CSWlibpthreadstubs.pkginfo
Modified: csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2008-12-14 19:22:16 UTC (rev 2587)
+++ csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2008-12-14 19:40:34 UTC (rev 2588)
@@ -7,7 +7,7 @@
xcb-proto
endef
-MASTER_SITES =http://xcb.freedesktop.org/dist/
+MASTER_SITES = $(XCB_MASTER_SITES)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PKGDIST = $(GARNAME)-$(GARVERSION).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