Index: head/multimedia/ptx-kmod/Makefile =================================================================== --- head/multimedia/ptx-kmod/Makefile (revision 526943) +++ head/multimedia/ptx-kmod/Makefile (revision 526944) @@ -1,34 +1,37 @@ # $FreeBSD$ PORTNAME= ptx PORTVERSION= 0.0.20111212 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= LOCAL/hrs PKGNAMESUFFIX= -kmod DISTNAME= ${PORTNAME}-${PORTVERSION:S,0.0.,,} MAINTAINER= hrs@FreeBSD.org COMMENT= Device driver for PT1/PT2 ISDB-S/T tuner cards LICENSE= GPLv3 ONLY_FOR_ARCHS= amd64 i386 + +USES= kmod shebangfix +SHEBANG_FILES= tools/recptx.pl +USE_RC_SUBR= ptx + BUILD_WRKSRC= ${WRKSRC}/dev/ptx PLIST_FILES= ${KMODDIR}/ptx.ko bin/recptx.pl SUB_LIST= KMODDIR=${KMODDIR} -USE_RC_SUBR= ptx PORTDOCS= README OPTIONS_DEFINE= DOCS -USES= kmod shebangfix -SHEBANG_FILES= tools/recptx.pl - do-install: ${INSTALL_KLD} ${BUILD_WRKSRC}/ptx.ko ${STAGEDIR}${KMODDIR} ${INSTALL_SCRIPT} ${WRKSRC}/tools/recptx.pl ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/multimedia/ptx-kmod/files/patch-dev-ptx-ptx.h =================================================================== --- head/multimedia/ptx-kmod/files/patch-dev-ptx-ptx.h (nonexistent) +++ head/multimedia/ptx-kmod/files/patch-dev-ptx-ptx.h (revision 526944) @@ -0,0 +1,10 @@ +--- dev/ptx/ptx.h.orig 2011-12-13 19:19:39 UTC ++++ dev/ptx/ptx.h +@@ -4,6 +4,7 @@ + + #include + #include ++#include + #include + #include + #include Property changes on: head/multimedia/ptx-kmod/files/patch-dev-ptx-ptx.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property