diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
commit | b821effca4d567404360791c88de0b321b318b3c (patch) | |
tree | 2afd98ce11e394b5f5e18cdd94101b320ad82d6e /emulators | |
parent | 9a8b81c86dc9c95bfacd9eea1e21ebaaed625be6 (diff) | |
download | ports-b821effca4d567404360791c88de0b321b318b3c.tar.gz ports-b821effca4d567404360791c88de0b321b318b3c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 7 | ||||
-rw-r--r-- | emulators/linux_base-debian/Makefile | 7 | ||||
-rw-r--r-- | emulators/linux_base-fc3/Makefile | 6 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 8 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 7 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 7 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 8 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 5 |
8 files changed, 46 insertions, 9 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 7469d4294385..5295de604a36 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -8,7 +8,7 @@ PORTNAME= linux_base-8 PORTVERSION= 8.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= emulators linux MASTER_SITES= http://download.fedoralegacy.org/redhat/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/ximian/mono/redhat-80-i386/:ft @@ -93,6 +93,11 @@ ALWAYS_KEEP_DISTFILES= yes CONFLICTS= linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-rh* linux_base-suse* linux_base-fc-* + +DEPRECATED= unsupported by upstream, no security support anymore +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + ONLY_FOR_ARCHS= i386 amd64 DIST_SUBDIR= rpm/${ARCH}/${PORTVERSION} PREFIX?= ${LINUXBASE} diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index c8b5f83b066e..d8040bafdc20 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -6,7 +6,7 @@ PORTNAME= linux_base PORTVERSION= 3.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_DEBIAN:S/$/:base/} \ ${MASTER_SITE_DEBIAN:S/$/:util/} @@ -20,11 +20,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Debian base set for the Linux mode CONFLICTS= linux_base-7* linux_base-8* linux_base-gentoo* \ - linux_base-rh* linux_base-suse* + linux_base-rh* linux_base-suse* linux_base-fc* ONLY_FOR_ARCHS= alpha amd64 i386 BROKEN= Does not build reliably +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 + RESTRICTED= "binaries under GNU GPL: http://www.gnu.org/licenses/gpl.txt" BUILD_DEPENDS= ${DPKG_CMD}:${PORTSDIR}/archivers/dpkg diff --git a/emulators/linux_base-fc3/Makefile b/emulators/linux_base-fc3/Makefile index 53f80ea699fb..8599fe56b854 100644 --- a/emulators/linux_base-fc3/Makefile +++ b/emulators/linux_base-fc3/Makefile @@ -8,7 +8,7 @@ PORTNAME= fc PORTVERSION= 3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ @@ -92,6 +92,10 @@ ALWAYS_KEEP_DISTFILES= yes CONFLICTS= linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-rh-9* linux_base-suse-9* linux_base-8* \ linux_base-fc-4* linux-libgcc* linux_locale* + +DEPRECATED= superseeded by linux_base-fc4 port +EXPIRATION_DATE=2006-07-01 + ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 PREFIX?= ${LINUXBASE} diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 95b88f57cb04..8021c8816908 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -8,6 +8,7 @@ PORTNAME= linux_base-rh PORTVERSION= 9 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ ${MASTER_SITE_REDHAT_LINUX:S/$/:new/} @@ -54,8 +55,13 @@ COMMENT= Base set of packages needed in Linux mode (only for i386) EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -CONFLICTS= linux_base-7* linux_base-8* \ +CONFLICTS= linux_base-7* linux_base-8* linux_base-fc* \ linux_base-debian* linux_base-gentoo* linux_base-suse* + +DEPRECATED= unsupported by upstream, no security support anymore +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + RESTRICTED= "binaries under GNU GPL without accompanying source" ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/i386/rh9 diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 50b456164aaf..1635237d5334 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -8,6 +8,7 @@ PORTNAME= linux_base-suse PORTVERSION= 9.1 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SUSE} MASTER_SITE_SUBDIR= i386/9.1/suse/i586 @@ -46,7 +47,11 @@ COMMENT= Basic packages for Linux mode from SUSE 9.1/i386 EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-7* linux_base-debian* \ - linux_base-gentoo* linux_base-rh-9* + linux_base-gentoo* linux_base-rh-9* linux_base-fc* + +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} NO_LATEST_LINK= yes RESTRICTED= "binaries under GNU GPL without accompanying source" diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index aec7428dbeec..524fe0a3c29e 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -9,6 +9,7 @@ PORTNAME= linux_base-suse PORTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SUSE} ${MASTER_SITE_SUSE:S/$/:update/} MASTER_SITE_SUBDIR= i386/9.2/suse/i586 i386/update/9.2/rpm/i586/:update @@ -47,9 +48,13 @@ COMMENT= Basic packages for Linux mode from SUSE 9.2/i386 EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -CONFLICTS= linux_base-7* linux_base-debian* \ +CONFLICTS= linux_base-7* linux_base-debian* linux_base-fc* \ linux_base-gentoo* linux_base-rh* linux_base-suse-9.1* +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + RESTRICTED= "binaries under GNU GPL: http://www.gnu.org/licenses/gpl.txt" ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/i386/suse/9.2 diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 4114503d147d..c4e63be4cf9e 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -9,7 +9,7 @@ PORTNAME= linux_base-suse PORTVERSION= 9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SUSE} ${MASTER_SITE_SUSE:S/$/:update/} MASTER_SITE_SUBDIR= i386/9.3/suse/i586 i386/update/9.3/rpm/i586/:update @@ -20,7 +20,11 @@ COMMENT= Basic packages for Linux mode from SUSE 9.3/i386 EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-7* linux_base-debian* linux_base-gentoo* linux_base-rh* \ - linux_base-suse-9.1* linux_base-suse-9.2* + linux_base-suse-9.1* linux_base-suse-9.2* linux_base-fc* + +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} RPMLIST= ${.CURDIR}/files/rpmlist.conf diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 7f7b765ccac4..05ea6e82d62a 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -8,6 +8,7 @@ PORTNAME= linux_base-rh PORTVERSION= 7.3 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} ${MASTER_SITE_LOCAL:S/$/:x11/} \ http://download.fedoralegacy.org/redhat/7.3/updates/i386/:legacy @@ -53,6 +54,10 @@ CONFLICTS= linux_base-7.1* linux_base-debian* \ linux_base-gentoo* linux_base-rh-9* linux_base-suse-9* \ linux-XFree86-libs* +DEPRECATED= unsupported by upstream, no security support anymore +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + NO_LATEST_LINK= yes ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/rh-7.3 |