aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:36:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:36:34 +0000
commite8f615fbc715f42707a29c7edb35e44d385cf208 (patch)
treef3d03c9a8d450e1086285595fa1bf043f7497bf6 /comms
parentd79546650036a31ea6a476b307e54f0c4f692f31 (diff)
downloadports-e8f615fbc715f42707a29c7edb35e44d385cf208.tar.gz
ports-e8f615fbc715f42707a29c7edb35e44d385cf208.zip
- Get rid FreeBSD 6.X support
Notes
Notes: svn path=/head/; revision=285175
Diffstat (limited to 'comms')
-rw-r--r--comms/fldigi/Makefile4
-rw-r--r--comms/gammu-devel/Makefile7
-rw-r--r--comms/gammu/Makefile3
-rw-r--r--comms/uarduno/Makefile4
4 files changed, 2 insertions, 16 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 842259f100a5..a6a40f8a7ca7 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -42,9 +42,7 @@ OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \
HAMLIB "Support rig control via hamlib" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-USE_GCC= 4.2+
-.endif
+
.if ${ARCH} == "sparc64"
BROKEN= Fails to install
.endif
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 7fc6854544b5..c377e331f391 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -48,12 +48,7 @@ post-install:
${PYTHON_CMD} ${opt} -m compileall -l ${PYTHONPREFIX_SITELIBDIR}/gammu
.endfor
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
-.if ${OSVERSION} < 700042
- @${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index b9d3e21c391e..ff6e1155f256 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -54,9 +54,6 @@ post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
@${REINPLACE_CMD} -i '' -e 's:/etc/bash_completion.d:${PREFIX}/etc/bash_completion.d:' \
${WRKSRC}/contrib/CMakeLists.txt
-.if ${OSVERSION} < 700042
- @${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt
-.endif
.if defined(WITH_BASH)
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile
index ca41501cccb5..fe1fbf3379e6 100644
--- a/comms/uarduno/Makefile
+++ b/comms/uarduno/Makefile
@@ -43,10 +43,6 @@ CFLAGS+= -DKERNELVER=${OSVERSION}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= not tested for earlier than 7.x, probably won't build
-.endif
-
.if ${OSVERSION} < 800000
# Simple check for 7.x kernel source (find usb.c)
.if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c)