[csw-devel] SF.net SVN: gar:[6333] csw/mgar
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Sep 17 15:39:35 CEST 2009
Revision: 6333
http://gar.svn.sourceforge.net/gar/?rev=6333&view=rev
Author: dmichelsen
Date: 2009-09-17 13:39:35 +0000 (Thu, 17 Sep 2009)
Log Message:
-----------
x11: Add variable for xorg individual libs
Modified Paths:
--------------
csw/mgar/gar/v2/categories/x11/category.mk
csw/mgar/pkg/x11/libX11/trunk/Makefile
csw/mgar/pkg/x11/libXau/trunk/Makefile
csw/mgar/pkg/x11/libXdmcp/trunk/Makefile
csw/mgar/pkg/x11/libxft/trunk/Makefile
csw/mgar/pkg/x11/xrender/trunk/Makefile
csw/mgar/pkg/x11/xtrans/trunk/Makefile
Modified: csw/mgar/gar/v2/categories/x11/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/x11/category.mk 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/gar/v2/categories/x11/category.mk 2009-09-17 13:39:35 UTC (rev 6333)
@@ -1,5 +1,6 @@
# X11
X11_PROTO_MASTER_SITE = http://xorg.freedesktop.org/releases/individual/proto/
+X11_LIB_MASTER_SITE = http://xorg.freedesktop.org/releases/individual/lib/
XCB_MASTER_SITES = http://xcb.freedesktop.org/dist/
# C and C++ compiler flags
Modified: csw/mgar/pkg/x11/libX11/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libX11/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/libX11/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -9,7 +9,7 @@
functions of the window system.
endef
-MASTER_SITES =http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = patch-stdint.diff
# Add workaround for http://bugs.sourcemage.org/show_bug.cgi?id=13476
Modified: csw/mgar/pkg/x11/libXau/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libXau/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/libXau/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -8,7 +8,7 @@
which controls authorisation for X connections, both client-side and server-side.
endef
-MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PREREQUISITE_PKGS = CSWinputproto CSWkbproto CSWrenderproto CSWxcbproto
Modified: csw/mgar/pkg/x11/libXdmcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/libXdmcp/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -8,7 +8,7 @@
protocol library, which allows for remote logins to display managers.
endef
-MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
# We define upstream file regex so we can be notifed of new upstream software release
Modified: csw/mgar/pkg/x11/libxft/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libxft/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/libxft/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -10,7 +10,7 @@
extension handles glyph drawing; otherwise, the core X protocol is used.
endef
-MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
# Legacy libraries
Modified: csw/mgar/pkg/x11/xrender/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xrender/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/xrender/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -10,7 +10,7 @@
into either triangles or trapezoids.
endef
-MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTNAME = libXrender-$(GARVERSION)
DISTFILES = $(DISTNAME).tar.gz
Modified: csw/mgar/pkg/x11/xtrans/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xtrans/trunk/Makefile 2009-09-17 13:31:20 UTC (rev 6332)
+++ csw/mgar/pkg/x11/xtrans/trunk/Makefile 2009-09-17 13:39:35 UTC (rev 6333)
@@ -8,7 +8,7 @@
at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet.
endef
-MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES = $(X11_LIB_MASTER_SITE)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
# We define upstream file regex so we can be notifed of new upstream software release
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