Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.110_8 01 Jul 2022 10:02:52 |
Rene Ladan (rene) |
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) |
0.110_8 10 May 2022 14:54:19 |
Bernhard Froehlich (decke) |
sysutils/pesign: Add CPE information
Approved by: portmgr (blanket) |
0.110_8 27 Apr 2022 20:40:37 |
Lorenzo Salvadore (salvadore) |
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 |
0.110_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.110_8 26 Jul 2019 20:46:57 |
gerald |
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 |
0.110_7 21 May 2019 00:43:39 |
jbeich |
sysutils/pesign: unbreak
Obtained from: upstream |
0.110_7 12 May 2019 11:29:31 |
jbeich |
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 |
0.110_7 12 Dec 2018 01:35:36 |
gerald |
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 |
0.110_6 29 Jul 2018 22:18:46 |
gerald |
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 |
0.110_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.110_4 08 Dec 2017 01:46:01 |
linimon |
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) |
0.110_4 30 Nov 2017 05:55:17 |
linimon |
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) |
0.110_4 24 Sep 2017 16:16:12 |
jbeich |
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 |
0.110_4 10 Sep 2017 20:55:39 |
gerald |
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 |
0.110_3 18 Aug 2017 13:39:08 |
rakuco |
Remove unused KeyIdTemplate variable from cms_common.c.
This fixes the build with GCC 6:
cms_common.c:1668:31: error: 'KeyIdTemplate' defined but not used
[-Werror=unused-const-variable=]
Note that the build is still broken on HEAD due to some macros being defined in
base's headers.
PR: 219275 |
0.110_3 01 Apr 2017 15:23:32 |
gerald |
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 |
0.110_2 17 Feb 2017 16:54:34 |
mat |
There were a few others _FreeBSD_9 things around.
Sponsored by: Absolight |
0.110_2 01 Dec 2016 00:50:29 |
linimon |
Restrict to archs that FreeBSD supports in little-endian mode. Those are
all the UEFI spec supports.
While here, mark broken on armv6. |
0.110_2 20 Nov 2016 09:38:09 |
gerald |
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. |
0.110_1 09 Oct 2016 12:10:02 |
jbeich |
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 |
0.110 22 Jun 2016 10:12:46 |
trasz |
Drop maintainership for some of my ports. |
0.110 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.110 16 Dec 2015 09:40:24 |
jbeich |
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 |
0.110 06 Dec 2015 12:40:58 |
jbeich |
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 |
0.110 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.110 21 Mar 2015 12:12:03 |
marino |
For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yes
Approved by: just fix it |
0.110 11 Feb 2015 19:37:57 |
trasz |
Fix fetch and unbreak. Distfile was rerolled, but there were no actual
source changes.
Sponsored by: The FreeBSD Foundation |
0.110 31 Jan 2015 10:02:41 |
antoine |
Mark BROKEN: Checksum and size mismatch
Reported by: pkg-fallout |
0.110 21 Jan 2015 13:40:25 |
trasz |
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 |