Commit Graph

63571 Commits

Author SHA1 Message Date
robert
947c6e192b It seems that this commit did not get cherry-picked to the stable branch
of LibreOffice so add the patch here that fixes the no_java flavor build.
Noticed by espie@
2011-01-22 11:42:37 +00:00
ajacoutot
528cfe5b3c SECURITY: Handle early termination properly in StripTags.
from Brad
ok sthen@
2011-01-22 09:10:22 +00:00
jeremy
be40d18596 Fix zlib ffi driver on 32-bit big endian platforms. Fixes gem
installation on macppc.  Thanks to ajacoutot@ for access to a macppc
machine.

OK ajacoutot@, jasper@
2011-01-21 16:36:53 +00:00
sebastia
9430082d68 Fix build of bash on static archs.
OK jasper@
2011-01-21 11:25:03 +00:00
landry
7453988da2 Fix build when automake-1.9 is installed. add it to BUILD_DEPENDS, and
add gnu libtool too since it needs autofoo makros, and thus set
USE_LIBTOOL. Barf.
failure reported by jasper@
2011-01-21 10:23:43 +00:00
sthen
9613b75ab6 SECURITY update (for real this time) to 1.8.2.2; no other changes.
"Due to a failed merge, Asterisk 1.8.2.1 which should have included
the security fix did not. Asterisk 1.8.2.2 contains the the changes
which should have been included in Asterisk 1.8.2.1."  ok ajacoutot@
2011-01-20 21:44:54 +00:00
dcoppa
bb19e7888d An argument was forgotten in the getopt_long() call.
Bugfix from upstream git

