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]
This commit is contained in:
parent
a93a2b2295
commit
75fb56a43c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100531
2 changed files with 10 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue