aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/opebox: include some third party patchesRoman Bogorodskiy2018-01-217-2/+236
| | | | | | | | | | | | - Include 3rd party patches from https://github.com/dylanaraps/openbox-patched. These include support for rounded corners and some bugfixes. They could be enabled using the new PATCHES option, which is off by default; - Use INSTALL_TARGET=install-strip to strip binaries as detected by stage-qa. Notes: svn path=/head/; revision=459581
* - Fix shebangsMartin Wilke2017-04-221-4/+9
| | | | | | | | | - Add missing dependency Approved by: maintainer via irc Notes: svn path=/head/; revision=439138
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* x11-wm/openbox: fix dependencies and default packageRoman Bogorodskiy2015-11-241-1/+2
| | | | | | | | | | | | | | | | | | | At build time openbox tries to detect presence of some X11 extentions libs and headers and silently disables support for them if they cannot be found. When building from port, these extensions are usually available already, so user gets a fully functional package, however, when installing from package user gets a package with a limited functionality. Fix this by adding all the required dependencies to USE_XORG. PR: 204706 MFH: 2015Q4 Notes: svn path=/head/; revision=402380
* Update to 3.6.Roman Bogorodskiy2015-06-013-9/+9
| | | | Notes: svn path=/head/; revision=388237
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-39/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-2/+2
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-292-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366483
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | | | | Reviewed by: bdrewery Approved by: bdrewery Notes: svn path=/head/; revision=365430
* Add SVG option for svg icons support using librsvg2. Currently,Roman Bogorodskiy2014-08-151-3/+6
| | | | | | | | | | | that support is automatically enabled if the configure script finds librsvg2 installed, so having an option gives a predictable result. This option is enabled by default. Suggested by: Kamil Szczesny Notes: svn path=/head/; revision=364966
* Unbreak build by requiring and linking xext (see also r353170).Jimmy Olgeni2014-06-142-3/+2
| | | | | | | | | | Also, remove "@dirrmtry etc/xdg" due to the following error in staging checks: Owned by MTREE: @dirrmtry etc/xdg Notes: svn path=/head/; revision=357799
* - Don't remove mtree directoriesDmitry Marakasov2014-05-091-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=353520
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix package with WITHOUT_NLS enabled.Roman Bogorodskiy2014-03-061-2/+2
| | | | Notes: svn path=/head/; revision=347161
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-11/+9
| | | | | | | | Use more options helpers dirrmtry directory not in the default mtree Notes: svn path=/head/; revision=346835
* Stagify, convert to OptionsNG, sort pkg-plist.Alexey Dokuchaev2014-01-272-88/+83
| | | | Notes: svn path=/head/; revision=341361
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Fix openbox-gnome-session script which wasn't functional becauseRoman Bogorodskiy2013-09-082-0/+12
| | | | | | | | | | of improper sed usage - Bump PORTREVISION Debugged and tested by: olgeni Notes: svn path=/head/; revision=326713
* - update to 3.5.2Roman Bogorodskiy2013-09-053-11/+21
| | | | | | | - pet portlint Notes: svn path=/head/; revision=326416
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-311-1/+1
| | | | | | | While here convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325758
* Fix typoBaptiste Daroussin2013-05-061-1/+1
| | | | Notes: svn path=/head/; revision=317471
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-1/+3
| | | | Notes: svn path=/head/; revision=317470
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* share/gnome/wm-properties is owned by gnomehier, don't try to remove it.Koop Mast2013-03-271-2/+0
| | | | | | | Submitted by: miwimail Notes: svn path=/head/; revision=315387
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* Remove my personal web site from MASTER_SITESDoug Barton2012-07-291-2/+1
| | | | Notes: svn path=/head/; revision=301678
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add missing dependency on startup-notification and add a knob toRoman Bogorodskiy2012-03-251-1/+7
| | | | | | | | | | | | disable it - Bump PORTREVISION PR: ports/166217 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes Notes: svn path=/head/; revision=293801
* - Add missing imlib2 dependency and add a knob WITHOUT_IMLIB toRoman Bogorodskiy2012-02-161-0/+7
| | | | | | | | | | disable imlib2 support - Bump PORTREVISION Reported by: Yuri <yuri@rawbw.com> Notes: svn path=/head/; revision=291541
* Update to 3.5.0.Roman Bogorodskiy2011-08-203-28/+41
| | | | Notes: svn path=/head/; revision=280095
* Augment port description.Alexey Dokuchaev2011-03-311-9/+20
| | | | | | | Approved by: maintainer (novel) Notes: svn path=/head/; revision=272061
* - Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG oneAlexey Dokuchaev2011-03-311-10/+6
| | | | | | | | | | | - Shorten COMMENT for better readability - Ensure that lines fit in 80-char terminal window, reformat header - Add LICENSE (GPLv2) Reviewed by: maintainer (novel) Notes: svn path=/head/; revision=272060
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Upgrade to version 3.4.11.2:Doug Barton2010-05-242-4/+4
| | | | | | | | | | | * Updated Estonian and Portuguese translations. * Fix a rare crash involving moving fullscreen windows to different monitors * Fix a more common crash involving pressing right in a menu Approved by: novel (maintainer) Notes: svn path=/head/; revision=254989
* - Update to 3.4.11.1 [1]Roman Bogorodskiy2010-04-233-18/+19
| | | | | | | | | | - Use PLIST_SUB for version substitution PR: 145734 [1] Submitted by: dougb [1] Notes: svn path=/head/; revision=253069
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Upgrade x11-wm/openbox to version 3.4.11Doug Barton2010-02-223-22/+19
| | | | | | | | | | | | | | | | | | Update the master site to the new openbox.org domain From the release announcement: There are a number of bug fixes in this release, and continued improvements to menu behaviour. The coolest thing however, is changes to the the focus cycling (Alt-Tab) dialog. It is now dynamic as windows appear/disappear while focus cycling. PR: ports/143688 Submitted by: dougb Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=250178
* - Update to 3.4.10Roman Bogorodskiy2010-01-123-9/+10
| | | | | | | | | | | - Update mirrors - Per portlint, don't clobber CFLAGS in CONFIGURE_ENV PR: 142442 Submitted by: dougb Notes: svn path=/head/; revision=247727
* Update to 3.4.9.Roman Bogorodskiy2009-12-303-6/+7
| | | | | | | | PR: 141792 Submitted by: dougb Notes: svn path=/head/; revision=246897
* I checked for plist problems without enabling gettextDoug Barton2009-12-161-0/+8
| | | | | | | Pointy hat collection: ++ Notes: svn path=/head/; revision=245962
* Update to version 3.4.8 which fixes numerous bugs. Full details on whatDoug Barton2009-12-163-7/+10
| | | | | | | | | | | | | | | | | | is fixed are at http://icculus.org/openbox/index.php/Openbox:Changelog#3.4.8 Fix the plist for users who have x11-themes/clearlooks-themes installed Fix a bug in xdg-autostart that was reported on the openbox list Add my personal web site to the mirror list since some of the existing mirrors have "issues." PR: ports/141352 Submitted by: me Approved by: novel (maintainer) Notes: svn path=/head/; revision=245951
* Add mirrors to MASTER_SITES.Roman Bogorodskiy2009-11-211-1/+3
| | | | | | | | PR: 140554 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Notes: svn path=/head/; revision=244610
* -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
* Update to 3.4.7.2.Roman Bogorodskiy2008-06-183-7/+9
| | | | | | | | PR: 124696 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=215050
* 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735