diff options
author | nork <nork@FreeBSD.org> | 2004-02-10 12:56:40 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-02-10 12:56:40 +0800 |
commit | 7b2bd9fc46972737a71362f26740585c289e6e32 (patch) | |
tree | 43de5c0501da0a92443b94dabee5abe8c95632b0 /net/liveMedia | |
parent | a9b78870b3dfa5e8feff98518d01f0d152de451f (diff) | |
download | freebsd-ports-gnome-7b2bd9fc46972737a71362f26740585c289e6e32.tar.gz freebsd-ports-gnome-7b2bd9fc46972737a71362f26740585c289e6e32.tar.zst freebsd-ports-gnome-7b2bd9fc46972737a71362f26740585c289e6e32.zip |
o Update to 2004.02.09.
o Unbroken [1] [2]
by substitute #include <sstream> instead of <strstream.h>. [3]
PR: ports/60884 [1]
Submitted by: Chris BeHanna <chris@behanna.org> [1]
Joseph Gelinas <scirocco@tasam.com> [2]
Approved by: Ross Finlayson <finlayson@live.com> (author) [3]
Diffstat (limited to 'net/liveMedia')
-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 |