svn commit: r313558 - in head: astro/boinc-astropulse biology/boinc-simap biology/boinc-simap/files lang/nbc www/chromium
Rene Ladan
rene at FreeBSD.org
Wed Mar 6 23:31:59 UTC 2013
Author: rene
Date: Wed Mar 6 23:31:58 2013
New Revision: 313558
URL: http://svnweb.freebsd.org/changeset/ports/313558
Log:
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
Modified:
head/astro/boinc-astropulse/Makefile
head/biology/boinc-simap/Makefile
head/biology/boinc-simap/files/pkg-message.in
head/lang/nbc/Makefile (contents, props changed)
head/www/chromium/Makefile
Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile Wed Mar 6 23:22:27 2013 (r313557)
+++ head/astro/boinc-astropulse/Makefile Wed Mar 6 23:31:58 2013 (r313558)
@@ -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
Modified: head/biology/boinc-simap/Makefile
==============================================================================
--- head/biology/boinc-simap/Makefile Wed Mar 6 23:22:27 2013 (r313557)
+++ head/biology/boinc-simap/Makefile Wed Mar 6 23:31:58 2013 (r313558)
@@ -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}
Modified: head/biology/boinc-simap/files/pkg-message.in
==============================================================================
--- head/biology/boinc-simap/files/pkg-message.in Wed Mar 6 23:22:27 2013 (r313557)
+++ head/biology/boinc-simap/files/pkg-message.in Wed Mar 6 23:31:58 2013 (r313558)
@@ -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%%*****************************************************************************
Modified: head/lang/nbc/Makefile
==============================================================================
--- head/lang/nbc/Makefile Wed Mar 6 23:22:27 2013 (r313557)
+++ head/lang/nbc/Makefile Wed Mar 6 23:31:58 2013 (r313558)
@@ -1,7 +1,8 @@
-# Created by: Ivan "Rambius" Ivanov <rambiusparkisanius at gmail.com>
-# Jason Bacon <jwbacon at tds.net>
+# Created by: Ivan "Rambius" Ivanov <rambiusparkisanius at gmail.com>
# $FreeBSD$
+# Also created by: Jason Bacon <jwbacon at 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
Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile Wed Mar 6 23:22:27 2013 (r313557)
+++ head/www/chromium/Makefile Wed Mar 6 23:31:58 2013 (r313558)
@@ -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
More information about the svn-ports-all
mailing list