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/afterstep-stable/files/patch-libAfterStep-mylook.c

Number of commits found: 3

Wednesday, 1 Feb 2017
20:20 jbeich search for other commits by this committer
x11-wm/afterstep-stable: unbreak with clang 4.0

../../libAfterStep/libAfterStep.a(colorscheme.o): In function
`make_ascolor_scheme':
colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb'
../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1):
more undefined references to `make_grad_argb' follow

Reported by:	antoine (via exp-run)
Original commitRevision:433089 
Friday, 22 May 2015
20:34 mat search for other commits by this committer
Remove $FreeBSD$ from patches files everywhere.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387082 
Sunday, 13 Apr 2014
17:46 glewis search for other commits by this committer
. Don't use inline on functions that are intended to be used in multiple
  files.  This fixes compilation with clang.

  My understanding is that the C99 standard treats inline methods as having
  static linkage by default.  This is different from the GNU C definition
  of inline, which is why this compiled with gcc.
Original commitRevision:351234 

Number of commits found: 3