Commit Graph

69776 Commits

Author SHA1 Message Date
landry
a85fcf43f1 Update to thunderbird 7.0.1/lightning 1.0beta6. 2011-10-03 21:07:05 +00:00
landry
8b56e5ea00 Update to firefox 7.0.1. 2011-10-03 21:06:09 +00:00
landry
773d04d085 Ensure mozilla ports depend on nspr 4.8.9p0 with the PR_LoadLibrary()
fix so that i can safely remove all the corresponding patches.
2011-10-03 21:04:57 +00:00
jasper
dd1684f5b4 - update to 3.2.0
- regen WANTLIB
2011-10-03 18:06:44 +00:00
landry
4b417acf04 Add patch from #650772 after lengthy bikeshedding. On OpenBSD, the
.so.x.y passed to PR_LoadLibrary() is never the same as the one on
linux, since the portstree controls the .x.y, so if the first dlopen()
fails, let's strip what's after .so and retry, since ld.so is clever
enough to open the correct lib if asked for libfoo.so. Allows me to
remove smth like 40 patches in all mozilla ports. Take maintainership
while here.
discussed with deraadt@
2011-10-03 17:54:23 +00:00
fgsch
81b6201ee7 Update to Tempita 0.5.1. 2011-10-03 16:42:03 +00:00
fgsch
e247fb4a87 Update to MongoDB 2.0.0.
benoit@ rpointel@ ok.
2011-10-03 16:38:21 +00:00
ajacoutot
6e18a34c4e Fix path to the antispam utilities. 2011-10-03 16:33:53 +00:00
espie
398f738da8 There's no actual reason to accept flavors with non-lowercase spelling,
so kill the misfeature, as agreed by mostly everyone.
2011-10-03 15:46:33 +00:00
ajacoutot
c057cd387b Bugfix update to gnutls-2.12.11.
* libgnutls: Memory leak fixes in credentials private key deinitialization.
* libgnutls: Allow CA importing of 0 certificates to succeed.
2011-10-03 15:32:24 +00:00
ajacoutot
39fd381b8a Maintenance update to z-push-1.5.5. 2011-10-03 14:58:29 +00:00
okan
070aaadde4 use '/etc/rc.d/inetd reload' instead of 'pkill -HUP inetd' in README
requested by ajacoutot@
2011-10-03 14:41:45 +00:00
giovanni
f494f928cf Update to 4.020 and take maintainership. 2011-10-03 14:34:46 +00:00
okan
1e715d6680 update to 3.0.3
- new libpurple and otr flavors
 - remove groff requirement
 - convert to pkg-readmes with corrections
 - fix broken @sample
 - gnutls patch no longer required

started by jirib@live.com and again later by leva@ecentrum.hu, previous
MAINTAINER relinquishing maintainership - thanks.

feedback from ajacoutot@ and landry@
2011-10-03 14:33:14 +00:00
jasper
3c6680c24e Remove some duplicate code by putting in a variable, as done elsewhere. 2011-10-03 14:21:02 +00:00
fgsch
df0099aa3e handle py3-distribute requirement correctly.
sthen@ rpointel@ ok.
2011-10-03 13:54:12 +00:00
ajacoutot
6a50424f2e Align the example dates in the display panel, from upstream. 2011-10-03 13:49:32 +00:00
ajacoutot
1b4659c9e2 Fix url to upstream BZ which has changed. 2011-10-03 13:21:29 +00:00
ajacoutot
8f55ee7e4e Also use gtk_paper_size_get_default in here, from upstream. 2011-10-03 12:11:30 +00:00
ajacoutot
e5ac54eaba Unbreak runtime with our half-baked locales.
ok jasper@
2011-10-03 12:10:30 +00:00
edd
9ac4c38418 link sdl flavor of angband 2011-10-03 11:10:28 +00:00
jasper
9b2894aeaf - rename USE_NANT to MODMONO_NANT and change it to use yes/no instead of
merely checking if it's defined.
- define MODMONO_(BUILD,INSTALL)_TARGET which can be used if
  do-(build,install) are already defined.

