Re: sparc64 bulk build report (link-grammar: use ports-gcc, fix python rundep)

2022-02-21 Thread Kurt Mosiejczuk
On Mon, Feb 21, 2022 at 01:18:37AM +, Klemens Nanni wrote: > On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: > > http://build-failures.rhaalovely.net/sparc64/2022-02-16/textproc/link-grammar,,-main.log > Needs the usual compiler dance for this: > >

Re: sparc64 bulk build report (link-grammar: use ports-gcc, fix python rundep)

2022-02-20 Thread Klemens Nanni
On Sat, Feb 19, 2022 at 02:40:24AM -0700, Kurt Mosiejczuk wrote: > http://build-failures.rhaalovely.net/sparc64/2022-02-16/textproc/link-grammar,,-main.log Needs the usual compiler dance for this: > /tmp/print-dict-f43ef2.s:4649: Error: operation combines symbols in different > segments >

Re: [s...@spacehopper.org: NEW: 2 simple python ports to fix asymptote's "xasy"]

2021-06-20 Thread Kurt Mosiejczuk
On Sun, Jun 20, 2021 at 10:59:36AM +0100, Stuart Henderson wrote: > ping ok kmos to import both --Kurt > - Forwarded message from Stuart Henderson - > > From: Stuart Henderson > Date: Mon, 24 May 2021 18:28:37 +0100 > To: ports > Subject: NEW: 2 simpl

[s...@spacehopper.org: NEW: 2 simple python ports to fix asymptote's "xasy"]

2021-06-20 Thread Stuart Henderson
ping - Forwarded message from Stuart Henderson - From: Stuart Henderson Date: Mon, 24 May 2021 18:28:37 +0100 To: ports Subject: NEW: 2 simple python ports to fix asymptote's "xasy" Mail-Followup-To: ports Attached; py3-cson and its required dependency py3-speg. The

NEW: 2 simple python ports to fix asymptote's "xasy"

2021-05-24 Thread Stuart Henderson
Attached; py3-cson and its required dependency py3-speg. The pkg/DESCR for py3-speg is terrible but there's not really enough information with the distro to do better. These are required to reenable xasy in graphics/asymptote (diff for that below). OK for the imports? $ pkg_info py3-speg

[sparc64/ports-gcc] Fix build of graphics/opencolorio

2021-01-17 Thread Kurt Mosiejczuk
opencolorio has -Werror by default, and since compilation with ports-gcc throws lots of warnings, it doesn't build. This patch just patches out -Werror and fixes the build on sparc64 ok? (cc maintainer) --Kurt Index: patches/patch-CMakeLists_txt

Re: [ports-clang] Fix games/galois

2019-10-26 Thread Charlene Wendling
Hi, As rsadowski@ spotted it: - https HOMEPAGE is available - Bring back C++14 mention. While anyway ${COMPILER_LIBCXX} in WANTLIB should use ports-gcc as COMPILER on base-gcc archs, if it still makes sense for most of us, i won't remove it in future fixes. Opinions welcome :) Charlène.

Re: [ports-clang] Fix textproc/uncrustify

2019-10-26 Thread Remi Pointel
On 2019-10-25 23:22, Charlene Wendling wrote: Hi, uncrustify is broken at runtime on macppc. Once again it's a libestdc++ vs ports-clang clash: --8<-- ~$ uncrustify terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Abort trap -->8-- It's building [0]

[ports-clang] Fix games/galois

2019-10-25 Thread Charlene Wendling
Hi, games/galois runtime is broken on my macppc box: as soon as i start a new game it segfaults. This port needed ports-clang back when ports-gcc had no C++14, but as it's not the case anymore, i've switched it to ports-gcc. It builds [0] and works fine then. Comments and feedback are welcome,

[ports-clang] Fix textproc/uncrustify

2019-10-25 Thread Charlene Wendling
Hi, uncrustify is broken at runtime on macppc. Once again it's a libestdc++ vs ports-clang clash: --8<-- ~$ uncrustify terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Abort trap -->8-- It's building [0] and

Minor FAQ ports guide fix

2019-09-28 Thread Travis Cole
Hi there, When reading through the FAQ's ports guide I noticed a reference to /usr/ports/infrastructure/templates/network.conf.template which has been moved. Here is a fix: diff --git faq/ports/guide.html faq/ports/guide.html index 64275fe39..8685d53f5 100644 --- faq/ports/guide.html +++

LAST WARNING. Re: ports to fix

2014-01-24 Thread Marc Espie
I'm going to commit that patch tomorrow. Index: OpenBSD/ArcCheck.pm === RCS file: /build/data/openbsd/cvs/src/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm,v retrieving revision 1.23 diff -u -p -r1.23 ArcCheck.pm --- OpenBSD/ArcCheck.pm 17 Jan

Re: ports to fix

2014-01-20 Thread Marc Espie
On Sat, Jan 18, 2014 at 05:17:07PM +0100, Marc Espie wrote: The mode checker is paranoid about suid/sgid, not paranoid enough about files that can be read. The following patch prevents ports from packaging/installing if they don't have proper annotations for anything that's g-r or o-r...

ports to fix

2014-01-18 Thread Marc Espie
The mode checker is paranoid about suid/sgid, not paranoid enough about files that can be read. The following patch prevents ports from packaging/installing if they don't have proper annotations for anything that's g-r or o-r... Before it goes in, a number of port must be properly annotated...