summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-03-06 23:31:58 +0000
committerrene <rene@FreeBSD.org>2013-03-06 23:31:58 +0000
commit49f67f0f61db6ce04ad97be8c96b8ca1bdb70943 (patch)
tree4e326b2ee8a1ef3baec9eddec5f964cb80a2be9a
parent900561406da2b987c1599c609e3380c5a74f64aa (diff)
downloadFreeBSD-ports-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.zip
FreeBSD-ports-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.tar.gz
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
-rw-r--r--astro/boinc-astropulse/Makefile4
-rw-r--r--biology/boinc-simap/Makefile13
-rw-r--r--biology/boinc-simap/files/pkg-message.in3
-rw-r--r--lang/nbc/Makefile9
-rw-r--r--www/chromium/Makefile4
5 files changed, 7 insertions, 26 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile
index b054e12..c8f6082 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 d86f0e1..2b7d405 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 7b11496..fcb50bf 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 3203417..eca37db 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 f90aac9..bc44729 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
OpenPOWER on IntegriCloud