Commit Graph

50156 Commits

Author SHA1 Message Date
sthen
6477c16298 make FLAVOR=DEBUG work better (the upstream configure script adds -O2
with DEBUG so that SSE can build; only -O1 is actually needed though,
and is cleaner in GDB. -O0 builds fail with SSE; disabling SSE is
not helpful for debugging real problems).

from Valery Masiutsin with feedback from myself and Björn Sandell
(maintainer, who is ok with the diff).
2009-05-05 11:40:08 +00:00
pirofti
d4a663325a Update xwrits to version 2.26.
From maintainer Scott Vokes, thanks! Also fixed indention, spacing, license
marker (from sthen@) and set NO_REGRESS.

Okay sthen@.
2009-05-04 23:24:09 +00:00
sthen
af24747242 update to 1.77; minor bugfixes 2009-05-04 23:22:56 +00:00
okan
ef207e4245 update to 12.4
almost identical diff from bsd@openbsd.rutgers.edu (maintainer)

ok merdely@
2009-05-04 19:10:49 +00:00
ajacoutot
c5f5727162 Remove XXX and tweak comment. No pkg change. 2009-05-04 15:11:47 +00:00
ajacoutot
70e9354e8c - alacarte-0.12.1 2009-05-04 14:43:31 +00:00
ajacoutot
291e977f32 - update to new stable release: alacarte-0.12.0 2009-05-04 14:16:57 +00:00
sthen
ef052ee5e0 use /dev/arandom; from Brad. 2009-05-04 11:40:40 +00:00
sthen
f9f62825ed - fix Y2K bug, pointed out by Ross Tucker on ports@
- we may not distribute modified versions; adjust PERMIT_*
- bump PKGNAME
2009-05-04 10:25:39 +00:00
sthen
bedf21ba36 break the non-free documentation out into a separate package;
adjust license markers, set @conflict and bump as necessary.
discussed with jasper@.
2009-05-03 22:32:01 +00:00
djm
78cd2e8e1c python-2.6.2 2009-05-03 22:26:27 +00:00
simon
87f6958b80 update to version 1.03 2009-05-03 19:57:42 +00:00
landry
329365542e Add xfce4-notifyd as an alternative to other notification daemons in
RUN_DEPENDS, and bump PKGNAMEs.
prodded by ajacoutot@.
2009-05-03 19:51:42 +00:00
landry
bb7ab1150b Link xfmpc and xfce4-notifyd to the build, were sitting since too long in my tree.. 2009-05-03 19:46:59 +00:00
landry
72c192d9ae Make notification-daemon and notification-daemon-xfce conflict with
xfce4-notifyd. Tweak a COMMENT for consistency while here, and bump PKGNAMEs.
Discussed with ajacoutot@ some times ago.
2009-05-03 19:43:36 +00:00
landry
c5de8d4c58 Import xfce4-notifyd, a simple alternative notification daemon for Xfce,
following the fd.o desktop notification spec. In the long term, it will
supersede notification-daemon-xfce, which was only a de-gnomified version
of notification-daemon, and is unmaintained upstream as of now.
Ah, and it ships an awesome ZOMG-PONIES! theme, which makes this package
totally unique in the ports-tree.
2009-05-03 19:39:57 +00:00
landry
b36f286f12 Import Xfmpc, a graphical GTK+ MPD client focusing on low footprint.
In my tree since ages...
2009-05-03 19:20:14 +00:00
ratchov
ab571e7c1e update to 0.4.0, update pkg/DESCR accordingly and switch to
CONFIGURE_STYLE=simple

help from and ok sthen
2009-05-03 18:32:15 +00:00
simon
a2a2877e5f maintenance update to version 0.9 2009-05-03 17:19:30 +00:00
kili
5d716acd90 Add missing module converters/libiconv and bump.
ok jasper@
2009-05-03 17:14:24 +00:00
kili
30409ea371 Fix WANTLIB and bump.
ok jasper@
2009-05-03 17:13:26 +00:00
simon
6bb9190961 connect p5-Set-Infinite and p5-DateTime-Set 2009-05-03 16:10:38 +00:00
simon
f9e2fb98b8 import p5-DateTime-Set
DateTime::Set is a module for datetime sets.  It can be used to handle
two different types of sets:
 * Fixed sets of predefined datetime objects.  For example, if we wanted
   to create a set of datetimes containing the birthdays of people in
   our family.
 * Recurring sets, such as "every Wednesday", or "noon on the 15th day
   of every month".  This type of set can have fixed starting and ending
   datetimes, but neither is required.
