summaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for GDM sessions (only when WITH_GDM_SUPPORT is defined)hq2004-11-243-20/+40
| | | | | | | | | | | - Use OPTIONS to configure the port - Calm portlint by tweaking a little Makefile and pkg-plist - Fix the NOPORTDOCS plist issue - Takeover maintainership PR: 74283 Submitted by: me Approved by: Björn Lindström <bkhl@elektrubadur.se> (former maintainer)
* Use new GCONF_SCHEMAS.mezz2004-11-232-3/+2
| | | | Approved by: pav
* Update to 1.24arved2004-11-192-3/+3
| | | | | PR: 74101 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* Update to version 0.2.1krion2004-11-183-47/+5
| | | | | PR: ports/74085 Submitted by: Ports Fury
* Add missing filekris2004-11-131-0/+1
|
* Update to version 1.2.17krion2004-11-092-3/+3
| | | | | PR: ports/73738 Submitted by: Ports Fury
* . This is sh, not C. Use '=', not '=='.glewis2004-11-091-0/+22
|
* . Don't use malloc.h for malloc(3) on FreeBSD, use stdlib.h. Thisglewis2004-11-091-0/+13
| | | | quietens the build considerably.
* Makefiles like tabs more than spaces.linimon2004-11-091-6/+6
|
* . I use afterstep, so take maintainership.glewis2004-11-091-1/+1
|
* Drop maintainership.demon2004-11-091-1/+1
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-0715-11/+15
| | | | big upgrade.
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-074-17/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
* - Put this small distfile on a reliable hostpav2004-11-021-1/+3
| | | | Inspired by: krismail
* Change email to new FreeBSD.org addressahze2004-10-291-1/+1
| | | | Approved by:adamw (mentor)
* Fix endless loop in icons.c.cy2004-10-282-0/+37
| | | | | PR: 72992 Submitted by: parv@pair.com
* Update to 0.91.0, the latest version from the window maker team.dougb2004-10-263-68/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It contains several bug fixes, especially for the new alt-tab code. 1. Adopt this port, at least for the time being. I use it every day, and follow the wm-user list so I'm probably qualified. 2. Update the descriptions of the OPTIONS. 3. Restore the knob for KDE, and add knobs for XINERAMA and the additional LINGUAS files. These, and the XKB_STATUS knobs are all off by default, but on for the PACKAGE_BUILDING case. I borrowed this concept from the fluxbox port. 4. Add a knob for the experimental virtual desktop code, off by default. The window maker folks warn that this is still experimental, so users shouldn't wander into it by mistake. 5. Instead of bumping the SHLIB version number to 5, set it back to 4. The window maker folks use N.N.N for their libwraster version string, and their version for the 0.80.2 version of window maker was 2.3.0. Thus, our previous version number of 4 was already bogus, so keep it bogus even though they've bumped their version to 3.N.N. The new lib is forward compatible for apps compiled with old library (I've tested many of them), and this "fixes" all the ports that depend on libwraster. 6. Make the locale files hidden under the LINGUAS knob conditional in the plist.
* This code is no longer in version 0.91.0dougb2004-10-261-12/+0
|
* - Fix build on 4-stablepav2004-10-257-42/+83
| | | | | | | | | | | - Fix libwraster shared library version - Remove a patch which is no longer needed - Remove options which are no longer supported - Fix pkg-plist - Revise pkg-descr PR: ports/73082 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Move x11-wm/fbdesk to x11 category, to improve consistency (idesk portpav2004-10-246-85/+0
| | | | | | | | | is already in x11). PR: ports/72860 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer) Repocopy by: marcus
* Update to 0.90.0, the latest release from the Window Maker team.dougb2004-10-243-34/+24
| | | | | | | | | This release adds many new features, including font anti-aliasing. 1. Update LIB_DEPENDS to include Xft 2. Modernize USE_LIBTOOL 3. Hermes is no longer relevant 4. Update man page list and pkg-plist for new version
* De-fuzz for 0.90.0dougb2004-10-241-24/+24
|
* Revised to include all the languages supported in 0.90.0.dougb2004-10-241-1/+1
|
* This patch does not seem to be necessary in 0.90.0.dougb2004-10-241-26/+0
|
* This adjustment for how libtool is used seems no longer necessarydougb2004-10-241-13/+0
| | | | in 0.90.0.
* Choosing a default font for the installation seems no longer to bedougb2004-10-241-11/+0
| | | | necessary in 0.90.0.
* Improvements in the 0.90.0 code make these patches irrelevant.dougb2004-10-242-30/+0
|
* In preparation for 0.90.0, delete all patches that involve charsetdougb2004-10-246-88/+0
| | | | | manipulation and zh_TW.Big5. The new charset is UTF-8 everywhere, and zh_TW is now built into the distribution.
* Update 2.5.10 --> 2.5.12cy2004-10-202-2/+4
|
* Udate 2.4.18 --> 2.4.19cy2004-10-204-6/+6
|
* Add fbcmd, an utility which provides some functions to the 'core' of fluxboxpav2004-10-204-0/+39
| | | | | | | from the commandline. PR: ports/72862 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* - Update to 1.2.1pav2004-10-185-19/+25
| | | | | | PR: ports/72685 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
* Update to release 10arved2004-10-132-3/+3
| | | | | PR: 72283 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* Update to version 2.00.00krion2004-10-136-531/+2866
| | | | | | PR: ports/72331 Submitted by: Ports Fury Approved by: maintainer
* Update to version 1.2.1krion2004-10-124-23/+9
| | | | | PR: ports/72332 Submitted by: Ports Fury
* - Update to 1.2.2pav2004-10-113-3/+6
| | | | | PR: ports/72158 Submitted by: Tommy Scheunemann <net@arrishq.net>
* Chase Web site to make fetchable.trevor2004-10-051-1/+1
| | | | Approved by: portmgr (5.3 freeze)
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* Add one more patch file to adjust an Alpha architecture specifickensmith2004-09-211-0/+14
| | | | | | | header file. This makes afterstep (a package included on release disc1) buildable on Alpha for 5.3. Approved by: portmgr (kris)
* BROKEN on 5.x: Does not compilekris2004-09-181-0/+4
| | | | Approved by: portmgr (self)
* Update to 0.9.10, which contains gobs of really neatadamw2004-09-016-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
* Heal alpha release build.clive2004-08-303-3/+3
| | | | | Approved by: vanilla Obtained from: lesi
* Use ${LOCALBASE} instead of hard-coding /usr/local in Makefile. Alsogj2004-08-281-2/+9
| | | | | | consider that there are two versions of freetype in the ports tree. Bad /me, no cookie.
* Take over maintainership from demon.gj2004-08-273-1/+40
| | | | | | | | | | | Work around an incompatibility between fltk (a dependency) and libXft version 2 which results in flwm getting a SIGSEGV at startup. This basically prevents the vertical labels from being drawn in the vertical title bar on the left of the window. Otherwise there is no change in functionality. I tried using newer versions of fltk but they either had the same problem or were so new that flwm could not be linked.
* Update my email address to `@FreeBSD.org'.danfe2004-08-273-3/+3
| | | | | | | Relinquish ports I happen to no longer use. They seem to be of the latest versions, and non-broken, so this is a "clean" dump. Approved by: fjoe (mentor)
* Upgrade to 0.16.7.1.vanilla2004-08-2518-8715/+1287
|
* Add enlightenment-docs, it's some data files of E doc viewer.vanilla2004-08-255-0/+92
|
* Fix build with gcc-3.4krion2004-08-231-0/+5
| | | | | PR: ports/70873 Submitted by: Ports Fury
* Fix build with gcc-3.4krion2004-08-221-6/+12
|
* This now compiles on amd64.arved2004-08-211-4/+0
|
OpenPOWER on IntegriCloud