Commit Graph

44570 Commits

Author SHA1 Message Date
brad
f90fbd5ff8 Fix a format string issue. Fix back ported from 4.0.1.
Not exploitable.

ok sturm@ millert@
2008-07-02 18:16:40 +00:00
ajacoutot
95c98ded4d - from Dan Harnett
* remove himself from MAINTAINER as per his request
  * fixes data types to correct some compile time warnings
- regen PLIST while here

As a side note: thank you Dan for having maintained all those ports
2008-07-02 18:16:19 +00:00
ajacoutot
dcd5a59aab - from Dan Harnett:
* remove himself from MAINTAINER as per his request
  * fix data types to correct compile time warnings
  * fix an off by one
- regen PLIST while here

note: this port should be marked as EOL and removed or is anyone still
using this?
2008-07-02 18:07:41 +00:00
ajacoutot
16102201ce - Armin Wolfermann will maintain this baby, thanks!
- update to version 1.13 from new MAINTAINER
- regen PLIST while here
2008-07-02 17:58:47 +00:00
ajacoutot
09dce0e760 - little orphan found a new parent: Weldon Goree... thank you. 2008-07-02 17:53:11 +00:00
ajacoutot
dc02d02fc8 - minor update to imapsync-1.255
from Pierre-Emmanuel Andre (MAINTAINER), thank you!
2008-07-02 17:49:30 +00:00
ajacoutot
b83513de2b - patch from GNOME bugzilla #468075: fix vertical maximisation
from Edd Barrett, thank you!
- regen PLIST and add GPL version while here
2008-07-02 17:42:55 +00:00
okan
d455ef6859 update to 4.10
ok merdely@
2008-07-02 16:48:46 +00:00
okan
52d867c476 - enable pcre support, from Pierre-Emmanuel Andre (MAINTAINER)
- add bin marker

ok merdely@
2008-07-02 15:02:54 +00:00
naddy
604e702e0a bump the pkgname of all flavors 2008-07-02 14:32:30 +00:00
landry
269f303361 Long due update to mapivi 0.97, from MAINTAINER Giovanni Bechis, thanks !
ok okan@
2008-07-02 14:26:21 +00:00
merdely
15d198b12c Implement the same fix jakemsr@ used to make audio/jack work with alpha.
(va_list cannot be NULL)
Bump -main subpackage.

input from jakemsr@
ok ajacoutot@
2008-07-02 14:03:40 +00:00
mbalmer
bb62a1c8c9 Fix possible crash in attachment filter. 2008-07-02 13:34:46 +00:00
landry
c504c16d82 Update plugins after claws-mail update to 3.5.0.
Htmlviewer 0.19, Notification 0.17, Rssyl 0.20 and Vcalendar 2.0.

ok ajacoutot@
2008-07-02 09:30:14 +00:00
landry
af8b21bb33 Update to claws-mail 3.5.0, diff from Ulrich Kahl (MAINTAINER)
Removes an integrated patch and some unmaintained/outdated translations.
Update patches and PLIST while here.

Tested by myself, pyr@ and pea at raveland dot org, thanks!
ok ajacoutot@
2008-07-02 09:28:09 +00:00
brad
cca4867cee update to Xine-lib 1.1.14
ok jakemsr@
2008-07-02 01:02:42 +00:00
merdely
6fcc68c8ff Do not add -O1 to C*FLAGS for alpha. Fixes build on alpha.
'that makes sense' ckuethe@
2008-07-01 23:39:07 +00:00
wcmaier
f5c62bac7a Upgrade to 0.4a.
Original diff from Nicholas Marriot (MAINTAINER); thanks! Debugging
on macpcc a la merdely@ and MAINTAINER.

ok merdely@
2008-07-01 19:23:59 +00:00
bernd
25a08b5ea0 Update to git-1.5.6.1. 2008-07-01 18:10:15 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
ajacoutot
612c5c6f0f - use gconftool-2 to properly shutdown the gconfd-2 daemon 2008-07-01 10:29:46 +00:00
ajacoutot
44b97bb7e2 - fix compilation under sparc64
noticed by sturm@
2008-07-01 10:17:35 +00:00
chl
f290ade551 update to zzuf-0.12
ok jasper@
2008-07-01 10:10:24 +00:00
landry
00c2d5533c Split boehm-gc into -main and -atomic subpackages.
The latter contains libatomic_ops-1.2, which is developed inside boehm-gc,
as stated on libatomic_ops homepage. No change on -main subpackage.
libatomic_ops may be used by a future eventual pulseaudio port, which is
being worked on.

