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: net-p2p/teknap/Makefile

Number of commits found: 13

Thursday, 24 Jul 2014
15:57 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362812 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Saturday, 15 Mar 2014
16:39 miwi search for other commits by this committer
- Convert USE_GMAKE/BZIP2 to USES
Original commitRevision:348350 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Friday, 24 May 2013
14:26 bapt search for other commits by this committer
Fix build with clang removing the useless and deprecated -I-
Original commitRevision:318976 
Monday, 6 Feb 2012
08:03 culot search for other commits by this committer
- Update MASTER_SITES

PR:             ports/164801
Submitted by:   Sam Cassiba <sam@cassiba.com> (maintainer)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Monday, 22 Aug 2011
04:51 linimon search for other commits by this committer
Over to new volunteer.  Give this a reprieve from the axe.

PR:             ports/159984
Original commit
Monday, 1 Aug 2011
22:09 bapt search for other commits by this committer
Deprecate napster clients
Original commit
Friday, 17 Jun 2011
08:14 bapt search for other commits by this committer
remove broken master_site from the list
Original commit
Tuesday, 14 Apr 2009
13:37 garga search for other commits by this committer
- Install all docs under ${DOCSDIR}
- Use PORTDOCS
- Use %%DOCSDIR%% on pkg-message instead of %%PREFIX%%
- Remove 2 lines left pkg-plist in favor of PLIST_FILES
- Unbreak PLIST when NOPORTDOCS is set

Reported by:    QAT
Approved by:    portmgr (erwin)
Original commit
Wednesday, 9 Jan 2008
15:19 tabthorpe search for other commits by this committer
- Re-catagorize netknap to net-p2p

PR:             ports/119172
Submitted by:   Conrad J. Sabatier <conrads cox.net> (maintainer)
Original commit
15:13 tabthorpe search for other commits by this committer
- Force commit, repocopy audio/teknap to net-p2p/teknap

Repocopy by:    marcus
Original commit

Number of commits found: 13