Commit Graph

78604 Commits

Author SHA1 Message Date
dcoppa
47aa23534d Fix random crashes at runtime when there's heavy use of libgmp.a
(e.g. large Fibonacci numbers): link GHC with its bundled gmp library
that has customized memory allocation functions.

While here, fix two other problems as well:

- undefined references to 'ffi_call_unix64', 'ffi_closure_unix64'
  on amd64

- unknown symbol '__guard_local' (caused by gcc's switch from __guard
  to __guard_local)

Joint work with kili@
OK kili@
2012-10-11 07:51:10 +00:00
jasper
741666a3f5 - add missing RCS id, reminded by the frog prince. 2012-10-11 07:48:59 +00:00
espie
9b37bcd801 change things again to have command line options override host file.
and provide the possibility of a DEFAULT entry in the host file.
2012-10-11 07:40:30 +00:00
espie
94c55bc7b4 move to using BUILD_PACKAGES, so we have the actual tidy list.
Stupid NFS work-around:
during/after cleanup, wait until the packages show up.
Each wait period of ten seconds will show up as waiting#n.
2012-10-11 07:38:38 +00:00
ajacoutot
56fbabc5ca Implement _dbus_command_for_pid which is really useful for debugging. 2012-10-11 07:25:20 +00:00
jasper
18361c4962 sync 2012-10-11 07:15:38 +00:00
jasper
87f506efeb import fookebox-0.6.1
fookebox is a jukebox-style web-frontend to mpd.

- Use as a keyboard-less jukebox frontend
- Or as a powerful mpd control frontend
- Also great for parties with only part-time jukebox

ok landry@
2012-10-11 07:14:21 +00:00
lteo
53898bf3e1 Make various improvements to the Snort port:
* Add an rc.d script.

* In snort.conf, provide the URL to the official Snort rules so that
  users know where to get them.

* In snort.conf, provide the URL to the Emerging Threats rules along
  with a commented include line to allow users to easily load the
  Emerging Threats rules if they wish.

* Revise pkg/README with details on where to obtain Snort rules, the
  differences between the official Snort rules and Emerging Threats
  rules, how to download them, and provide some guidance on setting up
  Snort.

snort.conf and README changes OK Markus Lude (maintainer), sthen@
rc.d script OK sthen@
2012-10-11 02:40:48 +00:00
sthen
3df6228b5a When dlopen()ing shared libraries for optional dependencies, Qt4 wants to
load a specific version of the library to avoid ABI breakages, however it uses
upstream shared lib versions which don't match those in our ports. This has
already been patched where it tries to open gtk+2/cups by removing the version
check. See ports@ thread "UPDATE: kdiff3-0.9.97" where this was discussed with
fgsch, dcoppa, espie and myself, upshot is this isn't totally clean but isn't
really worse than what we had before and it fixes use of icu4c from Qt4.
This diff from fgsch, testing/ok by me, ok espie.
2012-10-11 01:18:09 +00:00
stu
02783054e0 Update to eltclsh-1.12.
ok matthieu@
2012-10-10 22:09:29 +00:00
robert
3c6d10db8f update to zabbix version 2.0.2 2012-10-10 22:04:57 +00:00
landry
16de5d91ac Update to thunderbird-i18n 16.0 2012-10-10 21:14:36 +00:00
landry
8769a052cf Update to thunderbird 16.0/enigmail 1.4.5/lightning 1.8b1.
- see https://www.mozilla.org/en/thunderbird/16.0/releasenotes/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/thunderbird
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, thunderbird can be
directly debugged in gdb now. update README accordingly
2012-10-10 21:08:03 +00:00
landry
9f9544c521 Update to seamonkey-i18n 2.13 2012-10-10 21:04:24 +00:00
landry
03dfdc6123 Update to seamonkey 2.13/enigmail 1.4.5/lightning 1.8b1.
- see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly
debugged in gdb now. update README accordingly
- fix plugin path in README
2012-10-10 21:03:40 +00:00
landry
d4647015b4 Update to firefox-i18n 16.0. 2012-10-10 20:57:29 +00:00
landry
7baf8e351e Update to firefox 16.0.
- see http://www.mozilla.org/en-US/firefox/16.0/releasenotes/ for details
- install an icon into share/pixmaps to fix desktop file icon path
- garbage collect patch-browser_installer_Makefile_in, and
  patch-browser_installer_package-manifest_in, were from upstream
- remove patch-build_unix_mozilla_in, useless since bin/firefox is not a
  script anymore since a while
- remove patch-build_unix_run-mozilla_sh, firefox can be directly
  debugged in gdb now. update README accordingly
