summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm95 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty directory on deinstall.Steve Price1998-10-041-0/+1
| | | | Notes: svn path=/head/; revision=13623
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* As the last PLISTs with manpages, these were a window into the past.Tim Vanderhoek1998-08-201-1/+0
| | | | | | | Shut the window. Notes: svn path=/head/; revision=12672
* Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmSatoshi Asami1998-08-071-2/+2
| | | | | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. Notes: svn path=/head/; revision=12331
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9161
* I forgot add the '/' on the end of MASTER_SITE, now fix.Vanilla I. Shu1997-12-041-2/+2
| | | | Notes: svn path=/head/; revision=8994
* change MASTER_SITE, make it fetchable.Vanilla I. Shu1997-12-041-2/+2
| | | | Notes: svn path=/head/; revision=8976
* /usr/local -> LOCALBASE (portlint)Andreas Klemm1997-10-131-3/+3
| | | | Notes: svn path=/head/; revision=8248
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192
* The fvwm95-2.0.43a port in FreeBSD 2.2.2 needs the following modification toAndreas Klemm1997-08-171-0/+11
| | | | | | | | | modules/FvwmTaskBar/Goodies.h to work correctly.... /var/spool/mail -> /var/mail Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen) Notes: svn path=/head/; revision=7610
* Add missing \Andrey A. Chernov1997-06-151-2/+2
| | | | Notes: svn path=/head/; revision=6937
* - Modified port to use new fbsd-icons port, so the bsd-icons.tgz fileAndreas Klemm1997-06-142-15/+4
| | | | | | | | | | from the files-dir could be nuked, as requested by Satoshi and others. - Modified BUILD_DEPENDS to use ${LOCALBASE} variable instead of an absolute path. - packaging tested on both ports fbsd-icons and fvwm95 ;-) Notes: svn path=/head/; revision=6926
* Add missing -I to include dirAndrey A. Chernov1997-06-131-2/+2
| | | | Notes: svn path=/head/; revision=6911
* Since this port depends on rplay library, enable builtin rplay supportAndrey A. Chernov1997-06-132-245/+384
| | | | Notes: svn path=/head/; revision=6910
* Jochim Jäckel <JJaeckel@compuserve.com> brought us someAndreas Klemm1997-06-093-27/+48
| | | | | | | | | | | | | | | fine xpm files, that show a "FreeBSD 95" logo with devel. Made this ,,devel logo'' the default logo for the fvwm port (instead of the Linux Logo ;-). It now looks really beautiful. Port packages still fine Satoshi ;-)) PR: closes definitively PR 3607 (closed!) Submitted by: Jochim Jäckel <JJaeckel@compuserve.com> Notes: svn path=/head/; revision=6822
* - Install fvwm95 manpageAndreas Klemm1997-06-092-3/+7
| | | | | | | | | | | | - Updated Plist - Removed unnecessary post-configure, since example rc file isn't in the files-dir anymore - Port Packages still fine ;-) (tested, tested !!! ;-) PR: closes PR 2986 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> Notes: svn path=/head/; revision=6821
* - remove unnecessary files/sample.fvwm95 rc fileAndreas Klemm1997-06-091-0/+211
| | | | | | | | | | | | | - changed icon paths in the real rc file in the sources - tabified the file a bit - removed occurrences of xterm_color and substituted them by xterm +cm -tn xterm-color - Wrong icon paths in the system.fvwm95rc file were causing fvwm95 to function improperly. PR: closes 3511 (closed!) Notes: svn path=/head/; revision=6820
* Add PKGNAME (= DISTNAME minus "-Autoconf").Satoshi Asami1997-02-061-1/+2
| | | | Notes: svn path=/head/; revision=5548
* Removed unneeded @cwd in PLIST after using USE_X11.Andreas Klemm1997-02-012-8/+6
| | | | | | | | | | | | | But this change made it necessary to choose absolute path names, since a /usr/X11R6/lib/librplay.a doesn't exists. Even CONFIGURE_ARGS need absolute path names now, otherwise modules/FvwmAudio doesn't compile. But now packaging works, thanks Andrey. Notes: svn path=/head/; revision=5484
* Upgraded fvwm95 port to version 2.0.43a.Andreas Klemm1997-02-019-285/+321
| | | | | | | | | | | | | | | | The fvwm95 developement team makes good progress ;-)) One thing I doesn't understand when making the port: When doing make package, then the first @cwd in PLIST isn't used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead of /usr/X11R6/bin/fvwm95. Would someone please be so kind to look at this. Is it me or is pkg_add misbehaving ?! Notes: svn path=/head/; revision=5480
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* updated my ports with my new e-mail address.Andreas Klemm1996-09-191-3/+3
| | | | Notes: svn path=/head/; revision=3811
* There is no FvwmConfig man page in distribution,Steven Wallace1996-09-051-1/+0
| | | | | | | so remove it from package list. Notes: svn path=/head/; revision=3743
* Remove non-existent and not-necessarily-existent files.Satoshi Asami1996-06-141-2/+0
| | | | Notes: svn path=/head/; revision=3217
* Don't die if system.fvwmrc can't be moved out of the way (i.e., ifSatoshi Asami1996-06-141-2/+2
| | | | | | | this is a fresh installation). Notes: svn path=/head/; revision=3216
* Upgrade, 2.0.41c -> 2.0.41f.Satoshi Asami1996-05-274-29/+27
| | | | | | | Submitted by: Andreas Klemm <andreas@knobel.gun.de> Notes: svn path=/head/; revision=3132
* Add a couple of icons.Satoshi Asami1996-04-261-0/+1
| | | | Notes: svn path=/head/; revision=3031
* A Win95-lookalike fvwm. (hey, don't kill the messenger)Satoshi Asami1996-04-127-0/+311
Submitted by: Andreas Klemm <andreas@knobel.gun.de> Notes: svn path=/head/; revision=2973