Commit Graph

72737 Commits

Author SHA1 Message Date
ajacoutot
2bc446372e Fix RUN_DEPENDS. 2012-02-23 07:33:08 +00:00
ajacoutot
516391a936 Properly detect and use the MONOTONIC clock now that we have
pthread_condattr_{get,set}clock().
2012-02-23 06:58:11 +00:00
landry
fb31069d9c Update to nss 3.13.3.
This release actively distrusts the MITM subCA issued by TrustWave, see
details at https://bugzilla.mozilla.org/show_bug.cgi?id=724929 (also
#727167 & #728617). While here, depend on nspr 4.9.
2012-02-22 20:00:55 +00:00
ajacoutot
0f843aa060 Based the number of monitors on RLIMIT_NOFILE and max it to 2048. 2012-02-22 14:20:32 +00:00
giovanni
8b0ca058df Enable examples and fix license marker
from Anthony J. Bentley with tweaks by me
2012-02-22 14:05:01 +00:00
dcoppa
2a94fad035 Bugfixing update to gnash-0.8.10
from brad
2012-02-22 13:22:00 +00:00
kurt
1805bc8d2b Port boehm-gc rthread support from boehm-gc port. Tested in bulk by espie@ 2012-02-22 12:40:04 +00:00
kurt
17110c98ef Remove uthreads work-arounds. Works ok with rthreads now.
Tested by sthen@ and espie@
2012-02-22 12:31:42 +00:00
dcoppa
b9bba0c616 Update to libev-4.11 2012-02-22 10:50:47 +00:00
sthen
d3bf509c3c sync; 7412. unzel+=26 2012-02-22 10:30:34 +00:00
ajacoutot
64579f9586 Minor update to avahi-0.6.31. 2012-02-22 10:27:03 +00:00
dcoppa
b36c86d9de Fix after libfprint update.
OK robert@ (maintainer)
2012-02-22 09:32:45 +00:00
dcoppa
1b6e355dec Update to libfprint-0.4.0
OK robert@ (maintainer)
2012-02-22 09:30:19 +00:00
weerd
6cdd6746a6 Update to 1.0.4. Several new features added and bugs fixed. While
here, switch over to mandoc.

OK sthen@
2012-02-22 08:41:54 +00:00
dcoppa
6f0736bbd5 Remove unnecessary include path added to CPPFLAGS for png.
Tidy up the Makefile a bit.

From Brad.

No bump needed.
2012-02-22 08:32:25 +00:00
dcoppa
307557e8ac Roll back support for XRandR and VidMode gamma ramps: SDL was broken
on (at least) macppc because of this.

Patch updated for -current by Brad
OK ajacoutot@
2012-02-22 08:22:39 +00:00
dcoppa
dc814c74e9 Fix a couple of crashers:
fix crash on truncated statistics.dat
(upstream git commit 5e3682f7efed13eb52e4358a2d91b0e381334120)

fix amuleweb crash on CProgressImage::CreateSpan
(upstream git commit 846dcf92ce64fd42caf8a86d644fe3a3f4683d09)

And:

fix showing of shared files to other clients
(upstream git commit 4e40aecb160baac72aa28a8a4c7aaf19261e051f)

change nodes.dat default download URL to something actually working
(upstream git commit 8dbe597539bcac7272ccf4d46790fde814aeded1)
2012-02-22 07:54:26 +00:00
ajacoutot
546de5306a Now that the system headers provide a proper definition of NULL we
can remove all these NULL patches.

from Brad
ok espie@
2012-02-22 07:48:10 +00:00
ajacoutot
7279ef880c The TESTS_ENVIRONMENT is used internally and not as the port
infrastructure is trying to use it. So fix how the variables are passed
in for the regress tests.

