Commit Graph

42 Commits

Author SHA1 Message Date
espie
d65a516655 put back the "bootstrap" annotation.
It is necessary when BUILD_ONCE is in place, but it was lost in dpb
through a code reorg.
2014-03-09 19:46:35 +00:00
ajacoutot
08578311af Not needed after all. 2013-08-11 08:57:57 +00:00
ajacoutot
e5b0a58df2 Add bootstrap to the default FLAVORs -- prevent cyclic dep on sparc64.
spotted by and slap from landry@
2013-08-10 22:42:24 +00:00
ajacoutot
cd6ee3d5b3 Add patches from Fedora to fix build with mozjs-17.0 (devel/spidermonkey). 2013-08-10 12:46:22 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
ajacoutot
dbcd6a2fb8 Make get_default_port() threadsafe: getservbyname is not reentrant, and
getservbyname_r is not always available.
This fixes several crashes mostly on webkit-based browsers.
libproxy issue #196, from David Hill
2013-06-09 09:40:19 +00:00
ajacoutot
70ac08ef70 Bring a couple of fixes from upstream, including a mem leak. 2013-05-08 16:14:34 +00:00
ajacoutot
2b72f32001 Update to libproxy-0.4.11.
Re-enable the mozilla FLAVOR now that we have mozjs185.
Add bootstrap to PSEUDO_FLAVOR to prevent the dep loop with WebKit.
Move from if PSEUDO_FLAVOR... to BUILD_PACKAGES.
Fix DESCR-*
2013-04-14 08:31:00 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
sthen
e1be8533a8 missed cvs add. breakage reported by viq, thank you. 2012-11-28 14:43:11 +00:00
sthen
0ef66c603c update to libproxy 0.4.10, fixes http chunk-encoded pac files. 2012-11-27 12:16:07 +00:00
sthen
328fce6136 nigel@ spotted that the webkit subpackage of libproxy didn't package
because I didn't sync PLIST-webkit (missed because it's only built as
a non-default pseudopackage); fix this by adding VERSION to SUBST_VARS
and syncing PLISTs, which also reduces the risk of problems in the future.
2012-10-14 20:01:38 +00:00
sthen
d449cdab9c SECURITY update to libproxy 0.4.9; CVE-2012-4504, buffer overflow in PAC
processing.

While there, remove unnecessary patches (some fixed upstream, some workarounds
for header problems which have since been cleaned up, and change the "Build the
pacrunner into libproxy" patch into -DBIPR:BOOL=OFF in CONFIGURE_ARGS instead).

ok ajacoutot@
2012-10-12 13:01:15 +00:00
dcoppa
254018aeed Fix misuse of CMake
OK sthen@
2012-09-27 08:01:04 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
3e47445b0c Remove pthread patch and fix static linking.
from Brad
2012-08-25 13:12:59 +00:00
ajacoutot
836f333ed9 Unbreak the webkit FLAVOR (s/WITH_WEBKIT3/WITH_WEBKIT).
spotted by naddy@
2012-03-30 16:28:58 +00:00
ajacoutot
cc08e8fa9c Update to libproxy-0.4.7.
Moves from gconf to gsettings.
Comment the mozilla FLAVOR for now as it requires a newer xulrunner.
2012-03-29 14:58:24 +00:00
sthen
951fae6b85 Applications linking libproxy need -pthread; add it to the .pc file so
it's listed in "pkg-config --libs libproxy-1.0" output.  ok ajacoutot@
2011-12-05 10:38:42 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
ajacoutot
fc7fd29720 Better DESCR. 2011-09-18 19:57:30 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
jasper
88f8f0add6 bump after default python version switch 2011-06-08 18:00:49 +00:00
ajacoutot
6b0fa96fe8 Typo, we're talking about a subpackage here, not a FLAVOR; 2011-05-30 13:02:26 +00:00
ajacoutot
350610e96c Add ${MODGETTEXT_RUN_DEPENDS}. 2011-05-17 06:29:25 +00:00
ajacoutot
4e2b6df1b3 Add the EPOCH to the webkit dependency.
spotted by landry@
2011-05-16 08:24:31 +00:00
ajacoutot
5f94cda39e Merge -gnome into -main.
landry@ is ok with the idea
ok jasper@
2011-05-15 09:34:06 +00:00
ajacoutot
69db523da2 Fix after recent webkit update. 2011-05-11 06:02:15 +00:00
ajacoutot
cc2ceedb5e xulrunner build depends is only needed for the mozilla flavor... obviously. 2011-05-10 16:23:03 +00:00
ajacoutot
2f004a9d04 Add mozilla to the PSEUDO_FLAVOR list and don't build it by default:
xulrunner does not build on all arches.
Prodded by landry@
2011-05-10 16:17:47 +00:00
ajacoutot
18605b3eba cmake likes to link with -lpthread instead of -pthread, so prevent that.
Fix dependencies of all subpackages.
2011-04-26 08:06:41 +00:00
ajacoutot
518ac6d7b6 Major update to libproxy-0.4.6.
Several patches from the FreeBSD port.

Create -mozilla and -webkit subpackages. Do NOT build -webkit by default
because of a cyclic dependency:
libproxy,-webkit -> webkit -> libsoup -> libproxy

tested in a bulk by landry@
ok landry@
2011-03-24 06:50:09 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
49cc004681 new WANTLIB 2010-11-11 16:27:54 +00:00
sthen
d9ad2d3e07 bumps for python 2010-08-30 21:14:34 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
ajacoutot
c3cff28732 - don't trust configure to pick up the python version to use ; this allows
libproxy to compile when several python versions are installed
- safe bump

breakage reported by Julien Cabillot
2009-04-23 13:26:10 +00:00
bernd
94c69e2ece Unbreak package names. (missing PKGNAME-main and PKGNAME-gnome) 2009-04-05 15:47:53 +00:00
landry
2df7d4e606 Import libproxy 0.2.3, a library that provides automatic proxy
configuration management. Currently provides GNOME and KDE plugins,
gecko and webkit plugins may be enabled at some point.
Joint work with and ok jasper@
2009-04-04 10:07:31 +00:00