summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-11-12 10:12:06 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-11-12 10:12:06 +0000
commit833a44278e85ce43b33540463fbbe2199983d19c (patch)
tree116763b3938ef89993d84d379cfe85b591107963 /net
parentUpdate to 1.8.10 (diff)
The IXJ driver does not compile on 5.x machines, so only add it as a
port dependency on FreeBSD 4.x and lower.
Notes
Notes: svn path=/head/; revision=69947
Diffstat (limited to 'net')
-rw-r--r--net/opal/Makefile6
-rw-r--r--net/opal3/Makefile6
-rw-r--r--net/openh323-112/Makefile6
-rw-r--r--net/openh323/Makefile6
4 files changed, 20 insertions, 4 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 2e8b387007fc..97438c2b6b81 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -19,6 +19,9 @@ MAINTAINER= roger@freebsd.org
LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
expat.4:${PORTSDIR}/textproc/expat2
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
# Check for telephony.h in the two places the source is hard coded to check
# /usr/include/sys and /usr/local/include/sys
# If it is not present, extract it from the comms/ixj port
@@ -27,6 +30,7 @@ LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
.endif
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -52,4 +56,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 2e8b387007fc..97438c2b6b81 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -19,6 +19,9 @@ MAINTAINER= roger@freebsd.org
LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
expat.4:${PORTSDIR}/textproc/expat2
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
# Check for telephony.h in the two places the source is hard coded to check
# /usr/include/sys and /usr/local/include/sys
# If it is not present, extract it from the comms/ixj port
@@ -27,6 +30,7 @@ LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
.endif
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -52,4 +56,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile
index 2e8b387007fc..97438c2b6b81 100644
--- a/net/openh323-112/Makefile
+++ b/net/openh323-112/Makefile
@@ -19,6 +19,9 @@ MAINTAINER= roger@freebsd.org
LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
expat.4:${PORTSDIR}/textproc/expat2
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
# Check for telephony.h in the two places the source is hard coded to check
# /usr/include/sys and /usr/local/include/sys
# If it is not present, extract it from the comms/ixj port
@@ -27,6 +30,7 @@ LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
.endif
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -52,4 +56,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 2e8b387007fc..97438c2b6b81 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -19,6 +19,9 @@ MAINTAINER= roger@freebsd.org
LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
expat.4:${PORTSDIR}/textproc/expat2
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
# Check for telephony.h in the two places the source is hard coded to check
# /usr/include/sys and /usr/local/include/sys
# If it is not present, extract it from the comms/ixj port
@@ -27,6 +30,7 @@ LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex \
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
.endif
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -52,4 +56,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>