Commit Graph

78593 Commits

Author SHA1 Message Date
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
espie
22005987a3 restore dropped ), noticed by Amit Kulkarni, thx. 2012-10-09 20:35:57 +00:00
jasper
36e2c138c4 sync 2012-10-09 20:08:56 +00:00
jasper
ee70a5d790 import yad-0.17.1.1
Yad (yet another dialog) is a fork of Zenity with many improvements,
such as custom buttons, additional dialogs, pop-up menu in notification
icon and more.

ok aja@
2012-10-09 20:08:21 +00:00
ajacoutot
8023b7a76b Missing obvious CATEGORIES.
joint work with robert@ and jasper@
2012-10-09 20:00:02 +00:00
sthen
b2d9fd57f2 depend on p5-Switch to avoid one instance of annoying whining 2012-10-09 17:13:01 +00:00
jasper
92c08b2ccf - Temperature sensors can now set a 'max_threshold' value to color the
output red if exceeded.
2012-10-09 17:12:31 +00:00
sthen
d7a52cacbb +p5-Switch 2012-10-09 17:12:06 +00:00
sthen
e42866aeea import devel/p5-Switch, ok jasper
Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords "switch" and "case" and conforming to the general pattern
of existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

This is from CPAN and works the same as a deprecated function in
Perl base which will be removed in a future version.
2012-10-09 17:11:31 +00:00
sthen
a578b37381 avoid a null pointer deref in claws-mail;
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2743
2012-10-09 17:01:15 +00:00
sthen
b73f874efc clean up @pkgpath lines now we have a nicer notation,
zap some [space][eol] in Makefile while there.
2012-10-09 16:41:29 +00:00
robert
99e4a90b94 fix cflags in the pkg-config file 2012-10-09 16:23:15 +00:00