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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-pango/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/linux-qt33/Makefile | 2 |
5 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 24606e5e7ee9..89b04aac4a89 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -19,6 +19,8 @@ COMMENT= RPM of the Gtk lib CONFLICTS= linux-f8-gtk-[0-9]* linux-f10-gtk-[0-9]* +# 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 diff --git a/x11-toolkits/linux-gtk2/Makefile b/x11-toolkits/linux-gtk2/Makefile index 1fc2be3397f7..f339d0f2438a 100644 --- a/x11-toolkits/linux-gtk2/Makefile +++ b/x11-toolkits/linux-gtk2/Makefile @@ -18,6 +18,8 @@ COMMENT= GTK+ library, version 2.X, Linux binary CONFLICTS= linux-f8-gtk2-[0-9]* linux-f10-gtk2-[0-9]* +# 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 # these libraries are required by gtk-query-immodules-2.0 or diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index a6cc68efd381..9356f7de86a7 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]* +# 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 USE_LINUX_APPS= xorglibs diff --git a/x11-toolkits/linux-pango/Makefile b/x11-toolkits/linux-pango/Makefile index e6248ec0e43e..ae08254fb67d 100644 --- a/x11-toolkits/linux-pango/Makefile +++ b/x11-toolkits/linux-pango/Makefile @@ -17,7 +17,8 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Linux pango binary FORBIDDEN= Vulnerable since 2009-05-13, http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html -EXPIRATION_DATE= 2011-10-14 +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 CONFLICTS= linux-f8-pango-[0-9]* linux-f10-pango-[0-9]* diff --git a/x11-toolkits/linux-qt33/Makefile b/x11-toolkits/linux-qt33/Makefile index 599d4c16f9ff..0654c784a1a3 100644 --- a/x11-toolkits/linux-qt33/Makefile +++ b/x11-toolkits/linux-qt33/Makefile @@ -16,6 +16,8 @@ COMMENT= RPM of QT3 CONFLICTS= linux-f8-qt33-[0-9]* linux-f10-qt33-[0-9]* +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig libmng png RPMVERSION= 15.5 |