CVS: cvs.openbsd.org: ports

2021-08-24 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/08/24 21:48:01

Modified files:
security/openssl/1.1: Makefile distinfo 
security/openssl/1.1/patches: patch-Configurations_10-main_conf 
  patch-Configurations_unix-Makefile_tmpl 
security/openssl/1.1/pkg: PLIST 
Removed files:
security/openssl/1.1/patches: patch-crypto_bio_b_sock2_c 

Log message:
update to openssl-1.1.1l, looked over by sthen



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/08/24 14:32:52

Modified files:
archivers/innoextract: Makefile 
Removed files:
archivers/innoextract/patches: patch-cmake_BuildType_cmake 

Log message:
innoextract: unbreak on clang+ld.bfd archs

Innoextract used to fail to build on these archs due to undefined references at
linking time, because of the `--as-needed' linker flag. There was a powerpc
specific fix, but since then mips64 can also build innoextract.

Extend the fix by disabling optimizations on all clang+ld.bfd archs. This only
impacts mips64 now that macppc moved to ld.lld, but may be useful to sparc64
in the future if it moves to clang.

Build tested on mips64 by Yifei Zhan < openbsd () zhan ! science >, and macppc
by me (with ld.lld). There is no impact on other archs.

No objection from thfr@ (maintainer)



CVS: cvs.openbsd.org: ports

2021-08-24 Thread George Koehler
CVSROOT:/cvs
Module name:ports
Changes by: gkoeh...@cvs.openbsd.org2021/08/24 12:13:19

Modified files:
lang/gcc/11: Makefile 
lang/gcc/8 : Makefile 

Log message:
Unbreak lang/gcc/11 on powerpc with USE_LLD = No

It broke when ld.lld became the default powerpc linker.  USE_LLD = No
is the same workaround as in gcc 8.  Add a comment to both 8 and 11,

# powerpc lld can't link C++ code from gcc, "ld: error: relocation
# refers to a discarded section:" .data.rel.ro.* or
# .sdata.DW.ref.__gxx_personality_v0
USE_LLD = No

ok pascal@ (maintainer)



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2021/08/24 11:50:24

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-181



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/08/24 09:03:23

Modified files:
shells/tcsh: Makefile distinfo 
Removed files:
shells/tcsh/patches: patch-sh_lex_c patch-tests_lexical_at 

Log message:
shells/tcsh: bugfix update to 6.22.04; from Josh Grosse



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/08/24 07:28:36

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
www/mozilla-firefox: update to 91.0.2.

See https://www.mozilla.org/en-US/firefox/91.0.2/releasenotes/



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/08/24 01:00:27

Modified files:
www/ephemetoot : Makefile distinfo 

Log message:
update www/ephemetoot to 3.1.3

This includes florian's patch to archive media content.
Original diff by florian@, bumped a bit by me to make tests pass again.



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/08/24 00:09:11

Modified files:
www/mozilla: mozilla.port.mk 

Log message:
www/mozilla/mozilla.port.mk: drop LDFLAGS="-Wl,--no-keep-memory", from brad

this option only meant something with ld.bfd and is a noop with ld.lld,
which all mozilla ports now use.



CVS: cvs.openbsd.org: ports

2021-08-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/08/24 00:06:35

Modified files:
www/seamonkey  : Makefile 

Log message:
www/seamonkey: switch to link with lld on i386, from brad

limit the number of threads used by lld to 2.