- remove patch-config_autoconf_mk_in, XCFLAGS are already passed
- update patch-content_media_gstreamer_nsGStreamerReader_cpp to fix
  gstreamer on BE archs (#777696)
- update patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp after
  nsILocalFile api removal
- remove useless patch-gfx_thebes_Makefile_in pangox patch
- fix PLIST to use proper MOZILLA_VERSION instead of beta MOZILLA_VER
2012-10-10 20:56:13 +00:00
ajacoutot
604b0262ea Simpler patch; from pkgsrc. 2012-10-10 17:20:36 +00:00
robert
76d2d6b631 whitespace 2012-10-10 16:43:18 +00:00
bentley
364018d08e Build extra content packages by default.
While here, clarify license marker.

Initial prodding a very long time ago by kirby@; ok sthen@
2012-10-10 14:06:40 +00:00
ajacoutot
a6e6dd5b24 The mouse applet can make use of "mousetweaks", so add it as a dependency. 2012-10-10 12:56:32 +00:00
ajacoutot
c77903f53b Use override files instead of patching the schemas. 2012-10-10 12:49:17 +00:00
ajacoutot
bd51ae65ca Remove some uneeded | old patches.
Add a schemas override.
2012-10-10 12:34:35 +00:00
dcoppa
29d3b3280f Add a comment about why we need to link gnupg-pcsc-wrapper with
'-lpthread'.
2012-10-10 11:47:21 +00:00
rpe
8d3efe0bb7 make out-of-date output directly usable for dbp
- ignore empty lines
- remove comments and whitespaces at the end of lines

ok espie@
2012-10-10 11:44:11 +00:00
sthen
3ab3d02836 +tclap 2012-10-10 11:38:40 +00:00
sthen
2ef6851151 import ports/devel/tclap, feedback kirby@, feedback/ok dcoppa@
TCLAP is a small, flexible library that provides a simple interface
for defining and accessing command line arguments. It was initially
inspired by the user friendly CLAP libary. The difference is that
this library is templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects, such
as IntArg, FloatArg, and StringArg. While the library is not strictly
compliant with the GNU or POSIX standards, it is close.

TCLAP is written in ANSI C++ and is meant to be compatible with any
standards-compliant C++ compiler. It is known to work on Linux,
MacOS X, Windows, and Solaris platforms. The library is implemented
entirely in header files making it easy to use and distribute with
other software. It is licensed under the MIT License for worry free
distribution.
2012-10-10 11:38:17 +00:00
jeremy
3329866379 Fix typo in dependency. Didn't build before, so no bump. 2012-10-10 11:19:45 +00:00
espie
f9ad29c2e9 tweak things a bit... no need for an extra _fullpath variable.
also, use a broken() function to simplify THAT particular shell fragment.
I've been running with this for ages...
2012-10-10 10:55:33 +00:00
dcoppa
c3bcdaf164 Apply two fixes from upstream git:
- Corrupted FLAC files scan can result in heavy CPU consumption:
  fix it by considering a file as being invalid if a 0 length block
  is found

- Fix a crash when saving xm files

While here, also sync patches/patch-tests_CMakeLists_txt with upstream
2012-10-10 10:51:01 +00:00
sthen
c887ec68b6 +minidlna 2012-10-10 10:45:35 +00:00
jeremy
31bd712f6c + postgresql-pllua 2012-10-10 10:45:30 +00:00
jasper
d6a829eb3a - update to statusnet-1.1.0
from viq
2012-10-10 10:45:17 +00:00
sthen
b3de6cf9da import ports/multimedia/minidlna, ok/testing landry@
MiniDLNA is lightweight server software written in C, capable of
serving media files to DLNA/UPnP-AV clients (televisions, tablets,
etc).
2012-10-10 10:45:05 +00:00
ajacoutot
dc15e9e27c Enable regression tests.
Sync WANTLIB while here.
2012-10-10 10:43:34 +00:00
sthen
6d0101c720 uid 705 for minidlna 2012-10-10 10:43:13 +00:00
jeremy
8059b804ae Import postgresql-pllua, adding support for the PL/Lua procedural
language to PostgreSQL.

Feedback and OK sthen@
2012-10-10 10:41:36 +00:00
ajacoutot
5d4fe51704 Never delete uid 0. 2012-10-10 10:10:57 +00:00
rpe
bbbc0875aa use a trimmed version of the usage text from locate(1)
ok espie@
2012-10-10 09:49:20 +00:00
ajacoutot
0f3c565cff Fix cyclic dep. 2012-10-10 09:09:06 +00:00
ajacoutot
19be77f887 Remove BROKEN. Note that this is not fully functionnal yet because our
socket code fails with dbus now; but we need the introspection libs, so
enable it.
2012-10-10 08:47:14 +00:00
ajacoutot
50bb8cd625 Add required introspection libs that are not in the dependency chain. 2012-10-10 08:42:40 +00:00
ajacoutot
6ba8a022ee Accessibility is available by default now. 2012-10-10 08:42:18 +00:00
ajacoutot
8ccd0f1799 RCS IDs. 2012-10-10 08:31:42 +00:00
jasper
d793ac2549 - update to py-gunicorn-0.14.6 2012-10-10 08:31:13 +00:00
robert
0fb7803519 +openpam 2012-10-10 08:27:49 +00:00
robert
b12db7e287 import openpam
this version comes from the freebsd sources and it has
a bsdauth module added.

ok ajacoutot@
2012-10-10 08:26:55 +00:00
jasper
d35e39fbeb - disable PAM support to make sure it doesn't get picked up when PAM is around. 2012-10-10 08:11:09 +00:00
jasper
59d668a7b4 first patches merged upstream. 2012-10-10 07:20:16 +00:00
sthen
8878756014 Update to BIND 9.9.1P4: CVE-2012-5166
If specific combinations of RDATA are loaded into a nameserver, either
via cache or an authoritative zone, a subsequent query for a related
record will cause named to lock up.

See https://kb.isc.org/article/AA-00801 for more details.
2012-10-09 22:46:17 +00:00