diff options
author | bsam <bsam@FreeBSD.org> | 2011-06-12 16:48:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-06-12 16:48:39 +0800 |
commit | dd7970bd98673b8c5a7ae7a39fff2b72f496c66e (patch) | |
tree | 05620c7a7f554322f862c419ec8329d9e78d1f51 /multimedia | |
parent | 070aba7a41a33ac2bd0ecd59a82bbabcf0917d58 (diff) | |
download | freebsd-ports-gnome-dd7970bd98673b8c5a7ae7a39fff2b72f496c66e.tar.gz freebsd-ports-gnome-dd7970bd98673b8c5a7ae7a39fff2b72f496c66e.tar.zst freebsd-ports-gnome-dd7970bd98673b8c5a7ae7a39fff2b72f496c66e.zip |
. remove devel/p5-PHP-Serialization dependency (the code uses devel/php5-json); [1]
. bump PORTREVISION;
. remove empty file from files/ by creating the former while pre-build. [2]
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via e-mail) [1]
Suggested by: wen (via e-mail) [2]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/zoneminder/Makefile | 5 | ||||
-rw-r--r-- | multimedia/zoneminder/files/zm_fbsd_camera.h | 0 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index c027ad9bcc78..574de7a086d7 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -7,7 +7,7 @@ PORTNAME= zoneminder PORTVERSION= 1.24.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www2.zoneminder.com/downloads/ \ http://www.zoneminder.com/downloads/ @@ -28,7 +28,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/php/20090626/mysql.so:${PORTSDIR}/databases/php5 ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5-extensions \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ - ${SITE_PERL}/PHP/Serialization.pm:${PORTSDIR}/devel/p5-PHP-Serialization \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ @@ -103,7 +102,7 @@ post-patch: pre-build: ${CP} ${FILESDIR}/videodev.h ${WRKSRC}/src ${CP} ${FILESDIR}/zm_fbsd_camera.cpp ${WRKSRC}/src - ${CP} ${FILESDIR}/zm_fbsd_camera.h ${WRKSRC}/src + ${TOUCH} ${WRKSRC}/src/zm_fbsd_camera.h post-install: @if [ ! -f ${PREFIX}/etc/zm.conf ]; then \ diff --git a/multimedia/zoneminder/files/zm_fbsd_camera.h b/multimedia/zoneminder/files/zm_fbsd_camera.h deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/multimedia/zoneminder/files/zm_fbsd_camera.h +++ /dev/null |