[csw-devel] SF.net SVN: gar:[2763] csw/mgar/pkg/x11
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Jan 8 22:19:14 CET 2009
Revision: 2763
http://gar.svn.sourceforge.net/gar/?rev=2763&view=rev
Author: wbonnet
Date: 2009-01-08 21:19:14 +0000 (Thu, 08 Jan 2009)
Log Message:
-----------
Fix kbproto path
Move libXdmcp under x11
Modified Paths:
--------------
csw/mgar/pkg/x11/kbproto/trunk/Makefile
csw/mgar/pkg/x11/kbproto/trunk/checksums
csw/mgar/pkg/x11/libXdmcp/trunk/Makefile
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.gspec
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.gspec
Added Paths:
-----------
csw/mgar/pkg/x11/libXdmcp/
Removed Paths:
-------------
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.depend
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.prototype
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.depend
csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.prototype
Property Changed:
----------------
csw/mgar/pkg/x11/libXdmcp/trunk/
Modified: csw/mgar/pkg/x11/kbproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/kbproto/trunk/Makefile 2009-01-08 21:19:14 UTC (rev 2763)
@@ -16,5 +16,7 @@
DISTFILES += $(call admfiles,CSWkbproto)
+# PATCHFILES += gar-base.diff
+
include gar/category.mk
Modified: csw/mgar/pkg/x11/kbproto/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/kbproto/trunk/checksums 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1,3 +1,2 @@
1efc6a4d97acb3ec3f34c4b2508478dc download/kbproto-1.0.3.tar.gz
18e0000ca77d25e593f4b4b960ad1a7c download/CSWkbproto.gspec
-1efc6a4d97acb3ec3f34c4b2508478dc download/kbproto-1.0.3.tar.gz
Property changes on: csw/mgar/pkg/x11/libXdmcp/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/libXdmcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/Makefile 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-01-08 21:19:14 UTC (rev 2763)
@@ -14,26 +14,15 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-DISTFILES += CSWlibXdmcp.gspec CSWlibXdmcp.prototype CSWlibXdmcp.depend
-DISTFILES += CSWlibXdmcpdev.gspec CSWlibXdmcpdev.prototype CSWlibXdmcpdev.depend
-# DISTFILES += $(call admfiles,CSWlibXdmcp, depend)
+SPKG_DESC_CSWlibxdmcp = X11 authorisation library
+SPKG_DESC_CSWlibxdmcpdevel = X11 authorisation library development package
-CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
-CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath
-LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib
+DISTFILES += $(call admfiles,CSWlibxdmcpdevel, )
+DISTFILES += $(call admfiles,CSWlibxdmcp, )
-export CFLAGS CXXFLAGS LDFLAGS
+PKGFILES_CSWlibxdmcpdevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/include/.*
+PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/.*\.a
+PKGFILES_CSWlibxdmcpdevel += $(prefix)/X11/lib/pkgconfig/.*
-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/libXdmcp/trunk/files/CSWlibXdmcp.gspec
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/files/CSWlibXdmcp.gspec 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.gspec 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1,4 +1,4 @@
%var bitname libxdmcp
%var pkgname CSWlibxdmcp
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Deleted: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.prototype
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/files/CSWlibXdmcp.prototype 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcp.prototype 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1,8 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libXdmcp.la 0755 root bin
-f none /opt/csw/lib/libXdmcp.so.6.0.0 0755 root bin
-s none /opt/csw/lib/libXdmcp.so.6=libXdmcp.so.6.0.0
-s none /opt/csw/lib/libXdmcp.so=libXdmcp.so.6.0.0
-i copyright=CSWlibXdmcp.copyright
-i depend=CSWlibXdmcp.depend
-i pkginfo=CSWlibXdmcp.pkginfo
Deleted: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.depend
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/files/CSWlibXdmcpdev.depend 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.depend 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1 +0,0 @@
-P CSWlibxdmcp
Modified: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.gspec
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/files/CSWlibXdmcpdev.gspec 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.gspec 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1,4 +1,4 @@
-%var bitname libxdmcp_dev
-%var pkgname CSWlibxdmcpdev
+%var bitname libxdmcp_devel
+%var pkgname CSWlibxdmcpdevel
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Deleted: csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.prototype
===================================================================
--- csw/mgar/pkg/libXdmcp/trunk/files/CSWlibXdmcpdev.prototype 2009-01-08 18:54:43 UTC (rev 2762)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/files/CSWlibXdmcpdev.prototype 2009-01-08 21:19:14 UTC (rev 2763)
@@ -1,10 +0,0 @@
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/X11 0755 root bin
-f none /opt/csw/include/X11/Xdmcp.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libXdmcp.a 0644 root bin
-d none /opt/csw/lib/pkgconfig 0755 root bin
-f none /opt/csw/lib/pkgconfig/xdmcp.pc 0644 root bin
-i copyright=CSWlibXdmcpdev.copyright
-i depend=CSWlibXdmcpdev.depend
-i pkginfo=CSWlibXdmcpdev.pkginfo
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