summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Remove dead mirror at mozilla.isohunt.com.shattered1-2/+1
2011-09-22Fix clang build failure.shattered2-6/+15
2011-09-22Fix build with gcc-4.2. Problem reported and fix tested by joerg.wiz2-6/+12
2011-09-22* Fix build on Darwin 11.0.1.ryoon26-109/+141
* Patches regen.
2011-09-22On Mac OS X, look for libtool also in /Developer/usr/binadam1-2/+6
2011-09-22Fix build on NetBSD-4. From Robert Elz in PR 45337.wiz1-1/+7
2011-09-22INSTALL_UNSTRIPPED=yes for Darwin.ryoon1-2/+3
It is better workaround, I think.
2011-09-22Updated emulators/qemu to 0.15.0nb1ryoon1-1/+2
2011-09-22Restore missing patches. It is my mistake.ryoon4-2/+83
* patch-aa is for tap detection bug. * patch-bb is for build on NetBSD 4. The patch-aa requires bump of PKGREVISION. Pointed out by Sergey Svishchev in private e-mail.
2011-09-22Fixes HOMEPAGE url.obache1-2/+2
2011-09-22mention new netatalkchristos1-1/+2
- AFP 3.3 support (necessary for TimeMachine and Lion) - Robust network disconnect/reconnect, especially important for Time Machine - Support for fast AFP searches (CNID backend "dbd" only) - POSIX draft 1e ACL support - Complete Netatalk volume compatible ad file utility suite - Dynamic filesystem cache - Builtin Zeroconf registration of the AFP server and TimeMachine volumes - Support for ACLs without a common Directory Service between server and client
2011-09-22update to 2.2.1, see:christos13-283/+55874
http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.1.html
2011-09-22unistd.h is not the right header for select(2)!christos2-4/+4
2011-09-21Transitive closure for RUBY_VERSION_SUPPORTED=18.joerg5-6/+12
2011-09-21Added sysutils/eventlog version 0.2.12bouyer1-1/+3
Updated sysutils/syslog-ng to 3.2.4
2011-09-21Update syslog-ng to 3.2.4 (from 1.6.2), OK agc@.bouyer4-48/+69
Changes for 3 years of work is too large to paste here ...
2011-09-21Add eventlogbouyer1-1/+2
2011-09-21Initial import of eventlog 0.2.12, required by the upcoming syslog-ngbouyer5-0/+56
update (OK agc@) The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. Where you had a simple non-structrured string in syslog() you have a combination of description and tag/value pairs. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file.
2011-09-21Help configure in finding glibmm's doctools.joerg1-1/+3
2011-09-21Note update of www/contao210-translations pacakge to 20110920.taca1-1/+2
2011-09-21Update contao210-translations package to 20110920.taca3-16/+16
Update French, Guarani and Japanese language files.
2011-09-21Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile fromtaca6-8/+12
graphics/ruby-clutter/Makefile.common, making it really work. A short discussion with joerg@. Thanks Joerg.
2011-09-21Updated www/ap-perl to 1.31obache1-1/+2
2011-09-21Update ap-perl to 1.31.obache8-51/+79
While here, fixes build with perl-5.14. = 1.31 May 11, 2009 Fix static APACI build on Mac OS X. [Gozer] Fix XSS vulnerability in Apache::Status reported by Richard J. Brain, CVE-2009-0796 [Fred Moyer] On Win32, mod_perl.h needs to include <malloc.h> before the perl headers, at least when built with USE_ITHREADS [Steve Hay] Win32 needs PERL_SYS_INIT/PERL_SYS_TERM calls when built with USE_ITHREADS [sic--that's different to USE_THREADS]. In fact, they ought to be always called if they are defined [Steve Hay] Fix potential segfault when the environment contains NULL values [Mike Schilli] Fix static APACI build against newer apache-1.3.38+ [Gozer] Fixed modules/regex.t test 4 on Win32 [Steve Hay] Avoid possible segfault when PerlFreshRestart is On. [Michael Rendell <michael@cs.mun.ca>] Prevent segfault when running with perl >= 5.9.3 [Steve Hay] Fix shared libary extensions on Win32 to be .dll not .so [Nikolay Ananiev <ananiev@thegdb.com>] Patch to mod_perl.dsp to remove /D _WINSOCK2API_ on Win32 for perl >= 5.8.6 [Steve Hay] = 1.30 March 29, 2007 SECURITY: CVE-2007-1349 (cve.mitre.org) fix unescaped variable interpolation in Apache::PerlRun regular expression to prevent regex engine tampering. reported by Alex Solovey [Randal L. Schwartz <merlyn@stonehenge.com>, Fred Moyer <fred@redhotpenguin.com>] sync Apache-SizeLimit with latest version from CPAN (0.91) [Philip M. Gollucci, Philippe M. Chiasson] Fix an Apache::(Registry|PerlRun) bug caused by special characters in the url [kolya@mail.ru] Display a more verbose message if Apache.pm can't be loaded [Geoffrey Young] Fix incorrect win32 detection in Apache::SizeLimit reported by Matt Phillips <mphillips@virage.com> [Philippe M. Chiasson] The print-a-scalar-reference feature is now deprecated and documented as such [Stas] fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef [Geoffrey Young] for some reason .pm files during the modperl build see $ENV{PERL5LIB} set in Makefile.PL, which is used for generating Makefiles, as "PERL5LIB=/path:/another/path" instead of "/path:/another/path" essentially rendering this env var useless. I'm not sure why, may be MakeMaker kicks in somewhere. Trying to workaround by s/PERL5LIB/PERL5LIB_ENV/, using anything that's not PERL5LIB. [Stas] change $INC{$key} = undef; to delete $INC{$key}; in PerlFreshRestart [Geoffrey Young] Fix a bug in Makefile.PL for Win32 where it would, in certain cases, pick up the wrong Perl include directory [Steve Hay]
2011-09-21Add support for builtin xbitmaps. Bump x11-links to 0.68.joerg5-12/+86
2011-09-21Needs pkg-configjoerg1-2/+2
2011-09-21Fix build with X11R7joerg2-1/+17
2011-09-21Rewrite example configuration file to use CGI (not CLI) version of PHPadam1-2/+2
2011-09-21Fix build on NetBSD/current by copying gcc34's patch-ac.joerg2-1/+41
2011-09-21Get the correct MySQL server dependency by including the buildlinkjoerg1-4/+4
files.
2011-09-21Handle isnan from cmath on NetBSD like on Darwin.joerg2-1/+15
XXX The comment in the code is wrong and using std::isnan is actually XXX the portable approach. DragonFly and other GCC users likely need the XXX same change
2011-09-21Added MESSAGE_SUBSTadam1-3/+4
2011-09-21Fix building with Clang (C++ syntax error)adam2-1/+17
2011-09-21pbulk-base updatedjoerg1-1/+2
2011-09-21pbulk-base-0.43: Explicitly re-run make clean after create-usergroup, ifjoerg2-4/+4
it was run before configure. This ensures that the work directory gets the correct owner. Fixes strange error in qmail build.
2011-09-21Remove www.NetBSD.org from MASTER_SITES, not using sitedrivenby.gif logoobache1-3/+2
2011-09-21Update COMMENT.obache1-2/+2
2011-09-21Updated net/mikutter to 0.0.3.514obache1-1/+2
2011-09-21Update mikutter to 0.0.3.514.obache2-6/+6
* Fixes redundant retry setting times, if mis-POST At reached to API limitation. * At unstable Twitter RESET API, large number of new tweet notifications are sometimes happened.
2011-09-21Fix HOMEPAGEsborrill1-2/+2
2011-09-21PLIST correction (not only support dylib)adam1-9/+5
2011-09-20Use ${PKGLOCALEDIR} to tell configure where to put locales.hans1-2/+2
2011-09-20+ TeXmacs-1.0.7.13, ap-xslt-1.4.0, clutter-1.8.0, exiv2-0.22,wiz1-12/+19
gnutls-3.0.3, gtk-gnutella-0.97.1, json-glib-0.14.0, libaudiofile-0.3.1, libfolks-0.6.3, librep-0.92.1b, openttd-1.1.3, p5-ack-1.96, puzzles-9306, rep-gtk-0.90.7, sawfish-1.8.2, scala-2.9.1 [pkg/45379], tea-31.0.0, zim-0.53.
2011-09-20MirBSD does not have fmin and fmax either, adapt patch-aq accordingly.bsiegert2-6/+6
2011-09-20Don't depend on GCC optimizer considering constant addressjoerg4-2/+58
differences as ICE and depend on the corresponding xine version. Patch from Bernhard Moellemann.
2011-09-20Belated revision bump since the xine patch changes installed headersjoerg1-2/+2
2011-09-20Should be INSTALL_LIB instead of INSTALL_DATA.ryoon1-2/+2
It is mistake.
2011-09-20Add workaround to fix broken "make package" on Darwin 11.0.1.ryoon1-1/+5
2011-09-20If building with threads support, add PTHREAD_LDFLAGS to LDFLAGS.dsainty1-1/+2
Fixes build on Ubuntu 11.04. Unlikely to have an effect on platforms that already built, so no PKGREVISION bump. Ok'd in freeze by wiz@
2011-09-20Fix build on case insensitive filesystem.ryoon1-1/+3