diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-24 18:28:26 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-24 18:28:26 +0000 |
commit | 1d27d56c878dee03079e4980f5929d000008b503 (patch) | |
tree | 762441d6b0a079fa4cabc45bccf1d31ebf31cc7f /x11 | |
parent | b245cd978b06e5d1fda892785d406ca9c7732aef (diff) | |
download | FreeBSD-ports-1d27d56c878dee03079e4980f5929d000008b503.zip FreeBSD-ports-1d27d56c878dee03079e4980f5929d000008b503.tar.gz |
Declare CONFLICTS between freedesktop.org X extension/library ports and
XFree86-libraries.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 5 | ||||
-rw-r--r-- | x11/libICE/Makefile | 2 | ||||
-rw-r--r-- | x11/libSM/Makefile | 2 | ||||
-rw-r--r-- | x11/libX11/Makefile | 2 | ||||
-rw-r--r-- | x11/libXau/Makefile | 2 | ||||
-rw-r--r-- | x11/libXcursor/Makefile | 2 | ||||
-rw-r--r-- | x11/libXdmcp/Makefile | 2 | ||||
-rw-r--r-- | x11/libXext/Makefile | 2 | ||||
-rw-r--r-- | x11/libXfont/Makefile | 2 | ||||
-rw-r--r-- | x11/libXi/Makefile | 2 | ||||
-rw-r--r-- | x11/libXpm/Makefile | 2 | ||||
-rw-r--r-- | x11/libXrandr/Makefile | 2 | ||||
-rw-r--r-- | x11/libXrender/Makefile | 2 | ||||
-rw-r--r-- | x11/libXres/Makefile | 2 | ||||
-rw-r--r-- | x11/libXv/Makefile | 2 | ||||
-rw-r--r-- | x11/randrext/Makefile | 2 | ||||
-rw-r--r-- | x11/renderext/Makefile | 2 | ||||
-rw-r--r-- | x11/resourceext/Makefile | 2 | ||||
-rw-r--r-- | x11/xextensions/Makefile | 2 | ||||
-rw-r--r-- | x11/xproto/Makefile | 2 |
20 files changed, 43 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index c160d82..784075b 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -28,6 +28,11 @@ COMMENT= XFree86-4 libraries and headers LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +CONFLICTS= libICE-* libSM-* libX11-* libXau-* libXcursor-* libXdmcp-* \ + libXext-* libXfont-* libXi-* libXpm-* libXrandr-* \ + libXrender-* libXres-* libXv-* randrext-* renderext-* \ + resourceext-* xextensions-* xproto-* + USE_X_PREFIX= no PREFIX?= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11-4.dist diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 056ea42..8d676bf 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 3bceeaf..80c4913 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 479994d..aedf405 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xexte ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 1d093ff..8e6534e 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -16,6 +16,8 @@ COMMENT= Authentication Protocol library for X11 BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index c3f7b17..1676944 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 6776402..5e508b3 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -20,6 +20,8 @@ COMMENT= X Display Manager Control Protocol library BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 2fcc2f4..06a1f49 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index 5627fed..22a11a8 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 328c3bc..324e802 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 25a5667..dddd8ba 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 3ad7584..e207fa8 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/randr.pc:${PORTSDIR}/x11/randrext \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 23ede46..04c86f4 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index d1de784..1ee80fa 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resou ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index d37ea37..ca52f61 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xexte ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile index 4f8ee4d..c27400b 100644 --- a/x11/randrext/Makefile +++ b/x11/randrext/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ MAINTAINER= x11@FreeBSD.org COMMENT= Header files and documentation for the X Resize and Rotate extension +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile index 4b03fd4..9bfa0a2 100644 --- a/x11/renderext/Makefile +++ b/x11/renderext/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= Header files and documentation for the X render extension +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/resourceext/Makefile b/x11/resourceext/Makefile index 190b71b..1681ece 100644 --- a/x11/resourceext/Makefile +++ b/x11/resourceext/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Resource usage extension headers +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/xextensions/Makefile b/x11/xextensions/Makefile index 6ea745d..62d3da4 100644 --- a/x11/xextensions/Makefile +++ b/x11/xextensions/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 extension headers +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 7c89ffa..5f51c3b 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes |