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: devel/pkgconf/files/patch-pkg.c

Number of commits found: 3

Monday, 4 Aug 2014
10:00 dumbbell search for other commits by this committer
devel/pkgconf: Import patch to support non-newline-terminated .pc files

It fixes a bug in pkgconf(1) where the last line, if not terminated by a
newline character, would be chopped by one byte. This could lead to
incorrect flags returned by pkgconf(1).

An example is cppunit.pc from devel/cppunit: the cppunit.pc.in, used to
generate cppunit.pc, isn't newline-terminated. Our sed(1) currently adds
a newline to the last line, no matter what the input stream has. But
that's not the case with GNU sed and our sed should be soon fixed too. In
this case, "pkgconf --cflags cppunit" returned "-I" before this fix,
instead of "-I/usr/local/include" now.

This patch is already committed upstream.

Reviewed by:	bapt@
Approved by:	bapt@
Phabric:	https://phabric.freebsd.org/D532
Original commitRevision:363986 
Sunday, 17 Mar 2013
23:10 bapt search for other commits by this committer
- Fix a regression that prevent graphics/dri to correctly build

Reported by:	gpalmer, swills
Tested by:	zi
Original commitRevision:314501 
Sunday, 29 Jul 2012
09:56 bapt search for other commits by this committer
- import patches from upstream
- changes:
  * add support for --list-all
  * --version now shows pkg-config compatibility version (no need to modify
    anymore buggy configures that do check for --version instead of
    --modversion pkg-conf)
  * new --about to show the version of pkgconf

Obtained from:  pkgconf git repository
Original commit

Number of commits found: 3