diff options
author | trevor <trevor@FreeBSD.org> | 2003-07-03 22:38:31 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-07-03 22:38:31 +0800 |
commit | 116b0223f3dd64a83f54079e27c1680c1af58a9b (patch) | |
tree | 0a1455af5d4113778a32d57fce20feb9a62367a7 /emulators | |
parent | 6bc4a5725fdec4eb6f5f9361cf546b006a3e99b1 (diff) | |
download | freebsd-ports-gnome-116b0223f3dd64a83f54079e27c1680c1af58a9b.tar.gz freebsd-ports-gnome-116b0223f3dd64a83f54079e27c1680c1af58a9b.tar.zst freebsd-ports-gnome-116b0223f3dd64a83f54079e27c1680c1af58a9b.zip |
Register conflicts among linux_base ports.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index aba74ae1f7d2..0e847e6a2783 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -28,6 +28,7 @@ FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 6c56798d604e..2d5b1b1dd0cf 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -52,6 +52,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RESTRICTED= "binaries under GNU GPL without accompanying source" +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 6c56798d604e..2d5b1b1dd0cf 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -52,6 +52,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RESTRICTED= "binaries under GNU GPL without accompanying source" +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 6c56798d604e..2d5b1b1dd0cf 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -52,6 +52,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RESTRICTED= "binaries under GNU GPL without accompanying source" +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 6c56798d604e..2d5b1b1dd0cf 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -52,6 +52,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RESTRICTED= "binaries under GNU GPL without accompanying source" +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 6c56798d604e..2d5b1b1dd0cf 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -52,6 +52,7 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RESTRICTED= "binaries under GNU GPL without accompanying source" +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} PREFIX= ${LINUXBASE} diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index b11d3e448039..22604be30d18 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -47,6 +47,7 @@ COMMENT= The base set of packages needed in Linux mode BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +CONFLICTS= linux_base-* ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm PREFIX= ${LINUXBASE} |