Commit Graph

58418 Commits

Author SHA1 Message Date
merdely
2056ff761a s/TRUETRUEPREFIX/TRUEPREFIX/ in pkg/MESSAGE and bump REVISION
From Daniel Dickman.
2010-07-21 18:36:59 +00:00
steven
715dacfb85 pass COMPILER_VERSION in MAKE_ENV instead of USE_GCC3.
this removes the last instance of USE_GCC3 in ports.

from brad
2010-07-21 17:11:48 +00:00
steven
dc8c73b1de drop USE_GCC3 here as well.
from brad
2010-07-21 17:04:29 +00:00
steven
952b3ac19a drop USE_GCC4. we don't use this and the module checks COMPILER_VERSION.
from/discussed with brad
2010-07-21 16:45:21 +00:00
steven
26f69c2f4b use COMPILER_VERSION instead of USE_GCC3
from brad
2010-07-21 16:42:52 +00:00
landry
d71efac8d6 Make sure netinet/in.h and friends are included before SDL_net.h to
avoid redefining INADDR_ANY/NONE/BROADCAST in SDL_net.h.
This allows it to build with -Wsystem-headers.
2010-07-21 16:21:54 +00:00
merdely
cc4e80feef Update to 1.8.
"please" marco@, "go go go" todd@
2010-07-21 16:14:13 +00:00
merdely
efb04a08a8 Update to 0.21 2010-07-21 15:18:16 +00:00
merdely
36ae62412b Update to 1.00 2010-07-21 15:17:58 +00:00
landry
e2b1cd5b1f Don't use -Wredundant-decls. 2010-07-21 14:07:43 +00:00
edd
4fb3f3f3f0 should be a space before an equals on the MAINTAINER example comment.
OK merdely@, sthen@
2010-07-21 12:27:41 +00:00
ajacoutot
10e41a8fe3 Fix MASTER_SITES.
from patrick keshishian
2010-07-21 06:46:33 +00:00
merdely
671d03c474 Update to 3.6.0. Works with clamav in tree.
Thanks for testing from Johan Huldtgren.
2010-07-21 05:53:07 +00:00
ajacoutot
c7a13b932b Fix cpuid function on x86-64 (from upstream), see:
https://bugs.freedesktop.org/show_bug.cgi?id=28956

from Brad
2010-07-21 05:51:41 +00:00
merdely
f0b604518b Update GetLive to 0.59. 2010-07-21 02:21:52 +00:00
kevlo
10a80abd0c Update to 3.13007
ok ckuethe@
2010-07-21 01:03:36 +00:00
sthen
2f6937f1c0 tweak, suggested by merdely@ 2010-07-21 00:18:54 +00:00
sthen
a3822319a3 mbox: When generating envelope to From_-line, don't append a second
@owndomain if username already has one.

from upstream via Brad.
2010-07-20 23:49:18 +00:00
landry
00a26bc41d Add a temporary hack (tm) to make sure the nodes in dirty layer have
'random negative ids', until a better solution is found with upstream.

Fixes the 'oh i can't upload those new nodes to the server because they
have positive ids' annoying bug (that appeared since switching to gcc4 ?)

