diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
commit | 90bf33f701948af1f7c39c8734ccd7343a700c94 (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /textproc | |
parent | 159424c8ed8c23b899017787e812f5b9033e7af5 (diff) | |
download | freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.gz freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.zst freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.zip |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/domc/Makefile | 2 | ||||
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 76eea6e3a8e1..f4c4bd5056ad 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -35,7 +35,7 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +.if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64-8: duplicate definition of strlen .endif diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 88674d0bd15f..9c41cd2037ff 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -36,9 +36,7 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX} OV_INCLUDE=${LOCALBASE}/include .include <bsd.port.options.mk> -.if (${OSVERSION} >= 800501) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Modules-SharedSource-OVCINInfo.cpp -.endif .if ${PORT_OPTIONS:MOVIMArray} PLIST_SUB+= OVIMArray="" |