summaryrefslogtreecommitdiff
path: root/x11/xlockmore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove support for xfree86-3Pav Lucistnik2007-02-021-2/+0
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* - Update to 5.23Martin Wilke2006-10-312-4/+4
| | | | | | | | PR: ports/104668 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=175806
* - Update to 5.22Pav Lucistnik2006-04-292-6/+4
| | | | | | | | PR: ports/96348 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=160748
* - BAD_PAM option now selectable using configure, rather than directlyTim Bishop2006-01-171-5/+3
| | | | | | | | | | editing config.h. PR: 91907 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=153761
* - Update to 5.21Tim Bishop2006-01-114-84/+4
| | | | | | | | PR: 91626 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=153255
* xlockmore port improvements patchEdwin Groothuis2005-12-123-2/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some time ago I send PR about PAM support in xlockmore. Now I spend some time to work on xlockmore. I found that PAM works fine by default (with --enable-pam), but only with modules that does not requires root rights to authenticate. But almost all PAM configurations ends with pam_unix call. Here is the trouble. xlock drops root privileges after startup. I use BAD_PAM again to wrap this setuid(). IMHO, usage of BAD_PAM is right in this case. Also abort trap was fixed. Here was error in PAM_conv function. I'll send explanations of changes and situation to xlock-discuss mailing list later. May be fixes will be committed into next release of xlockmore. Here is attached diff against xlockmore port. It makes some changes in Makefile and drops two patches to files dir. New knobs added to Makefile and some old changed. Here is the description: - OPTIONS added for interactive configuration of xlockmore (make config). - WITH_PAM - enable common PAM support in xlock, but does not define BAD_PAM. So PAM modules that does not require root rights can be used (pam_pwdfile e.g.). - WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after 'configure'. So all PAM modules can be used, including pam_unix. - WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines. - WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some cases. PR: ports/90276 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru> Notes: svn path=/head/; revision=151056
* - Add WITH_NICE_ONLY knob to enable only low-cpu modes.Florent Thoumie2005-11-291-0/+4
| | | | | | | | PR: ports/76358 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru> Notes: svn path=/head/; revision=149922
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464
* - Add WITH_PAM knob.Florent Thoumie2005-11-151-0/+5
| | | | | | | | PR: ports/89060 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=148367
* - Distfile was rerolled, no content changePav Lucistnik2005-11-071-2/+2
| | | | | | | | Reported by: krismail Submitted by: Andrew P. <infofarmer@gmail.com> Notes: svn path=/head/; revision=147531
* - Update to 5.20.1Pav Lucistnik2005-11-013-7/+7
| | | | | | | | PR: ports/88328 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=146935
* Update to 5.19Volker Stolz2005-08-312-3/+3
| | | | | | | | PR: ports/85068 Submitted by: UMENO Takashi Notes: svn path=/head/; revision=141589
* . Update to 5.18.Greg Lewis2005-06-092-3/+3
| | | | | | | | PR: 82063 Submitted by: Björn König <bkoenig@cs.tu-berlin.de> Notes: svn path=/head/; revision=137104
* . Update to 5.17.Greg Lewis2005-05-242-3/+3
| | | | | | | | PR: 81422 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=136007
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 5.16Volker Stolz2005-04-043-5/+5
| | | | | | | | | | - Use PLIST_FILES (me) PR: ports/79516 Submitted by: UMENO Takashi Notes: svn path=/head/; revision=132474
* Update to 5.15Volker Stolz2005-02-043-14/+3
| | | | | | | | PR: ports/76848 Submitted by: UMENO Takashi Notes: svn path=/head/; revision=128033
* Update to 5.14.1Volker Stolz2004-11-302-4/+5
| | | | | | | | PR: ports/74466 Submitted by: UMENO Takashi Notes: svn path=/head/; revision=122825
* Add MASTER_SITES for more redundancy.Kirill Ponomarev2004-07-271-1/+2
| | | | Notes: svn path=/head/; revision=114883
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Update port: x11/xlockmore to 5.13Edwin Groothuis2004-07-212-3/+3
| | | | | | | | | | Update port: x11/xlockmore to 5.13 PR: ports/69379 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=114346
* - Update to 5.12Pav Lucistnik2004-04-302-6/+4
| | | | | | | | PR: ports/66067 Submitted by: UMENO Takashi <umeno@belldandy.unnumbered.net> Notes: svn path=/head/; revision=108024
* Tidy up whitespace.Trevor Johnson2004-04-101-6/+6
| | | | Notes: svn path=/head/; revision=106671
* Add WITH_SYSLOG knob.Sergey A. Osokin2004-02-111-0/+4
| | | | | | | | Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> PR: 62629 Notes: svn path=/head/; revision=100694
* Fix build on AMD64 by disabling MESAGL.Tilman Keskinoz2004-02-101-0/+4
| | | | Notes: svn path=/head/; revision=100578
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* unbreak gcc3 WITH_MB.FUJISHIMA Satsuki2004-01-191-0/+11
| | | | Notes: svn path=/head/; revision=98543
* . Update to 5.11.1.Greg Lewis2004-01-102-2/+2
| | | | | | | | PR: 61159 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=97844
* Update to 5.11 [1]Sergey A. Osokin2004-01-053-15/+17
| | | | | | | | | | | | | | Fix build if MAKE_KERBEROS4 defined [2] Make cosmetic changes for pkg-descr, add WWW tag [3] Spotted by: Chris <chris-gnats34@randomcamel.net> [2] Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1], Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2], osa [3] PRs: 59882, 60925 Notes: svn path=/head/; revision=97356
* Make some variables ?= because they might be set by slave portsEdwin Groothuis2003-12-291-2/+2
| | | | | | | | | (for example, japanese/xlockmore) PR: ports/59664 (related) Notes: svn path=/head/; revision=96839
* . Update to 5.10. [1]Greg Lewis2003-11-212-4/+13
| | | | | | | | | | | . Add some knobs (WITH_MB, XLOCKMORE_LANG). [1] . USE_MESA -> USE_GL. PR: 59139 [1] Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1] Notes: svn path=/head/; revision=94681
* Update to 5.09.Adam Weinberger2003-08-202-2/+2
| | | | | | | | PR: ports/55812 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=87392
* Upgrade to 5.08.2.Thomas Gellekum2003-06-252-3/+3
| | | | | | | | | | PR: 52001 52512 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Disown this port. Notes: svn path=/head/; revision=83578
* Upgrade to 5.07.1.Thomas Gellekum2003-05-092-2/+2
| | | | | | | | PR: 51428 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=80553
* Use REINPLACE_CMD.Thomas Gellekum2003-05-091-1/+2
| | | | | | | | PR: 50843 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=80552
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77047
* Update to xlockmore-5.06Kris Kennaway2003-03-042-2/+2
| | | | | | | | PR: 46050 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=76831
* Update to version 5.04.Gerald Pfeifer2002-07-243-11/+2
| | | | | | | Approved by: tg (maintainer) Notes: svn path=/head/; revision=63482
* Don't use bitmap we don't have.Thomas Gellekum2002-04-161-3/+12
| | | | | | | Submitted by: Christian Chen <oistrakh@earthlink.net> Notes: svn path=/head/; revision=57753
* Fix building when MAKE_KERBEROS4 is defined.Thomas Gellekum2002-04-021-1/+2
| | | | Notes: svn path=/head/; revision=57190
* Upgrade to 5.03.Thomas Gellekum2002-03-202-2/+2
| | | | Notes: svn path=/head/; revision=56380
* Upgrade to 5.02.Thomas Gellekum2001-10-252-2/+3
| | | | Notes: svn path=/head/; revision=49188
* The `--with{,out}-mesagl' option to configure is spelled `--with{,out}-mesa'.Thomas Gellekum2001-10-091-2/+2
| | | | | | | | PR: 31141 Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se> Notes: svn path=/head/; revision=48598
* Add ${KRB5_HOME}/include to $CFLAGS and ${KRB5_HOME}/lib toThomas Gellekum2001-09-271-1/+4
| | | | | | | | | $XLOCKLIBS for people using kerberos5. Suggested by: Niels Kroon <niels@fundum.net> Notes: svn path=/head/; revision=48219
* Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiledThomas Gellekum2001-07-181-9/+3
| | | | | | | with thread support also on XFree86-3 systems. Notes: svn path=/head/; revision=45217
* Add a knob to disable the `allow-root' functionality, which lets rootThomas Gellekum2001-07-121-0/+4
| | | | | | | | | unlock the screensaver regardless of the current owner. Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=45067
* Upgrade to 5.01.Thomas Gellekum2001-05-102-2/+2
| | | | Notes: svn path=/head/; revision=42493
* Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.Thomas Gellekum2001-04-201-1/+4
| | | | | | | | PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Notes: svn path=/head/; revision=41705
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994