Commit Graph

51289 Commits

Author SHA1 Message Date
sthen
6e9b2ea6e4 the ARPACK library gets pulled in by the configure scripts if present;
record it as a LIB_DEPENDS and bump PKGNAME.
2009-06-29 10:10:03 +00:00
landry
fa6b89f442 Claws-mail picks devel/libexecinfo if installed, add it to LIB_DEPENDS
and bump PKGNAMEs. Reported by naddy@.
2009-06-29 09:23:39 +00:00
landry
f06e146bc5 xfce4-screenshooter picks up xmlrpc-c if present, so enable it, and
really fix LIB_DEPENDS & WANTLIB.
2009-06-29 07:44:04 +00:00
sthen
4d6286ac4a Don't hang the shell when you use the builtin "kill" command with backticks.
From mp@freebsd via downsj; fix is incorporated in next upstream release 6.16
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2007-07/msg00522.html
2009-06-29 00:38:27 +00:00
sthen
7bae051729 autoconf pulls in libelf if found; add as LIB_DEPENDS, bump PKGNAME.
found in naddy's lib-depends-check run.
2009-06-28 22:00:34 +00:00
sthen
423cc46baa sync WANTLIB, bump PKGNAME. found in naddy's lib-depends-check run. 2009-06-28 21:59:19 +00:00
sthen
bc71e51572 WANTLIB+=gailutil for new webkit, bump PKGNAME.
found in naddy's lib-depends-check run.
2009-06-28 21:58:23 +00:00
sthen
0b83a1f77b sync WANTLIB, bump PKGNAME.
(found some Ms in my tree after naddy's lib-depends-check run).
2009-06-28 21:46:38 +00:00
sthen
eb4267dcb2 - don't pull in gnomeprintui if installed at build time; avoids broken
packages.

- move f77 and c++ support libs to the correct sub-packages.

ok naddy@
2009-06-28 16:17:27 +00:00
sthen
fb0bafb6a3 sync WANTLIB/LIB_DEPENDS and bump; ok ajacoutot@ 2009-06-28 14:36:31 +00:00
ajacoutot
919c08e8d9 Bump to force update (somehow pkg_add -u didn't pick it up and a 4.5 pkg
won't work on 4.6).

ok naddy@
2009-06-28 13:49:49 +00:00
sthen
f14f73d635 sync WANTLIB, bump PKGNAME 2009-06-28 10:54:04 +00:00
sthen
e469576579 in the UPnP code, skip over route socket messages with the wrong rtm_version;
didn't break anything for naddy@, it still reported that it had successfully
negotiated port forwarding with his printer, just as before ;-)
2009-06-27 21:48:47 +00:00
ajacoutot
9de49696d5 Several cleanups and fixes:
* add a couple of fixes from avahi trac
* advise users to enable multicast
* kill RTM_VERSION warning as advised by claudio@
* disallow other stacks by default

ok naddy@
2009-06-26 22:12:20 +00:00
sthen
44dfaa3845 check routing socket messages for RTM_VERSION 2009-06-26 09:20:41 +00:00
landry
f88ca981c1 Don't fiddle with umask.
Fixes http://bugzilla.xfce.org/show_bug.cgi?id=5376
Same diff from and ok sthen@
2009-06-26 08:35:36 +00:00
sthen
816cfe6a5a Remove patch which is a noop; doesn't affect the package -> no bump 2009-06-26 07:54:45 +00:00
jolan
ab6d042d6c enable openfire, ok naddy@ 2009-06-26 02:03:23 +00:00
sthen
3ff1edc9ca - update MASTER_SITES and HOMEPAGE, from James Turner (maintainer).
- HOMEPAGE is recorded in the package so bump PKGNAME.
2009-06-26 00:03:04 +00:00
sthen
507ec0f8ae - don't require gnu grep; RE changes from naddy. (gnu sed still needed).
- add a comment reminding people to bump both PKGNAMEs together.

ok naddy@
2009-06-25 22:45:56 +00:00
jolan
2805d23144 take MAINTAINER and bump 2009-06-25 20:44:12 +00:00
naddy
a8c7e94c24 plone 2.5 also conflicts with zope-genericsetup, -pluggableauthservice,
and -pluginregistry, but plone 2.1 doesn't
2009-06-25 15:40:43 +00:00
sthen
e6fe633831 - add OpenBSD config; from jsg@.
- install a symlink as a workaround to a bug identifying the path to clang-cc.

commit approved by naddy.
2009-06-25 15:25:13 +00:00
naddy
8dbbda04e5 Fix dependencies of the mp4 FLAVOR, unbreaking it.
From Tasmanian Devil <tasm.devil at googlemail dot com>, via moritz@
2009-06-25 15:09:00 +00:00
sthen
b960d65016 note the known problem with autoconf projects, found by jsg and Moritz Grimm 2009-06-25 09:57:08 +00:00
jolan
b850b90361 avoid conflict in -tools subpackage 2009-06-25 01:49:54 +00:00
jolan
7503810ca2 mark conflict with plone 2009-06-25 01:23:07 +00:00
jolan
2cee3fee34 add more conflicts with plone 2009-06-25 01:22:10 +00:00
jolan
d46753ac36 dont install compile_et, avoids a conflict with sysutils/e2fsprogs and
the base system
2009-06-25 01:09:15 +00:00
jolan
e5b32e9e37 dont install compile_et, avoids a conflict with net/openafs and the
base system
2009-06-25 01:09:12 +00:00
jolan
29d4b2a88e add conflict with net/aguri 2009-06-25 01:03:09 +00:00
jolan
b660bb67bf add conflict with biology/emboss 2009-06-25 01:02:54 +00:00
sthen
79c48ca243 sync wantlib, bump 2009-06-25 00:38:37 +00:00
jolan
4552965253 mark conflict with textproc/par 2009-06-25 00:34:05 +00:00
jolan
2549c3f823 mark conflict with sysutils/rancid 2009-06-25 00:33:40 +00:00
jolan
d28c68705d rename god to ggod to avoid conflict with sysutils/god 2009-06-25 00:23:39 +00:00
sthen
ce4a2ffb67 sync; 5802 (+277, -277) 2009-06-25 00:22:31 +00:00
sthen
cd5acc36ae - Workaround qt4 linking problem (pthread moved to Libs.private).
This is a temporary fix pending a change to qt4's installed pkg-config
files at a suitable point in the release cycle.

- Don't let autoconf pick up LLVM yet.

- regen PLIST, sync WANTLIB, bump PKGNAME.

With martynas@
2009-06-25 00:11:19 +00:00
sthen
b92934dadd sync WANTLIB, bump PKGNAMEs 2009-06-24 22:44:45 +00:00
simon
47f786c214 Add workaround for amazing Module::Install hack by adding DESTDIR to
more or less hardcoded install paths.  Not sure this is actually correct
but at least it doesn't violate fake anymore.
Regenerate PLIST and bump accordingly.

noticed and fix requested by naddy@
2009-06-24 22:44:02 +00:00
dhill
f7bc57d25d update to 0.31
ok jasper@
2009-06-24 21:09:59 +00:00
dhill
b8a14d5aa2 upgrade to 1.202
ok kevlo@
2009-06-24 21:01:43 +00:00
jolan
021ac15c82 - add MESSAGE pointing to README.OpenBSD
- prettify README.OpenBSD
2009-06-24 20:49:37 +00:00
sthen
dbdadfd508 sync WANTLIB-svn, bump PKGNAME-svn 2009-06-24 20:40:55 +00:00
sthen
3477a174b7 sync WANTLIB-sane, bump PKGNAME-sane. 2009-06-24 20:40:23 +00:00
sthen
ec5582b44b disable libffi; autoconf picks it up, and the build fails if it's there.
bump not necessary.
2009-06-24 20:23:12 +00:00
sthen
81d201ea80 - enable objc
- fix "make fake" with 4.6 OS version
from jsg@

- add a SUBST_VARS for the included GCC version to reduce PLIST churn
2009-06-24 20:10:10 +00:00
simon
9e420f112e update to version 1.04 2009-06-24 18:45:51 +00:00
simon
0e8b749ba3 update to version 1.15 2009-06-24 18:29:50 +00:00
simon
aa1daaae92 maintenance update to version 1.03, no actual code change
prodded by jim@, thanks!
2009-06-24 18:21:58 +00:00