2009-05-03 16:10:33 +00:00
simon
2aaeb61584 import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.

A set is a collection of objects.  The objects that belong to a set are
called its members, or "elements".  As objects we allow (almost)
anything: reals, integers, and objects (such as dates).

Note that there is no account for
 - the order of elements.  For example, {1,2} = {2,1}.
 - repetition of elements.  For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 16:10:27 +00:00
landry
c566956ca3 Update to Apache::Gallery 1.0RC3 :
- remove a patch merged upstream
- simplify SUBST_CMD/INSTALL_DATA dance
- fix dependencies in README.chroot, which shows it wasn't tested since
  at least imlib2 1.3.0 update more than two years ago..

joint work with and ok simon@
2009-05-03 15:58:10 +00:00
martynas
1f17f363d7 sndio backend for mozilla 1.8 branch; get rid of esound 2009-05-03 15:47:27 +00:00
jasper
951ab7d4a1 - fix regress depends 2009-05-03 15:39:22 +00:00
martynas
4a65b68203 don't pull standard namespace in public header file.
fixes at least audio/amarok.
discussed with espie@, naddy@ and landry@
"This has to be fixed" espie@
"it makes totally sense" landry@
2009-05-03 15:13:53 +00:00
jasper
9c6f67b2a7 - add missing run dependency 2009-05-03 14:38:06 +00:00
sthen
6210021275 SECURITY and bugfix update to 5.0.81, from Brad (maintainer). 2009-05-03 12:19:09 +00:00
chl
c912a811fc update pure-ftpd to 1.0.22
tested and ok sthen@

with help and comments from Frank Denis <j pureftpd org> and Brad

ok Brad (maintainer)
2009-05-03 11:06:31 +00:00
sthen
6b44050418 update to 2.9.14rc1, shared library must bump due to an API change 2009-05-03 09:02:16 +00:00
sthen
d35ab8b2d4 update to 1.75; various fixes 2009-05-02 23:04:38 +00:00
simon
4574fe8643 unbreak build on i386 by disabling mmx
from RD Thrush, thanks!
2009-05-02 16:27:15 +00:00
djm
a9f955a145 mailman-2.1.12; ok MAINTAINER mbalmer@ 2009-05-02 09:56:44 +00:00
martynas
927ded3beb implement sndio backend and get rid of esound. ok jakemsr@ 2009-05-01 22:53:25 +00:00
naddy
9ffea9ed2c remove unrecognized configure flag, no package change; from Tim van der Molen 2009-05-01 20:40:26 +00:00
sthen
fe74d76cfe fix 4-byte ASN related crash in quaggga's bgpd. from upstream repo. 2009-05-01 13:48:26 +00:00
jakob
c4f8ac4eda update postfix snapshot 2009-05-01 11:59:37 +00:00
ajacoutot
07dc25beed - bugfix update to gnutls-2.6.5
tested on amd64 by pea@, thanks
regress is still happy
2009-05-01 10:37:22 +00:00
landry
d05b41c7cf Add an OpenBSD 4.5 specific theme, from sepp0 at openbsd.org.ar, thx!
ok ajacoutot@, who also mirrors the distfiles.
2009-05-01 10:03:49 +00:00
sthen
d5f6369b24 update to 1.72, channel five added 2009-05-01 02:09:56 +00:00
sthen
81f71dd16c add signal handler fixes from
http://www.mail-archive.com/list@epicsol.org/msg00593.html

tested by Nick@
2009-05-01 02:04:15 +00:00
sthen
8b51ee159a - maintenance update to 1.2.8 from Scott Vokes (maintainer).
- set REGRESS_TARGET to something more useful.
2009-05-01 02:00:02 +00:00
jolan
792fc64b85 +pecl-geoip 2009-04-30 23:45:38 +00:00
jolan
c4d03817fa pecl-geoip-1.0.7, PHP support for geocoding IPv4 addresses 2009-04-30 23:44:13 +00:00
jolan
ae7cacbcab +_noip 2009-04-30 23:25:31 +00:00
jolan
6ca18cd954 nobody -> _noip, bump pkgname 2009-04-30 23:25:12 +00:00
sthen
86aff50482 update yasm to 0.80, from Brad (taking maintainer, with agreement from
the previous maintainer Shaun Amott).
2009-04-30 21:31:49 +00:00
landry
1f596002e1 Update to extsmail 1.1, fixes two frees of possibly uninitialised
pointers. From MAINTAINER & upstream developer Laurence Tratt, thanks!
2009-04-30 15:13:34 +00:00