Re: fyi port for graphics/png does not like MANPS=1

2009-05-06 Thread George Koehler
ppruett-lists writes: I happened to put in my /etc/mk.conf MANPS=1 ... And lol, I got a install error, for the package graphics/png I would not expect MANPS to work. The problem is probably more than only one package. 'man 7 ports' says this: BUGS Use of the MANPS and MANZ variables is

Re: HPLIP update?

2009-05-28 Thread George Koehler
for a newer version (of hplip) appear in this mailing list, then I might test the port with my printer. --George Koehler (Kernigh) xkern...@netscape.net

Re: powerpc bulk build report

2018-10-31 Thread George Koehler
@@ uint64_t PFX(cpu_xgetbv)(int xcr); #pragma warning(disable: 4309) // truncation of constant value #endif -bool detect512() -{ -return(enable512); -} uint32_t cpu_detect(bool benableavx512 ) { =end -- George Koehler

Re: games/ezquake and games/quakespasm broken on powerpc

2018-10-31 Thread George Koehler
so.0.5 This was https://bugzilla.libsdl.org/show_bug.cgi?id=4326 Please update to devel/sdl2 version 2.0.8p1. The snapshot packages have 2.0.8p0, but if you build 2.0.8p1, its libSDL2.so.0.5 should fix the crash, so you won't need to rebuild the games. -- George Koehler

NEW: games/simutrans 120.4.1

2018-11-09 Thread George Koehler
ite access to that directory to make the dump. -- George Koehler simutrans.tar.gz Description: Binary data

Re: GCC 6 for bulk build test

2018-11-10 Thread George Koehler
ment 1 of 'std::unique_ptr<_Tp, _Dp>::unique_ptr(std::unique_ptr<_Up, _Ep>&&) [with _Up = panda; _Ep = std::default_delete; = void; _Tp = bear; _Dp = std::default_delete]' unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept ^ -- George Koehler

games/supertux: big-endian fix

2018-11-10 Thread George Koehler
e.cpp +--- src/audio/wav_sound_file.cpp.orig src/audio/wav_sound_file.cpp +@@ -16,6 +16,8 @@ + + #include "audio/wav_sound_file.hpp" + ++#include ++ + #include + #include + #include -- George Koehler

Re: sparc64 bulk build report

2018-11-11 Thread George Koehler
On Sun, 11 Nov 2018 21:52:35 +0100 Landry Breuil wrote: > If cups-libs packaged fine, then it can somehow reach the dependency... > unless im mistaken. It's my mistake: cups-libs can reach gcc-libs through gnutls. Sorry for my false report! -- George Koehler

Re: NEW: games/simutrans 120.4.1

2018-11-13 Thread George Koehler
lines add important -D and -I flags. I will try to find if adding a patch-Makefile is simpler than having this do-build target. -- George Koehler

Re: sparc64 bulk build report

2018-11-11 Thread George Koehler
B_DEPENDS} \ graphics/png print/cups/Makefile might need a similar fix. All ports that use MULTI_PACKAGES and have ${COMPILER_LIBCXX} in WANTLIB-* might need similar fixes. -- George Koehler

Re: Regarding x11/lxqt not working on powerpc

2018-11-02 Thread George Koehler
STEM_NAME STREQUAL OpenBSD)) + # -flto: use link-time optimizations to generate more efficient code + if (CMAKE_COMPILER_IS_GNUCXX) + set(LTO_FLAGS "-flto -fuse-linker-plugin") -- George Koehler build-tools.diff Description: Binary data

Re: NEW: games/simutrans 120.4.1

2018-11-16 Thread George Koehler
On Fri, 9 Nov 2018 23:16:15 -0500 George Koehler wrote: > Simutrans is a transport simulator. Your transport company moves > passengers, mail, raw materials, or goods by rail, road, ship, or air. > Passengers and freight have destinations and won't use your vehicles > unless you tak

Re: powerpc bulk build report