While here, switch to newer REVISION/LIB_DEPENDS.
2010-07-20 20:59:15 +00:00
kili
d97511c3b8 Fix PKGNAME (`p5-' has been dropped by accident).
Add missing LIB_DEPENDS.

ok sthen@
2010-07-20 18:06:08 +00:00
ajacoutot
3ee721a6cb Unbreak after my recent gamin commit.
spotted by naddy@
2010-07-20 17:39:41 +00:00
sthen
02e6c92476 add a few notes and update some obsolete parameters, ok phessler@ ajacoutot@ 2010-07-20 16:27:29 +00:00
laurent
7eb290d508 link slideml to the build 2010-07-20 15:55:12 +00:00
ajacoutot
b34069f49b LOCALBASE -> TRUEPREFIX 2010-07-20 15:37:39 +00:00
laurent
8284821cab HTML slide generator based on SlideML meta-language, okay jasper@ 2010-07-20 15:28:44 +00:00
ajacoutot
01bc1aa247 Synchronise a4* and letter* FLAVORS to the required psutils dependency
FLAVOR.
That is: a2ps--a4 now depends on psutils--a4...

prodded by eric@ who was confused when installing a2ps-*-a4 it pulled
psutil-*-letter.

ok eric@
2010-07-20 14:58:47 +00:00
merdely
b92ffdaba9 Update bacula to 5.0.2.
Fixes the weird install issues with the bat binary

New features can be found here:
http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html

Thanks to sthen for help with the new wantlib/lib_depends stuff,
removing the sqlite flavor, ...

Thanks to giovanni for pointing out a ${TRUEPREFIX} -> /usr/local that
crept into one of my patch files.

ok sthen@
2010-07-20 14:38:39 +00:00
ajacoutot
f809246d18 Enable threads.
This is needed, otherwise when the kqueue(2) backend runs out of fds,
gamin will not be able to fallback to polling.
2010-07-20 14:30:25 +00:00
landry
303a3e2283 Add missing BUILD_DEPENDS on devel/gperf.
While here convert to newer LIB_DEPENDS/WANTLIB, and set REVISION.
2010-07-20 14:28:16 +00:00
dcoppa
9ca00f379f Update to pianobar-3631791.
No more cmake, build system is plain make now.

OK landry@, sthen@
2010-07-20 09:47:18 +00:00
ajacoutot
b4c9935c1c Make sure we don't end up with the same entry listed several times in the
default configuration. This fixes crawling on systems where XDG_* special
directories are set to HOME.
2010-07-20 09:38:34 +00:00
ajacoutot
bb5c2d9178 Bugfix update to gtksourceviewmm-2.10.1.
* Fixed passing empty strings to SourceLanguageManager::guess_language()
2010-07-19 22:06:06 +00:00
espie
dd4cfea122 do a bit more magic: in case of a fatal change, don't write the new
packing-list "as if", but transform back the non-fatal pieces into what
was in the old packing-list, in order to minimize noise in the diff.
2010-07-19 17:40:17 +00:00
sthen
0def44df9a HOMEPAGE not HOME_PAGE and bump, from Brad, thanks. 2010-07-19 16:30:11 +00:00
edd
cff3d5fe18 add a patch from svn that fixes tint on sparc64. OK sthen@ 2010-07-19 15:17:45 +00:00
edd
ff905902c8 regenerate patch - OK sthen@ 2010-07-19 15:13:19 +00:00
landry
f371a46205 Convert py-gnome-extras to build against/use xulrunner 1.9, patch mostly
taken from debian. Added comments to patches while here.
This needs a very -current xulrunner, hence version check enforced in
LIB/BUILD_DEPENDS.
ok ajacoutot@
2010-07-19 14:55:03 +00:00
landry
f4a0328f42 Add -Wl,-rpath,'$(installdir)' to LDFLAGS when linking mozilla libs, so
that when they are dlopen()'ed they can tell ld.so where to go hunt for
the other mozilla libs they depend on.
Similar fix as done in xulrunner 1.8 patch-config_rules_mk 2 years ago
by martynas@, needed to convert py-gnome-extras to xulrunner 1.9.
No fallout on firefox.
2010-07-19 13:46:27 +00:00
landry
cfcfe348c4 Update to webkit 1.2.3, switch to newer LIB_DEPENDS/WANTLIB/EPOCH.
Regen patches while here.
2010-07-19 12:29:50 +00:00
sebastia
9422359321 Use gcc3 module to build on sparc.
OK naddy@, landry@, steven@
2010-07-19 12:04:12 +00:00
naddy
b9b8307b3d check COMPILER_VERSION instead of USE_GCC3; from Brad 2010-07-18 19:12:05 +00:00
robert
d063088532 add a missing sample
from Kirill Bychkov
2010-07-18 19:03:08 +00:00
kili
c517da1bee I'm the king of fatfingering.
Noticed by naddy.
2010-07-18 18:52:14 +00:00
naddy
a2c9a774ff Remove redundant variables OPSYS and OPSYS_VER.
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.

ok espie@
2010-07-18 18:49:01 +00:00
kili
c0220d10c2 Zap the v0' from PKGNAME-main to get rid of the v0v0'.
Bump EPOCH (else updates won't work).
2010-07-18 18:27:13 +00:00
steven
489911659e add explicit depends on amd, since it does not come in via umfpack anymore 2010-07-18 17:19:49 +00:00
ajacoutot
1110564b89 From upstream 779c0153fc0bd3c2e302dac1979d17638f054229:
Configuration reload on every query.
Set has_data to true after the data is loaded to prevent excessive
reloading of config files.
2010-07-18 15:41:22 +00:00
steven
0857df7e9b new WANTLIB/LIB_DEPENDS 2010-07-18 14:33:39 +00:00
benoit
c87b8170bd - update py-asn1 to 0.0.11a 2010-07-18 11:15:52 +00:00
steven
ba3f871673 new WANTLIB,LIB_DEPENDS 2010-07-18 11:10:44 +00:00