diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:15:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:15:21 +0000 |
commit | a69ed1ce624cb3f9f13404e3e0e1fdf140ae4470 (patch) | |
tree | 095f1d4a86a5b7d8e43f7e0483b1b66673f66dc1 /emulators/twin/files/patch-configure.in | |
parent | Remove unmaintained expired ports from ftp (diff) |
Remove unmaintained expired ports from emulators
2011-05-01 emulators/basiliskII: Distfile is no more available official website has older distfiles
2011-05-01 emulators/tkhfs: Upstream disapear and distfile is no more available
2011-05-01 emulators/twin: Upstream disapear and distfile is no more available
2011-05-01 emulators/vgb: Distfile is no more available (lastest binaries provided by upstream are for 5.x)
2011-05-01 emulators/vpce: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273465
Diffstat (limited to 'emulators/twin/files/patch-configure.in')
-rw-r--r-- | emulators/twin/files/patch-configure.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/emulators/twin/files/patch-configure.in b/emulators/twin/files/patch-configure.in deleted file mode 100644 index 4bb4b472948a..000000000000 --- a/emulators/twin/files/patch-configure.in +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.in.orig Fri Aug 1 23:23:48 2003 -+++ configure.in Fri Aug 1 23:27:42 2003 -@@ -131,6 +131,10 @@ - TARGET=sunos - ;; - -+ alpha-*-freebsd* ) -+ TARGET=freebsd -+ ;; -+ - alpha-*-linux* ) - TARGET=linux - ;; -@@ -143,7 +147,7 @@ - TARGET=sco - ;; - -- i*86-unknown-freebsd* ) -+ i*86-*-freebsd* ) - TARGET=freebsd - ;; - -@@ -153,6 +157,10 @@ - - i*86-*-cygwin* ) - TARGET=cygwin -+ ;; -+ -+ powerpc-*-freebsd* ) -+ TARGET=freebsd - ;; - - powerpc-*-linux* ) |