notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-wm/pawm/Makefile

Number of commits found: 35

Sunday, 4 Aug 2019
09:07 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:508082 
Saturday, 23 Feb 2019
16:44 bapt search for other commits by this committer
pawm: mark as broken

does not start: BUG [35339] [pawindow_init]
It looks for files that are in the path it expects them to be
ending up in a failure at start
Original commitRevision:493707 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

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
Original commitRevision:444324 
Tuesday, 17 Nov 2015
01:00 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Original commitRevision:401798 
Monday, 2 Jun 2014
07:16 miwi search for other commits by this committer
- Convert USE_BZIP2/XZ to USES

Approved by:	portmgr
Original commitRevision:356196 
Tuesday, 7 Jan 2014
08:27 bapt search for other commits by this committer
Use ninja instead of make
Original commitRevision:338984 
Tuesday, 24 Dec 2013
21:06 rakuco search for other commits by this committer
- Properly look for X11 using CMake and include the appropriate directories
  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).
Original commitRevision:337384 
Tuesday, 8 Oct 2013
00:15 marino search for other commits by this committer
Explicitly link libraries on 10 unmaintained ports

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
Original commitRevision:329750 
Saturday, 21 Sep 2013
00:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
Original commitRevision:327786 
Wednesday, 11 Sep 2013
09:36 marino search for other commits by this committer
Add explicit dependency on pkgconf (6 ports)
Original commitRevision:326957 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 20 Sep 2012
17:51 bapt search for other commits by this committer
- update WWW
- while here clean up Makefile header
Original commitRevision:304587 
Tuesday, 30 Nov 2010
00:53 araujo search for other commits by this committer
- Update to 2.3.0.

PR:             ports/151560
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 29 Apr 2007
16:21 gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter t-w
Original commit
Friday, 2 Feb 2007
17:06 pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
Original commit
Monday, 11 Sep 2006
21:52 miwi search for other commits by this committer
- Update to 2.2.9

PR:             ports/103150
Submitted by:   KATO Tsuguru <tkato432(at)yahoo.com>
Original commit
07:21 miwi search for other commits by this committer
- Fix Master_SITES

Submitted by:   pointyhat via kris
Original commit
Monday, 28 Aug 2006
11:56 miwi search for other commits by this committer
- Update to version 2.2.8

PR:             ports/102568
Submitted by:   KATO Tsuguru <tkato432(at)yahoo.com>
Original commit
Sunday, 6 Aug 2006
08:33 miwi search for other commits by this committer
- Update to 2.2.7

PR:             ports/101197
Submitted by:   KATO Tsuguru <tkato432(at)yahoo.com>
Approved by:    markus (co mentor)
Original commit
Wednesday, 19 Jul 2006
19:42 erwin search for other commits by this committer
Update to 2.2.6

PR:             100567
Submitted by:   Ports fury
Original commit
Monday, 10 Jul 2006
17:56 erwin search for other commits by this committer
Update to 2.2.5

PR:             100036
Submitted by:   Ports fury
Original commit
Friday, 23 Jun 2006
18:19 erwin search for other commits by this committer
Update to 2.2.4

PR:             99383
Submitted by:   Ports fury
Original commit
Friday, 19 May 2006
10:07 erwin search for other commits by this committer
Update to 2.2.3

PR:             97482
Submitted by:   Martin Wilke <freebsd@unixfreunde.de> (maintainer)
Original commit
Friday, 31 Mar 2006
03:29 ijliao search for other commits by this committer
upgrade to 2.2.2

PR:             95117
Submitted by:   Ports Fury
Original commit
Thursday, 16 Mar 2006
10:32 pav search for other commits by this committer
- Update to 2.2.0

PR:             ports/94507
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 11 Feb 2006
21:03 netchild search for other commits by this committer
Reset maintainership to ports@ after ~4 months without any response to any
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]
Original commit
Wednesday, 14 Apr 2004
16:06 trevor search for other commits by this committer
fix for 4-STABLE

Submitted by:  vs
Original commit
Wednesday, 7 Apr 2004
18:35 trevor search for other commits by this committer
Update to 1.9.7.
Original commit
Thursday, 18 Mar 2004
23:24 kris search for other commits by this committer
BROKEN on 4.x: Does not compile
Original commit
Thursday, 11 Mar 2004
19:07 trevor search for other commits by this committer
Update to 1.9.6.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 18 Oct 2003
23:48 trevor search for other commits by this committer
Add support for FreeBSD 4.X (requested by kris).  Update to 1.9.4.
Fix ordering of packing list.
Original commit
Friday, 22 Aug 2003
10:47 trevor search for other commits by this committer
new port of pawm, the Puto Amo Window Manager
(leopard hat, platform shoes and gold Cadillac not included)
Original commit

Number of commits found: 35