2018-12-31 Thread George Koehler
c4` to find libestdc++ and add the dependency on gcc-libs. Then lang/gcc/4.9/gcc4.port.mk does `MODGCC4_LANGS += c` to add a dependency on the gcc package. There seems to be no dependency on the g++ package. This might allow dpb to junk g++ after it builds llvm (using g++) and before it builds qtbase. -- George Koehler

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-01 Thread George Koehler
-101,7 +101,7 @@ PKG_ARGS += -Dpowerpc=0 TEST_TARGET = check # XXX sync -GCC_VER = 4.9.4 +GCC_VER = 6.5.0 .if ${MACHINE_ARCH} == "amd64" GCC_CONFIG = x86_64-unknown-openbsd${OSREV} .else -- George Koehler

Re: [new] lang/gcc/8

2019-01-02 Thread George Koehler
1.12 +++ infrastructure/mk/gcc4.port.mk 3 Jan 2019 03:52:57 - @@ -1,2 +1,2 @@ -MODGCC4_VERSION?=4.9 +MODGCC4_VERSION?=8 .include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk" -- George Koehler

Re: [macppc] games/hyperrogue: fix build, but colors are off

2019-01-14 Thread George Koehler
ress Enter to request the next slide. I didn't build with DEBUG=-g, so I have no useful backtrace. -- George Koehler

Re: LLVM 6.0.1p8 fails to compile on 6.4-stable/loongson

2018-12-12 Thread George Koehler
I don't know if my hardware (an old PowerBook5,4 running OpenBSD/macppc) can handle the stress of compiling and swapping at the same time. I might try to write a program to test the hardware, and run it in both OpenBSD and Mac OS X. -- George Koehler

Re: editors/vim and job control

2018-11-29 Thread George Koehler
;jv_pid; + + /* Never kill ourselves! */ + if (job_pid != 0) -- George Koehler

Re: ld.lld vs ld.bfd and cmake - missing shlib version in NEEDED

2018-11-28 Thread George Koehler
ead of absolute paths. -- George Koehler

Re: sparc64 - mariadb pcre failure

2018-12-04 Thread George Koehler
cancel() is in libestdc++ (as a weak symbol) or in libpthread. Builds don't use -lestdc++ because the C++ compiler needs to pick the correct library (one of libc++, libestdc++, libstdc++). -- George Koehler

Re: [macppc w/ ports-gcc-6.4] Proposal to unbreak net/{lib,r}torrent

2018-12-02 Thread George Koehler
ROPERTIES:Mgcc6}. In lib/rtorrent/Makefile, it might be better (I'm not sure) to delete the gcc4 lines and use COMPILER to pick ports-gcc before base-gcc for sparc64. The SIGBUS comment might go above the COMPILER line. [1] https://github.com/rakshasa/libtorrent/blob/master/scripts/rak_cxx.m4#

Re: sparc64 bulk build report

2018-12-02 Thread George Koehler
rong, because the C compiler should be clang, not gcc), so it adds another dependency on gcc. This might cause any port with CHOSEN_COMPILER=ports-clang to doubly depend on llvm and gcc. -- George Koehler

Re: converting m4a files

2018-11-21 Thread George Koehler
# pkg_add ffmpeg Check if ffmpeg can play your file: $ ffplay your-file.suffix If so, try to convert it: $ ffmpeg -i your-file.suffix your-file.ogg -- George Koehler

Re: aarch64 bulk build report

2018-11-23 Thread George Koehler
wl as games/stone-soup. (Both ports have no maintainers.) I see snapshot packages of stone-soup on aarch64 and powerpc, so it might be possible to play stone-soup on platforms where dungeon-crawl is broken. -- George Koehler

Re: math/pari: remove unless updated

2018-11-24 Thread George Koehler
0= +SHA256 (pari-2.3.5.tar.gz) = R92uGvc7RHZmDSqJM4SDlJBnqX/7h1jILoGJ36TInYg= +SIZE (Math-Pari-2.030507.zip) = 200371 +SIZE (pari-2.3.5.tar.gz) = 2018097 -- George Koehler

Re: update: devel/subversion 1.11.0

2018-11-20 Thread George Koehler
Unable to connect to a repository at URL 'https://github.com/OpenT TD/OpenTTD' svn: E175003: The server at 'https://github.com/OpenTTD/OpenTTD' does not suppor t the HTTP/DAV protocol -- George Koehler

Re: lang/gcc/6 can't build devel/cmake

2018-11-19 Thread George Koehler
On Mon, 19 Nov 2018 13:31:25 -0500 George Koehler wrote: > My powerpc machine is using the gcc 6 diff from > https://marc.info/?l=openbsd-ports=154165621429861=2 > > This is using gcc-6.4.0p2 as ports-gcc, and has now failed to build > devel/cmake (It fails) because gcc 6 war

Re: lang/gcc/6: Install missing stdatomic.h header

2018-11-27 Thread George Koehler
on why NetBSD keeps those headers and OpenBSD doesn't. -- George Koehler

Re: lang/gcc/6: Install missing stdatomic.h header

2018-11-27 Thread George Koehler
On Tue, 27 Nov 2018 16:12:08 -0500 George Koehler wrote: > NetBSD's packages of gcc5 and gcc7 do contain the headers from float.h > to stdatomic.h (or most of them). I haven't found the reason why > NetBSD keeps those headers and OpenBSD doesn't. Found it! $ cat gcc-6.4.0/gcc/config/

Re: BUG: devel/pcre, databases/mariadb with ports-gcc

2018-11-22 Thread George Koehler
s large, because PFRAG.mroonga-tests has many files, so I used gzip(1). (I forgot to use gzip on the much larger mariadb-server-10.0.37v1.log in my original mail.) -- George Koehler mariadb-mroonga.diff.gz Description: Binary data

Re: GCC 6 for bulk build test

2018-11-18 Thread George Koehler
On Sat, 10 Nov 2018 14:16:50 -0500 George Koehler wrote: > So I need to free some disk space, then wait for > gcc 6 to build before I can try it. The build time was 23:56:33 to build gcc-6.4.0p2 and most of its dependencies on my powerpc PowerBook5,4 at half speed (666 MHz). I used the

Re: Sparc64 - llvm fails to build ( missing clang library )

2018-11-26 Thread George Koehler
=PKG_ARGS`? >From my amd64 machine: $ cd /usr/ports/devel/llvm/ $ make show=PKG_ARGS -Dpowerpc=0 -- George Koehler

