1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove compatibility with FreeBSD 7.X

While here pet Makefile headers.
This commit is contained in:
Rene Ladan 2013-03-06 23:31:58 +00:00
parent 2bce83c642
commit a155d81752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313558
5 changed files with 7 additions and 26 deletions

View File

@ -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

View File

@ -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}

View File

@ -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%%*****************************************************************************

View File

@ -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

View File

@ -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