aboutsummaryrefslogtreecommitdiff
path: root/lang/hope
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-17 15:48:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-17 15:48:44 +0000
commit6c1772ab60bfbe92f2d2756eb6b2cbae6e790c64 (patch)
tree17a67e4a0355ae7cc10d1687f2b15db8f7b82687 /lang/hope
parenta1752d661511e3c2a3f9dfa3f6679593a1ecab96 (diff)
downloadports-6c1772ab60bfbe92f2d2756eb6b2cbae6e790c64.tar.gz
ports-6c1772ab60bfbe92f2d2756eb6b2cbae6e790c64.zip
Notes
Diffstat (limited to 'lang/hope')
-rw-r--r--lang/hope/Makefile4
-rw-r--r--lang/hope/files/patch-sh_makedepend14
2 files changed, 0 insertions, 18 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile
index bd5137456e6f..6d11fd5fbf5e 100644
--- a/lang/hope/Makefile
+++ b/lang/hope/Makefile
@@ -14,10 +14,6 @@ DISTNAME= ${PORTNAME}
MAINTAINER= lev@FreeBSD.org
COMMENT= Hope is lazy interpriter for HOPE applicative language
-BROKEN= Patch fails
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
.if defined(WITH_DOCS)
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
latex2html:${PORTSDIR}/textproc/latex2html
diff --git a/lang/hope/files/patch-sh_makedepend b/lang/hope/files/patch-sh_makedepend
deleted file mode 100644
index 87adaccd49e1..000000000000
--- a/lang/hope/files/patch-sh_makedepend
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- sh/makedepend.orig Thu Dec 19 00:29:14 2002
-+++ sh/makedepend Thu Dec 19 00:29:26 2002
-@@ -66,7 +66,7 @@
- for file in $files
- do objname="$objprefix"`expr "$file" : '\(.*\)\.[^.]*$'`"$objsuffix"
- gcc $cppflags -E $file |
-- grep '^# 1 "[^/][^"]*"' |
-+ grep '^# 1 "[^/<][^"]*"' |
- sed ' s/[^"]*"\([^"]*\)".*/\1/
- s|///*|/|g
- : dotloop