diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-10 04:56:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-10 04:56:40 +0000 |
commit | 75fb56a43c9c2d7f62dfe6fde03b6512dafdb357 (patch) | |
tree | a598ec72e2eaf4a962788b48889aa36a6214e315 /net | |
parent | a93a2b2295c979211b28a72dc076086b5f2db63f (diff) | |
download | ports-75fb56a43c9c2d7f62dfe6fde03b6512dafdb357.tar.gz ports-75fb56a43c9c2d7f62dfe6fde03b6512dafdb357.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/liveMedia/Makefile | 13 | ||||
-rw-r--r-- | net/liveMedia/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index baf9dadbca10..4a56cf65962a 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liveMedia -PORTVERSION= 2004.02.05 +PORTVERSION= 2004.02.09 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/live PLIST= ${WRKDIR}/pkg-plist HAS_CONFIGURE= YES +USE_REINPLACE= YES CONFIGURE_SCRIPT= genMakefiles CONFIGURE_ARGS= fixed-${OPSYS:L} @@ -133,6 +134,7 @@ liveMedia= \ liveMedia/include/SimpleRTPSink.hh \ liveMedia/include/SimpleRTPSource.hh \ liveMedia/include/VideoRTPSink.hh \ + liveMedia/include/WAVAudioFileServerMediaSubsession.hh \ liveMedia/include/WAVAudioFileSource.hh \ liveMedia/include/liveMedia.hh \ liveMedia/include/liveMedia_version.hh \ @@ -140,13 +142,14 @@ liveMedia= \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-extract: @${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/ +post-patch: + ${REINPLACE_CMD} 's/strstream\.h/sstream/' \ + ${WRKSRC}/groupsock/Groupsock.cpp \ + ${WRKSRC}/groupsock/NetInterface.cpp + post-build: @${RM} -f ${PLIST} @${TOUCH} ${PLIST} diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index be6123fdbedd..3fdf856d7afe 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -1,2 +1,2 @@ -MD5 (live.2004.02.05.tar.gz) = e46c22682770770bb0fb769fc5484d1a -SIZE (live.2004.02.05.tar.gz) = 329706 +MD5 (live.2004.02.09.tar.gz) = c54de34a8a83837a2257746e0e363a78 +SIZE (live.2004.02.09.tar.gz) = 331155 |