diff options
-rw-r--r-- | astro/boinc-astropulse/Makefile | 4 | ||||
-rw-r--r-- | biology/boinc-simap/Makefile | 13 | ||||
-rw-r--r-- | biology/boinc-simap/files/pkg-message.in | 3 | ||||
-rw-r--r-- | lang/nbc/Makefile | 9 | ||||
-rw-r--r-- | www/chromium/Makefile | 4 |
5 files changed, 7 insertions, 26 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index b054e12eb1a..c8f6082b6f0 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -1,4 +1,4 @@ -# Created by: rene +# Created by: rene # $FreeBSD$ PORTNAME= boinc-astropulse @@ -45,7 +45,7 @@ OPTIONS_DEFAULT= .include <bsd.port.pre.mk> # stolen and adapted from bsd.port.mk -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 +.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012 BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .endif diff --git a/biology/boinc-simap/Makefile b/biology/boinc-simap/Makefile index d86f0e17687..2b7d405626d 100644 --- a/biology/boinc-simap/Makefile +++ b/biology/boinc-simap/Makefile @@ -47,25 +47,14 @@ MACH= i386 .if ${ARCH} == amd64 AMD64= "" -.if ${OSVERSION} < 800000 -AMD64_BEFORE_8000000= "" -AMD64_AFTER_8000000= "@comment " -.else -AMD64_BEFORE_8000000= "@comment " -AMD64_AFTER_8000000= "" -.endif .else AMD64= "@comment " -AMD64_BEFORE_8000000= "@comment " -AMD64_AFTER_8000000= "@comment " .endif SUB_FILES= app_info.xml pkg-message -SUB_LIST= SIMAP_BINARY=${SIMAP_BINARY} HMMER_BINARY=${HMMER_BINARY} SIMAP_APPVERSION=${SIMAP_VERSION:S/.//} HMMER_APPVERSION=${HMMER_VERSION:S/.//} AMD64=${AMD64} AMD64_BEFORE_8000000=${AMD64_BEFORE_8000000} AMD64_AFTER_8000000=${AMD64_AFTER_8000000} +SUB_LIST= SIMAP_BINARY=${SIMAP_BINARY} HMMER_BINARY=${HMMER_BINARY} SIMAP_APPVERSION=${SIMAP_VERSION:S/.//} HMMER_APPVERSION=${HMMER_VERSION:S/.//} AMD64=${AMD64} -.if ${OSVERSION} >= 700043 LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x -.endif do-extract: @${MKDIR} ${WRKDIR} diff --git a/biology/boinc-simap/files/pkg-message.in b/biology/boinc-simap/files/pkg-message.in index 7b114964286..fcb50bf7b7c 100644 --- a/biology/boinc-simap/files/pkg-message.in +++ b/biology/boinc-simap/files/pkg-message.in @@ -17,7 +17,6 @@ MANUAL INSTALLATION %%AMD64%% IMPORTANT NOTICE FOR AMD64 USERS: %%AMD64%% %%AMD64%% You have to have this line in /etc/libmap32.conf: -%%AMD64_BEFORE_8000000%% libpthread.so.2 libc_r.so.6 -%%AMD64_AFTER_8000000%% libpthread.so.2 libthr.so.2 +%%AMD64%% libpthread.so.2 libthr.so.2 %%AMD64%% before you attach the project. Otherwise it will not work. %%AMD64%%***************************************************************************** diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 32034176318..eca37db26f4 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -1,7 +1,8 @@ -# Created by: Ivan "Rambius" Ivanov <rambiusparkisanius@gmail.com> -# Jason Bacon <jwbacon@tds.net> +# Created by: Ivan "Rambius" Ivanov <rambiusparkisanius@gmail.com> # $FreeBSD$ +# Also created by: Jason Bacon <jwbacon@tds.net> + PORTNAME= nbc PORTVERSION= 1.2.1.r4 PORTREVISION= 4 @@ -29,10 +30,6 @@ OPTIONS_DEFAULT= RUN_DEPENDS= legoctl:${PORTSDIR}/devel/roboctl .endif -.if ${OSVERSION} < 800069 -LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb -.endif - USE_GMAKE= yes USE_DOS2UNIX= yes USE_FPC= fcl-base fcl-image diff --git a/www/chromium/Makefile b/www/chromium/Makefile index f90aac9ef3a..bc447293335 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -117,10 +117,6 @@ GYP_DEFINES+= use_pulseaudio=0 GYP_DEFINES+= disable_sse2=1 .endif -.if ${OSVERSION} < 800069 -IGNORE= requires libusb 2 API, which is not available on this FreeBSD version -.endif - .if ${PORT_OPTIONS:MCLANG} .if ${OSVERSION} < 900033 BUILD_DEPENDS+= clang:${PORTSDIR}/lang/clang |