diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
commit | db251ad68dd80d9783be28280e82f1175c1ec6c9 (patch) | |
tree | ee0c541edd2dd55e4a38a287555edd7600ccb2a1 /textproc | |
parent | 9e4b1cad429a1e0ad3eb3f55150a7212c07fd8db (diff) | |
download | freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.gz freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.zst freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/domc/Makefile | 4 | ||||
-rw-r--r-- | textproc/linux-aspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/linux-f10-aspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-xslt/Makefile | 7 | ||||
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
6 files changed, 4 insertions, 17 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 1389614b3ca5..fdac26942df9 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -39,8 +39,4 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" IGNORE= requires wchar functions to use the produced library .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif - .include <bsd.port.post.mk> diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile index 8be47ef606df..71412f564781 100644 --- a/textproc/linux-aspell/Makefile +++ b/textproc/linux-aspell/Makefile @@ -79,7 +79,7 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500021) && (${OSVERSION} >= 500000 || ${OSVERSION} < 440000) +.if ${OSVERSION} < 500021 BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile index 8be47ef606df..71412f564781 100644 --- a/textproc/linux-f10-aspell/Makefile +++ b/textproc/linux-f10-aspell/Makefile @@ -79,7 +79,7 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500021) && (${OSVERSION} >= 500000 || ${OSVERSION} < 440000) +.if ${OSVERSION} < 500021 BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index 8be47ef606df..71412f564781 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-aspell/Makefile @@ -79,7 +79,7 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500021) && (${OSVERSION} >= 500000 || ${OSVERSION} < 440000) +.if ${OSVERSION} < 500021 BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile index 0d60031dd565..6ed2d76ea25a 100644 --- a/textproc/ruby-xslt/Makefile +++ b/textproc/ruby-xslt/Makefile @@ -22,15 +22,10 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -.include <bsd.port.pre.mk> - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR} .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index fc08be4f8449..9d310165fb4d 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -55,10 +55,6 @@ USE_GMAKE= yes MAKE_ENV+= XALANCROOT=${WRKSRC} MAKE_ENV+= XERCESCROOT=${XERCESCROOT} -.if ( ${OSVERSION} < 500000 ) -EXTRA_CFLAGS= -ftemplate-depth-20 -.endif - HAS_CONFIGURE= yes CONFIGURE_SCRIPT= runConfigure CONFIGURE_ENV+= XALANCROOT=${WRKSRC} |