aboutsummaryrefslogtreecommitdiff
path: root/security/libgnomesu
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix another depricated gtk+ symbol. This will allow libgnomesu to build again.Koop Mast2010-11-221-0/+11
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=264934
* Remove the 4.x script, and rename the 5.x script. One script works for allKoop Mast2010-10-285-13/+4
| | | | | | | | | | | supported FreeBSD versions. Update instuction for the pam script. PR: ports/151772 Submitted by: dougb@ Notes: svn path=/head/; revision=263681
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-243-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201947
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove obsolete CONFLICTS line for gnomesu.Sam Lawrance2006-10-081-2/+0
| | | | Notes: svn path=/head/; revision=174889
* Release my ports back into the wild.Adam Weinberger2006-09-231-1/+1
| | | | | | | | | Be free, little ports. May you all grow big and strong. Except gnome-icons-edge. You should probably be nuked. Just sayin'. Notes: svn path=/head/; revision=173663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | | | | Requested by: adamw (maintainer) Notes: svn path=/head/; revision=149209
* 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 1.0.0.Adam Weinberger2005-07-013-5/+8
| | | | Notes: svn path=/head/; revision=138314
* Hostname of MASTER_SITE and WWW site changed slightly.Adam Weinberger2005-04-172-2/+2
| | | | Notes: svn path=/head/; revision=133500
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.9.7.Adam Weinberger2005-02-084-24/+6
| | | | Notes: svn path=/head/; revision=128319
* Remove leftover directory.Adam Weinberger2005-01-162-1/+2
| | | | | | | PORTREVISION bump. Notes: svn path=/head/; revision=126542
* Use a vendor-provided method for preventing gnomesu-pam installation.Adam Weinberger2005-01-162-11/+1
| | | | Notes: svn path=/head/; revision=126541
* Adjust the CONFLICTS to appease portlint.Joe Marcus Clarke2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=126465
* Instruct 4.x users to append the sample gnomesu-pam to /etc/pam.conf,Adam Weinberger2005-01-141-2/+1
| | | | | | | not put it into /etc/pam.d. Notes: svn path=/head/; revision=126450
* Extra super OMFG-I'd-be-screwed-without-you thanks to marcus for theAdam Weinberger2005-01-147-10/+54
| | | | | | | | | | | | | | | | | | | | | | sleuthing here. - Stop libgnomesu from causing 4.x machines to catch fire and break all your dishes. - Don't install stuff into /etc/pam.d by default. - Install example "gnomesu-pam"s, and include a pkg-message explaining what to do with them (HINT: copy the appropriate one into /etc/pam.d and name it gnomesu-pam). - Fix a double-free. With these fixes, the gnomeu binary in libgnomesu provides a much more comprehensive GNOME su frontend, and the Great Red Eye of Adamwdor is now turned towards sysutils/gnomesu. Notes: svn path=/head/; revision=126447
* With my portmgr hat on, mark this port IGNORE on 4.X as it will corruptJoe Marcus Clarke2005-01-141-1/+7
| | | | | | | | your PAM configuration, and cause subsequent logins to fail. The maintainer has been notified. Notes: svn path=/head/; revision=126409
* Fix build on >4.x.Adam Weinberger2005-01-142-0/+13
| | | | Notes: svn path=/head/; revision=126400
* Author rerolled distfile with an updated NEWS entry.Adam Weinberger2005-01-141-2/+2
| | | | Notes: svn path=/head/; revision=126399
* Register conflict with gnomesu. The removal of gnomesu is beingAdam Weinberger2005-01-131-0/+2
| | | | | | | | considered, as its functionality appears to be encapsulated within libgnomesu. Thoughts/opinions welcome. Notes: svn path=/head/; revision=126297
* libgnomesu is a library for providing superuser privileges to GNOMEAdam Weinberger2005-01-124-0/+94
applications. It supports consolehelper, PAM and su. libgnomesu will use one the following services (in order of priority), depending on which one is available: - consolehelper - PAM - su libgnomesu will use the su-based backend as final fallback, if no other services are available. This service uses a backend which is a modified version of GNU su. libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component for Nautilus integration. WWW: http://members1.chello.nl/~h.lai/libgnomesu/ Notes: svn path=/head/; revision=126241