from Brad
2012-02-22 07:43:58 +00:00
ajacoutot
a7843c3581 Update to automake-1.11.3, from Brad.
Add missing @conflict marker.
2012-02-22 07:14:20 +00:00
sthen
75ff833b82 Update libmagic (based on "file" sources) to 5.11; fixes CDF parsing
issues found by CERT's fuzzing tool. Possibly SECURITY related.
2012-02-21 22:47:50 +00:00
sthen
4246be25e4 update to a newer netbsd-iscsi-target, from Roman Kravchuk with tweaks by me. 2012-02-21 22:41:30 +00:00
sthen
a5fce98ac8 sync WANTLIBs and bump 2012-02-21 22:36:43 +00:00
sthen
680c6fa79c Regen PLIST and add desktop-file-utils as a run dep, since the last
commit started installing the .desktop files inside ${PREFIX}..
While there, adjust MAKE_FLAGS so the compiler command-lines aren't hidden.
2012-02-21 22:34:19 +00:00
sthen
a9bb0a36e7 tidy whitespace, no package change 2012-02-21 22:29:43 +00:00
sthen
22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00
sthen
80d1f3325a Install OPENBSD-PF-MIB.txt in share/snmp/mibs to work around a bug with
system mibs reported by krw@ and dhill@ (this should be fixed in base soon
when PF-MIB support is added to snmpd).
2012-02-21 22:10:20 +00:00
sthen
3b64fd422c honour CC 2012-02-21 17:57:31 +00:00
sthen
8521c4058b update to symon 2.84 2012-02-21 17:54:44 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
8848057fe8 autoconf is enough. 2012-02-21 15:49:08 +00:00
ajacoutot
a7ed125ec9 Regen WANTLIB. 2012-02-21 15:27:13 +00:00
ajacoutot
33733001b3 Load libutil along with libpython to prevent undefined symbols from
openpty().
2012-02-21 15:26:58 +00:00
ajacoutot
ec0059b04c Better leave gstpython itself deals with libutil. 2012-02-21 15:26:26 +00:00
dcoppa
618e5ba674 Bugfixing update to redis-2.4.7 2012-02-21 15:25:32 +00:00
dcoppa
5e23fa0217 Update to i3-4.1.2 2012-02-21 14:05:39 +00:00
giovanni
b027dd16a8 Update to 3.4.10.1, fixes XSS in replication setup, see PMASA-2012-1
ok kevlo@
2012-02-21 13:50:18 +00:00
ajacoutot
6aca0827cc sndio_debug -> gst_sndio_debug to prevent symbol name clash with sndio(7). 2012-02-21 13:40:10 +00:00
ajacoutot
3f4728cea8 Link libgstreamer with libutil to prevent undefined symbols when
dlopening libgstpython.so.
2012-02-21 13:38:22 +00:00
dcoppa
2d88b27044 Update to feh-2.3 2012-02-21 12:27:25 +00:00
ajacoutot
409a5e76df Sync WANTLIB after gmime update. 2012-02-21 11:29:43 +00:00
ajacoutot
0e7dcec5e1 Sync WANTLIB. 2012-02-21 11:28:01 +00:00
espie
b4dfd43424 also log the fullpkgpath, no need to go look in the lock proper for that. 2012-02-21 10:37:26 +00:00
ajacoutot
b34e24d32f Explain XXX a bit more so that people can try and reproduce it easily if
they want to help fix this 64bit arches crash.
2012-02-21 09:22:33 +00:00
ajacoutot
af3c8e57c9 Unbreak after recent intltool update: AUTOCONF_VERSION 2.59 -> 2.60
build breakage reported by fgsch@
2012-02-21 09:13:50 +00:00
ajacoutot
b99903998f Update to gstreamer-plugins-good-0.10.31.
Detail changelog available at:
http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.31.changes
2012-02-21 08:46:08 +00:00
ajacoutot
1ffad6ebf9 Update to gstreamer-plugins-base-0.10.36.
Detail changelog available at:
http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.changes
2012-02-21 08:45:43 +00:00
ajacoutot
43da63de7a Update to gstreamer-0.10.36.
Detail changelog available at:
http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.36.changes
2012-02-21 08:45:17 +00:00
ajacoutot
cd706430ab Unbreak: sync wantlib after recetn gmime update. 2012-02-21 08:41:57 +00:00
ajacoutot
dde1fda26a Unbreak: sync wantlib after recent gmime update. 2012-02-21 08:22:44 +00:00