Re: need some cmake help for poppler and ld.bfd

2019-01-10 Thread George Koehler
r port-modules(5). This happens in 2 ports: games/openrct2 math/freemat /usr/local/share/cmake/Modules/Platform/OpenBSD.cmake sets OPENBSD_X11BASE to $ENV{X11BASE} or /usr/X11R6, but I don't see X11BASE in make show=CONFIGURE_ENV. I believe that OPENBSD_X11BASE would ignore X11BASE from ports and

fix x11/grantlee with ports-gcc

2019-01-10 Thread George Koehler
ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument -- George Koehler

Re: Ruby 2.6.0

2019-01-13 Thread George Koehler
finity, Infinity, Infinity. Therefore, Enumerable#sum has some Float problem on powerpc, but Ruby 2.6 isn't worse than 2.5. -- George Koehler

Re: Ruby 2.6.0

2019-01-12 Thread George Koehler
mjit_p40346u0.so: undefined symbol '__guard_local' MJIT warning: failure in loading code from '/tmp/_ruby_mjit_p40346u0.so': Cannot load specified object ... (It enters an infinite loop trying to compile the object.) -- George Koehler

Re: [macppc] games/hyperrogue: fix build, but colors are off

2019-01-13 Thread George Koehler
(unsigned char*) return c[i]; + unsigned char* c = (unsigned char*) +#ifdef __BIG_ENDIAN__ + return c[sizeof(col) - i]; +#else + return c[i]; +#endif } bool in_twopoint = false; =end -- George Koehler

powerpc lang/gcc/6 can't build devel/llvm

