mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
The IXJ driver does not compile on 5.x machines, so only add it as a
port dependency on FreeBSD 4.x and lower.
This commit is contained in:
parent
2c20fc9cb8
commit
833a44278e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69947
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user