various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.
authorRene Wagner <rw@handhelds.org>
Mon, 20 Feb 2006 21:03:49 +0000 (21:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 20 Feb 2006 21:03:49 +0000 (21:03 +0000)
61 files changed:
conf/bitbake.conf
packages/compositeext/compositeext_cvs.bb
packages/damageext/damageext_cvs.bb
packages/fdclock/fdclock_cvs.bb
packages/fixesext/fixesext_cvs.bb
packages/fs/fs_cvs.bb
packages/ice/ice_cvs.bb
packages/libsm/libsm_cvs.bb
packages/libxcursor/libxcursor_cvs.bb
packages/libxfixes/libxfixes_cvs.bb
packages/libxft/libxft_cvs.bb
packages/libxi/libxi_cvs.bb
packages/libxkbfile/libxkbfile_cvs.bb
packages/libxp/libxp_cvs.bb
packages/libxrandr/libxrandr_cvs.bb
packages/libxrender/libxrender_cvs.bb
packages/libxss/libxss_cvs.bb
packages/libxxf86dga/libxxf86dga_cvs.bb
packages/libxxf86vm/libxxf86vm_cvs.bb
packages/panoramixext/panoramixext_cvs.bb
packages/randrext/randrext_cvs.bb
packages/recordext/recordext_cvs.bb
packages/renderext/renderext_cvs.bb
packages/resourceext/resourceext_cvs.bb
packages/x11/x11_cvs.bb
packages/xau/xau_cvs.bb
packages/xauth/xauth_cvs.bb
packages/xaw/xaw_cvs.bb
packages/xcalibrate/xcalibrate_cvs.bb
packages/xcalibrateext/xcalibrateext_cvs.bb
packages/xcompmgr/xcompmgr_cvs.bb
packages/xcomposite/xcomposite_cvs.bb
packages/xdamage/xdamage_cvs.bb
packages/xdmcp/libxdmcp_cvs.bb
packages/xdpyinfo/xdpyinfo_cvs.bb
packages/xev/xev_cvs.bb
packages/xext/xext_cvs.bb
packages/xextensions/xextensions_20050610.bb
packages/xextensions/xextensions_cvs.bb
packages/xfont/xfont_cvs.bb
packages/xhost/xhost_20040413.bb
packages/xinerama/xinerama_1.0.2+cvs20050505.bb
packages/xinerama/xinerama_cvs.bb
packages/xmodmap/xmodmap_cvs.bb
packages/xmu/xmu_cvs.bb
packages/xpm/xpm_cvs.bb
packages/xprop/xprop_cvs.bb
packages/xproto/xproto_6.6.2+cvs20050226.bb
packages/xproto/xproto_cvs.bb
packages/xrandr/xrandr_cvs.bb
packages/xrdb/xrdb_cvs.bb
packages/xres/xres_cvs.bb
packages/xserver/xserver-kdrive_20050207.bb
packages/xserver/xserver-kdrive_20050624.bb
packages/xserver/xserver-kdrive_cvs.bb
packages/xset/xset_20040817.bb
packages/xt/xt_cvs.bb
packages/xtrans/xtrans_cvs.bb
packages/xtst/xtst_cvs.bb
packages/xxf86dgaext/xxf86dgaext_cvs.bb
packages/xxf86vmext/xxf86vmext_cvs.bb

index c28e3a7..98c2002 100644 (file)
@@ -304,6 +304,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases"
 GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
 FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
 HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs"
+FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
 GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
 
 # You can use the mirror of your country to get faster downloads by putting
index 75317fa..9416074 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "xextensions fixesext"
 DESCRIPTION = "X Composite extension headers and specification"
 DEFAULT_PREFERENCE = "1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=CompositeExt"
 S = "${WORKDIR}/CompositeExt"
 
 inherit autotools pkgconfig
index 1489e53..86a6032 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "xextensions fixesext"
 DESCRIPTION = "X Damage extension headers and specification"
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=DamageExt"
 S = "${WORKDIR}/DamageExt"
 
 inherit autotools pkgconfig
index 2c37fb6..8684a8f 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DEPENDS = "cairo"
 DESCRIPTION = "The freedesktop.org clock"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=fdclock"
+SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=fdclock"
 S = "${WORKDIR}/fdclock"
 
 inherit autotools 
index c279256..30b9460 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "xextensions"
 DESCRIPTION = "X Fixes extension headers and specification."
 DEFAULT_PREFERENCE = "1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FixesExt"
 S = "${WORKDIR}/FixesExt"
 
 inherit autotools pkgconfig
index 282a96c..6bab1d8 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "xfont xtrans"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FS"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS"
 S = "${WORKDIR}/FS"
 
 inherit autotools pkgconfig 
index f3ead54..fa49ee7 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "x11"
 DESCRIPTION = "X11 ICE library"
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ICE"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=ICE"
 S = "${WORKDIR}/ICE"
 
 inherit autotools pkgconfig 
index ff5fcd8..0c121f7 100644 (file)
@@ -8,7 +8,7 @@ PR = "r1"
 
 DEFAULT_PREFERENCE="-1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=SM"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=SM"
 S = "${WORKDIR}/SM"
 
 inherit autotools pkgconfig 
index a719652..5fe2334 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "X Cursor library"
 DEPENDS = "libxfixes"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xcursor"
 S = "${WORKDIR}/Xcursor"
 FILES_${PN} += "${libdir}/libXcursor.so"
 
index 6a9ae61..f02f951 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
 DEPENDS = "x11 fixesext"
 DESCRIPTION = "X Fixes extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfixes"
 S = "${WORKDIR}/Xfixes"
 
 inherit autotools pkgconfig 
index 6d5c11f..01c53b4 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "x11 xproto libxrender freetype fontconfig"
 DESCRIPTION = "X FreeType library. Client-side fonts with FreeType."
 PROVIDES = "xft"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xft"
 S = "${WORKDIR}/Xft"
 
 FILES_${PN} = ${libdir}/lib*.so.*
index 3935d4a..5b221d9 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "xproto x11 xextensions"
 DESCRIPTION = "X Input extension library."
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi \
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xi \
           file://autofoo.patch;patch=1"
 S = "${WORKDIR}/Xi"
 
index 9dcbfe7..381e763 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 DEPENDS = "x11"
 DESCRIPTION = "X11 keyboard library"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xkbfile"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=xkbfile"
 S = "${WORKDIR}/xkbfile"
 
 inherit autotools pkgconfig 
index fa3abb1..a09e9cb 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "libs"
 DEPENDS = "x11 xext"
 DESCRIPTION = "X print extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xp"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xp"
 S = "${WORKDIR}/Xp"
 
 inherit autotools pkgconfig 
index 7617b75..5ff10a3 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "randrext x11 libxrender xext"
 DESCRIPTION = "X Resize and Rotate extension library."
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xrandr"
 S = "${WORKDIR}/Xrandr"
 
 inherit autotools pkgconfig 
index c4d26b5..76c4af5 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "renderext x11"
 DESCRIPTION = "X Render extension library."
 LICENSE = "BSD"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrender"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xrender"
 S = "${WORKDIR}/Xrender"
 
 inherit autotools pkgconfig 
index ea85e16..ff76675 100644 (file)
@@ -7,7 +7,7 @@ SECTION = "libs"
 DEPENDS = "x11 xext"
 DESCRIPTION = "X screen saver extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xss"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xss"
 S = "${WORKDIR}/Xss"
 
 inherit autotools pkgconfig 
index a03081b..6111b34 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "x11/libs"
 DEPENDS = "x11 xext xxf86dgaext"
 DESCRIPTION = "Xxf86dga extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xxf86dga"
 S = "${WORKDIR}/Xxf86dga"
 
 inherit autotools pkgconfig 
index f81a18d..d0c342e 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "x11/libs"
 DEPENDS = "x11 xext xxf86vmext"
 DESCRIPTION = "Xxf86vm extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86vm"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xxf86vm"
 S = "${WORKDIR}/Xxf86vm"
 
 inherit autotools pkgconfig 
index 5a7a67e..cd35d0d 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DESCRIPTION = "PanoramiX extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=PanoramiXExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=PanoramiXExt"
 S = "${WORKDIR}/PanoramiXExt"
 
 inherit autotools pkgconfig 
index 15b3768..a16139b 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "X Resize and Rotate extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Randr"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Randr"
 S = "${WORKDIR}/Randr"
 
 inherit autotools pkgconfig
index 1c6bd0b..494b53a 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DESCRIPTION = "XRecord extension protocol bits"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=RecordExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=RecordExt"
 S = "${WORKDIR}/RecordExt"
 
 inherit autotools pkgconfig
index 85a790a..af84c6f 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "X Render extension headers"
 DEFAULT_PREFERENCE = "1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Render"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Render"
 S = "${WORKDIR}/Render"
 
 inherit autotools pkgconfig
index b2cbfd7..92ac8d7 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xextensions"
 DESCRIPTION = "X Resource usage extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ResourceExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=ResourceExt"
 S = "${WORKDIR}/ResourceExt"
 
 inherit autotools pkgconfig
index 6f666f5..5cc568d 100644 (file)
@@ -10,7 +10,7 @@ FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
 FILES_${PN}-locale += "${datadir}/X11/locale"
 PROVIDES = "x11"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 \
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=X11 \
           file://errordb-keysymdb-path-fix.patch;patch=1"
 S = "${WORKDIR}/X11"
 
index 46958ba..a0e2bd3 100644 (file)
@@ -7,7 +7,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto"
 DESCRIPTION = "Authorization Protocol for X."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xau"
 S = "${WORKDIR}/Xau"
 
 inherit autotools pkgconfig 
index 358da9b..1243fce 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Rene Wagner <rw@handhelds.org>"
 SECTION = "x11/base"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xauth \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xauth"
 
index ade2156..71d4f91 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DEPENDS = "xproto x11 xt xmu xpm"
 DESCRIPTION = "X Athena Widgets library"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xaw"
 S = "${WORKDIR}/Xaw"
 
 inherit autotools pkgconfig 
index 31a60a3..e254348 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 DEPENDS = "x11 xcalibrateext xext"
 DESCRIPTION = "XCalibrate client-side library"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate"
 S = "${WORKDIR}/XCalibrate"
 
 inherit autotools pkgconfig 
index 133d19e..4e47c16 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
 LICENSE = "BSD-X"
 DESCRIPTION = "XCalibrate extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt"
 S = "${WORKDIR}/XCalibrateExt"
 
 inherit autotools pkgconfig
index 3be8b3e..51fbf40 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DEPENDS = "x11 xdamage xcomposite libxrender"
 DESCRIPTION = "X Compositing Manager"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xcompmgr"
+SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xcompmgr"
 S = "${WORKDIR}/xcompmgr"
 
 inherit autotools 
index 8469e9c..c2ec718 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
 DEPENDS = "x11 compositeext xextensions libxfixes"
 DESCRIPTION = "X Composite extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xcomposite"
 S = "${WORKDIR}/Xcomposite"
 
 inherit autotools pkgconfig 
index c108527..d7d9e33 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
 DEPENDS = "x11 damageext libxfixes xproto"
 DESCRIPTION = "X Damage extension library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xdamage \
           file://m4.patch;patch=1"
 S = "${WORKDIR}/Xdamage"
 
index b4f0fdf..20b957b 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "xproto"
 PROVIDES = "xdmcp"
 DESCRIPTION = "X Display Manager Control Protocol library."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xdmcp"
 S = "${WORKDIR}/Xdmcp"
 
 inherit autotools pkgconfig 
index 6b0a424..bd1047c 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "x11/base"
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xdpyinfo"
+SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xdpyinfo"
 S = "${WORKDIR}/xdpyinfo"
 
 inherit autotools pkgconfig 
index 035e63c..50c190c 100644 (file)
@@ -7,7 +7,7 @@ SECTION = "x11/base"
 DEPENDS = "x11 xau"
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xev \
+SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xev \
           file://diet-x11.patch;patch=1"
 S = "${WORKDIR}/xev"
 
index 84ecd34..4ea5061 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "x11/libs"
 PRIORITY = "optional"
 DEPENDS = "xproto x11 xextensions"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xext"
 S = "${WORKDIR}/Xext"
 
 inherit autotools pkgconfig 
index 735ba64..00cea3b 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "x11/libs"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "various extension headers."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions;date=${FIXEDSRCDATE}"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XExtensions;date=${FIXEDSRCDATE}"
 S = "${WORKDIR}/XExtensions"
 
 inherit autotools pkgconfig
index 05dc297..18b95f5 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "various extension headers."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XExtensions"
 S = "${WORKDIR}/XExtensions"
 
 inherit autotools pkgconfig
index 1873d74..49896ec 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "xproto xtrans zlib"
 DESCRIPTION = "X font library (used by the X server)."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont \
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfont \
        file://scalable.patch;patch=1"
 S = "${WORKDIR}/Xfont"
 
index d255604..b3ca3c9 100644 (file)
@@ -7,7 +7,7 @@ MAINTAINER = "Rene Wagner <rw@handhelds.org>"
 SECTION = "x11/base"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xhost;date=${FIXEDSRCDATE} \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xhost;date=${FIXEDSRCDATE} \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xhost"
 
index 749fcc6..48a6416 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 DEPENDS = "panoramixext xproto x11 xext"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama;date=20050505"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xinerama;date=20050505"
 S = "${WORKDIR}/Xinerama"
 
 inherit autotools pkgconfig 
index 3d3c854..a22e151 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 DEPENDS = "panoramixext xproto x11 xext"
 PV = "0.0+cvs${SRCDATE}"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xinerama"
 S = "${WORKDIR}/Xinerama"
 
 inherit autotools pkgconfig 
index 6c00f06..9582639 100644 (file)
@@ -7,7 +7,7 @@ PR = "r1"
 
 DEPENDS = "x11"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xmodmap \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xmodmap \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xmodmap"
 
index 3f62a89..9420280 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 DEPENDS = "xt xext"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xmu"
 S = "${WORKDIR}/Xmu"
 
 PACKAGES =+ "xmuu xmuu-dev"
index e239280..78e44b3 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "xproto x11"
 DESCRIPTION = "X Pixmap library."
 PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xpm"
 S = "${WORKDIR}/Xpm"
 
 inherit autotools pkgconfig 
index 895a36f..f847952 100644 (file)
@@ -6,7 +6,7 @@ MAINTER = "Rene Wagner <rw@handhelds.org>"
 SECTION = "x11/base"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xprop;tag=XORG-MAIN \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xprop;tag=XORG-MAIN \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xprop"
 
index a5a92fe..594a351 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "X protocol and ancillary headers."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto;date=20050226"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto;date=20050226"
 S = "${WORKDIR}/Xproto"
 
 inherit autotools pkgconfig
index b5ecf2d..1d9c96c 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DESCRIPTION = "X protocol and ancillary headers."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto"
 S = "${WORKDIR}/Xproto"
 
 inherit autotools pkgconfig
index ea6c71c..1e66093 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "libxrandr x11 xext"
 DESCRIPTION = "X Resize and Rotate extension command."
 SECTION = "x11/base"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr"
+SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xrandr"
 S = "${WORKDIR}/xrandr"
 
 inherit autotools pkgconfig 
index daa8968..ca0e93d 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "x11/base"
 LICENSE = "xrdb"
 PR = "r2"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xrdb \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xrdb \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xrdb"
 
index d7f8c68..7fe8f4a 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "x11 xextensions xext resourceext"
 DESCRIPTION = "X Resource usage library."
 LICENSE = "X-MIT"
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XRes"
 S = "${WORKDIR}/XRes"
 
 inherit autotools pkgconfig 
index 788b858..58289c8 100644 (file)
@@ -33,12 +33,12 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
 FILES_xserver-kdrive-epson = "${bindir}/Xepson"
 FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
+SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
        file://kmode.patch;patch=1 \
        file://disable-apm.patch;patch=1 \
        file://fbdev-not-fix.patch;patch=1 "
 
-SRC_URI_h3600 = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
+SRC_URI_h3600 = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
         file://kmode.patch;patch=1 \
         file://faster-rotated.patch;patch=1 \
         file://fbdev-not-fix.patch;patch=1 "
index 7c8949a..fcabbd4 100644 (file)
@@ -32,7 +32,7 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
 FILES_xserver-kdrive-epson = "${bindir}/Xepson"
 FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
+SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
        file://kmode.patch;patch=1 \
        file://no-serial-probing.patch;patch=1 \
        file://fbdev-not-fix.patch;patch=1"
index 0539513..dc05735 100644 (file)
@@ -32,7 +32,7 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
 FILES_xserver-kdrive-epson = "${bindir}/Xepson"
 FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver \
+SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver \
        file://kmode.patch;patch=1 \
        file://no-serial-probing.patch;patch=1 \
        file://kdrive-evdev.patch;patch=1  \
index 201b963..f07d2e0 100644 (file)
@@ -11,7 +11,7 @@ CFLAGS += "-D_GNU_SOURCE"
 
 SECTION = "x11/base"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xset;date=${FIXEDSRCDATE} \
+SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xset;date=${FIXEDSRCDATE} \
            file://autofoo.patch;patch=1"
 S = "${WORKDIR}/xset"
 
index fa240e4..3434a63 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "x11 libsm"
 DESCRIPTION = "X Toolkit Intrinsics"
 LICENSE =  "X-MIT"
 PR = "r1"
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xt"
 S = "${WORKDIR}/Xt"
 
 inherit autotools pkgconfig 
index 86d5346..9714f40 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "network API translation layer to \
 insulate X applications and libraries from OS \
 network vageries."
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=xtrans"
 S = "${WORKDIR}/xtrans"
 
 inherit autotools  pkgconfig
index fab1ee2..1662d39 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "x11 recordext xext"
 DESCRIPTION = "X Test Extension: client side library"
 PR = "r3"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xtst"
 S = "${WORKDIR}/Xtst"
 
 inherit autotools pkgconfig 
index 9b46c91..3078804 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "Xorg"
 SECTION = "x11/libs"
 DESCRIPTION = "Xxf86dga extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86DGAExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XF86DGAExt"
 S = "${WORKDIR}/XF86DGAExt"
 
 inherit autotools pkgconfig
index 181d763..06145e2 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "MIT"
 SECTION = "x11/libs"
 DESCRIPTION = "Xxf86vm extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86VMExt"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XF86VMExt"
 S = "${WORKDIR}/XF86VMExt"
 
 inherit autotools pkgconfig