85140 Commits

Author SHA1 Message Date
espie
7be6b7b117 reorganize option and config file parsing slightly so that variable
values can be in config files.
command line should still override config files.
to be documented shortly, but stuff like
FETCH_JOBS=n
WANTSIZE=1
MIRROR=0

should now work within a hosts file.
2013-06-21 23:13:37 +00:00
brad
bb677f17e4 Bump for LLVM 3.3. 2013-06-21 23:00:30 +00:00
sthen
4cb7742684 sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes.
add a patch to pick up com_err.h from base rather than the wrong one from
e2fsprogs. ok aja

Thus concludes the e2fsprogs commit rampage - Merry meet, merry part,
and merry meet again.
2013-06-21 22:42:13 +00:00
sthen
d4fa91e632 sync WANTLIB and add a patch to handle e2fsprogs/libuuid being installed under
it's normal name. ok aja
2013-06-21 22:39:28 +00:00
sthen
2ee2f7ecbc sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja 2013-06-21 22:37:02 +00:00
sthen
2ae7734e12 Update e2fsprogs to 1.42.7, and rename the library back to libuuid now
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.

e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.

Fallout will be handled in the next couple of commits.

ok ajacoutot@
2013-06-21 22:35:51 +00:00
brad
ffaa1a2b14 Update to LLVM 3.3.
ok sthen@
2013-06-21 22:09:12 +00:00
sthen
f0762184a3 Use -fomit-frame-pointer when building libyuv on i386, needed for llvm 3.3
which doesn't leave sufficient available registers to build this otherwise.
Thanks robert@ for clues and build system help.
2013-06-21 21:59:13 +00:00
sthen
ec6bb7d789 squid documentation generally uses the nomenclature "interception proxy"
rather than "transparent proxy"; switch the readme to match. also tweak the
wording to make it clear which firewall reals need to be on which machine
when having a router pass off http traffic to squid on a different machine
configured as an interception proxy.
2013-06-21 21:37:56 +00:00
naddy
0227ee1210 bump -fpm after hx509 and ntlm removal from Kerberos 2013-06-21 21:12:07 +00:00
brad
b391ccbd82 Update to dtc 1.3.0.
ok jasper@ sthen@
2013-06-21 19:58:28 +00:00
sthen
a4e1aa0c81 mark as DPB_PROPERTIES=parallel, this seems to work reliably with the
ninja build. ok espie@ robert@
2013-06-21 15:15:18 +00:00
sthen
98e49f442b Add more specific information about why this uses ports gcc. 2013-06-21 15:13:46 +00:00
espie
c97ca817ec introduce a VARBASE, so that all 3 directories where package install stuff
(/etc, /usr/local, /var) can be overridden eventually
2013-06-21 12:28:54 +00:00
espie
657ee62669 expose FAKE_SETUP so that modules that want to do their own
"do-install" can do so in a proper way.
2013-06-21 12:27:32 +00:00
dcoppa
46fdb5f0e0 Unbreak with Ninja.
While here, merge PFRAG.shared into PLIST

ok espie@, jasper@
2013-06-21 12:04:21 +00:00
dcoppa
5f3b8bbcd7 Unbreak with Ninja
ok espie@, jasper@, sthen@
2013-06-21 11:20:20 +00:00
dcoppa
94327b4bf8 Bugfix update to cmake-2.8.11.1
See: http://public.kitware.com/Bug/changelog_page.php?version_id=113

OK jasper@, sthen@
2013-06-21 11:12:51 +00:00
espie
247caf9db6 also store PREFIX, which allows for useful statistics 2013-06-21 10:48:38 +00:00
espie
4ab9c5bdaf somehow, I forgot to dump-vars PREFIX 2013-06-21 10:45:12 +00:00
espie
c62257bdfe document -DMIRROR 2013-06-21 10:10:58 +00:00
giovanni
06a4215dc0 Bugfix update to 4.0.4 2013-06-21 10:05:32 +00:00
espie
b50533eff0 disentangle the config/init code from the rest.
- move the meat of handle_options from dpb into config->parse_command_line
(this means a backcall to still inherit from OpenBSD::State).
- move parse_config_files from core into config.
- move the prop handling into proper HostProperties (part of config
obviously)
- create a Core::Init file that contains all the former DPB::Host::Factory
and associated jobs.

