aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libgksu
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - fix MASTER_SITES; [1]Boris Samorodov2006-10-071-3/+3
| | | | | | | | | | - 's/INSTALLS_SHLIB/USE_LDCONFIG'; - change my email to FreeBSD.org one. Pointed out by: Bill Fenner's distfile survey [1] Notes: svn path=/head/; revision=174801
* - Update to 1.3.8Pav Lucistnik2006-05-224-16/+53
| | | | | | | | PR: ports/97599 Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer) Notes: svn path=/head/; revision=163136
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - update to 1.3.7Yen-Ming Lee2005-11-282-4/+4
| | | | | | | | PR: ports/89608 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=149729
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Update to 1.3.6Pav Lucistnik2005-11-145-24/+15
| | | | | | | | | | | - Switch to a new maintainer PR: ports/88983 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: Jesse van den Kieboom <jesse@icecrew.nl> (maintainer) Notes: svn path=/head/; revision=148292
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+2
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Add a missing dependency on glib20.Joe Marcus Clarke2004-11-091-1/+2
| | | | | | | | Reported by: pointyhat via kris Approved by: maintainer Notes: svn path=/head/; revision=121161
* Add libgksu, a simple API to use su and sudo in programs that need toJoe Marcus Clarke2004-11-059-0/+173
execute tasks as another user. It provides X authentication facilities for running programs in an X session. PR: 72257 Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net> Notes: svn path=/head/; revision=120832