2018-12-30 Thread George Koehler
plate argument '...'`. (I guess that -mlongcall sets an attribute on everything, but some template parameters ignore the attribute?) I got the error from LoopLoadElimination.cpp with gcc-6.4.0; then I used loopy.cpp to reproduce the error in both 6.4.0 and gcc-6.5.0p0. -- George Koehler loop

Re: WIP: LLVM 7.0.1

2019-01-25 Thread George Koehler
because x11/qt5/qt5.port.mk picks ports-clang before ports-gcc. -- George Koehler

fix games/dungeon-crawl when char is unsigned

2019-01-26 Thread George Koehler
?=8 and devel/llvm/Makefile to use GCC_VER = 8.2.0 -- George Koehler Index: Makefile === RCS file: /cvs/ports/games/dungeon-crawl/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile25 Nov 2018 21:06:38 -0

Re: OpenBSD: problem with installing XFCE

2019-04-02 Thread George Koehler
On Sun, 31 Mar 2019 11:02:50 +0100 Stuart Henderson wrote: > On 2019/03/31 00:51, George Koehler wrote: > > (I would like OpenBSD to move the > > default to ports-gcc>=8, but gcc 8 breaks some packages.) > > Do you have a list? I only

Re: NEW: devel/llvm (Extra Clang Tools)

2019-04-02 Thread George Koehler
type like BOOL is only for editing the cache with an interactive tool like ccmake(1). The tool might want to use a checkbox or a file dialog with different types of cache variables. -- George Koehler

can't start games/supertux

2019-04-04 Thread George Koehler
) Now I don't know whether we need a pre-configure target. [1] http://build-failures.rhaalovely.net//powerpc/2019-03-04/games/supertux.log -- George Koehler

Re: can't start games/supertux

2019-04-05 Thread George Koehler
On Fri, 5 Apr 2019 15:55:03 +0200 Charlene Wendling wrote: > Here is a diff that fixes it on amd64, i can't test on macppc > at the moment as it's building x11/qt4. sthen@ committed the diff as supertux-0.6.0p1. I built it on amd64. I believe that it fixes the PREFIX error but not the /usr/obj

Re: OpenBSD: problem with installing XFCE

2019-03-30 Thread George Koehler
in my amd64 vm (using COMPILER=ports-gcc to switch away from the default base-clang), and I didn't try to run it, because this vm has packages built with base-clang, and programs tend to crash when they use libc++ from base-clang and libestdc++ from ports-gcc at the same time. -- George Koehler

Re: UPDATE: LLVM

2019-03-28 Thread George Koehler
rgs.getLastArg(options::OPT_msecure_plt)) > + return ppc::ReadGOTPtrMode::SecurePlt; > +- if (Triple.isOSOpenBSD()) > ++ if (Triple.isOSNetBSD() || Triple.isOSOpenBSD()) > + return ppc::ReadGOTPtrMode::SecurePlt; > + else > + return ppc::ReadGOTPtrMode::Bss; > -- George Koehler

Re: fix games/dungeon-crawl when char is unsigned

2019-02-20 Thread George Koehler
ll be problems in other parts of the game, or with different characters. I know that games/stone-soup (a newer variant of this game) is out of date, but I have not tried to update it. (OpenBSD has stone-soup 0.18.1, last version is 0.23.) Both dungeon-crawl and stone-soup have no port maintai

Re: UPDATE: GCC 8.3

2019-03-16 Thread George Koehler
1,4 @@ -.if ${MACHINE_ARCH} == "aarch64" +.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "powerpc" MODGCC4_VERSION?=8 .else MODGCC4_VERSION?=4.9 -- George Koehler

Re: devel/llvm powerpc bugs

2019-02-14 Thread George Koehler
Breuil was removing ports-clang from COMPILER in bulk builds: https://marc.info/?l=openbsd-ports=154641462704437=2 Landry's last powerpc bulk (4 Feb) seems to have built Qt5 using ports-gcc. If a future powerpc bulk uses ports-clang, while there is no fix for this bug, then those Qt5 apps will SIGSEG

Re: lang/gcc/8 can't build x11/qt4

2019-02-12 Thread George Koehler
t4 and games/stone-soup. Our stone-soup is an old version; an update might fix it. -- George Koehler

Re: x11/qt5/{qtgraphicaleffects,qtquickcontrols*} when not x86

2019-02-13 Thread George Koehler
eAllAtoms(). It gets garbage instead of a cookie from xcb_intern_atom(), then passes the garbage to xcb_intern_atom_reply() which returns NULL. The SIGSEGV is from dereferencing the NULL. -- George Koehler

Re: x11/qt5/{qtgraphicaleffects,qtquickcontrols*} when not x86

2019-02-11 Thread George Koehler
On Thu, 7 Feb 2019 13:09:30 +0100 Charlene Wendling wrote: > My change to SUBST_VARS made VERSION not being expanded, actually > breaking packaging with the other x11/qt5 ports includig ${VERSION} > in PLISTs. > > I'm joining a new diff that fixes that on my macppc and amd64 machines. Thank

Re: unbreak editors/calligra with poppler 0.73.0

2019-02-15 Thread George Koehler
oppler 0.73.0, so when I took the patches from git, I left out the parts for poppler < 0.72.0. The diff doesn't bump REVISION, because I don't know whether to do so. [1] https://bugs.llvm.org/show_bug.cgi?id=40736 and my recent mail to ports@ -- George Koehler Index: patc

Re: [ports-gcc] Unbreak x11/grantlee

2019-01-28 Thread George Koehler
ct. When I sent my diff, some dependencies of x11/grantlee were broken (on platforms like macppc), so there was no way to test my diff. I only know that my diff worked with my modified ports tree. -- George Koehler

lang/gcc/8 can't build x11/qt4

2019-01-30 Thread George Koehler
*MathExtras_h are unique to OpenBSD. -- George Koehler Index: patches/patch-configure === RCS file: /cvs/ports/x11/qt4/patches/patch-configure,v retrieving revision 1.27 diff -u -p -r1.27 patch-configure --- patches/patch-configure 3 J

devel/llvm powerpc bugs

2019-01-31 Thread George Koehler
llvm might be able to write better patches. I am using lang/gcc/8 as my ports-gcc; I have edited - infrastructure/mk/gcc4.port.mk to use MODGCC4_VERSION?=8 - devel/llvm/Makefile to use GCC_VER = 8.2.0 These edits are not in the attached diff. -- George Koehler Index: Makefile

Re: [ports-gcc] Unbreak x11/grantlee

2019-02-01 Thread George Koehler
bc.musl-x86_64.so.1] 0x0001 (NEEDED) Shared library: [libgcc_s.so.1] -- George Koehler

x11/qt5/{qtgraphicaleffects,qtquickcontrols*} when not x86

2019-02-04 Thread George Koehler
ARCH = x86_64, it echoes 0 so .qmlc is supported. In my macppc machine, where QT_ARCH = power, it echoes 1 so .qmlc is not supported. You can only check your own arch, because qmlcachegen might not cross to other arches. The fix might be to move .qmlc files from PLIST to PFRAG.qmlc, but I have not yet tried to do so. -- George Koehler

Re: boost md context switching on macppc

2019-09-03 Thread George Koehler
On Tue, 27 Aug 2019 21:04:00 +0200 Otto Moerbeek wrote: > A first shot did not work here, so if you can take a closer look please > do. In the meantime I'll try to do so as well after reading up on the ABI. I made my own attempt to fix the *ppc32_sysv_elf* assembly code in lang/boost, but I

Re: boost md context switching on macppc

2019-08-27 Thread George Koehler
acppc. [1] https://refspecs.linuxbase.org/elf/elfspec_ppc.pdf [2] https://www.polyomino.org.uk/publications/2011/Power-Arch-32-bit-ABI-supp-1.0-Unified.pdf -- George Koehler

Re: boost md context switching on macppc

2019-09-11 Thread George Koehler
# restore LR ++addi %r1, %r1, 16 # free stack frame ++blr # return to caller ++#endif + .size ontop_fcontext, .-ontop_fcontext + + /* Mark that we don't need executable stack. */ -- George Koehler

Re: boost md context switching on macppc

2019-09-14 Thread George Koehler
On Thu, 12 Sep 2019 16:19:18 +0200 Otto Moerbeek wrote: > On Thu, Sep 12, 2019 at 12:54:47AM -0400, George Koehler wrote: > > The broken diff follows. > > The good news is that is is not broken for my use-case: PowerDNS > Recursor. It does not use ontop_fcontext. Thanks

Re: how to install firefox addon (noscript) on 6.6/amd64?

2019-12-08 Thread George Koehler
On Fri, 6 Dec 2019 22:33:01 -0800 Jonathan Thornburg wrote: > My next attempt was to go directly to > https://addons.mozilla.org > and search for noscript there. This found it, and one more click > brought me to > https://addons.mozilla.org/en-US/firefox/addon/noscript/?src=search > I then

Re: Fixing guile2 on powerpc

2019-12-11 Thread George Koehler
24 hours on my G4 at 666 MHz. On Sun, 8 Dec 2019 13:42:38 -0500 George Koehler wrote: > ... Some code > might put bad pointers in program objects. I modified guile to look for > such code. I added a global "scm_t_uint32 aaa;" and added some checks > like "aaa =

Re: UPDATE: VLC 3.0.8

2019-11-29 Thread George Koehler
On Sun, 24 Nov 2019 20:12:33 -0500 Brad Smith wrote: > Here is an update to VLC 3.0.8. > > Please test. > > Also needs build testing with ports-gcc. > I built it on macppc (with ports-gcc 8.3.0). The build of vlc 3.0.8 succeeded. I tried to play a DVD (using the DVD drive in my PowerBook

Re: "undefined reference to `__builtin_bswap64'" on mips64el/loongson