there's still a wee little bit of cleanup to do, but this should be
easier to maintain, as all option handling is now in one place, and
startup and host confi is now easier to figure out.

- add a -DMIRROR=0/1  setup that controls whether SUPDISTFILES will be
fetched (defaults to 1 for -F and 0 for -f).

- actually allow for several host files to be parsed, as the name implies
2013-06-21 09:05:18 +00:00
espie
777ec52c22 mark as broken, someone doesn't build their ports like they should 2013-06-21 08:52:05 +00:00
ajacoutot
21d8278b1f Unbreak now that libkafs is gone.
Explicitely compile --without-pam.
2013-06-21 06:12:56 +00:00
robert
b788514137 update to 4.0.4.2 2013-06-21 06:07:58 +00:00
lteo
5b3395e57b Fix incorrect path of squid.conf in pkg/README-main.
OK sthen@ (maintainer)
2013-06-21 01:54:55 +00:00
sthen
786f73af49 c-client requires libssl for its own purposes, and gssapi libs. 2013-06-20 21:33:53 +00:00
landry
daa7cd5d80 Blindly fix seamonkey after the kerberos update by replacing -lkrb5 -lcrypto
by `krb5-config --libs` in toolkit/library/Makefile.in, as it was done
in other mozillas...
2013-06-20 21:20:34 +00:00
jasper
2a20e4e3ae update to gupnp-tools-0.8.6.1 2013-06-20 19:02:18 +00:00
jasper
b499a404bd regen PLIST 2013-06-20 19:01:52 +00:00
jasper
748184e853 submitted upstream 2013-06-20 18:55:14 +00:00
jasper
149fab7640 link to upstream bz 2013-06-20 18:40:01 +00:00
jasper
3d229e4935 unbreak some regress tests; now everything passes. 2013-06-20 18:26:26 +00:00
jasper
0366615695 add link to upstream bz 2013-06-20 18:19:45 +00:00
jasper
62ad0fc7ee remove patch for code that's not compiled anylonger. 2013-06-20 18:19:00 +00:00
jasper
218952daf3 unneeded; glib/gstdio.h can be included directly 2013-06-20 18:04:20 +00:00
jasper
c32c434e3a remove patches that are not needed anymore; probably due to header cleanups in base. 2013-06-20 18:03:02 +00:00
jasper
6f941c36ae add XXX so it's easier to grab^Wgrep 2013-06-20 15:43:26 +00:00
jasper
821800bf73 add a test dependency on gst-plugins-bad; no runtime dependency because, well,
plugins-bad is bad.

as discussed with aja@
2013-06-20 15:26:47 +00:00
jasper
d863528898 enable the shm plugin, tested with farstream.
ok aja@ (MAINTAINER)
2013-06-20 15:23:54 +00:00
bcallah
59047216a7 Update sysutils/ncdu to 1.10
Take MAINTAINER
ok jturner@
2013-06-20 14:58:59 +00:00
bcallah
b1593e51fc +veusz 2013-06-20 14:57:21 +00:00
bcallah
e6108e0c36 Import math/veusz, a graphical scientific plotting and graphing package
designed to produce publication-ready Postscript or PDF output.
Minor tweak from and ok sthen@
2013-06-20 14:56:49 +00:00
jasper
7f6d9e85c0 - update to farstream-0.2.3
* drop python workarounds, it's only used when gtk-doc is enabled (which is not).
2013-06-20 14:39:26 +00:00
landry
f07f07abdf Surprise b^W! ogre doesnt build on hppa either due to missing atomic bombs.. 2013-06-20 14:16:03 +00:00
sthen
0cf9de9061 tweak regex for safety in case there's a p2 release, "probably saner" landry@ 2013-06-20 14:07:40 +00:00
landry
96f0e024f5 Update to py-build{bot,slave} 0.8.7p1.
MAINTAINER timeout.
2013-06-20 13:58:53 +00:00
bcallah
84d2629330 This is broken on mips64el as well: missing atomic ops 2013-06-20 13:51:54 +00:00
ajacoutot
0444f14e58 Remove old -pthread hack. 2013-06-20 13:45:11 +00:00