aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxbox-devel
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on FreeBSD 4.x.mezz2006-04-091-0/+11
| | | | | Reported by: krismail Obtained from: Fluxbox SVN
* Update to 0.9.15.1, remove the BROKEN for 4.x. The build for FreeBSD 4.xmezz2006-04-052-8/+4
| | | | should be fixed. If not, I will put BROKEN back in.
* Mark it as broke on FreeBSD 4.x; it doesn't build. I don't supportmezz2006-04-011-0/+4
| | | | | | | FreeBSD 4.x, but any patch is welcome as long it doesn't break FreeBSD 5.x and above. Reported by: krismail
* -Update to 0.9.15, see changelog for detail:mezz2006-03-205-46/+24
| | | | | | | http://fluxbox.sourceforge.net/version-0.9.php -Remove USE_REINPLACE. -Remove INSTALL from DOCS; it's not need. -Add CFLAGS+=-g and STRIP inside the WITH_DEBUG.
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* Update the documents (html/pdf), bump the PORTREVISION.mezz2006-01-312-6/+7
| | | | Reported by: Anthony M. Agelastos <iqgrande@gmail.com>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add SHA256.mezz2005-11-131-0/+3
|
* Trying to improvement on explain for what or where to rename, so point them tomezz2005-09-151-3/+3
| | | | | rename in the style for bsetroot -> fbsetroot. Contact me for any improve on the English grammar is welcome.
* - Update to 0.9.14, see ChangeLog for detail:mezz2005-09-157-79/+50
| | | | | | | | | | http://fluxbox.sourceforge.net/version-0.9.php - The bsetroot has finally been renamed to fbsetroot, so remove the boxtools dependency. Be expect for many unoffical themes' background will not working unless you rename bsetroot -> fbsetroot by yourself. Other way can be done is to install the x11-wm/boxtools that has bsetroot if you don't want to edit any theme.
* Update to 0.9.13.mezz2005-05-148-78/+98
| | | | | Release note: http://fluxbox.sourceforge.net/version-0.9.php ChangeLog: http://fluxbox.sourceforge.net/changelog.php
* Chase shared library version to 3 and bump PORTREVISION.mezz2005-03-081-1/+2
|
* Add two new defines, WITHOUT_REMEMBER and WITHOUT_XRENDER.mezz2005-01-281-0/+18
| | | | | | | | WITHOUT_REMEMBER: Disable remembering attributes support WITHOUT_XRENDER: Disable Xrender (transparent) support PR: ports/76753 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Fix the build on FreeBSD 4.x and DragonFly.mezz2005-01-251-0/+13
| | | | Reported by: about a dozen of FreeBSD 4.x users and a DragonFly user
* Update to 0.9.12, see more detail:mezz2005-01-204-124/+139
| | | | http://fluxbox.org/version-0.9.php
* -Update to 0.9.11.mezz2004-12-087-35/+36
| | | | | | | | | | | | | | | | | -Some clean up such as: o Teach about the target. o GNU_CONFIGURE -> USE_LIBTOOL_VER=15 o Remove the un-need -NLS patch; it works by default. o Teach about ${LOCALBASE}/include and ${LOCALBASE}/lib, now it will find pkg-config, libiconv and etc correct. o Use better WWW for fluxbox-devel: http://fluxbox.org/version-0.9.php As for -CURRENT and malloc.conf->AJ users should be happy with this release now, because it fixed the memory leaks and etc. Fluxbox should run without get any crash. See more details about this release: http://svn.berlios.de/viewcvs/fluxbox/trunk/NEWS?rev=3751&view=markup
* Update to 0.9.10, which contains gobs of really neatadamw2004-09-026-50/+38
| | | | | | | | new features. Also, old themes finally work again! PR: ports/71264 Submitted by: mezz, (maintainer), who fried his ssh key and can't commit
* -Add two new knobs, WITHOUT_SLIT and WITHOUT_TOOLBAR. [1]mezz2004-07-311-21/+39
| | | | | | | | | -Reorder the knobs to the ABC's order to make it easier for me to follow up. BTW: Request add more knobs are welcome. PR: ports/69794 [1] Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> [1]
* Remove the double post-install. (copy-n-paste error)mezz2004-07-041-1/+0
| | | | Pointy hat to: me
* -Add DOCS.mezz2004-07-012-5/+18
| | | | | | | | -Remove the build and run depend of XFree86-4-clients. -Bump PORTREVISION, because of depend and pkg-plist changes. PR: ports/68512 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* - Correct the message in WITHOUT_NLS, which it's really enable by default.mezz2004-06-023-6/+84
| | | | | | - Add two new WITH_DOCPDF and WITH_DOCHTML knobs to install documentation. Approved by: adamw (mentor)
* -Update to 0.9.9.mezz2004-05-016-95/+147
| | | | | | | | | | | | | | | | | | | -Change my email to mezz@FreeBSD.org. -Add two new define, WITH_DEBUG and WITHOUT_NLS. -Some clean up, just what I like that way. NOTE: Fluxbox might complain about init stuff like this: Failed to read: session.tabs Setting default value Failed to read: session.ignoreBorder Setting default value [...goes on...] I am not sure what it is, but I am going to check and work on it. Nevertheless, it runs fine. Approved by: adamw (mentor)
* Chase the new location of libXft.marcus2004-03-171-1/+1
|
* - Protect fluxbox-generate_menu from doing unsafe shell expansions.ru2004-03-153-4/+23
| | | | | | - Fixed startfluxbox to work with the standard Bourne shell. Approved by: Jeremy Messenger (MAINTAINER)
* - SIZEifykrion2004-01-311-0/+1
| | | | | PR: ports/62128 Submitted by: maintainer
* - Fix the pkg-plist to silence portlint(1)krion2004-01-231-7/+7
| | | | | PR: 61752 Submitted by: maintainer
* - Update to 0.9.8pav2004-01-236-220/+163
| | | | | | | | | | - Remove -devel suffix from binaries - Add CONFLICTS - Change maintainership to Mezz PR: ports/61714 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer
* - Update to 0.9.7pav2004-01-078-51/+111
| | | | | | PR: ports/60955 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer
* - Update to version 0.9.6krion2003-11-199-172/+172
| | | | | | PR: 59366 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer
* - Update of the fluxbox-devel port from 0.9.4 to 0.9.5krion2003-08-294-19/+152
| | | | | PR: 56133 Submitted by: maintainer
* Update to 0.9.4.adamw2003-07-114-2/+27
| | | | | | | Improve the "*-devel" separation. PR: ports/54342 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Update to 0.9.3.adamw2003-06-112-2/+2
| | | | | PR: ports/53191 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Add fluxbox-devel 0.9.2 after repo-copy from x11-wm/fluxbox.adamw2003-06-047-159/+122
| | | | | | | | | The fluxbox developers have told me that this version is highly unstable, but version 0.9.3 is due in -8 days (they expect it in 2-3 days). Runs fine for me right now. PR: ports/52542 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* o fix crash on sticky windows if compiled with Remember patchnork2003-04-123-3/+22
| | | | | | | | | | | (update patch to -7) o fix misbehaviour of tabber windows (patch approved by fluxgen) PR: ports/50204 Submitted by: Pav Lucistnik <pav@oook.cz> Tested by: Hendrik Scholz <hscholz@raisdorf.net> Approved by: maintainer no response (about 2 month) Patch approved by: fluxgen (fluxbox developer)
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-0/+1
| | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
* WITH_WINSNAP does not work on -current.obraun2003-01-211-8/+13
| | | | | Pointed out by: sheldonh Approved by: maintainer
* * Add WITH_WINSNAP knob for winsnap patch.obraun2003-01-202-2/+27
| | | | | | | * Bump PORTREVISION. PR: ports/47214 Submitted by: maintainer
* Use a newer version of the remember patch. (no PORTREVISION bump)obraun2003-01-042-2/+2
| | | | Submitted by: maintainer
* * Upgrade to 0.1.14.obraun2003-01-025-75/+29
| | | | | | | | * new patch URL. * fixes to support using boxtools port. PR: ports/46160 Submitted by: maintainer
* - Add patch that prevents OpenOffice from crashingpat2002-11-264-37/+12
| | | | | | | | | | - Move Xft patch out of files/ and relocate reminder patch - Add xterm as BUILD/RUN dependency to fix build [1] - bump PORTREVISION PR: ports/45706 Submitted by: maintainer Reivewed by: kris [1]
* - Add back knob for unofficial remember patchpat2002-11-254-0/+48
| | | | | | | | - Add Xft patch - bump PORTREVISION PR: ports/45685 Submitted by: maintainer
* Update to 0.1.13pat2002-11-236-31/+73
| | | | | PR: ports/45492 Submitted by: maintainer et al.
* Add unofficial remember patch and gnome/kde support knobs, bump PORTREVISIONpat2002-11-042-7/+39
| | | | | | | | as well. PR: ports/44833 Submitted by: maintainer Reviewed by: obraun
* Added WITH_XINERAMA knob to build with xinerama support.obraun2002-10-101-0/+9
| | | | Approved by: maintainer
* * Let fluxbox depend on new boxtools port.obraun2002-10-094-3/+28
| | | | | | | | | * Do not install bsetbg and bsetroot anymore, since this is part of boxtools now. * Bump PORTREVISION. PR: 43844 Submitted by: maintainer
* Upgrade to 0.1.12.obraun2002-09-132-8/+2
| | | | | PR: ports/42720 Submitted by: maintainer
* * Add fixed vendor patchobraun2002-09-114-10/+12
| | | | | | | | * bump PORTREVISION * delete trailing whitespaces in pkg-plist to make portlint happy PR: ports/42644 Submitted by: maintainer
* * Add vendor patch.obraun2002-09-102-0/+6
| | | | | | | * bump PORTREVISION PR: ports/42626 Submitted by: maintainer
* Upgrade to 0.1.11.obraun2002-09-043-3/+5
| | | | | PR: ports/42377 Submitted by: maintainer
* Update to 0.1.10pat2002-07-153-17/+2
| | | | | Reviewed by: maintainer Approved by: maintainer
* Update to 0.1.9 with bugfix 2 and give maintainership topat2002-06-084-7/+18
| | | | | | | | | Hendrik Scholz <hendrik@scholz.net> PR: 38885 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: maintainer timeout (2wks) and old maintainer cannot be contacted since update to 0.1.7
* Update to 0.1.8 and include bugpatch 1 and 2 from authorpat2002-05-183-16/+7
| | | | | | | PR: 37587, 37718 Submitted by: Hendrik Scholz <hendrik@scholz.net>, Henrikas <Henrikas.hemry@delfi.lt> Approved by: 2 week maintainer timeout
* Add patch released by author that fixes the withdrawn app bug and bumppat2002-03-132-0/+14
| | | | | | | PORTREVISION. PR: 35814 Submitted by: maintainer
* Update to 0.1.7pat2002-03-045-47/+7
| | | | | PR: 35518 Submitted by: maintainer
* Bump PORTREVISION for last patch and use a tabpat2002-01-311-1/+2
|
* Add 2 bugfix patches from author which fixes '~' in config filespat2002-01-312-0/+44
| | | | | | | and problems with some apps. PR: 34440 Submitted by: maintainer
* o update to 0.1.6.sf2002-01-174-17/+2
| | | | | PR: 33960 Submitted by: maintainer
* Initial import of x11-wm/fluxbox - A small and fast windowpat2001-12-136-0/+112
manager based on BlackBox. Most of the port came from spn and merged update to 0.1.5 and some parts of pkg-descr from Matthew Hawkins's submission. PR: 32390, 32655 Submitted by: spn <spn@g0v.ru>, Matthew Hawkins <matthew@topic.com.au>