freebsd-ports/multimedia/zoneminder/files/patch-Makefile.in
Boris Samorodov 3e97341844 . update to version 1.24.4; changelog:
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30;
. remove patches that were incorporated upstream;
. add a patch to fix zm_stream.cpp (add one byte to the path length);  [1]
. add one more site to MASTER_SITES.

Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email)  [1]
2011-06-05 11:11:35 +00:00

20 lines
676 B
Text

--- Makefile.in.orig 2011-04-27 18:25:46.000000000 +0400
+++ Makefile.in 2011-05-05 17:28:47.671178104 +0400
@@ -275,7 +275,7 @@ AUTOMAKE_OPTIONS = gnu
webuser = @WEB_USER@
webgroup = @WEB_GROUP@
sysconf_DATA = \
- zm.conf
+ zm.conf.sample
SUBDIRS = \
src \
@@ -343,7 +343,7 @@ $(srcdir)/config.h.in: $(am__configure_
distclean-hdr:
-rm -f config.h stamp-h1
-zm.conf: $(top_builddir)/config.status $(srcdir)/zm.conf.in
+zm.conf.sample: $(top_builddir)/config.status $(srcdir)/zm.conf.in
cd $(top_builddir) && $(SHELL) ./config.status $@
zmconfgen.pl: $(top_builddir)/config.status $(srcdir)/zmconfgen.pl.in
cd $(top_builddir) && $(SHELL) ./config.status $@