67 Commits

Author SHA1 Message Date
ajacoutot
372cd2bc49 --disable-gtk-doc is handled by the infrastructure now. 2014-09-13 16:36:53 +00:00
ajacoutot
f41d5db51d Merge a couple of fixes from upstream. 2014-08-17 06:47:39 +00:00
ajacoutot
44313de6af It makes no sense to explicitely depend on x11/dbus; nowadays dbus will
almost end up in any dependency chain and if we start adding run_depends on
it, we'll beed to do it for a hundre ports or so.
2014-03-27 17:51:07 +00:00
ajacoutot
9101a230f1 BUILD_DEPENDS -> BUILD_DEPENDS+
fix an issue reported by nigel@
2014-03-27 06:51:38 +00:00
ajacoutot
6842b9f8a5 Drop gtk-doc from build_depends.
req. by espie@
2014-03-26 14:56:23 +00:00
ajacoutot
1f8716e769 Move from devel/spidermonkey to devel/mozjs17. 2014-03-26 12:18:08 +00:00
ajacoutot
ac3070600e Circular dependency with textproc/gtk-doc is gone. 2014-03-16 09:16:27 +00:00
espie
f338105fe0 make tree build again 2014-03-11 20:32:46 +00:00
ajacoutot
7bbd6db227 Fix warnings to please espie@ 2014-03-10 19:54:24 +00:00
ajacoutot
3ded0fcbd9 Unbreak: needs textproc/gtk-doc; the dependency loop is gone so this is
safe.

reported by espie@
2014-03-10 18:18:27 +00:00
ajacoutot
816a9c93c5 Merge some build patches from upstream and add BZ URLs. 2014-03-09 22:26:56 +00:00
ajacoutot
f626f48eca Fix a memory leak (upstream). 2014-01-19 10:30:53 +00:00
ajacoutot
4686d16526 SECURITY update to polkit-0.112.
CVE-2013-4288: Local Privilege Escalation Vulnerability.
2013-09-22 18:35:58 +00:00
ajacoutot
531c141c25 Fix with mozjs-17.0 (devel/spidermonkey). 2013-08-10 12:43:51 +00:00
ajacoutot
072ac12e84 Update to polkit-0.111. 2013-05-30 18:22:05 +00:00
ajacoutot
674a120d87 Remove fdatasync(2) patch. 2013-04-15 16:50:14 +00:00
ajacoutot
ca2e27d553 Drop useless readme. 2013-03-30 12:20:28 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
5de6c24ff0 Unbreak rule parsing by opening the proper libmozjs.
spotted by landry@
ok landry@ jasper@
2013-02-19 16:09:15 +00:00
ajacoutot
6c700597fb Bugfix update to polkit-0.110. 2013-01-10 13:53:24 +00:00
ajacoutot
df1a5016b9 Include gmodule-2.0 to avoid linker errors; from upstream. 2012-11-22 17:37:35 +00:00
ajacoutot
e6c8c6895d Major update to polkit-0.108. 2012-11-20 14:11:48 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
ea4c83e44e Forgot this chunk in previous. 2012-09-19 13:03:58 +00:00
ajacoutot
6318e9eac4 Update to polkit-0.105. 2012-09-19 12:39:34 +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
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
5f3fd5f476 Tweak comment in patch; no pkg change. 2012-03-17 10:43:32 +00:00
ajacoutot
03463b0b74 Update to polkit-0.104. 2012-02-16 22:28:23 +00:00
ajacoutot
5291ad5927 Update to polkit-0.103.
from Amit Kulkarni
2011-12-16 08:16:55 +00:00
jasper
cbcba506ac - this needs the gnu libtool autoconf macros 2011-11-17 14:07:14 +00:00
jasper
ff23654173 - move away from gnu libtool now that gobject-introspection has been fixed. 2011-11-17 11:42:31 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
ajacoutot
de4c8e82e7 Bugfix update to polkit-0.102. 2011-08-17 16:59:27 +00:00
ajacoutot
ac0c3e3843 Forgot to cvs add. 2011-07-12 18:39:07 +00:00
ajacoutot
87297ec2d7 We use /var/db/polkit-1, not /var/lib/... 2011-07-12 18:38:38 +00:00
ajacoutot
8b5f0f6bb3 Extend README a bit more. 2011-06-07 14:52:32 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
f20ba91c44 MESSAGE -> README and greatly extend documentation in the process. 2011-06-01 12:23:53 +00:00
ajacoutot
9dd11e8979 Add missing CATEGORY. 2011-05-22 13:34:19 +00:00
ajacoutot
2d9d7918d7 Add RUN_DEPENDS on x11/dbus and add missing @sample dirs. 2011-05-21 05:00:07 +00:00
ajacoutot
a9d7f12f69 Remove part of this patch which is not needed. 2011-05-16 17:30:31 +00:00
ajacoutot
af6b7de546 Update to polkit-0.101.
Merge several patches from upstream to fix CVE-2011-1485.

ok jasper@
2011-04-28 13:09:07 +00:00
ajacoutot
73a989d170 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 11:12:12 +00:00
ajacoutot
174ea062e2 Simplify: use my distfiles subdomain. 2011-04-02 16:56:42 +00:00
ajacoutot
99ee91ed97 Meh, fix the other half... spotted by Anthony J. Bentley. 2011-03-13 18:56:55 +00:00
ajacoutot
cecc231815 Grammar, from Anthony J. Bentley. 2011-03-13 07:33:37 +00:00