aboutsummaryrefslogtreecommitdiffstats
path: root/x11/slim
Commit message (Collapse)AuthorAgeFilesLines
* Stop checking for get_pidfile_from_conf function in rc.subr.crees2013-05-311-10/+8
| | | | | | | | | | | It is present in all supported versions of FreeBSD, and has had poor takeup. I strongly suspect the strange-looking checks are partially to blame for scaring maintainers off. Go forth and please use it! PR: ports/178269 Approved by: maintainers of all ports involved
* The FreeBSD x11 team proudly presentszeising2013-05-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* - Update to 1.3.5.rakuco2013-05-1512-113/+54
| | | | | | PR: ports/177857 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* - Add "Conversation failure" error code to authentication errorsmadpilot2013-03-233-2/+12
| | | | | | | | | | list in order to permit login with special usernames. - Fix conssole command - Bump PORTREVISION PR: ports/174482 Submitted by: Maxim Samsonov <xors@mailup.net> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-221-5/+5
|
* - Fix ConsoleKit support [1]pawel2012-12-213-5/+19
| | | | | | | | | - Add missing deps - Remove Author: tag from pkg-descr PR: ports/172365 [1] Submitted by: Maxim Samsonov <xors@imap.cc> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* - Fix stopping via rc scriptmadpilot2012-11-283-10/+21
| | | | | | | | | | | | - Fix build with clang [1] - Trim Makefile headers - Bump PORTREVISION PR: ports/173852 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Obtained by: slim svn repository [1] Feature safe: yes
* At the request of maintainer in private e-mail, remove the now-spuriousdougb2012-08-052-3/+2
| | | | | | dependency on glut (confirmed). While I'm here, move the rc.d script slim.sh.in -> slim.in
* Add USE_PKGCONFIG= build since configure fails without itdougb2012-08-051-0/+1
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* 1.3.4 - 2012.06.26dougb2012-07-193-12/+37
| | | | | | | | | | * Replaced stderr writes function. * Fix numlock control. * Fix build with GLUT. * Fix PAM authentication. Submitted by: rea Approved by: maintainer timeout
* - Enable PAM in slim (OPTION on by default)scheidell2012-07-054-7/+30
| | | | | | | | | | | | - Install pam config file for "slim". - Patch app.cpp to allow rebooting without login - Modify rc.d script to start after hal - Bump PORTREVISION PR: ports/168841 Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Obtained from: http://www.freebsd.org/cgi/query-pr.cgi?pr=152236
* ... and the pointy hats keep piling up ... forgot the || true for rmdirdougb2012-06-111-2/+2
|
* I missed the fact that the Cmake stuff was installing the man page todougb2012-06-112-0/+11
| | | | | | | | ${PREFIX}/share/man/ instead of ${PREFIX}/man. Correct that, and add some code to the Makefile and the pkg-plist to remove the spurious file. Bump PORTREVISION so that users who've already installed this version can pick up the file removal fix sooner rather than later.
* Add missing glut dependencydougb2012-06-041-0/+1
| | | | Submitted by: Christian Mangin <christian.mangin@gmail.com>
* Upgrade to version 1.3.3 - 2012.02.22dougb2012-06-0310-92/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | * Change build system to CMake. * Add support ConsoleKit. * Fix some bugs.... For the port: * The Berlios mirrors don't have the new version, so update the MASTER_SITES per the instructions on the web page. * Add the ability to verify the PGP signature on the distfile * Add consolekit support, and switch build to CMake * Remove no-longer relevant patches * Add patches necessary to work with the new build system * Add a patch for a nicer default theme * Fix the console command in the slim.conf patch * Use @dirrmtry in the plist in case the user has installed themes * Remove uneeded blank lines around (and in) pkg-message * Add REQUIRE: dbus to the rc.d script to accomodate consolekit The PR mentioned the new version, but did not supply a patch PR: ports/166964 Submitted by: Dave <davemorgan353@btinternet.com> Approved by: maintainer timeout
* - update png to 1.5.10dinoex2012-06-012-2/+13
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Conditionally take advantage of the new get_pidfile_from_conf in rc.subrdougb2011-05-022-2/+15
| | | | | | PR: ports/156594 Submitted by: me Approved by: maintainer
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update rc.d script to effectively stop slimdougb2011-01-082-2/+29
| | | | | | | | | Maintainer assisted with testing various versions of the script. This final version seems to have addressed all of the issues that he and I saw. PR: ports/153392 Submitted by: me
* - Update to 1.3.2 [1]bapt2010-08-206-457/+8
| | | | | | | | | | - Fix security issue in path [1] [2] - Add license PR: ports/149809 [1] Submitted by: Henry Hu <henry.hu.sh _at_ gmail.com> [1], vermaden <vermaden _at_ interia.pl> [2] Approved by: tabthorpe (co-mentor) Security: vuxml (68c7187a-abd2-11df-9be6-0015587e2cc1) (niels)
* - Add patch from upstream to fix crash on SIGTERMdecke2010-07-012-1/+66
| | | | | | | | | | - Bump PORTREVISION PR: ports/148258 Submitted by: myself Approved by: Henry Hu <henry.hu.sh AT gmail.com> (maintainer), beat (co-mentor) Obtained from: http://svn.berlios.de/wsvn/slim/?rev=169 Feature safe: yes
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Chase xorg-server update and bump driver PORTREVISIONS.rnoland2010-02-071-1/+1
|
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - Fix setlogin()miwi2009-10-302-2/+15
| | | | | | | | | | | | | | - Pass maintainership to submitter note: x11/slim, does not setlogin(). Some software use getlogin() to decide the user name, so when user is using slim as the login manager, those software would get wrong results, and some programs refuse to start PR: 139594 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Approved by: maintainer
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Fix local disclosure of X authority magic cookiemiwi2009-05-314-7/+392
| | | | | | | PR: 134801 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: maintainer timeout (security 8 days) Security: http://www.freebsd.org/ports/portaudit/80f13884-4d4c-11de-8811-0030843d3802.html
* Chase xserver update with driver port bumps.rnoland2009-05-081-1/+1
|
* Chase the Xorg server update and bump ports that depend on it.rnoland2009-04-041-0/+1
|
* - Update to 1.3.1miwi2008-10-056-44/+24
| | | | | PR: 127852 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* - Add pam supportmiwi2008-06-193-13/+37
| | | | | PR: 124345 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* - Respect LOCALBASEmiwi2007-09-243-8/+12
| | | | | | PR: 116522 Submitted by: Carl Johan Gustavsson <cjg@bsdmail.org> Approved by: maintainer
* - Update to 1.3.0 [1]rafan2007-07-208-80/+55
| | | | | | | | | | | - Respect PREFIX [1] - Remove 4.x check [1] - Allow slim starting from /etc/ttys [2] PR: ports/114708 [1], ports/114366 [2] Submitted by: Tobias Roth <ports at fsck.ch> (maintainer) [1], Nikos Ntarmos <ntarmos at ceid.upatras.gr> [2] Approved by: maintainer [2]
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix theme parsing on 7.x. This patch is also accepted by upstream.rafan2007-04-092-0/+13
| | | | | | PR: ports/111342 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Approved by: Tobias <ports at fsck.ch> (maintainer)
* - bad committer :(clsung2007-01-171-1/+1
|
* - mark broken on FreeBSD 4 to satisfy pointyhatclsung2007-01-171-2/+9
| | | | | | | - unhardcode MASTER_SITE to satisfy portlint PR: ports/108019 Submitted by: maintainer (Tobias Roth)
* - Update to 1.2.6rafan2006-12-116-34/+78
| | | | | | | | | | | - Move to LOCALBASE We waited the maintainer's opinion about the issue he found for 14 days. The fix is submitted to upstream and will be in next release. PR: ports/105634 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Approved by: Tobias Roth <ports at fsck.ch> (maintainer)
* Update to 1.2.4arved2006-03-232-5/+4
| | | | | PR: 94840 Submitted by: Tobias Roth <ports@fsck.ch>
* - Correct path to login(1)ehaupt2006-03-162-2/+2
| | | | | | | | | - Bump PORTREVISION - Remove deprecated USE_REINPLACE PR: 94515, 94540 Notified by: Laszlo Karoly Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* [NEW PORT] x11/slim - a login manager derived from login.appedwin2006-01-098-0/+185
SLiM is a desktop-independent graphical login manager for X11, derived from Login.app by Per Liden. It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed. Author: Simone Rota and Johannes Winkelmann WWW: http://slim.berlios.de/ PR: ports/91511 Submitted by: Tobias Roth <ports@fsck.ch>