Somehow, a hard coded -lc_r survived in a patch file.
Eleminating it, makes the port (finally) PTHREAD_* conform.
PR: ports/71612
Submitted by: Simon Barner <barner@in.tum.de>
databases/mysqlcppapi is unable to detect mysql-4.1.4 and
use new mysql_shutdown() api. Thus it is broken with mysql41-*
after mysql41-* were updated to 4.1.4. I hope this fix can
make it way to ports before the freeze.
PR: ports/71348
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Updating the Samhain integrity checking system from 1.8.10b to 1.8.11.
Code changes include:
o for files in the IgnoreAll policy, there are no warnings
(anymore) about 'no such user/group' and/or non-printable filenames
o there is a new option HardlinkOffset=... to specify an
offset from the canonical hardlink count for a directory
o ... and a new option AddOKChars=... to modify the set of
characters in a filename for which a warning (about
obscure/non-printable) filename is issued.
Port changes:
Turn off kernel integrity checking by default - building
this into packages wouldn't work anyhow, since it would
only work with an identical kernel as on the build cluster.
PR: ports/71169
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Attached patch changes Muine's library mappings so minor
version number changes do not break the port in the future.
PR: ports/71136
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
- Fix build on 6.0
Tested and Reported by: Chris Johnson <cjohnson@wcug.wwu.edu>
PR: ports/72593
Submitted by: Michael Johnson <ahze@ahze.net>
Reviewed by: Chris Johnson <cjohnson@wcug.wwu.edu>
- correct the path of prips
- unbreak this port on 5.x
- use PLIST_FILES instead of pkg-plist
PR: 71900
Submitted by: leeym
Approved by: maintainer timeout
- use USE_XLIB=yes instead of CATEGORIES=x11, which is suggested by portlint
- replace pkg-plist with PLIST_FILES and PORTDOCS
PR: 71837
Submitted by: leeym
Approved by: maintainer timeout
with some modifications to the port itself and utilizing a
patch from Brian Masney (http://www.newwave.net/~masneyb/)
it is possible to use an LDAP backend to store the configuration
for dhcpd, the different network and host entries. dynamic
leases are also written to the LDAP backend.
this is very useful in a dhcp failover environment, as it
is no longer necessary to sync the dhcpd.conf file manually
to the backup system if one has changed something on the
dhcp master. two lookup methods are implemented.
- static lookup:
on dhcpd startup one LDAP lookup for all entries is done.
no further lookups will be made.
dhcpd must be restarted for every configuration change.
- dynamic lookup:
for every client request an LDAP lookup will be made.
every configuration change kicks in when the next
client request is recieved and the lookup is made.
PR: ports/71030
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Cyrille Lefevre
PearPC 0.3.1 includes my patch for configure.in which makes
SDL usable and fixes stdint.h/inttypes.h trouble.
Fix build with JITC cpu for gcc34
PR: ports/72442
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>