aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gksu
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/gksu and sysutils/libgksu: Fix gksudo not running commandwoodsb022018-07-012-7/+20
| | | | | | | | | | | | | | This fixes an issue where gksudo would successfully authenticate the user, but fail to run the requested command. This was caused by gksudo forking a new PTY, meaning that different TTY was used for the "sudo -v" command and subsequent "sudo -n ..." command. Whilst this used to work, newer versions of sudo used per TTY authentication caching. Patch taken from Arch Linux: https://aur.archlinux.org/packages/libgksu/ Also fixed: - Made Nautilus plugin optional, so gksu can be installed without GNOME - Added license details, pet portlint - Tidied patches: move path fixes into port Makefile
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Remove USES=desktop-file-utils as suggested by stage-qaamdmi32015-06-231-3/+2
|
* - Strip libraryamdmi32015-06-071-1/+2
|
* USES+= gettext-tools on 6 portsmarino2014-12-131-1/+2
| | | | | | | These ports require msgfmt. FreeBSD doesn't fail to build these ports because a default option on gvfs brings in this tool. The same gvfs option is off by default on DragonFly and thus the missing dependencies were unmasked. Explicitly add gettext-tools to get msgfmt.
* Cleanup plistantoine2014-11-221-1/+0
|
* The libgnome-keyring lives in the libgnome-keyring port, not gnome-keyring.kwm2014-11-211-2/+2
| | | | Submitted by: antoine@
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-3/+2
|
* . support STAGE;bsam2013-11-222-10/+7
| | | | | | . use new LIB_DEPENDS syntax; . USE_GMAKE -> USES=gmake; . drop maintainership (do not use the port any more).
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* USE_GNOME=desktopfileutils -> USES+=desktop-file-utils.bsam2013-05-252-7/+2
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Utilise MLINKS.bsam2013-03-272-1/+1
| | | | Suggested by: makc, gerald (thanks!)
* . trim makefile header to two line style;bsam2013-03-262-10/+18
| | | | | | | | | | | | | . remove shlib ABI versions from LIB_DEPENDS; . USE_GNOME=gnomehack -> USES=pathfix; . USE_GNOME=pkgconfig -> USE_PKGCONFIG=build; . add USE_LDCONFIG=yes (a library is installed); . utilise USE_GNOME=desktopfileutils; . fix build after glib2 update; [1] . sort pkg-plist. PR: ports/176863 [1] Reported by: Ivan Klymenko <fidaj@ukr.net> [1]
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* . update sysutils/gksu to version 2.0.2; [1]bsam2011-05-155-149/+12
| | | | | | | | | | . update sysutils/libgksu to version 2.0.9; [1] . fix timing bug in the program when running on slower / single core systems; [1] . fix a bug in libgksu, which calls tcdrain() on the master side of a pty. [2] PR: 156401 [1], 141149 [2] Submitted by: Kris Moore <kris@pcbsd.org> [1], john hood <jh@sandstorm.net>, sandstorm-ni@sandstorm.net [2]
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-231-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - fix MASTER_SITES; [1]bsam2006-10-081-2/+2
| | | | | | | - 's/INSTALLS_SHLIB/USE_LDCONFIG'; - change my email to FreeBSD.org one. Pointed out by: Bill Fenner's distfile survey [1]
* - Rename portspav2006-05-281-1/+1
| | | | | security/gnomekeyring -> security/gnome-keyring security/gnomekeyringmanager -> security/gnome-keyring-manager
* - Update to 1.3.7pav2006-05-234-20/+22
| | | | | PR: ports/97608 Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* - Give maintainership to the submitter of last updatepav2005-11-151-1/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 1.3.6pav2005-11-155-14/+134
| | | | | | | - Unbreak PR: ports/89024 Submitted by: Boris B. Samorodov <bsam@ipt.ru>
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Remove maintainer per his request. Comment out MASTER_SITE that no longerkris2005-10-051-2/+4
| | | | | carries this version of the distfile, and mark port BROKEN indicating that it needs an update to the latest version.B
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Fix the build on 4.X.marcus2004-11-161-0/+1
| | | | Reported by: pointyhat via kris
* Fix dependencies.marcus2004-11-101-2/+2
| | | | Reported by: Damian <damian@indignation.org>
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Add gksu, a GTK+ frontend to su. It supports login shells andmarcus2004-11-055-0/+63
preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run programs as another user. PR: 72258 Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>