diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
commit | 9eca9d9c3be542fb7d2775295de32351162caa11 (patch) | |
tree | 8ea5523580a991921ed044fb2bb0b5823486f85c /editors | |
parent | 08401ab584679ba575474618aea9ae870cf34d1a (diff) | |
download | freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.gz freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.zst freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'editors')
-rw-r--r-- | editors/2bsd-vi/Makefile | 11 | ||||
-rw-r--r-- | editors/textedit.app/Makefile | 8 | ||||
-rw-r--r-- | editors/wily/Makefile | 8 |
3 files changed, 3 insertions, 24 deletions
diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile index 3dcdd635101d..58bcc6d9605f 100644 --- a/editors/2bsd-vi/Makefile +++ b/editors/2bsd-vi/Makefile @@ -24,18 +24,9 @@ PLIST_SUB= PRESERVEDIR="${PRESERVEDIR}" MAN1= ex.1 vi.1 MLINKS= ex.1 edit.1 vi.1 vedit.1 vi.1 view.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${FILESDIR}/stable-Makefile.patch -.endif - post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|-DMB||g' ${WRKSRC}/Makefile -.endif .for f in Makefile ex.1 expreserve.c exrecover.c vi.1 @${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/textedit.app/Makefile b/editors/textedit.app/Makefile index 5ca948162694..037f2aaf47cb 100644 --- a/editors/textedit.app/Makefile +++ b/editors/textedit.app/Makefile @@ -24,10 +24,4 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/textedit-${PORTVERSION} MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 15d61c34f128..105ae0a9bca8 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -33,12 +33,6 @@ PORTDOCS= index.html intro.html download.html credits.html FAQ.html \ TUTEDOCS= hello.c start typescript TUTESHS= findword script send_to_gary -.include <bsd.port.pre.mk> - -.if (${OSVERSION} < 500000) -BROKEN= Requires more recent libc -.endif - post-patch: cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ win.c wgoto.c wreplace.c; \ @@ -68,4 +62,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |