aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm
Commit message (Collapse)AuthorAgeFilesLines
* - MAKE_JOBS_UNSAFEDirk Meyer2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231134
* - make fvwm compile w/o Warnings apart from one usage of mkstempDirk Meyer2009-03-1439-1/+581
| | | | | | | | | | | | | | by adding needed #includes, adding return statements to non-void functions and declaring functions returning a int instead of void if they do return an return code. - start using one central safemalloc. - do not mangle pointers which makes FvwmWinList work on amd64/7-STABLE again. PR: 132571 Submitted by: Bjoern A. Zeeb Notes: svn path=/head/; revision=230087
* - add Xmu in USE_XORGDirk Meyer2008-03-181-1/+1
| | | | Notes: svn path=/head/; revision=209291
* - set USE_XORGDirk Meyer2008-03-171-3/+2
| | | | Notes: svn path=/head/; revision=209242
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - update MASSTER_SITESDirk Meyer2006-04-201-2/+1
| | | | Notes: svn path=/head/; revision=160009
* 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
* Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.Dejan Lesjak2006-01-212-10/+2
| | | | Notes: svn path=/head/; revision=154074
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - make portlint happierDirk Meyer2005-10-243-9/+16
| | | | | | | - honor PREFIX in defaults and sample.fvwmrc Notes: svn path=/head/; revision=146255
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).Dejan Lesjak2005-06-152-1/+10
| | | | Notes: svn path=/head/; revision=137467
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - take maintainershipDirk Meyer2004-01-131-1/+2
| | | | Notes: svn path=/head/; revision=98041
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. ApparentlyMark Linimon2004-01-121-1/+1
| | | | | | | | | me@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago) Notes: svn path=/head/; revision=97961
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Layout fixes in x11-wm.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38012
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Added bunch of missed WWW's.Maxim Sobolev2000-05-181-0/+2
| | | | Notes: svn path=/head/; revision=28553
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27443
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Fix build on FreeBSD/Alpha.Steve Price1999-07-041-2/+19
| | | | Notes: svn path=/head/; revision=20017
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Fixup build for FreeBSD/Alpha.Steve Price1999-05-311-0/+176
| | | | Notes: svn path=/head/; revision=19145
* Move manpages to the Makefile and use MAN* macros.Steve Price1998-10-042-17/+6
| | | | Notes: svn path=/head/; revision=13622
* 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
* 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
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* Submitted by: Maintainer (me@freebsd.org)Gary Jennejohn1997-10-281-4/+4
| | | | | | | update MASTER_SITES to match reality Notes: svn path=/head/; revision=8380
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+4
| | | | Notes: svn path=/head/; revision=4572
* Use ${INSTALL} to install the xpm files rather than cp, otherwise you getPeter Wemm1996-05-271-2/+3
| | | | | | | the wrong uid/gid Notes: svn path=/head/; revision=3144
* Take out version number.Satoshi Asami1996-02-011-1/+1
| | | | Notes: svn path=/head/; revision=2668
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-4/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* fvwm couldn't compile because "make Makefiles" was removed fromSatoshi Asami1995-08-081-1/+2
| | | | | | | | | bsd.port.mk. This patch fixes it by adding "ALL_TARGETS=Makefile all". Submitted by: torstenb@ramsey.saar.de (Torsten Blum) Notes: svn path=/head/; revision=2038
* Fix some pathnames in system.fvwmrc.Satoshi Asami1995-06-071-49/+44
| | | | | | | Submitted by: Frank Bartels Notes: svn path=/head/; revision=1827
* Add missing LIB_DEPENDS for Xpm.Satoshi Asami1995-05-301-1/+3
| | | | | | | Submitted by: Michael Paepcke <paepcke@arcway.snafu.de> Notes: svn path=/head/; revision=1808
* Total rewrite, upgrade (1.23b -> 1.24r) along the way. Thanks,Satoshi Asami1995-05-135-15/+213
| | | | | | | | Michael! Submitted by: me@tartufo.pcs.dec.com (Michael Elbel) Notes: svn path=/head/; revision=1700
* Total rewrite, upgrade (1.23b -> 1.24r) along the way. Thanks,Satoshi Asami1995-05-131-14/+10
| | | | | | | | Michael! Submitted by: me@tartufo.pcs.dec.com (Michael Elbel) Notes: svn path=/head/; revision=1699
* Eliminate the second "lib/X11/fvwm/system.fvwmrc" line, which wasSatoshi Asami1995-04-181-1/+0
| | | | | | | causing strange messages on package builds. Notes: svn path=/head/; revision=1462
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-7/+8
| | | | Notes: svn path=/head/; revision=1352
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-311-0/+3
| | | | Notes: svn path=/head/; revision=1262
* Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andSatoshi Asami1995-03-271-3/+1
| | | | | | | | pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile. Notes: svn path=/head/; revision=1208
* fvwm doesn't like a "make depend". So set the XMKMF variable to anAndreas Schulz1995-03-111-1/+2
| | | | | | | explizit xmkmf. Notes: svn path=/head/; revision=1123
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Update to deal with current fvwm port.Jordan K. Hubbard1995-02-091-41/+11
| | | | Notes: svn path=/head/; revision=912
* Update DEPENDS lines to point to the new relocated ports.Jordan K. Hubbard1995-01-131-2/+2
| | | | Notes: svn path=/head/; revision=762
* Make this package require xpm.Jordan K. Hubbard1994-11-181-1/+5
| | | | Notes: svn path=/head/; revision=412
* Update the Makefile to sync with the new archive information.Jordan K. Hubbard1994-11-171-4/+4
| | | | Notes: svn path=/head/; revision=388