summaryrefslogtreecommitdiff
path: root/lang
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
parent- Update to 1.7.b3 (diff)
- Unbreak, undeprecate
PR: ports/127449 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout (lev; 3 months)
Notes
Notes: svn path=/head/; revision=224333
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