Feedback, tweaks and ok kurt@
2008-07-01 09:43:19 +00:00
wilfried
be63e8be90 include prototypes for malloc and realloc - fix 64-bit warnings 2008-07-01 08:27:52 +00:00
wilfried
0983c4bdbd fix 64-bit warning 2008-07-01 08:27:18 +00:00
wilfried
59a03c43e4 include prototypes for malloc and strdup - fix 64-bit warnings 2008-07-01 08:25:57 +00:00
ajacoutot
7f607d8313 - bring in a patch from upstream to fix applications config reload 2008-07-01 08:22:12 +00:00
sturm
b6ebf76c13 update to nagios 3.0.3 2008-07-01 06:03:58 +00:00
sthen
031bf77f1e autoconf picks up mpeg2enc from mjpegtools if installed, causing the
build to fail. Fix this by adding --disable-* arguments for every optional
component listed that we don't package.

Bump all packages just in case something else was pulled in that
affected them; probably unnecessary, but safer.

ok deanna@
2008-06-30 22:43:16 +00:00
ajacoutot
063a45fc90 - include dir is LOCALBASE, not TRUEPREFIX
Edd Barrett (MAINTAINER) agrees

"yep, change that" steven@
2008-06-30 21:38:28 +00:00
naddy
ff6e8a8558 spawn only ${MAKE_JOBS} build jobs in parallel; ok kurt@ 2008-06-30 20:16:37 +00:00
sthen
cb6bf906d5 - bugfix update to 1.4.21.1, fixing a fairly major problem
introduced in 1.4.21 by correcting the order of lock and unlock
in a deadlock avoidance macro... No other changes. Not security,
but if you're running 1.4.21, you definitely want this.

- regen PLIST to remove @bin from a symlink.
2008-06-30 20:03:49 +00:00
naddy
12240e42f2 Sync included glib with external glib: GPOINTER_TO_INT() etc should
not cause a warning.
The singular use of this, in libcroco, is safe.
2008-06-30 17:37:00 +00:00
sthen
cb1f10b94c update to Thomas Dickey's fixed version. add license marker.
ok robert@
2008-06-30 12:58:04 +00:00
sthen
bedfe24e50 correct master site, home page, kill trailing whitespace: from
Jim Razmus. bump package & regen plist (@bin).
2008-06-30 12:28:46 +00:00
sthen
20a2607b62 update midish to 0.3.2 (bugfix) and regen PLIST for @bin.
From ratchov@ (maintainer)
2008-06-30 10:11:33 +00:00
brad
d4de7be650 It is not necessary to not split the info file.
ok sthen@
2008-06-30 09:22:46 +00:00
brad
dc2f6f2d1d Postfix 2.6 20080629
ok jakob@
2008-06-30 07:39:10 +00:00
steven
fc8fa94651 +argus
+argus-clients
2008-06-30 05:21:55 +00:00
steven
c4d728ffab import argus-clients 3.0.0
Argus data clients support a range of operations on binary flow data
from Argus, such as sorting, aggregation, archival and reporting.

ok naddy@ sthen@
2008-06-30 05:20:42 +00:00
steven
a512336ce2 import argus 3.0.0
Argus is a fixed-model real time flow monitor designed to track and
report on the status and performance of all network transactions seen in
a data network traffic stream. Argus provides a common data format for
reporting flow metrics such as connectivity, capacity, demand, loss,
delay, and jitter on a per transaction basis. The record format that
Argus uses is flexible and extensible, supporting generic flow
identifiers and metrics, as well as application/protocol specific
information.

ok naddy@ sthen@
2008-06-30 05:19:33 +00:00
djm
76c76e5029 Fix crash in readline module when using completion caused by bad
implicit prototype of legacy completion_matches function.
Report and fix from henry AT precheur.org
2008-06-30 00:29:32 +00:00
jasper
13c82b8f14 - update gtkaml to 0.2.1.1 2008-06-29 22:05:24 +00:00
jasper
6a8912b221 - update vala to 0.3.4, many new bindings 2008-06-29 22:04:56 +00:00
sthen
6abd222381 sync WANTLIB following cairo update. ok naddy 2008-06-29 20:44:51 +00:00
sthen
bd90f67cf6 WANTLIB+=pixman-1 and add LIB_DEPENDS pulled in by configure if present.
ok ajacoutot
2008-06-29 20:31:14 +00:00
sthen
7593938789 WANTLIB+=pixman-1, and add LIB_DEPENDS on gtkspell which gets pulled
in by configure if it's installed.  ok landry
2008-06-29 20:29:53 +00:00
sthen
1023460e76 s/deamon/daemon/ in the install message. ok ajacoutot 2008-06-29 08:51:34 +00:00
sturm
01ae937501 rerolled distfile, bump just to be sure
noticed by jolan
2008-06-28 18:10:09 +00:00