2019-11-30 Thread George Koehler
On Sat, 30 Nov 2019 01:10:56 -0800 manp...@gmail.com wrote: > Hi OpenBSD ports maintainers, > > I'm having trouble building security/libnettle on mips64el/loongson > which is caused by missing symbol of "__builtin_bswap64" when linking. > It looks like this symbol is introduced since GCC 4.3[1],

Re: UPDATE: Nextcloud-17.0.1

2019-11-27 Thread George Koehler
cloud in the past, and didn't undo the patch before cvs update. You can check for local modifications with $ cd /usr/ports/www/nextcloud $ cvs -nq up -Pd It might show lines like: M Makefile C distinfo Those files have 'M' local modification or 'C' conflict. To revert them, you might rm(1) those files, then do another cvs update. -- George Koehler

Re: boost md context switching on macppc

2019-10-03 Thread George Koehler
On Sat, 14 Sep 2019 15:08:10 -0400 George Koehler wrote: > I have stopped work on this diff. My next task is to report an issue > to GitHub boost/context, about the multiple problems with ppc32. I reported ppc32 problems in Boost context: https://github.com/boostorg/context/issues/120

Re: update print/poppler

2019-12-17 Thread George Koehler
On Mon, 16 Dec 2019 22:26:48 +0100 Matthias Kilian wrote: > Update to poppler-0.83.0. > > Tests (at least build tests) on non-base-clang archs are welcome. I built your 0.83.0 with ports-gcc on powerpc (macppc). The good news is that the build completed, so I can still build other ports that

Re: Fixing guile2 on powerpc

