diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | 2a01d7633c6c28b5f050de470056cf0028538aa5 (patch) | |
tree | 096f288547892d6e19e03f24080a2856a5850062 /editors | |
parent | 9350341e45aa74ca1146d687f79abaed9b70d8de (diff) | |
download | FreeBSD-ports-2a01d7633c6c28b5f050de470056cf0028538aa5.zip FreeBSD-ports-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.gz |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 7 | ||||
-rw-r--r-- | editors/staroffice52/Makefile | 11 | ||||
-rw-r--r-- | editors/staroffice60/Makefile | 13 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 13 |
4 files changed, 1 insertions, 43 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 05df03a..0b7d96c 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -29,12 +29,7 @@ MAN1= cooledit.1 coolman.1 smalledit.1 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 CFLAGS+= -DHAVE_MBRTOWC -.endif .if defined(WITH_NEXT_LOOK) CONFIGURE_ARGS+= --enable-NeXT-look @@ -43,4 +38,4 @@ CONFIGURE_ARGS+= --enable-NeXT-look post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 375a18f..f8bad03 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -92,17 +92,6 @@ pre-fetch: @${ECHO} ----------------------------------------------------------- @${FALSE} .endif -.if ${OSVERSION} < 410000 - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} Staroffice depends on a scripting fix for - @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c - @${ECHO} - @${ECHO} Please upgrade to FreeBSD 4.1 or later. - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 250000 @${ECHO} @${ECHO} There is too few free disk space in your port diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 61c130b..dbb188f 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -80,19 +80,6 @@ pre-fetch: .else @${ECHO} Check if ${LINUXBASE}/etc/mtab exists: YES .endif -.if ${OSVERSION} < 450000 - @${ECHO} - @${ECHO} ERROR: - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} Staroffice depends on a scripting fix for - @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c - @${ECHO} - @${ECHO} Please upgrade to FreeBSD 4.5 or later. - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 400000 @${ECHO} @${ECHO} ERROR: diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index b47431e..f01f3f4 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -84,19 +84,6 @@ pre-fetch: .else @${ECHO} Check if ${LINUXBASE}/etc/mtab exists: YES .endif -.if ${OSVERSION} < 450000 - @${ECHO} - @${ECHO} ERROR: - @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} - @${ECHO} - @${ECHO} Staroffice depends on a scripting fix for - @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c - @${ECHO} - @${ECHO} Please upgrade to FreeBSD 4.5 or later. - @${ECHO} - @${FALSE} -.endif .if ${SIZE} < 400000 @${ECHO} @${ECHO} ERROR: |