diff --git a/net/multicat/Makefile b/net/multicat/Makefile index 6ca90b0241b0..d90c1cd84e67 100644 --- a/net/multicat/Makefile +++ b/net/multicat/Makefile @@ -1,34 +1,44 @@ PORTNAME= multicat PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= net multimedia MASTER_SITES= https://get.videolan.org/multicat/${PORTVERSION}/ MAINTAINER= m.muenz@gmail.com COMMENT= Simple and efficient multicast and transport stream manipulation WWW= https://www.videolan.org/projects/multicat.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/bitstream/mpeg/ts.h:multimedia/bitstream USES= localbase tar:bzip2 -ALL_TARGET= ${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz +ALL_TARGET= multicat ingests aggregartp reordertp + +PLIST_FILES= bin/aggregartp \ + bin/ingests \ + bin/multicat \ + bin/reordertp \ + man/man1/aggregartp.1.gz \ + man/man1/ingests.1.gz \ + man/man1/multicat.1.gz \ + man/man1/reordertp.1.gz PORTDOCS= AUTHORS Changelog NEWS README +BINARIES= ${ALL_TARGET} OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 +.for file in ${BINARIES} + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1 +.endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/net/multicat/files/patch-ingests.c b/net/multicat/files/patch-ingests.c new file mode 100644 index 000000000000..9e8558fc312c --- /dev/null +++ b/net/multicat/files/patch-ingests.c @@ -0,0 +1,11 @@ +--- ingests.c.orig 2018-06-12 15:18:47 UTC ++++ ingests.c +@@ -31,6 +31,8 @@ + #include + #include + #include ++#include ++#include + + #include +