summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-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