diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-17 10:52:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-17 10:52:28 +0000 |
commit | e7cd88d6378aa543894d99cdba862d89b45f455e (patch) | |
tree | ff438c8d10d8e154bfb1ae0704dddadc54c5e208 /lang/squeak2/files/patch-aa | |
parent | BROKEN on 5.x: does not compile (diff) |
Remove squeak2 in favor of squeak3. squeak2 is outdated, obsolete and
no longer needed.
PR: ports/62421
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de> (maintainer)
No objection: freebsd-ports
Notes
Notes:
svn path=/head/; revision=101180
Diffstat (limited to 'lang/squeak2/files/patch-aa')
-rw-r--r-- | lang/squeak2/files/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/squeak2/files/patch-aa b/lang/squeak2/files/patch-aa deleted file mode 100644 index c4dba9fb21bd..000000000000 --- a/lang/squeak2/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- conf/config.guess.orig Mon Mar 6 11:52:02 2000 -+++ conf/config.guess Mon Mar 6 11:52:24 2000 -@@ -477,11 +477,7 @@ - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit 0 ;; - *:FreeBSD:*:*) -- if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then -- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -- else -- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -- fi -+ echo freebsd - exit 0 ;; - *:NetBSD:*:*) - echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` |