diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-11-11 12:55:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-11-11 12:55:23 +0000 |
commit | 30d8dd5f191f942b7ce0f0e17c432d5dfb5a1fc8 (patch) | |
tree | 66ac8c0cfc5948cb6a4f75dc055a3b0d0b8c5458 | |
parent | adae81a837f1594085174af095ec03efe341b2c1 (diff) | |
download | ports-30d8dd5f191f942b7ce0f0e17c432d5dfb5a1fc8.tar.gz ports-30d8dd5f191f942b7ce0f0e17c432d5dfb5a1fc8.zip |
Notes
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/Makefile | 3 | ||||
-rw-r--r-- | games/HeroesOfMightAndMagic/Makefile | 3 | ||||
-rw-r--r-- | net-im/linux-ymessenger/Makefile | 5 |
5 files changed, 16 insertions, 1 deletions
diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index 6b275f3514d6..28df45d3cd3e 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -12,6 +12,9 @@ DISTFILES= gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PSEmu Pro GPU plugin using a software X11 renderer (Linux version) +DEPRECATED= Depends on deprecated Linux GTK1 +EXPIRATION_DATE=2013-12-01 + NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile index d268a890ee67..819fc56f8ef2 100644 --- a/emulators/linux-pete-mesagpu/Makefile +++ b/emulators/linux-pete-mesagpu/Makefile @@ -12,6 +12,9 @@ DISTFILES= gpupetemesagl${MAJOR}${MINOR}${EXTRACT_SUFX} \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) +DEPRECATED= Depends on deprecated Linux GTK1 +EXPIRATION_DATE=2013-12-01 + NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes diff --git a/emulators/linux-pete-xgl2gpu/Makefile b/emulators/linux-pete-xgl2gpu/Makefile index 7a3358db8164..f125f0f62f1e 100644 --- a/emulators/linux-pete-xgl2gpu/Makefile +++ b/emulators/linux-pete-xgl2gpu/Makefile @@ -12,6 +12,9 @@ DISTFILES= gpupetexgl${MAJOR}0${MINOR}${EXTRACT_SUFX} \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PSEmu Pro GPU plugin using a modern OpenGL renderer (Linux version) +DEPRECATED= Depends on deprecated Linux GTK1 +EXPIRATION_DATE=2013-12-01 + NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes diff --git a/games/HeroesOfMightAndMagic/Makefile b/games/HeroesOfMightAndMagic/Makefile index a633f040c2c7..a2555bbdde6e 100644 --- a/games/HeroesOfMightAndMagic/Makefile +++ b/games/HeroesOfMightAndMagic/Makefile @@ -11,6 +11,9 @@ DISTFILES= MAINTAINER= mva@FreeBSD.org COMMENT= BSD Installation of the Linux game "Heroes of Might and Magic III" +DEPRECATED= Depends on deprecated Linux GTK1 +EXPIRATION_DATE=2013-12-01 + PLIST= ${WRKDIR}/PLIST IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 amd64 diff --git a/net-im/linux-ymessenger/Makefile b/net-im/linux-ymessenger/Makefile index aa8d0a7b3139..4d0ecd62e5cd 100644 --- a/net-im/linux-ymessenger/Makefile +++ b/net-im/linux-ymessenger/Makefile @@ -11,7 +11,10 @@ DISTFILES= ${DISTNAME}.rpm ymessenger.bin EXTRACT_ONLY= ${DISTNAME}.rpm MAINTAINER= ports@FreeBSD.org -COMMENT= An RPM of Yahoo! Messenger instant messaging client +COMMENT= RPM of Yahoo! Messenger instant messaging client + +DEPRECATED= Depends on deprecated Linux GTK1 +EXPIRATION_DATE=2013-12-01 EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio |