summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:48:21 +0000
commitbc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch)
tree6198944537e2605f2a41371bfe1a13fd435427bc /editors
parentBROKEN on 5.1: installation fails (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81219
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile8
-rw-r--r--editors/nvi-perl/Makefile4
-rw-r--r--editors/vigor/Makefile8
3 files changed, 18 insertions, 2 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index d0f1736dc8ca..6fd4b401f58e 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -19,6 +19,12 @@ COMMENT= Development snapshot of the world-renown nvi editor
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes
@@ -39,4 +45,4 @@ post-install:
${RM} ${PREFIX}/man/cat1/${__p}.0
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
index 02dab9ef0da5..dcfa5e845311 100644
--- a/editors/nvi-perl/Makefile
+++ b/editors/nvi-perl/Makefile
@@ -18,6 +18,10 @@ COMMENT= A clone of vi/ex, with perl5 linked into
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index 61a5b262864f..3ec6d429369d 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -17,6 +17,12 @@ COMMENT= A vi clone inspired by the userfriendly comic strip
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
tcl82.1:${PORTSDIR}/lang/tcl82
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-transform-name="s,0,1,"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
@@ -31,4 +37,4 @@ post-patch:
-e 's#-ltk#-ltk82#g' \
< ${WRKSRC}/configure.orig > ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>