. name="zoneminder";
. do load_rc_config at a proper location and remove a second one;
. some whitespace refinement;
. do a 10 seconds pause only at system startup.
Do not bump PORTREVISION for now, it'll be done when the file is renamed.
Submitted by: dougb
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]
The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----
I'm not sure how to properly fix this. I'm all ears.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
from the base system).
Bump PORTREVISION.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
. 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]
. fix a typo at a debug message;
. the version ID of that file.
2) Bump PORTREVISION.
PR: ports/157650 [1]
Submitted by: Pavel Timofeev <timp87@gmail.com> [1]
Note: do not bump PORTREVISION since absence of this file prevents
the port from installing (let alone packaging). Unfortunately both my
workstation and tinderbox have got the file while porting and testing...
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (by email)