summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-04CHECK_INTERPRETER_SKIP - this package has #!/usr/bin/perl on a .pm filedholland1-1/+4
it installs, which AFAIK is pointless and therefore harmless.
2011-09-04Fix mismatched return statements, which clang dislikesdholland2-6/+27
2011-09-04Added security/p5-Mozilla-CA 20110409.hiramatsu1-1/+2
2011-09-04Fix gcc/c99 inline mess.dholland2-5/+27
2011-09-04Add p5-Mozilla-CA.hiramatsu1-1/+2
2011-09-04Import perl module Mozilla::CA as security/p5-Mozilla-CA.hiramatsu3-0/+29
Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
2011-09-04Rearrange the getline() patch so it works on -current. (Unlike the usualdholland2-9/+20
problem, here the package is trying to use the posix getline but the compat for older systems broke.) This should really be done with a configure test, but to regen the configure script without creating a huge diff would require digging up an ancient version of autoconf and for now at least it doesn't seem worth the trouble.
2011-09-04Updated devel/msgpack to 0.5.7obache1-1/+2
2011-09-04Update msgpack to 0.5.7.obache2-6/+6
2011-08-08 version 0.5.7: * fixes compile error problem with llvm-gcc and Mac OS X Lion
2011-09-04more void maindholland2-1/+17
2011-09-04Don't use -O6, clang doesn't like it and it doesn't mean anything to gccdholland3-12/+29
either. Stick to -O3. While here, sync the patches for configure and configure.in, and give it the ability to recognize OpenBSD as well. (which might or might not work)
2011-09-04Fix return types for ancient code that doesn't know about "void", becausedholland3-6/+69
clang objects. Other half of last weekend's patch, which I apparently erased by accident (or something) before committing. While here also patch up some illegal type mixing in tr2.c that gcc warns about.
2011-09-03const correctness, required by clangdholland2-1/+53
2011-09-03Note pgbouncermjl1-1/+2
2011-09-03Enable pgbouncermjl1-1/+2
2011-09-03Initial import of pgbouncer-1.4.2mjl5-0/+113
pgbouncer is a lightweight connection pooler for PostgreSQL that provides the following features: * Several levels of brutality when rotating connections. * Low memory requirements. * It is not tied to one backend server, the destination databases can reside on different hosts. * Supports online reconfiguration for most of the settings. * Supports online restart/upgrade.
2011-09-03Use toupper() correctly. Caught by clang.dholland2-1/+17
2011-09-03Get ../ out of patch target filenames.dholland8-28/+29
2011-09-03Fix gcc/c99 inline mess.dholland2-5/+32
2011-09-03Add missing zlib dependency. Fixes Linux build.alnsn1-1/+2
2011-09-03Note update of www/contao29 package to 2.9.5nb2.taca1-1/+2
2011-09-03A simple mistake in previous commit prevnt installing some configurationtaca1-3/+3
files. Bump PKGREVISION.
2011-09-03Updated graphics/giflib to 4.1.6nb1obache1-1/+2
2011-09-03Install utils and docs.obache4-18/+88
Based on PR pkg/45321 by Uwe Klaus. While here, set LICENSE=mit. Bump PKGREVISION.
2011-09-03Note update of mail/postfix package to 2.8.5.taca1-1/+2
2011-09-03Update postfix pacakge to 2.8.5.taca2-6/+6
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-2.8.5.html] Postfix stable release 2.8.5, 2.7.6, 2.6.12, and 2.5.15 are available. These contain fixes and workarounds for the Postfix Milter client that were already included with the Postfix 2.9 experimental release. * The Postfix Milter client logged a "milter miltername: malformed reply" error when a Milter sent an SMTP response without enhanced status code (i.e. "XXX Text" instead of "XXX X.X.X Text"). * The Postfix Milter client sent a random {client_connections} macro value when the remote SMTP client was not subject to any smtpd_client_* limit. As a workaround, it now sends a zero value instead.
2011-09-03PR/45323: Robert Elz: Make this work for 5.0; from krechristos2-5/+8
2011-09-03mention lsof-4.84christos1-1/+2
2011-09-03welcome to 4.84christos2-6/+6
2011-09-03Updated net/wpa_supplicant and net/wpa_gui to 0.7.3.shattered1-1/+3
2011-09-03Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcapshattered5-13/+31
ships pcap/bpf.h which does not define BIOCIMMEDIATE).
2011-09-03Let to use new C++ style headers first for CXX runtime check,obache2-18/+43
taken from upstream. Fixes PR pkg/45324.
2011-09-03Rename own dprintf function to avoid conflicting with POSIX.1-2008 dprintf(3).obache1-1/+10
fixes PR pkg/45325.
2011-09-02Remove unwanted message.obache1-7/+0
graphics/aview-x11 package had been removed at the time x11 option was introduced to graphics/aalib, and x11 option is enabled by default.
2011-09-02devel/roundup was updated to invulunerable version 1.4.19, removed from the ↵obache1-1/+0
list.
2011-09-02Note update of net/tcl-scotty to 2.1.11nb5.he1-1/+2
2011-09-02Several changes rolled into one:he9-62/+477
o Wedge in DESTDIR support. This is a little tricky since the installation procedure wants to run scotty to parse and dump the MIB files, and this needs to be done in DESTDIR. Therefore we use the post-install target, to fix things up before packaging and the real install. o Fix the "dns" functionality not to use _res, since this program is linked with libpthread that won't work on NetBSD (aborts the program). Though the modified version still uses a global static variable. o Add comments to all the patch files. o Eliminate use of ${WRKSRC}/.., since pkglint objects to it. Instead use BUILD_DIRS and CONFIGURE_DIRS. o Add a LICENSE setting, 2-clause-bsd appears most similar. o Bump PKGREVISION for the above changes.
2011-09-01PR/38394 -- disable KAFS detection for mit-krb5shattered1-1/+4
2011-09-01fix regression of executable suffix substitude in PLIST at last update.obache1-2/+2
noticed by joerg@ via private mail.
2011-09-01remove textproc/libxml from proposed removal list, vulnerables are resolved.obache1-1/+0
2011-09-01fix comments.obache2-4/+4
openSUSE's patch name is libxml-CVE-2009-2414_CVE-2009-2616, but it really fixes CVE-2009-2416 and CVE-2009-2414.
2011-09-01Updated textproc/libxml to 1.8.17nb4obache1-1/+2
2011-09-01LICENSE=gnu-lgpl-v2.obache1-1/+2
2011-09-01Add a patch to fix CVE-2009-2414 and CVE-2009-2616,obache3-3/+85
taken from openSUSE 10.3 libxml-CVE-2009-2414_CVE-2009-2616.patch. Bump PKGREVISION.
2011-09-01Needs py-expatjoerg1-2/+4
2011-09-01make syscalls generation code handle old style [5.x] syscalls.masterchristos3-13/+26
2011-09-01Updated www/squidclamav to 6.4adam1-1/+2
2011-09-01Updated inputmethod/ibus-table-chinese to 1.3.4obache1-1/+2
2011-09-01Update ibus-table-chinese to 1.3.4.obache7-16/+56
(no summarized changes).
2011-09-01This patch isn't needed any more by introduce of OVERRIDE_GEMSPEC.taca2-17/+1