aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pawm
Commit message (Collapse)AuthorAgeFilesLines
* Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* - Clarify LICENSEamdmi32015-11-174-14/+15
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-281-3/+0
| | | | Approved by: portmgr blanket, kwm (for gnome@ ports)
* - Convert USE_BZIP2/XZ to USESmiwi2014-06-021-2/+1
| | | | Approved by: portmgr
* Use ninja instead of makebapt2014-01-071-1/+1
|
* - Properly look for X11 using CMake and include the appropriate directoriesrakuco2013-12-253-13/+27
| | | | | | | | | | | | instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the compiler. - Support staging. - Set LICENSE (therefore stop installing the license file into DOCSDIR and bump PORTREVISION). - Remove the mysterious WITH_SN check, which was never a proper option and relied on some apparently unstable API (at least it was unstable at the time, almost 8 years ago).
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-0/+1
| | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-wm)
* Add explicit dependency on pkgconf (6 ports)marino2013-09-111-1/+1
|
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - update WWWbapt2012-09-212-6/+2
| | | | - while here clean up Makefile header
* - Update to 2.3.0.araujo2010-11-309-155/+30
| | | | | PR: ports/151560 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-301-12/+0
| | | | with letter t-w
* - Remove support for xfree86-3pav2007-02-031-4/+0
| | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr
* - Update to 2.2.9miwi2006-09-122-7/+5
| | | | | PR: ports/103150 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* - Fix Master_SITESmiwi2006-09-111-1/+3
| | | | Submitted by: pointyhat via kris
* - Update to version 2.2.8miwi2006-08-283-13/+4
| | | | | PR: ports/102568 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* - Update to 2.2.7miwi2006-08-063-6/+24
| | | | | | PR: ports/101197 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> Approved by: markus (co mentor)
* Update to 2.2.6erwin2006-07-204-4/+48
| | | | | PR: 100567 Submitted by: Ports fury
* Update to 2.2.5erwin2006-07-113-4/+15
| | | | | PR: 100036 Submitted by: Ports fury
* Update to 2.2.4erwin2006-06-242-6/+11
| | | | | PR: 99383 Submitted by: Ports fury
* Update to 2.2.3erwin2006-05-192-4/+4
| | | | | PR: 97482 Submitted by: Martin Wilke <freebsd@unixfreunde.de> (maintainer)
* upgrade to 2.2.2ijliao2006-03-312-4/+4
| | | | | PR: 95117 Submitted by: Ports Fury
* - Update to 2.2.0pav2006-03-1614-223/+152
| | | | | PR: ports/94507 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1]
* Hash with SHA-256.trevor2006-01-081-0/+1
|
* fix for 4-STABLEtrevor2004-04-152-7/+18
| | | | Submitted by: vs
* Update to 1.9.7.trevor2004-04-082-3/+3
|
* BROKEN on 4.x: Does not compilekris2004-03-191-1/+7
|
* Update to 1.9.6.trevor2004-03-125-19/+27
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Add size data.trevor2004-01-281-0/+1
|
* Add support for FreeBSD 4.X (requested by kris). Update to 1.9.4.trevor2003-10-199-20/+154
| | | | Fix ordering of packing list.
* new port of pawm, the Puto Amo Window Managertrevor2003-08-225-0/+94
(leopard hat, platform shoes and gold Cadillac not included)