non port: security/nss/files/patch-coreconf_FreeBSD.mk |
Number of commits found: 5 |
Tuesday, 13 Oct 2020
|
12:40 pkubaj
security/nss: fix build on powerpc64le
Change if condition to also catch anything after 64 (e.g. "le", as in
powerpc64le). Currently ARCH needs to end with 64.
While here, disable VSX option for powerpc64le. All powerpc64le systems are
VSX-compatible anyway.
 |
Sunday, 9 Sep 2018
|
18:27 jbeich
security/nss: regen patches
Only BSD patch(1) warns about the following:
No such line 52 in input file, ignoring
No such line -11 in input file, ignoring
No such line 118 in input file, ignoring
https://svnweb.freebsd.org/changeset/base/253689
Reported by: sunpoet
 |
Sunday, 9 Oct 2016
|
12:10 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
 |
Sunday, 25 Sep 2016
|
18:03 jbeich
security/nss: unbreak build on armv6
pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression
of type 'unsigned long' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
if (addend < MP_DIGIT_MAX) {
~~~~~~ ^ ~~~~~~~~~~~~
1 error generated.
PR: 209482
Submitted by: mikael.urankar@gmail.com (based on)
 |
Wednesday, 10 Jul 2013
|
13:01 flo
Update to 3.15.1
Submitted by: Jan Beich <jbeich@tormail.org>
 |
Number of commits found: 5 |