aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-session
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buildMartin Wilke2013-06-111-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320594
* Convert Makefile headers to the new format in my ports.Jimmy Olgeni2013-01-261-4/+0
| | | | Notes: svn path=/head/; revision=311016
* A few things went wrong in r304126.Jimmy Olgeni2012-09-122-91/+26
| | | | | | | | | | | | | | | | | Fixes: - Add dependency on devel/py-dbus (required by the logout function) - Remove debug executable - Remove extra files from PLIST (src, build, makedist.sh) - Remove gdm detection and always set OPTIONS_DEFINE - Remove reduntant files in Help - Make rox.desktop installation conditional on GDM - Install missing translations Noticed by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=304135
* Upgrade to version 0.40.0 and add OptionsNG support.Jimmy Olgeni2012-09-117-119/+149
| | | | | | | | PR: ports/171513 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=304126
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* Use PYTHON_CMD with the -m flag to run compileall (avoid referencing ↵Jimmy Olgeni2008-11-081-2/+2
| | | | | | | PYTHON_SITELIBDIR). Notes: svn path=/head/; revision=222575
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* Add missing files.Jimmy Olgeni2007-06-061-0/+3
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=192887
* Upgrade to version 0.30.Jimmy Olgeni2007-05-282-5/+4
| | | | Notes: svn path=/head/; revision=192242
* - 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
* Add devel/py-roxlib to RUN_DEPENDS.Jimmy Olgeni2006-12-191-1/+2
| | | | Notes: svn path=/head/; revision=180169
* Add proper gdm detection using code from x11/xfce4.Jimmy Olgeni2006-12-122-1/+14
| | | | | | | | | The port installation would fail if you did not have the etc/dm/Sessions directory. Noticed by: rafan Notes: svn path=/head/; revision=179557
* Upgrade to version 0.29.Jimmy Olgeni2006-12-128-100/+132
| | | | Notes: svn path=/head/; revision=179548
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* 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-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
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Add SIZE data.Jimmy Olgeni2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104531
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Merge configure target fixes from ports/62034, add USE_GNOME support.Jimmy Olgeni2004-01-291-3/+9
| | | | | | | | PR: 62034 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=99440
* Upgrade to version 0.1.21.Jimmy Olgeni2003-10-273-3/+21
| | | | Notes: svn path=/head/; revision=92321
* Update to version 0.1.20.Jimmy Olgeni2003-06-213-3/+4
| | | | Notes: svn path=/head/; revision=83404
* Add missing file (RunROX).Jimmy Olgeni2003-04-232-1/+3
| | | | | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=79533
* Chase checksum. The new tarball was verified by GPG signature.Jimmy Olgeni2003-04-211-1/+1
| | | | Notes: svn path=/head/; revision=79413
* Update to version 0.1.19.Jimmy Olgeni2003-04-173-3/+3
| | | | Notes: svn path=/head/; revision=79138
* Use /sbin/shutdown (-p or -r) as the default halt/reboot command.Jimmy Olgeni2003-03-241-0/+16
| | | | Notes: svn path=/head/; revision=77385
* De-pkg-comment my ports + some more.Jimmy Olgeni2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76249
* Chase gtk20's shared lib version.Joe Marcus Clarke2003-02-071-1/+2
| | | | Notes: svn path=/head/; revision=75044
* Update to version 0.1.18 and add non-i386 arch support in plist.Jimmy Olgeni2003-01-023-7/+54
| | | | Notes: svn path=/head/; revision=72204
* Update port to version 0.1.16.Jimmy Olgeni2002-06-213-12/+2
| | | | Notes: svn path=/head/; revision=61708
* This port does no longer depend on rox-base.Jimmy Olgeni2002-05-311-2/+1
| | | | Notes: svn path=/head/; revision=60358
* Update to version 0.1.15.Jimmy Olgeni2002-05-242-2/+2
| | | | Notes: svn path=/head/; revision=59926
* Update port to version 0.1.14 (gtk2 based).Jimmy Olgeni2002-05-244-16/+18
| | | | Notes: svn path=/head/; revision=59869
* Update port to version 0.1.13 (also add @s to the build targets).Jimmy Olgeni2002-01-303-11/+14
| | | | Notes: svn path=/head/; revision=54043
* Add rox-session, a simple session manager for the ROX desktop.Jimmy Olgeni2001-03-136-0/+68
WWW: http://rox.sourceforge.net/rox_session.php3 Notes: svn path=/head/; revision=39730