ok robert@
2011-10-03 11:00:58 +00:00
edd
af009786d8 update to angband-3.3.1 and enable SDL flavor
OK rpointel@
2011-10-03 10:59:33 +00:00
ajacoutot
7de7da5c7e Use gtk_paper_size_get_default, from upstream. 2011-10-03 10:39:22 +00:00
espie
f29db2a6fb ooh, don't merge depends from IGNOREd stuff for MULTI_PACKAGES.
this allows build to proceed faster on some arches by simply not
building stuff we don't need
2011-10-03 08:56:40 +00:00
espie
2697d6283f FLAVOR is obviously a list 2011-10-03 08:53:49 +00:00
sebastia
f7f2dad5c8 Update tclxml from 1.2.1 to 3.2
take maintainership
switch from tcl 8.4 to 8.5

OK landry@ already some time ago on a slightly different patch to the Makefile since jakob@
dropped maintainership in the meantime.
2011-10-03 08:41:58 +00:00
espie
f9a48d816a pseudo-flavors *must* be taken off MULTI_PACKAGES, not BUILD_PACKAGES.
dpb coalesces build dependencies over MULTI_PACKAGES: if we don't substract
from MULTI_PACKAGES, this can lead to bootstrap loops.

Case in point: sysutils/gamin, whose build relies on "no_server" to be
available as a dependency for glib2/gtk+2.

(but IGNORED stuff is properly kept as MULTI_PACKAGES, since it's mostly
intended to avoid strange arch errors)
2011-10-03 08:35:36 +00:00
ajacoutot
bcef340055 Better patch. 2011-10-03 07:13:50 +00:00
ajacoutot
a5e3542d11 Set DATADIRNAME in a consistent way now that glib-gettext.m4 has been
fixed.
2011-10-03 06:42:45 +00:00
ajacoutot
158fbb6034 Set DATADIRNAME in CONFIGURE_ENV instead of using FAKE_FLAGS to install
gettext mo files in the proper location.

ok jasper@
2011-10-03 06:41:43 +00:00
ajacoutot
e8fb0d9bbd Fix DATADIRNAME in glib-gettext.m4: on OpenBSD we install translation
files under share/locale, not lib/locale.
2011-10-03 06:40:28 +00:00
jasper
0baec0ba89 unbreak when gnu libtool isn't installed as this need the AM_PROG_LIBTOOL
macro for autofuck
2011-10-02 20:11:30 +00:00
naddy
0a9e26f912 use MASTER_SITE_BERLIOS 2011-10-02 19:25:51 +00:00
jasper
bcf412c2be Fix build with -Werror (which turns out -Wbounded).
With and ok nicm@
2011-10-02 18:26:32 +00:00
ajacoutot
dc4f6bf048 It seems the @conflict marker format changed... 2011-10-02 16:11:11 +00:00
ajacoutot
f3c1c4db90 Use MONO_ARCHS. 2011-10-02 15:27:31 +00:00
ajacoutot
0ac7d27f8e Remove MODMONO_ONLY_FOR_ARCHS, it's unused.
discussed with espie@
2011-10-02 15:21:44 +00:00
ajacoutot
2894f54965 Adapt documentation after the update to 1.5.0. 2011-10-02 14:41:48 +00:00
rpointel
073d2bd413 Correct files/sndio.c, from Donovan Watteau (MAINTAINER).
Bump revision of -main subpackage.
2011-10-02 14:11:55 +00:00
rpointel
29b4ee5e31 Update p5-Test-Weaken to 3.006000.
From Wen Heping (thanks).
2011-10-02 14:02:23 +00:00
rpointel
656339fd92 Update www/p5-WWW-Mechanize to 1.70.
From Wen Heping (thanks).
2011-10-02 13:59:38 +00:00
ajacoutot
c9e6e54683 Better LC_* patches. 2011-10-02 13:31:33 +00:00
ajacoutot
353002cba2 Fix path to the shared Mozilla plugins directory. 2011-10-02 13:31:03 +00:00
nigel
88ed261be5 Change --disable-lua to --without-lua
ok: aja@
2011-10-02 13:14:15 +00:00
espie
c52ad831c4 ... make no_suhosin a full flavor 2011-10-02 11:16:19 +00:00
espie
f9b3b56f3e you've got to be kidding me 2011-10-02 10:56:16 +00:00
ajacoutot
b527e16543 CONFIGURE_STYLE = autoconf is enough. 2011-10-02 09:32:13 +00:00
ajacoutot
2ad37a2be2 Update to libical-0.46.
Merge some more changes from upstream SVN.

ok sebastia@ (maintainer)
2011-10-02 08:55:40 +00:00
espie
82d351bc74 use bsd.port.arch.mk 2011-10-02 08:18:04 +00:00