diff options
author | netchild <netchild@FreeBSD.org> | 2012-04-15 04:24:51 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2012-04-15 04:24:51 +0800 |
commit | c5317c2a0da52ce6ac77833e4fe9b248fab77ccb (patch) | |
tree | c256b22d65db5bb4fef29b8e77e66e6b529ec4c6 /emulators | |
parent | a6813af6eb06b9570d1fad3b8ec310db8771d226 (diff) | |
download | freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.tar.gz freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.tar.zst freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.zip |
Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).
I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.
Discussed with: bsam
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-libaio/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux-libaio/Makefile b/emulators/linux-libaio/Makefile index 782a2a95c2bc..32bf26c41b12 100644 --- a/emulators/linux-libaio/Makefile +++ b/emulators/linux-libaio/Makefile @@ -12,6 +12,8 @@ CATEGORIES= emulators linux MAINTAINER= numisemis@yahoo.com COMMENT= Linux-native asynchronous I/O access library, Linux binary +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 0203fd7b1baf..ca748e5cdb46 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -96,6 +96,8 @@ ALWAYS_KEEP_DISTFILES= yes LATEST_LINK= linux_base CONFLICTS= linux_base-gentoo* linux_locale* \ linux_base-f8* linux_base-f7* linux_base-fc6* +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes |