aboutsummaryrefslogtreecommitdiff
path: root/sysutils/polkit
Commit message (Collapse)AuthorAgeFilesLines
* - Modernize empty dir handlingDmitry Marakasov2015-09-173-19/+20
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=397196
* Update polkit to 0.113. [1]Koop Mast2015-08-0912-203/+146
| | | | | | | | | | | | | | - Add LICENSE blob - Adjust dependencies - Reorganize options helper - Update description file PR: 201362 [1], 194789 Submitted by: olivierd@ [1] Tested by: olivierd@, Tobias Berner <tcberner@gmail.com>, and myself Notes: svn path=/head/; revision=393789
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Drop .la files.Koop Mast2015-07-072-7/+2
| | | | | | | While here, drop obsolete MCom tag. Notes: svn path=/head/; revision=391500
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Add @dir lines for empty directories reported by check-plist.Koop Mast2015-01-012-1/+7
| | | | | | | | PR: 196417 Submitted by: sunpoet@ Notes: svn path=/head/; revision=376002
* Get rid of gnomehierBaptiste Daroussin2014-12-221-2/+2
| | | | Notes: svn path=/head/; revision=375292
* Simplify plistBaptiste Daroussin2014-09-221-28/+8
| | | | Notes: svn path=/head/; revision=368966
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Mark jobs unsafe.Koop Mast2014-03-151-0/+1
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=348321
* StagifyKoop Mast2014-03-083-30/+33
| | | | | | | | | | | | Use new lib_depend syntax. Add USES=libtool USE_GNOME= gnomehack -> USES=pathfix USE_GMAKE -> USES=gmake Use USE_GNOME introspection component Use full path for commands in the pkg-install file Notes: svn path=/head/; revision=347452
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-2/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344900
* - Remove duplicate plist entryDmitry Marakasov2013-10-291-1/+0
| | | | | | | | | PR: 182824 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=331925
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Mark MAKE_JOBS_UNSAFEMartin Wilke2013-07-171-0/+1
| | | | | | | http://pkgdev.miwibox.org/pkg//91amd64-exp-run/2013-07-17_10h36m56s/logs/errors/polkit-0.105_1.log Notes: svn path=/head/; revision=323169
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Fix plistBaptiste Daroussin2013-04-041-0/+10
| | | | | | | | Approved by: gnome (kwm) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315723
* - Add a backup mirror freedesktop.orgMartin Wilke2013-03-081-1/+2
| | | | | | | Approved by: kvm Notes: svn path=/head/; revision=313638
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-089-33/+85
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-291-0/+1
| | | | | | | Notes: all x11@ ports fixed for FreeBSD 10 Notes: svn path=/head/; revision=284612
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-204-12/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Track textproc/docbook-410 dependency after recent changesGabor Kovesdan2010-01-231-1/+1
| | | | | | | Approved by: portmgr (pav, erwin) Notes: svn path=/head/; revision=248417
* Create the proper directory on package addition.Joe Marcus Clarke2010-01-192-1/+2
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=248160
* Actually commit theis patch to allow 0.96 to build.Joe Marcus Clarke2010-01-181-0/+11
| | | | | | | Reminded by: QAT Notes: svn path=/head/; revision=248112
* Update to 0.96.Joe Marcus Clarke2010-01-185-9/+25
| | | | Notes: svn path=/head/; revision=248111
* Create the correct /var/lib/polkit-1 directories when installing from aJoe Marcus Clarke2009-12-242-3/+3
| | | | | | | package. This should fix operation when installing from packages. Notes: svn path=/head/; revision=246562
* Bump the PORTREVISION. It's a real fix for some systems like mine, which itJeremy Messenger2009-12-021-1/+1
| | | | | | | needs to be reinstalled. Notes: svn path=/head/; revision=245093
* Remove a bogus trailing backslash.Joe Marcus Clarke2009-12-011-1/+1
| | | | | | | | PR: 141040 Submitted by: fluffy Notes: svn path=/head/; revision=245045
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-287-0/+193
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923