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: sysutils/pcbsd-utils/Makefile

Number of commits found: 27

Saturday, 16 Nov 2019
06:16 tobik search for other commits by this committer
Deprecate some PC-BSD ports that have been abandoned upstream

PR:		241666
Approved by:	kmoore (maintainer timeout, 2 weeks)
Original commitRevision:517722 
Wednesday, 6 Nov 2019
16:26 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516897 
Wednesday, 2 Oct 2019
18:45 antoine search for other commits by this committer
Mark jobs unsafe

pc-nssconf.c:10:10: fatal error: 'nss-parser.tab.h' file not found

Reported by:	pkg-fallout
MFH:		2019Q4
Original commitRevision:513600 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Thursday, 1 Feb 2018
16:45 amdmi3 search for other commits by this committer
- Remove bogus (in presence of USE_GITHUB) USES=tar*

Approved by:	portmgr blanket
Original commitRevision:460617 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Thursday, 4 Aug 2016
04:36 marino search for other commits by this committer
multimedia ... sysutils: Remove redundant dependency on unzip

A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
Original commitRevision:419592 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Wednesday, 7 Oct 2015
17:11 kmoore search for other commits by this committer
- Update PC-BSD related ports to their respective 10.2 versions
- Includes fixes to install pcbsd-utils-qt4 from non-root and
  shebang corrections

PR: 203598
Original commitRevision:398773 
Friday, 31 Jul 2015
19:37 kmoore search for other commits by this committer
- Update the various PC-BSD ports to their respective 10.2-RC1 versions
- Switch to pulling distfiles from GH
Original commitRevision:393366 
Friday, 22 May 2015
19:03 kmoore search for other commits by this committer
- Update to 1432134849
- Fixes some minor issues backported to PC-BSD 10.1.2
Original commitRevision:387052 
Monday, 18 May 2015
14:20 kmoore search for other commits by this committer
- Update PC-BSD related ports to 1431700504 / 10.1.2 versions
- Pet portlint for many
- Remove obsolete pkg-install
Original commitRevision:386685 
Thursday, 2 Apr 2015
07:37 antoine search for other commits by this committer
Mark BROKEN: fails to stage, has both build dependencies and NO_BUILD=yes

Reported by:	pkg-fallout
Original commitRevision:382988 
Tuesday, 31 Mar 2015
15:31 bapt search for other commits by this committer
Remove useless execution of script
Simplify Makefile and make it respects the common framework variable
Original commitRevision:382834 
Tuesday, 3 Feb 2015
15:05 kmoore search for other commits by this committer
- Add PC-BSD ports from the 10.1.1 release
- Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5
Original commitRevision:378356 
Thursday, 4 Sep 2014
15:28 kmoore search for other commits by this committer
- Update to 1409841477 (PC-BSD 10.0.3)
Original commitRevision:367281 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Tuesday, 11 Mar 2014
23:39 kmoore search for other commits by this committer
- Update to 1394538598 (10.0.1)
Original commitRevision:347947 
Tuesday, 28 Jan 2014
15:25 kmoore search for other commits by this committer
- Update pcbsd-utils and pcbsd-utils-qt4 to 1390905942
Original commitRevision:341593 
Monday, 27 Jan 2014
12:14 koobs search for other commits by this committer
Sweep www/py-requests dependants to www/py-requests1

Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.

Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.

PR:		ports/185631
Original commitRevision:341385 
Friday, 6 Dec 2013
17:06 kmoore search for other commits by this committer
- Update to 1382605460 for 10.x and later
Original commitRevision:335779 
Thursday, 24 Oct 2013
12:39 kmoore search for other commits by this committer
- Update to 1382605460
- Fix build on 10
Original commitRevision:331481 
Monday, 21 Oct 2013
20:05 kmoore search for other commits by this committer
 - Update to 1382384181
Original commitRevision:331182 
Tuesday, 8 Oct 2013
15:03 kmoore search for other commits by this committer
 - Update to 1381240866
 - Fix building without GCC
Original commitRevision:329793 
Wednesday, 2 Oct 2013
10:16 kmoore search for other commits by this committer
- Update to 1380708079
- Mark for FreeBSD 9.0 or later
- Fix building with clang on HEAD
Original commitRevision:329032 
Friday, 27 Sep 2013
10:09 kmoore search for other commits by this committer
- Added sysutils/pcbsd-utils
- Added sysutils/pcbsd-utils-qt4

- Retired some old ports replaced by these

 * ports-mgmt/pbi-manager
 * sysutils/libpcbsd
 * sysutils/pbreg
 * sysutils/warden
Original commitRevision:328449 

Number of commits found: 27