Ok jasper@
2011-01-20 21:17:15 +00:00
naddy
991b1ede51 bump epoch, we need to be newer than pidgin-otr-20070506 2011-01-20 18:55:44 +00:00
jasper
c710e094bc - don't install regression tests, fixes conflict with py-cssutils 2011-01-20 18:55:17 +00:00
sthen
9412bacbc5 Cherrypicked diff from svn; fix the internal implementation of htonll/ntohll
which was incorrect and would cause IAX interoperation to break. ok jasper@
2011-01-20 16:26:26 +00:00
sthen
84291d928e add an rc script for nrpe; ok ajacoutot@ 2011-01-20 14:04:42 +00:00
sthen
6d0528957b add an rc script for nagios; ok ajacoutot@ 2011-01-20 14:04:33 +00:00
landry
6e676f1b3f Mark as BROKEN on amd64, it never managed to build in all my bulk
builds.. jasper@ agrees.
2011-01-20 00:23:06 +00:00
jasper
0c934b7b33 - move some files to PFRAG.native.
spotted by landry@ on sparc64
2011-01-19 23:36:18 +00:00
landry
23bb2cd49d Amend patch now that strptime supports %F and %z, but keep the part
removing 'timezone' extern which we don't seem to have.
reminded by jasper@
2011-01-19 23:26:51 +00:00
stu
85ad3659e7 Adjust for author screwups; remove now no longer needed patch. Ok landry@. 2011-01-19 23:25:18 +00:00
stu
d9c40afc0d Eagle is now also on sf; a more reliable place for the distfile. 2011-01-19 23:22:05 +00:00
landry
386080f342 Small tweak.. stop lying and pretend there's a gnu configure script,
gigolo uses plain waf. pass --mandir through CONFIGURE_ARGS.
2011-01-19 23:15:36 +00:00
jasper
187473acde - add a mirror for the distfile. 2011-01-19 22:50:11 +00:00
sthen
95404a4d9a Disable use of xrecord for now; it triggers X server crashes reported by
ajacoutot@ and repeated by myself on some systems (it seems to be display
adapter-dependent).  https://bugs.freedesktop.org/show_bug.cgi?id=30032
appears to be relevant.  ok ajacoutot@
2011-01-19 21:37:43 +00:00
landry
9725506fde Add thunar to RUN/BUILD_DEPENDS, fixes build on a clean box, and
thunar-vcs is hardly useful without thunar.
2011-01-19 19:22:30 +00:00
landry
ab89feb080 Add OSREV to SUBST_VARS so openbsd4.8 doesn't end up in PLIST. Fixes
packaging after bump to 4.9.
ok jasper@
2011-01-19 18:14:59 +00:00
jasper
8eabdf1242 - tighten dependencies according to the cabal files.
ok kili@
2011-01-19 17:19:51 +00:00
landry
c6c839a72c Finally update orage (Xfce's calendar application) to 4.8.0.
Cherrypick upstream git commit to make it work on !linux, and add other
patches to fix some crashes (http://bugzilla.xfce.org/show_bug.cgi?id=7141)
Update dependencies and WANTLIB.
2011-01-19 17:19:20 +00:00
sthen
9d49571e88 minor README changes;
- give examples for qemu-system-x86_64 (for 64-bit client OS)
- use 4.9 in examples

ok phessler@ jasper@
2011-01-19 16:22:31 +00:00
dcoppa
689d47fb90 re-add "--skip-validation" to xmlto command line, erroneously removed
in previous commit.

fix a bug where untagging causes the client to lose the input focus
(from upstream git).
2011-01-19 12:41:08 +00:00
pea
a9cbc0fcd2 Add sieve-connect 2011-01-19 12:28:24 +00:00
pea
3b58066fe3 Import sieve-connect:
Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.

With tweaks from ajacoutot@
ok ajacoutot@
2011-01-19 12:26:22 +00:00
ajacoutot
a063522b5f Remove useless V variable.
s/are/is in DESCR.
2011-01-19 12:09:04 +00:00
sthen
aef236cbb8 SECURITY update to asterisk 1.8.2.1, fixes AST-2011-001 "an issue
when forming an outgoing SIP request while in pedantic mode, which
can cause a stack buffer to be made to overflow if supplied with
carefully crafted caller ID information"

http://downloads.asterisk.org/pub/security/AST-2011-001.html

This is also a major version update to the long-term support
1.8 branch, previous versions of this diff have been tested by
various ports@ readers, thanks for testing.

Please review /usr/local/share/doc/asterisk/UPGRADE.txt
(also note that memory use has increased).

ok ajacoutot@ jasper@
2011-01-19 11:25:16 +00:00
kevlo
8e447ac905 Update to 1.61
ok ajacoutot@
2011-01-19 10:27:43 +00:00
landry
f27ce02e0d Mark as BROKEN, it is known to produce bogus values with extra _ in
config.h scripts. Ports using it have been switched to use a version
that's known to work. Comment from sthen@
ok sthen@ ajacoutot@
2011-01-19 08:49:53 +00:00
landry
b6c7978f40 Update README, mention gvfs-smb if user wants to browse samba shares,
add a section explaning how to deal with desktop menu, and advertise
xfce4-notifyd over the unmaintained/zombie notification-daemon-xfce.
2011-01-18 23:24:12 +00:00
marco
60b8670d97 up scrotwm to 0.9.28
ok jasper
2011-01-18 22:56:00 +00:00
ajacoutot
1ad958d099 @comment libtool files for modules.
Add missing gio-querymodules goo in exo.

ok landry@ (maintainer)
2011-01-18 21:34:58 +00:00
landry
555c93c2a4 Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION.
This ends the update to Xfce 4.8.0, sorry for the spam and thanks to all
the ones who gave feedback !
2011-01-18 21:17:29 +00:00
landry
3d2587c5b1 Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, add patches from debian to
port to newer libxfcegui4.
2011-01-18 21:14:03 +00:00
landry
5c76d7bc80 Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION... and mark
it as BROKEN as no new release is compatible with xfce4-panel 4.8.
cf. http://bugzilla.xfce.org/show_bug.cgi?id=6965
2011-01-18 21:13:20 +00:00
landry
b794d54cf1 Add libxfcegui4 to LIB_DEPENDS, bump REVISION 2011-01-18 21:12:01 +00:00
landry
1e1f3a2fc0 Fix WANTLIB, bump REVISION 2011-01-18 21:11:15 +00:00
landry
481b0b833a Add fixes for newer xfce4-panel, add libxfcegui4 to LIB_DEPENDS, fix
WANTLIB.
2011-01-18 21:10:33 +00:00
landry
2df1d100e7 Update to xfce4-screenshooter 1.7.9, switches from xmlrpc-c to libsoup.
Fix WANTLIB, update PLIST.
2011-01-18 21:09:46 +00:00
landry
e2dd179545 Fix LIB_DEPENDS (add libxfcegui4 and thunar-vfs), grab debian patches to
make it look for the correct version of exo-1, and port to exo > 0.5.
2011-01-18 21:08:48 +00:00
landry
fcdbea560f Bump REVISION to make sure it gets rebuilt for newer xfce4-panel 2011-01-18 21:07:24 +00:00
landry
61cfc172ed Add libxfcegui4 to LIB_DEPENDS, force linking with it, fix WANTLIB 2011-01-18 21:05:51 +00:00
landry
20474b725b Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it,
fix LIB_DEPENDS and bump REVISION.
2011-01-18 21:05:05 +00:00
landry
f23f825797 Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it,
fix WANTLIB and bump REVISION.
2011-01-18 21:03:55 +00:00
landry
a9df7d7498 Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION 2011-01-18 21:03:05 +00:00
landry
17f62f5ba7 Update to xfce4-clipman 1.1.3, add a patch to make it look for exo-1
instead of exo-0.3, fix LIB_DEPENDS.
2011-01-18 21:02:04 +00:00
landry
35a7b1a8d0 Add libxfcegui4 to LIB_DEPENDS, bump REVISION 2011-01-18 21:00:47 +00:00