2019-12-08 Thread George Koehler
On Thu, 05 Dec 2019 10:22:11 + Stuart Henderson wrote: > On 5 December 2019 01:15:09 Matthew Hull wrote: > > > I'm interested in guile2 (because I do some programming in Scheme) and > > powerpc because I have a Mac Mini G4 with OpenBSD 6.5 installed. > > > > The package is marked broken

Re: mail/sylpheed: fix TLSv1.3 to imap.gmail.com

2020-01-26 Thread George Koehler
On Mon, 27 Jan 2020 00:57:28 +0100 Klemens Nanni wrote: > On Sun, Jan 26, 2020 at 06:38:59PM -0500, George Koehler wrote: > > I fixed it with this patch from Sylpheed's bug tracker, also in Debian: > > https://sources.debian.org/patches/sylpheed/3.7.0-5/0009-support-SNI

Re: mail/sylpheed: fix TLSv1.3 to imap.gmail.com

2020-01-26 Thread George Koehler
On Sun, 26 Jan 2020 20:43:16 -0600 Amit Kulkarni wrote: > Got the same problem you describe now. Please go ahead George! > > thanks I have added tb's error check. I will commit it tommorrow. --George Index: Makefile === RCS

mail/sylpheed: fix TLSv1.3 to imap.gmail.com

2020-01-26 Thread George Koehler
? This isn't where I expected to make my first commit, but is this OK to commit? --George Koehler Index: Makefile === RCS file: /cvs/ports/mail/sylpheed/Makefile,v retrieving revision 1.125 diff -u -p -r1.125 Makefile --- Makefile

Re: [!x86] games/frozen-bubble: perl 5.30 and display issues

2020-01-29 Thread George Koehler
On Mon, 27 Jan 2020 00:37:46 +0100 Charlene Wendling wrote: > Hi, > > To start with, the game is not maintained upstream, and as the server > has glib2 deprecation warnings, it may not be built in a close future. > It does not run on x86 due to a BROKEN p5-SDL on these 2 archs, and > updating

Re: [!x86] games/frozen-bubble: perl 5.30 and display issues

2020-02-01 Thread George Koehler
On Mon, 27 Jan 2020 00:37:46 +0100 Charlene Wendling wrote: > I tried playing it on macppc, but: > > - it's broken with Perl 5.30: ... > - there are graphic issues: the title screen is black. The directional > arrow that helps throwing bubbles is invisible. Also libpng complains > about

unbreak devel/p5-SDL (Re: [!x86] games/frozen-bubble: perl 5.30 and display issues)

2020-02-01 Thread George Koehler
Cc bentley because of games/vacuum On Wed, 29 Jan 2020 23:57:34 -0500 George Koehler wrote: > On Mon, 27 Jan 2020 00:37:46 +0100 > Charlene Wendling wrote: > > > It does not run on x86 due to a BROKEN p5-SDL on these 2 archs, and > > updating p5-SDL does not solv

Re: [macppc] devel/llvm: add clang -msvr4-struct-return

2020-01-31 Thread George Koehler
On Fri, 31 Jan 2020 19:33:52 +0100 Charlene Wendling wrote: > I've finished the build with your diff on my PowerBook G4 A1138, where > it took 29 hours, and so i tested: *Thank you!* I killed my macppc build because 1 C++ file (Parser.cpp) got stuck for hours trying to use over 800M swap on my

Re: [macppc] devel/llvm: add clang -msvr4-struct-return

2020-01-31 Thread George Koehler
On Thu, 30 Jan 2020 16:52:06 +0100 Jeremie Courreges-Anglas wrote: > Two things came to my mind regarding your diff: > > - on reviews.llvm.org you say this affects OpenBSD, NetBSD and FreeBSD, > but your code changes the default for anything ELF+non-Linux: > > > ++ if

Re: New port: JetBrainsMono fonts

2020-02-02 Thread George Koehler
On Sun, 2 Feb 2020 19:52:24 + Stuart Henderson wrote: > On 2020/02/02 11:18, Greg Steuck wrote: > > +BUILD_DEPENDS=archivers/unzip > > + > > +NO_BUILD=Yes > > +NO_TEST=Yes > > +PKG_ARCH=* > > + > > +DISTFILES=JetBrainsMono-1.0.2.zip > > rather than

Re: Unbreak games/frozen-bubble (Was: Re: [!x86] games/frozen-bubble: perl 5.30 and display issues)

