Date: Mon, 27 Jun 2011 13:16:04 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/zoneminder Makefile ports/multimedia/zoneminder/files extra-patch-scripts_ZoneMinder_lib_ZoneMinder_Memory.pm.in Message-ID: <201106271316.p5RDG4tx028187@repoman.freebsd.org>
index | next in thread | raw e-mail
bsam 2011-06-27 13:16:04 UTC
FreeBSD ports repository
Modified files:
multimedia/zoneminder Makefile
Added files:
multimedia/zoneminder/files
extra-patch-scripts_ZoneMinder_lib_ZoneMinder_Memory.pm.in
Log:
Fix an error at I386:
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)
Revision Changes Path
1.16 +9 -2 ports/multimedia/zoneminder/Makefile
1.1 +11 -0 ports/multimedia/zoneminder/files/extra-patch-scripts_ZoneMinder_lib_ZoneMinder_Memory.pm.in (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106271316.p5RDG4tx028187>
