diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /graphics | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/inventor/Makefile | 6 | ||||
-rw-r--r-- | graphics/mitsuba/Makefile | 7 | ||||
-rw-r--r-- | graphics/opennurbs/Makefile | 3 | ||||
-rw-r--r-- | graphics/pecomato/files/patch-Makefile.unix | 4 |
5 files changed, 2 insertions, 22 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 994e7339ba56..cd26b4ae25b4 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -67,10 +67,6 @@ CONFIGURE_ARGS+=--disable-dbus CONFIGURE_ARGS+=--enable-dbus .endif -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} USE_TEX= latex diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 9314af209fc7..c5e69628a6de 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -42,12 +42,6 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug -.include <bsd.port.options.mk> - -.if !(${OPSYS} == FreeBSD && ${OSVERSION} < 900033) -LDFLAGS+= -Wl,--add-needed -.endif - post-patch: @${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \ ${WRKSRC}/libFL/ang/GNUmakefile diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index bf38a72a7a02..35e09411fac1 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -41,11 +41,8 @@ FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} .include <bsd.port.pre.mk> # Unfortunately, the code is not GCC 4.2.1 compatible (due to bugs in GCC -# itself). Try to use system compiler if it is Clang, otherwise fallback -# to modern GCC (on older versions of FreeBSD). -.if ${OSVERSION} < 900014 -USE_GCC= yes -.elif ${OSVERSION} < 1000024 +# itself). Use system compiler if it is Clang. +.if ${OSVERSION} < 1000024 CC= clang CXX= clang++ CPP= clang-cpp diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 7a840f4d847d..cd2e1f743b66 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -76,8 +76,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/ ${INSTALL_DATA} ${WRKSRC}/zlib/*.h \ ${STAGEDIR}${PREFIX}/include/openNURBS/zlib -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 - ${TOUCH} ${STAGEDIR}${PREFIX}/include/openNURBS/zlib/gzguts.h -.endif .include <bsd.port.post.mk> diff --git a/graphics/pecomato/files/patch-Makefile.unix b/graphics/pecomato/files/patch-Makefile.unix index 2bc36b1146bf..a7f96d046a63 100644 --- a/graphics/pecomato/files/patch-Makefile.unix +++ b/graphics/pecomato/files/patch-Makefile.unix @@ -6,10 +6,6 @@ TARGET = $(PRODUCT) -OBJECTS = main.o gnu-strndup.o gnu-getline.o util.o exif.o iptc.o jfif.o adobe.o tiff.o +OBJECTS = main.o util.o exif.o iptc.o jfif.o adobe.o tiff.o -+NEEDEXT = $(shell expr $(OSVERSION) \< 800067) -+ifeq ($(NEEDEXT),1) -+OBJECTS += gnu-strndup.o gnu-getline.o -+endif DOC_DEFS = doc/Makefile.defs |