2020-02-02 Thread George Koehler
I manually collect previous music > + if (@playlist) { > + my $tryanother = sub { > + my $elem = chomp_(shift @playlist); > +@@ -3488,7 +3490,7 @@ sub choose_1p_game_mode() { > + }; > + > + my $img = $imgbin{'1p_panel'}; > +-my $save if 0; > ++state $save; > + my $drect = SDL::Rect->new(-width => $img->width, -height => > $img->height, > +-x => $MENUPOS{xpos_panel}, '-y' => > $MENUPOS{ypos_panel}); > + if ($save) { > +@@ -5573,7 +5575,7 @@ sub menu { > + 'highscores' => { pos => 8, type => 'run', > +run => sub { > $menu_display_highscores->() } }, > +); > +-my $current_pos if 0; $current_pos ||= 1; > ++state $current_pos; $current_pos ||= 1; > + my @menu_invalids; > + $invalidate_all = sub { push @menu_invalids, $menu_entries{$_}->{pos} > foreach keys %menu_entries }; > + > +@@ -5724,7 +5726,7 @@ sub menu { > + } > + > + if ($graphics_level > 1) { > +-my $banner_pos if 0; > ++state $banner_pos; > + $banner_pos ||= 670; > + foreach my $b (keys %banners) { > + my $xpos = $banners{$b} - $banner_pos; > > > > > > > -- George Koehler

[macppc] devel/llvm: add clang -msvr4-struct-return

2020-01-28 Thread George Koehler
Hello ports! In OpenBSD macppc, clang and gcc use incompatible ABIs to return small structs: gcc defaults to -msvr4-struct-return, but clang always acts like gcc -maix-struct-return. This causes crashes at runtime: for example, clang code can't call libxcb (in Xenocara built by gcc). This diff

Re: New port: JetBrainsMono fonts

2020-02-02 Thread George Koehler
On Sun, 2 Feb 2020 12:30:33 -0800 Greg Steuck wrote: > Thanks for the comments Stuart & George. I believe I addressed all > your comments. I put your jetbrains-mono in /usr/ports/fonts and installed it. As HOMEPAGE explains, this font has ligatures for some program operators like ->++

Re: UPDATE: lang/quickjs 2019.10.27 => 2020.01.19

2020-02-20 Thread George Koehler
On Wed, 19 Feb 2020 21:20:46 -0500 George Koehler wrote: > ... I fixed my macppc build by adding the line > *arg++ = "-latomic"; > after -lm in qjsc.c Bad news: my macppc qjsc needs /usr/ports/pobj/quickjs-2020.01.19/bin in PATH, so it works during the build, but no

[macppc] fix crash in graphics/babl

2020-02-14 Thread George Koehler
cwen, you said that a bug [1] in graphics/babl broke the build of graphics/gimp/stable on powerpc. Here's a diff that fixes some calls to a va_args(3) function. It fixes the test in the bug. I don't know whether it unbreaks gimp; I didn't build gimp, because my macppc would need to build

Re: UPDATE: lang/quickjs 2019.10.27 => 2020.01.19

2020-02-21 Thread George Koehler
On Fri, 21 Feb 2020 12:53:20 -0500 George Koehler wrote: > I almost fixed it by adding at the bottom of the port Makefile, > after bsd.port.mk sets CHOSEN_COMPILER, > > .if ${CHOSEN_COMPILER} == "ports-gcc" > CC = egcc > RUN_DEPENDS +=${MODGCC4_CP

Re: UPDATE: lang/quickjs 2019.10.27 => 2020.01.19

2020-02-21 Thread George Koehler
On Fri, 21 Feb 2020 00:48:36 -0500 George Koehler wrote: > Bad news: my macppc qjsc needs /usr/ports/pobj/quickjs-2020.01.19/bin > in PATH, so it works during the build, but not after the install. I almost fixed it by adding at the bottom of the port Makefile, after bsd.port.m

Re: New port: JetBrainsMono fonts

2020-02-21 Thread George Koehler
On Sun, 2 Feb 2020 12:30:33 -0800 Greg Steuck wrote: > Thanks for the comments Stuart & George. I believe I addressed all > your comments. > > I further stole from espie@'s port which simplified things a bit more. The fonts/jetbrains-mono from Greg Steuck on 2 Feb [1] is ok gkoehler@ for

Re: UPDATE: lang/quickjs 2019.10.27 => 2020.01.19

2020-02-19 Thread George Koehler
On Tue, 18 Feb 2020 18:25:49 -0500 Brian Callahan wrote: > Could someone on macppc please give this a test and make sure that > atomics are still needed? Yes, atomics are needed. The -latomic in LDFLAGS allows my macppc to link qjsc, but the build fails later, because qjsc doesn't know to use

Re: UPDATE: eigen3 (3.3.7)

2020-01-10 Thread George Koehler
On Fri, Jan 10, 2020, 12:46 AM Rafael Sadowski wrote: > On Wed Dec 25, 2019 at 11:20:41AM +0100, Kristaps Dzonsons wrote: > > This updates eigen3 to the latest version. Beyond the trivial, it adds > > BLAS as a dep and changes the fftw dep to fftw3. It looks like eigen2 > > support has been

firefox-esr on amdgpu breaks pledge

2020-01-17 Thread George Koehler
My firefox-esr-68.4.1 tab crashes whenever a website tries to get a WebGL context. I can reproduce this with a 3-line HTML file. The crash is a pledge violation by DRM_IOCTL_GET_CLIENT in libdrm/amdgpu, so it seems specific to machines with amdgpu. I run the amd64 snapshot package; my dmesg is

Re: Ruby 2.7.0

2019-12-26 Thread George Koehler
On Thu, 26 Dec 2019 21:58:36 +0100 Jeremie Courreges-Anglas wrote: > On Wed, Dec 25 2019, Jeremy Evans wrote: > > Tested on amd64, for about 9 months starting with the first preview > > release. OK to import? > > This fails on sparc64, log attached. It *seems* that the configure > tests are

Re: update print/poppler

2019-12-26 Thread George Koehler
Adding Bryan C. Everly, MAINTAINER of x11/lumina. On Thu, 19 Dec 2019 22:19:52 +0100 Matthias Kilian wrote: > On Wed, Dec 18, 2019 at 12:30:37AM -0500, George Koehler wrote: > > I built your 0.83.0 with ports-gcc on powerpc (macppc). The good news > > is that the build comp

Re: Ruby 2.7.0

2019-12-27 Thread George Koehler
On Fri, 27 Dec 2019 15:56:58 -0800 Jeremy Evans wrote: > I fixed the copy coroutine issue upstream. For the other issue, it may > be easier to work around with rb_cv_function_name_string=__func__ added > to CONFIGURE_ENV, instead of patching configure. I haven't figured out > how to fix that

Re: I'd like to remove tortoisehg. Anyone using it?.

2020-03-14 Thread George Koehler
On Sat, 14 Mar 2020 21:32:36 +0100 Juan Francisco Cantero Hurtado wrote: > Since a few mercurial releases ago, they're not releasing new versions. > Tortoise uses the internal API of mercurial, so I can't update mercurial > without updating also tortoisehg. We're stuck now on the version 5.0 and

Re: NEW: gogrepo, a downloader for games from GOG.com

2020-04-09 Thread George Koehler
On Wed, 8 Apr 2020 12:16:38 -0600 Thomas Frohwein wrote: > New port for downloading GOG.com games via the command line. Useful > especially for a potential future game library management system... py3-gogrepo works for me. I logged into my GOG, downloaded a game, and verified it. (My other

Re: multimedia/gstreamer-0.10/plugins-good: Use /dev/null instead of /dev/mixer

2020-04-15 Thread George Koehler
gt; + GST_DEBUG_CATEGORY_EXTERN (oss_debug); > + #define GST_CAT_DEFAULT oss_debug > + > +-#define DEFAULT_DEVICE "/dev/mixer" > ++#define DEFAULT_DEVICE "/dev/null" > + #define DEFAULT_DEVICE_NAME NULL > + > + enum > -- George Koehler

Re: lang/clisp build failure

2020-04-28 Thread George Koehler
On Fri, 24 Apr 2020 13:59:14 +0100 Stuart Henderson wrote: > > > > /usr/obj/ports/clisp-2.49/clisp-2.49/src/spvw.d:2881:47: error: use of > > > > undeclared identifier 'MAP_ANON' > > > > > > > > mmap((void*)0xC000,0x2000,PROT_NONE,MAP_ANON|MAP_PRIVATE|MAP_FIXED,-1,0); > > > >

Re: i386 pgrouting clang ICE

2020-08-29 Thread George Koehler
On Sat, 29 Aug 2020 12:23:56 +0100 Stuart Henderson wrote: > > Modified files: > > geo/pgrouting : Makefile > > > > Log message: > > mark pgrouting BROKEN-i386, clang ICE > > > > Preprocessed source and run script attached. Running the run script > on amd64 also reproduces the failure.

UPDATE: lang/quickjs 2020.09.06

2020-09-22 Thread George Koehler
Hello, Back in February, Brian Callahan shared an update to lang/quickjs 2020.01.19. I made a mess trying to make it work with egcc -latomic on macppc, and then no one committed the update. OpenBSD ports is still at quickjs 2019.10.27. Here is an update to 2020.09.06. It works for me on

Re: UPDATE: www/netsurf

2020-05-27 Thread George Koehler
On Mon, 25 May 2020 23:03:13 -0600 "Anthony J. Bentley" wrote: > Here's an update to netsurf-3.10. The main browser has switched from > GTK2 to GTK3, and certificate error handling has been significantly > revamped. For more, see the changelog: >

  1   2   3   >