diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 16:51:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 16:51:10 +0000 |
commit | 15b247f4439f50971519a2c03ceae504a06dd1e6 (patch) | |
tree | ac1eb1836f54d617d6a6b212ad196b1b47cf0764 /emulators | |
parent | e84e0697bca8413db005f8e03de742525db445fe (diff) | |
download | ports-15b247f4439f50971519a2c03ceae504a06dd1e6.tar.gz ports-15b247f4439f50971519a2c03ceae504a06dd1e6.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/basiliskII/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-debian/Makefile | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index df323aab7e0f..3c1ba52b5b28 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -17,6 +17,8 @@ MAINTAINER= mmendez@energyhq.be COMMENT= A free, portable, Open Source 68k Mac emulator BROKEN= Does not compile +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index d8040bafdc20..ec37b32d34b5 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -24,6 +24,8 @@ CONFLICTS= linux_base-7* linux_base-8* linux_base-gentoo* \ ONLY_FOR_ARCHS= alpha amd64 i386 BROKEN= Does not build reliably +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 DEPRECATED= unmaintained and does not comply to the linux_base invariants EXPIRATION_DATE=2006-09-01 diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 24ed292c78a7..305a90ac5b67 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -18,6 +18,8 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6 BROKEN= Does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_BZIP2= yes USE_GMAKE= yes diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index e9673dc21444..2c284f69ce5f 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -16,5 +16,7 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= mess BROKEN= leaves a file behind on deinstall +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .include "${MASTERDIR}/Makefile" |