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/pesign/Makefile

Number of commits found: 28

Friday, 1 Jul 2022
10:02 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-07-01 sysutils/pesign: Unmaintaned since 2016, very much out of date, does
not build with GCC 11 (PR #263544)
commit hash: 4d75bb040d3cc1398fb3163bd45b7c3babc10083 commit hash: 4d75bb040d3cc1398fb3163bd45b7c3babc10083 commit hash: 4d75bb040d3cc1398fb3163bd45b7c3babc10083 commit hash: 4d75bb040d3cc1398fb3163bd45b7c3babc10083 4d75bb0
Tuesday, 10 May 2022
14:54 Bernhard Froehlich (decke) search for other commits by this committer
sysutils/pesign: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 25a8cc6aab6c7e7f7e579dc16b58410195d732e8 commit hash: 25a8cc6aab6c7e7f7e579dc16b58410195d732e8 commit hash: 25a8cc6aab6c7e7f7e579dc16b58410195d732e8 commit hash: 25a8cc6aab6c7e7f7e579dc16b58410195d732e8 25a8cc6
Wednesday, 27 Apr 2022
20:40 Lorenzo Salvadore (salvadore) search for other commits by this committer
sysutils/pesign: Deprecate and use GCC 10

- Unmaintaned since 2016.
- Very much out of date.
- Does not build with GCC 11 [1]: set USE_GCC=10 so that the port does
  not block GCC default version update to GCC 11 while waiting for
  expiration.

PR:		263544 [1]
Reported by:	exp-run (antoine@) [1]
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D35086
commit hash: 9525143f76e4aea344be0e64e39a67d6130c9365 commit hash: 9525143f76e4aea344be0e64e39a67d6130c9365 commit hash: 9525143f76e4aea344be0e64e39a67d6130c9365 commit hash: 9525143f76e4aea344be0e64e39a67d6130c9365 9525143
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 21 May 2019
00:43 jbeich search for other commits by this committer
sysutils/pesign: unbreak

Obtained from:	upstream
Original commitRevision:502180 
Sunday, 12 May 2019
11:29 jbeich search for other commits by this committer
sysutils/pesign: mark BROKEN after r501212

In file included from /usr/local/include/nss/nss/cert.h:22,
                 from efikeygen.c:39:
efikeygen.c: In function 'add_cert_type':
/usr/local/include/nss/nss/certt.h:445:5: error: unsigned conversion from 'int'
to 'unsigned char' changes value from '496' to '240' [-Werror=overflow]
     (NS_CERT_TYPE_SSL_CLIENT | NS_CERT_TYPE_SSL_SERVER | NS_CERT_TYPE_EMAIL | \
     ^
efikeygen.c:208:23: note: in expansion of macro 'NS_CERT_TYPE_APP'
  unsigned char type = NS_CERT_TYPE_APP;
                       ^~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Original commitRevision:501375 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Friday, 8 Dec 2017
01:46 linimon search for other commits by this committer
Mark these ports as buildable on armv6 after a trybroken run.  (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455765 
Thursday, 30 Nov 2017
05:55 linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455165 
Sunday, 24 Sep 2017
16:16 jbeich search for other commits by this committer
sysutils/pesign: unbreak on 11.1+

In file included from pesign.h:30:0,
                 from pesign.c:35:
efitypes.h:50:0: error: "EFI_VARIABLE_NON_VOLATILE" redefined [-Werror]
 #define EFI_VARIABLE_NON_VOLATILE 0x0000000000000001
 ^
In file included from efitypes.h:22:0,
                 from pesign.h:30,
                 from pesign.c:35:
/usr/include/efivar.h:38:0: note: this is the location of the previous
definition
 #define EFI_VARIABLE_NON_VOLATILE  0x00000001
 ^

Reported by:	pkg-fallout
Original commitRevision:450495 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 17 Feb 2017
16:54 mat search for other commits by this committer
There were a few others _FreeBSD_9 things around.

Sponsored by:	Absolight
Original commitRevision:434304 
Thursday, 1 Dec 2016
00:50 linimon search for other commits by this committer
Restrict to archs that FreeBSD supports in little-endian mode.  Those are
all the UEFI spec supports.

While here, mark broken on armv6.
Original commitRevision:427466 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
Wednesday, 22 Jun 2016
10:12 trasz search for other commits by this committer
Drop maintainership for some of my ports.
Original commitRevision:417298 
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, 16 Dec 2015
09:40 jbeich search for other commits by this committer
sysutils/pesign: unbreak build on DragonFly (like r403070)

Don't rely on USE_GCC using implicit -isystem/usr/local/include to fix

In file included from pesign.h:30:0,
                 from actions.c:28:
efitypes.h:22:20: fatal error: efivar.h: No such file or directory
compilation terminated.

Reported by:	http://muscles.dragonflybsd.org/bulk/latest-per-pkg/pesign/
Approved by:	portmgr blanket
Original commitRevision:403856 
Sunday, 6 Dec 2015
12:40 jbeich search for other commits by this committer
sysutils/pesign: unbreak on pre-10.2 systems

- No reason to use ppoll(2), so switch to poll(2)
- Include missing strchrnul(3) for 9.x

No PORTREVISION bump because 10.2+ behavior doesn't change.

PR:		205039
Approved by:	trasz (maintainer)
MFH:		2015Q4
Original commitRevision:403110 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Saturday, 21 Mar 2015
12:12 marino search for other commits by this committer
For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yes

Approved by:	just fix it
Original commitRevision:381793 
Wednesday, 11 Feb 2015
19:37 trasz search for other commits by this committer
Fix fetch and unbreak.  Distfile was rerolled, but there were no actual
source changes.

Sponsored by:	The FreeBSD Foundation
Original commitRevision:378850 
Saturday, 31 Jan 2015
10:02 antoine search for other commits by this committer
Mark BROKEN: Checksum and size mismatch

Reported by:	pkg-fallout
Original commitRevision:378198 
Wednesday, 21 Jan 2015
13:40 trasz search for other commits by this committer
New port: sysutils/pesign

Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
with the PE and Authenticode specifications.

Sponsored by:	The FreeBSD Foundation
Original commitRevision:377606 

Number of commits found: 28