[hppa] security/gnutls: build with -latomic

2019-04-15 Thread Brian Callahan
Hi ports -- GnuTLS will find atomics through libatomic on hppa (at least). So we need to link -latomic on hppa. Diff does this, makes a successful build. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/security/gnutls/Makefi

FIX: lang/secularize package name

2019-04-15 Thread Brian Callahan
Hi Mike and ports -- lang/secularize has a stray } in its PKGNAME. Attached diff fixes things. Had to set EPOCH=0 because when I tried to just bump I got: ===>  Building package for secularize-0.0.1.7p0 Create /usr/ports/packages/amd64/all/secularize-0.0.1.7p0.tgz Creating package secularize-0.0.

[hppa] lang/clisp: Enable hppa support

2019-04-15 Thread Brian Callahan
Hi ports -- The following unobtrusive diff allows lang/clisp to build and work on hppa. Does not affect other archs. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/lang/clisp/Makefile,v retrieving revision 1.49 diff -u -p -r1

[hppa] lang/clisp: Enable hppa support

2019-04-15 Thread Brian Callahan
Hi ports -- The following unobtrusive diff allows lang/clips to build and work on hppa. Does not affect other archs. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/lang/clisp/Makefile,v retrieving revision 1.49 diff -u -p -r1

[hppa] FIX: misc/zzuf (affects all archs)

2019-04-15 Thread Brian Callahan
Hi ports -- zzuf is one of those ports that uses the __sync functions, meaning that hppa can't build it. This diff does the follow: * Convert __sync to __atomic * Set COMPILER=base-clang ports-gcc As I understand it, all archs with gcc-4.2.1 as its base compiler has access to ports-gcc too. m

[hppa] FIX: x11/worker

2019-04-15 Thread Brian Callahan
Hi ports -- hppa needs -latomic to build x11/worker. Fixes the build here. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/x11/worker/Makefile,v retrieving revision 1.37 diff -u -p -r1.37 Makefile --- Makefile 30 Jan 2019 03:1

FIX: sysutils/bfs build on some archs

2019-04-15 Thread Brian Callahan
Hi ports -- bfs I discovered might not build on all archs. We need to be explicit with the BFS_HAS_SYS_ACL preprocessor variable. We don't have a /usr/include/sys/acl.h, so set it to 0 to not try to pick it up. Noticed when building bfs on hppa. OK? ~Brian Index: Makefile =

archivers/zstd: Enable on hppa

2019-04-15 Thread Brian Callahan
Hi ports -- hppa needs -latomic from ports-gcc in order to successfully build. The attached patch does this. This allows libarchive to build successfully on hppa. Built on hppa with gcc-8.3.0. OK? ~Brian Index: Makefile === RCS

devel/libuv: Enable on hppa (touches most archs)

2019-04-15 Thread Brian Callahan
Hi ports -- Some context: gcc and clang both support two different atomic builtin function families. The first are the __sync functions, which as far as I can tell appeared in gcc-4.1. The second is the __atomic functions, which appeared in gcc-4.7. Not all architectures and OSes have suppor

security/rhash: Enable hppa support

2019-04-15 Thread Brian Callahan
Hi ports -- security/rhash doesn't build on hppa. Because it is missing __hppa__ on its list of big endian archs. Add it, and rhash builds just fine on hppa. OK? ~Brian Index: patches/patch-librhash_byte_order_h === RCS file: pa

lang/gpc: Add hppa support

2019-04-15 Thread Brian Callahan
Hi ports -- The attached diff enables hppa support for gpc. For context, gpc is implemented on top of our old gcc-4.2.4 port, which never had hppa support. I gleaned support from gcc-4.2.1 in base. With this patch, gpc builds and passes Scott A. Moore's publicly available Standard Pascal tes

[hppa] FIX: lang/seed7

2019-04-09 Thread Brian Callahan
Hi ports -- lang/seed7 is marked as BROKEN. However it builds just fine on my machine. OK for after unlock? ~Brian Index: Makefile === RCS file: /cvs/ports/lang/seed7/Makefile,v retrieving revision 1.70 diff -u -p -r1.70 Makefile

[hppa] FIX: devel/libowfat

2019-04-07 Thread Brian Callahan
Hi ports -- Obviously for after unlock. devel/libowfat is marked BROKEN-hppa. But it seems like this is no longer necessary; I just built/installed it no problem on my hppa machine with base-gcc. Doesn't seem to use atomics. ~Brian Index: Makefile

UPDATE: audio/timidity 2.13.2 => 2.15.0

2019-04-02 Thread Brian Callahan
://devio.us/~bcallah/source/ +MASTER_SITES0= https://mirrors.nycbug.org/pub/distfiles/ TIINS= TimGM6mb-20170802.tar.gz DISTFILES= ${TIINS}:0 ${DISTNAME}.tar.gz @@ -21,7 +20,7 @@ MAINTAINER= Brian Callahan Specify default output mode (optional): - (default|alsa|alib

Re: UPDATE: devel/quilt 0.66

2019-04-02 Thread Brian Callahan
On 4/2/19 5:23 PM, Kent R. Spillner wrote: Quilt 0.66 was just released last Friday, mostly bugfixes. Ok? Couple things: 1. Patch applied with fuzz so re-run `make update-patches' 2. When I ran `make update-plist' the PLIST got updated. It added a 7z wrapper. So looks like either archivers

Re: [MAINTAINER UPDATE] www/sblg to 0.4.20

2019-03-31 Thread Brian Callahan
On 3/31/19 11:31 AM, James Turner wrote: On Sun, Mar 31, 2019 at 08:15:06AM -0700, Bryan Vyhmeister wrote: This is another simple maintainer update of sblg from 0.4.17 to 0.4.20. The changes included in this release and the previous couple are: sblg 0.4.20: "In list mode (-l), allow for "lon

UPDATE: archivers/libzip 1.5.1 = > 1.5.2

2019-03-31 Thread Brian Callahan
Hi ports -- Attached is an update to libzip. Changelog is here: https://libzip.org/news/release-1.5.2.html Notably, it adds support for other crypto backends but I just disabled that. Passes the build test. OK? ~Brian Index: Makefile ===

Re: [NEW]: audio/curseradio

2019-03-30 Thread Brian Callahan
On 3/30/19 8:45 AM, Stuart Henderson wrote: On 2019/03/29 23:21, Brian Callahan wrote: Hi Krystian -- On 3/29/19 8:37 PM, Krystian Lewandowski wrote: Curseradio is a simple curses interface for Internet radio browsing and playback. A few people were interested in it. https://github.com

Re: [NEW]: audio/curseradio

2019-03-29 Thread Brian Callahan
Hi Krystian -- On 3/29/19 8:37 PM, Krystian Lewandowski wrote: Curseradio is a simple curses interface for Internet radio browsing and playback. A few people were interested in it. https://github.com/chronitis/curseradio The application does not seem to be developed at the moment but I tested

Re: UPDATE: sysutils/coreutils 8.30 => 8.31

2019-03-28 Thread Brian Callahan
On 3/12/19 7:29 PM, Brian Callahan wrote: Hi ports -- Attached is an update to GNU coreutils-8.31, which was released a few days ago. Changelog is here: https://github.com/coreutils/coreutils/blob/master/NEWS All tests pass on amd64 but one, which is no change from 8.30. Please test

UPDATE: x11/icewm 1.5.2 => 1.5.3

2019-03-28 Thread Brian Callahan
Hi ports -- Attached is an update for IceWM. Testing on !amd64 appreciated; my macppc is currently trying to compile bigger things atm... Small changelog: https://github.com/ice-wm/icewm/releases/tag/1.5.3 ~Brian Index: Makefile ===

Re: [PATCH] update net/tintin++ to 2.01.7

2019-03-28 Thread Brian Callahan
On 3/28/19 4:55 PM, Lauri Tirkkonen wrote: Hi, sending to ports@ as the last commit message to this port says "MAINTAINER timeout". Straightforward version update. diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 121fa321289..051d12662a9 100644 --- a/net/tintin++/Makefile +++

Re: [UPDATE] games/cataclysm-dda 2019.02.08 -> 0.D release

2019-03-17 Thread Brian Callahan
On 3/17/19 6:29 PM, trondd wrote: The release of version 0.D is out! I do need help because pkg_add won't install 0.D over 2019.02.08, I guess it doesn't know it's a newer version. Do I need a quirk for that or use EPOCH? Haven't run into this situation before. Number went backwards. Set

Re: UPDATE: games/freedink/game and games/freedink/data && NEW: games/freedink/dfarc

2019-03-15 Thread Brian Callahan
On 3/15/19 5:03 PM, Brian Callahan wrote: Hi ports -- Big update for FreeDink to update to the latest engine and data releases. Also, a new subport for dfarc which is a game and D-Mod frontend for FreeDink. OK? ~Brian MAINTAINER email bounced. I'd like to take MAINTAINER too. ~Brian

UPDATE: games/freedink/game and games/freedink/data && NEW: games/freedink/dfarc

2019-03-15 Thread Brian Callahan
Hi ports -- Big update for FreeDink to update to the latest engine and data releases. Also, a new subport for dfarc which is a game and D-Mod frontend for FreeDink. OK? ~Brian Index: Makefile === RCS file: /cvs/ports/games/freed

UPDATE: sysutils/coreutils 8.30 => 8.31

2019-03-12 Thread Brian Callahan
, shell and text manipulation utilities -DISTNAME = coreutils-8.30 +DISTNAME = coreutils-8.31 CATEGORIES = sysutils MAINTAINER = Brian Callahan Index: distinfo === RCS file: /cvs/ports/sysutils/coreutils/distinfo,v retrieving

UPDATE: x11/icwem 1.3.8 => 1.5.2

2019-03-09 Thread Brian Callahan
n Exp $ +V= 1.5.2 COMMENT= small and fast window manager - -DISTNAME= icewm-1.3.8 -REVISION= 6 +DISTNAME= icewm-${V} +EXTRACT_SUFX= .tar.xz CATEGORIES= x11 -HOMEPAGE= http://www.icewm.org/ +HOMEPAGE= https://www.ice-wm.org/ +MAINTAINER= Brian Callahan -# LGPLv2 +# LGPLv2 only PERMIT_PACKAGE_

Re: seabios ("vmm-firmware") and gcc 8

2019-03-08 Thread Brian Callahan
On 3/8/19 12:39 PM, Stuart Henderson wrote: 17:08 < joshe> huh, someone in #coreboot saying they were having merely a small problem building coreboot on openbsd so I thought that was interesting. Turns out that seabios does build ok on OpenBSD, and works ok in initial testing, with gcc 8 (as

Re: NEW: games/openhexagon

2019-03-05 Thread Brian Callahan
On 1/27/19 9:42 PM, Brian Callahan wrote: On 1/23/19 8:05 AM, Brian Callahan wrote: On 1/23/19 1:56 AM, Anthony J. Bentley wrote: Brian Callahan writes: Hi ports -- Attached is a new port, games/openhexagon. Open Hexagon is a free open-source clone of the game Super Hexagon. Love

Re: UPDATE: cad/gerbv 2.6.2 => 2.7.0

2019-03-05 Thread Brian Callahan
On 2/5/19 9:40 PM, Brian Callahan wrote: Hi ports -- Attached is an update for gerbv. An announcement with important changes is here: http://gerbv.geda-project.org/ANNOUNCEMENT-2.7.0 Looking for testing before I commit, as I'm sure someone out there is using more advanced features th

NEW: lang/flang/f18

2019-03-04 Thread Brian Callahan
ang HOMEPAGE ?= http://www.flang-compiler.org/ @@ -11,8 +8,9 @@ MAINTAINER ?= Brian Callahan 7.1 or 8.0), you need to sync # patches with devel/llvm Index: flang/Makefile === RCS file: /cvs/ports/lang/flang/flang/Makefile,v retriev

Re: FIX: x11/jgmenu => allow building with base-gcc

2019-03-04 Thread Brian Callahan
On 3/4/19 10:48 PM, Jeremie Courreges-Anglas wrote: On Mon, Mar 04 2019, Brian Callahan wrote: Hi ports -- x11/jgmenu doesn't have a COMPILER line set. base-gcc does not understand all the warnings listed in the Makefile. If we remove those warnings, then base-gcc will compile jgmenu

Re: www/webkitgtk4 on sparc64

2019-03-04 Thread Brian Callahan
On 3/5/19 12:11 AM, Jeremie Courreges-Anglas wrote: webkitgtk4 fails to build on sparc64 and powerpc. http://build-failures.rhaalovely.net//sparc64/2019-02-03/www/webkitgtk4.log http://build-failures.rhaalovely.net/powerpc/2019-02-04/www/webkitgtk4.log With the diff below I can success

Set games/openclonk to ONLY_FOR_ARCHS=amd64 i386

2019-03-04 Thread Brian Callahan
Hi ports -- Reading through the latest macppc bulk build logs, I noticed that openclonk ships with an x86-only blake2 implementation. So set ONLY_FOR_ARCHS=amd64 i386 until I can figure something better out. While here, any objections to using Samurai? We already have Ninja disabled. And I h

FIX: x11/jgmenu => allow building with base-gcc

2019-03-04 Thread Brian Callahan
Hi ports -- x11/jgmenu doesn't have a COMPILER line set. base-gcc does not understand all the warnings listed in the Makefile. If we remove those warnings, then base-gcc will compile jgmenu just fine. No bump, since this doesn't change the package in any way. Noticed while reading through th

Re: use ports llvm-config in lang/flang

2019-03-02 Thread Brian Callahan
On 3/2/19 10:00 PM, Jonathan Gray wrote: Prepare for llvm-config in base and use ports llvm-config to avoid a build error. -- Found LLVM_CONFIG as /usr/bin/llvm-config CMake Error at CMakeLists.txt:72 (message): Not found: /usr/lib/cmake/llvm/LLVMConfig.cmake -- Configuring incomplete, e

Re: new: lane/janet

2019-02-16 Thread Brian Callahan
Hi James -- On 2/15/19 5:51 PM, James Turner wrote: Attached is a new port for a programming language called Janet. It's a pretty cool small functional imperative programming language with no depends. oks? Information for inst:janet-0.3.0 Comment: functional and imperative programming languag

Re: UPDATE: lang/flang 7.0.1

2019-02-12 Thread Brian Callahan
On 2/12/19 5:22 PM, Brian Callahan wrote: On 2/12/19 5:05 PM, Jeremie Courreges-Anglas wrote: On Tue, Feb 12 2019, Brian Callahan wrote: On 2/1/19 4:35 PM, Brian Callahan wrote: Hi ports -- Every time we update LLVM, flang needs to be updated and it takes me some time to get it done

Re: UPDATE: lang/flang 7.0.1

2019-02-12 Thread Brian Callahan
On 2/12/19 5:05 PM, Jeremie Courreges-Anglas wrote: On Tue, Feb 12 2019, Brian Callahan wrote: On 2/1/19 4:35 PM, Brian Callahan wrote: Hi ports -- Every time we update LLVM, flang needs to be updated and it takes me some time to get it done. Regarding this, do you want some time for the

Re: UPDATE: lang/flang 7.0.1

2019-02-12 Thread Brian Callahan
On 2/1/19 4:35 PM, Brian Callahan wrote: Hi ports -- Every time we update LLVM, flang needs to be updated and it takes me some time to get it done. It's done now. The patch is attached. Some notes: 1. Haven't turned arm64 back on. I expect it to work but would like to compil

Re: [UPDATE] audio/openal 1.19.1

2019-02-11 Thread Brian Callahan
On 2/10/19 4:06 AM, Leonid Bobrov wrote: Hi! Full changelog can be found here: https://github.com/kcat/openal-soft/blob/master/ChangeLog The most notable one is this release brings sndio input support, thanks to work done by Alexandre Ratchov. I raise minor number because my checks show tha

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2019-02-10 Thread Brian Callahan
On 2/9/19 5:36 PM, Thomas Frohwein wrote: [...] Ping? It would be nice to get this in. Tarball reattached for convenience. ~Brian Portswise looks fine to me. I tested running with and without the fixbug file - both started up fine. Haven't tested any other startup options. The main menu pl

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Brian Callahan
On 2/6/19 11:15 AM, Leonid Bobrov wrote: Hi Brian! First, I tried setting up daemon at init level, I added to /usr/ports/infrastructure/db/user.list the following: 831 _toxdht _toxdht net/toxcore Then I added toxdht.rc to net/toxcore/pkg with contents: ``` #!/bin/ksh daemon="${TRUEPREFIX}/bi

Re: Improve net/utox and take maintainership back

2019-02-06 Thread Brian Callahan
On 2/6/19 8:09 AM, Leonid Bobrov wrote: Hi! I'm willing to maintain this port. There are several impovements I've made to this port: * D-Bus support (upstreamed); * Tests support, all tests pass (upstreamed); * push-to-talk support (not upstreamed); * expanded description using upstream's RE

Re: Update net/toxic and take maintainership back

2019-02-06 Thread Brian Callahan
On 2/6/19 5:23 AM, Leonid Bobrov wrote: Hi! I am willing to maintain this port. Full changelog can be found here: https://github.com/TokTok/toxic/compare/v0.8.2...v0.8.3 Toxic's upstream has moved to https://github.com/TokTok/toxic, so all issues and PRs should go there. After the last PR

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Brian Callahan
Hi Leonid -- On 2/6/19 4:55 AM, Leonid Bobrov wrote: Hi! While I was contributing to Ravenports, John Marino from DragonFly BSD explained me why I should be maintainer. So I am willing to take back maintainership of ports I submitted to this mailing list. I disabled bootstrap daemon because it

Re: Improve net/utox and take maintainership back

2019-02-06 Thread Brian Callahan
On 2/6/19 9:14 AM, Brian Callahan wrote: I must have been overzealous in cleaning out my "send to /dev/null" list because here you are in my inbox again. Why should any of us bother given your track record? I imagine your diffs with languish here without some sort of serious

Re: Improve net/utox and take maintainership back

2019-02-06 Thread Brian Callahan
I must have been overzealous in cleaning out my "send to /dev/null" list because here you are in my inbox again. Why should any of us bother given your track record? I imagine your diffs with languish here without some sort of serious long-term change in attitude. ~Brian On 2/6/19 8:09 AM, L

Re: [NEW] fonts/work-sans

2019-02-06 Thread Brian Callahan
On 2/1/19 4:03 PM, George Rosamond wrote: pkg/DESCR Work Sans is a 9 weight typeface family based loosely on early Grotesques, i.e. Stephenson Blake, Miller & Richard and Bauerschen Giesserei. The core of the fonts are optimised for on-screen medium-sized text usage (14px-48px), but still can

Re: [UPDATE] textproc/unrtf =>0.21.10

2019-02-06 Thread Brian Callahan
Hi -- On 2/5/19 9:50 AM, George Rosamond wrote: George Rosamond: Updated from 0.21.9 plus fixed formatting of Makefile and DESCR. Also bumped automake version to 1.15. Resubmitting with diff attached and not inline, without bumping automake. If we're going to go the reformatting the Makefi

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2019-02-06 Thread Brian Callahan
On 12/28/18 1:45 PM, Brian Callahan wrote: On 11/25/18 11:09 AM, Brian Callahan wrote: On 11/24/18 5:26 PM, Max Fillinger wrote: On Fri, Nov 23, 2018 at 09:40:41PM -0500, Brian Callahan wrote: On 11/23/18 7:05 PM, Max Fillinger wrote: Thanks for your help! * No MAINTAINER--do you

UPDATE: cad/gerbv 2.6.2 => 2.7.0

2019-02-05 Thread Brian Callahan
espie Exp $ COMMENT= viewer for Gerber (RS-274X) files -DISTNAME= gerbv-2.6.2 +DISTNAME= gerbv-2.7.0 CATEGORIES= cad graphics -REVISION= 4 HOMEPAGE= http://gerbv.gpleda.org/ MAINTAINER= Brian Callahan -SHARED_LIBS += gerbv 0.1 # 1.5 +SHARED_LIBS +=

Re: [NEW] fonts/chivo

2019-02-05 Thread Brian Callahan
On 2/1/19 4:27 PM, Brian Callahan wrote: On 2/1/19 4:20 PM, George Rosamond wrote: Brian Callahan: On 2/1/19 8:33 AM, George Rosamond wrote: Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface family. The strength of Chivo Black makes it ideal for highlights and headlines

Re: [NEW] x11/jgmenu -> V2.0

2019-02-03 Thread Brian Callahan
nome(mate)-menus + 2) ob from an existing openbox menu.xml file + 3) pmenu with python3 text parsing On Feb 02, 2019: 20:44, Stuart Henderson wrote: On 2019/02/02 11:20, Brian Callahan wrote: On 2/2/19 10:27 AM, Heppler, J. Scott wrote: Hi ports, Attached is a port that builds the latest r

Re: [NEW] x11/jgmenu -> V2.0

2019-02-02 Thread Brian Callahan
On 2/2/19 10:27 AM, Heppler, J. Scott wrote: Hi ports, Attached is a port that builds the latest release of jgmenu. Upstream has made a large number of commits since 1.6.  Some of these commits targeted OpenBSD issues. Menu generation using XDG and firefox bookmarks has been deactivated and t

UPDATE: lang/flang 7.0.1

2019-02-01 Thread Brian Callahan
Hi ports -- Every time we update LLVM, flang needs to be updated and it takes me some time to get it done. It's done now. The patch is attached. Some notes: 1. Haven't turned arm64 back on. I expect it to work but would like to compile/run test it first instead of blindly turning it on. 2.

Re: [NEW] fonts/chivo

2019-02-01 Thread Brian Callahan
On 2/1/19 4:20 PM, George Rosamond wrote: Brian Callahan: On 2/1/19 8:33 AM, George Rosamond wrote: Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface family. The strength of Chivo Black makes it ideal for highlights and headlines. Chivo Regular's elegance makes it idea

Re: [NEW] fonts/chivo

2019-02-01 Thread Brian Callahan
On 2/1/19 8:33 AM, George Rosamond wrote: Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface family. The strength of Chivo Black makes it ideal for highlights and headlines. Chivo Regular's elegance makes it ideal for combining with the strength of Chivo Black and for for continuo

Re: NEW: games/openhexagon

2019-01-27 Thread Brian Callahan
On 1/23/19 8:05 AM, Brian Callahan wrote: On 1/23/19 1:56 AM, Anthony J. Bentley wrote: Brian Callahan writes: Hi ports -- Attached is a new port, games/openhexagon. Open Hexagon is a free open-source clone of the game Super Hexagon. Love this game, happy to see a port. Two things

Re: NEW: games/openhexagon

2019-01-23 Thread Brian Callahan
On 1/23/19 1:56 AM, Anthony J. Bentley wrote: Brian Callahan writes: Hi ports -- Attached is a new port, games/openhexagon. Open Hexagon is a free open-source clone of the game Super Hexagon. Love this game, happy to see a port. Two things

NEW: games/openhexagon

2019-01-22 Thread Brian Callahan
Hi ports -- Attached is a new port, games/openhexagon. Open Hexagon is a free open-source clone of the game Super Hexagon. --- pkg/DESCR: Open Hexagon is a free open-source clone of the game Super Hexagon. Gameplay is easy to learn but hard to master. You control a triangle that rotates aroun

NEW: misc/feathernotes

2019-01-22 Thread Brian Callahan
Hi ports -- Attached is a new port, misc/feathernotes. FeatherNotes is a lightweight Qt5 notes manager. It is made by the same developer who wrote editors/featherpad, so the ports looks almost identical. --- pkg/DESCR: FeatherNotes is a lightweight Qt5 hierarchical notes manager. It is indepe

Re: UPDATE: audio/mscore to 3.0.0

2019-01-13 Thread Brian Callahan
On 1/11/19 6:23 PM, Sebastian Reitenbach wrote: Hi Brian, Am Freitag, Januar 11, 2019 23:14 CET, Brian Callahan schrieb: Hi Sebastian -- On 1/10/19 8:26 AM, Sebastian Reitenbach wrote: Find attached and inline an update of Musescore to 3.0.0. See the release notes for changes

Re: UPDATE: audio/mscore to 3.0.0

2019-01-11 Thread Brian Callahan
Hi Sebastian -- On 1/10/19 8:26 AM, Sebastian Reitenbach wrote: Find attached and inline an update of Musescore to 3.0.0. See the release notes for changes: https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3 Also you may find this mentioning remarks/bu

Re: NEW: games/bstone

2018-12-30 Thread Brian Callahan
On 12/30/18 11:56 AM, Brian Callahan wrote: On 12/30/18 12:04 AM, Jonathan Gray wrote: On Fri, Dec 28, 2018 at 11:17:33AM -0500, Brian Callahan wrote: On 12/26/18 6:52 PM, Brian Callahan wrote: On 12/26/18 6:43 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 06:06:14PM -0500, Brian

Re: NEW: games/bstone

2018-12-30 Thread Brian Callahan
On 12/30/18 12:04 AM, Jonathan Gray wrote: On Fri, Dec 28, 2018 at 11:17:33AM -0500, Brian Callahan wrote: On 12/26/18 6:52 PM, Brian Callahan wrote: On 12/26/18 6:43 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 06:06:14PM -0500, Brian Callahan wrote: On 12/26/18 6:00 PM, Jonathan

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2018-12-28 Thread Brian Callahan
On 11/25/18 11:09 AM, Brian Callahan wrote: On 11/24/18 5:26 PM, Max Fillinger wrote: On Fri, Nov 23, 2018 at 09:40:41PM -0500, Brian Callahan wrote: On 11/23/18 7:05 PM, Max Fillinger wrote: Thanks for your help! * No MAINTAINER--do you want it? What does that entail?  I want to keep

Re: NEW: games/bstone

2018-12-28 Thread Brian Callahan
On 12/26/18 6:52 PM, Brian Callahan wrote: On 12/26/18 6:43 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 06:06:14PM -0500, Brian Callahan wrote: On 12/26/18 6:00 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 09:24:18AM -0500, Brian Callahan wrote: On 12/25/18 6:26 PM, Jonathan

Re: NEW: games/bstone

2018-12-26 Thread Brian Callahan
On 12/26/18 6:43 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 06:06:14PM -0500, Brian Callahan wrote: On 12/26/18 6:00 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 09:24:18AM -0500, Brian Callahan wrote: On 12/25/18 6:26 PM, Jonathan Gray wrote: On Tue, Dec 25, 2018 at 10:35:02AM

Re: NEW: games/bstone

2018-12-26 Thread Brian Callahan
On 12/26/18 6:00 PM, Jonathan Gray wrote: On Wed, Dec 26, 2018 at 09:24:18AM -0500, Brian Callahan wrote: On 12/25/18 6:26 PM, Jonathan Gray wrote: On Tue, Dec 25, 2018 at 10:35:02AM -0500, Brian Callahan wrote: Hi ports -- Attached is a new port, games/bstone. BStone is a source port of

Re: NEW: games/bstone

2018-12-26 Thread Brian Callahan
On 12/25/18 6:26 PM, Jonathan Gray wrote: On Tue, Dec 25, 2018 at 10:35:02AM -0500, Brian Callahan wrote: Hi ports -- Attached is a new port, games/bstone. BStone is a source port of Blake Stone FPS game series engine. --- pkg/DESCR: BStone is a source port of the Blake Stone game series

Re: multimedia/xine-lib: fix build on aarch64

2018-12-26 Thread Brian Callahan
On 12/26/18 6:54 AM, Pascal Stumpf wrote: Make use of devel/gas on aarch64. Index: Makefile === RCS file: /cvs/ports/multimedia/xine-lib/Makefile,v retrieving revision 1.139 diff -u -p -r1.139 Makefile --- Makefile24 Oct 201

NEW: games/bstone

2018-12-25 Thread Brian Callahan
Hi ports -- Attached is a new port, games/bstone. BStone is a source port of Blake Stone FPS game series engine. --- pkg/DESCR: BStone is a source port of the Blake Stone game series games Aliens of Gold and Planet Strike. Features: * High resolution rendering of the world (extended vanilla e

Re: NEW: m17n (internationalization library)

2018-12-24 Thread Brian Callahan
On 12/24/18 12:26 PM, Eric Brown wrote: Dear List: Please find attached two new ports that make available m17n: devel/m17n-lib which depends on: misc/m17n-db Furthermore, I have made some small changes to a prior submission of misc/libotf, and have included here for convenience. Bes

FIX: multimedia/xine-lib on aarch64

2018-12-18 Thread Brian Callahan
Hi ports -- Currently, multimedia/xine-lib fails to build on aarch64: http://build-failures.rhaalovely.net/aarch64/2018-12-03/multimedia/xine-lib.log This is because the configure script insists on finding an assembler in its $PATH. It does so by checking if an AS env variable is set and if no

Re: unable to use games/postal following README

2018-12-18 Thread Brian Callahan
On 12/18/18 3:05 AM, Solene Rapenne wrote: hi, I bought Postal 1 on GOG, downloaded the windows installer as explained in the README file. When I use innoextract on it, it doesn't produce the same result as explained in the README. Lot of files like POSTAL.INI or the res folder get extracted i

Re: powerpc bulk build report

2018-12-12 Thread Brian Callahan
On 12/12/18 3:55 PM, Brian Callahan wrote: On 12/12/18 3:51 PM, Charlene Wendling wrote: On Tue, 11 Dec 2018 16:29:13 -0700 (MST) lan...@openbsd.org wrote: http://build-failures.rhaalovely.net//powerpc/2018-12-01/games/prboom-plus.log Hi, The diff says it all ;) As sparc64 has the

Re: powerpc bulk build report

2018-12-12 Thread Brian Callahan
On 12/12/18 3:51 PM, Charlene Wendling wrote: On Tue, 11 Dec 2018 16:29:13 -0700 (MST) lan...@openbsd.org wrote: http://build-failures.rhaalovely.net//powerpc/2018-12-01/games/prboom-plus.log Hi, The diff says it all ;) As sparc64 has the same issue, it should fix the build there as well.

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

2018-12-12 Thread Brian Callahan
Reviving this with an updated patch... On 11/29/18 12:19 PM, Brian Callahan wrote: On 11/29/18 8:17 AM, Pascal Stumpf wrote: On Wed, 28 Nov 2018 12:47:21 -0500, Brian Callahan wrote: On 11/28/18 6:54 AM, Stuart Henderson wrote: On 2018/11/27 19:36, George Koehler wrote: On Tue, 27 Nov

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

2018-12-12 Thread Brian Callahan
On 12/12/18 2:51 AM, Xiyue Deng wrote: Jeremie Courreges-Anglas writes: On Mon, Dec 10 2018, Xiyue Deng wrote: [...] Sounds great! It will be great to have it backported to -stable as well. "will" Please keep in mind that development happens on -current. Backporting diffs from -curre

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

2018-12-09 Thread Brian Callahan
On 12/9/18 10:49 PM, Xiyue Deng wrote: Hi, As title says. LLVM 6.0.1p8 build fails due to missing header files. The most relevant outputs: #+BEGIN_QUOTE In file included from /usr/ports/pobj/llvm-6.0.1/llvm-6.0.1.src/tools/lldb/source/Interpreter/CommandInterpreter.cpp:53:0: /usr/ports/pob

UPDATE: devel/sdcc 3.7.0 => 3.8.0

2018-12-09 Thread Brian Callahan
s not support target aarch64-unknown-openbsd6.2. -DISTNAME= sdcc-src-3.7.0 +DISTNAME= sdcc-src-3.8.0 PKGNAME= ${DISTNAME:S/-src//} -REVISION= 1 EXTRACT_SUFX= .tar.bz2 CATEGORIES= devel @@ -16,7 +15,8 @@ MAINTAINER= Brian Callahan Index: dis

Re: NEW: pcalc-4

2018-12-04 Thread Brian Callahan
On 12/4/18 4:57 PM, Charles A Daniels wrote: COMPILER and COMPILER_LANGS go right above BUILD_DEPENDS here, but that can be moved on import. How is the preferred order determined, so I can make sure things are ordered correctly in the future? PORTSDIR/infrastructure/templates/Makefile.templ

Re: NEW: pcalc-4

2018-12-04 Thread Brian Callahan
On 12/4/18 4:47 PM, Charles A Daniels wrote: pcalc.012 passes on i386 (i.e. little-endian 32-bit) with clang (default compiler) or ports-gcc, but fails with base-gcc. Based on this I would set COMPILER = base-clang ports-gcc COMPILER_LANGS =c Please add CC="${CC}" to MA

Re: NEW: pcalc-4

2018-12-04 Thread Brian Callahan
On 12/4/18 4:29 PM, Stuart Henderson wrote: On 2018/12/04 15:36, Brian Callahan wrote: On 12/2/18 2:34 PM, Charles A Daniels wrote: Thanks to the help of Klemens, Brian, and Stuart, I have ported pcalc (originally written by Peter Glen, now maintained by Mike Frysinger). Brief description

Re: NEW: pcalc-4

2018-12-04 Thread Brian Callahan
On 12/4/18 4:11 PM, Charles A Daniels wrote: This version is much nicer. I agree your version is more pleasing. I approve of using this. I'm still new around here and learning the conventions, so having this to diff is very helpful for me. My interpretation of Mike's (the upstream) response

Re: NEW: pcalc-4

2018-12-04 Thread Brian Callahan
On 12/2/18 2:34 PM, Charles A Daniels wrote: Thanks to the help of Klemens, Brian, and Stuart, I have ported pcalc (originally written by Peter Glen, now maintained by Mike Frysinger). Brief description: Programmer's calculator,  command line utility. There was always a loophole when

Re: port for vapier/pcalc

2018-12-01 Thread Brian Callahan
It would be better for all of us if you sent a complete port rather than just a Makefile, since our feedback on the Makefile could very well change other parts of a port (like, especially the pkg/PLIST). Indeed, some of Klemens's feedback will change the resulting package. ~Brian On 12/1/18 4

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

2018-11-29 Thread Brian Callahan
On 11/29/18 8:17 AM, Pascal Stumpf wrote: On Wed, 28 Nov 2018 12:47:21 -0500, Brian Callahan wrote: On 11/28/18 6:54 AM, Stuart Henderson wrote: On 2018/11/27 19:36, George Koehler wrote: On Tue, 27 Nov 2018 16:12:08 -0500 George Koehler wrote: NetBSD's packages of gcc5 and gc

Re: burp 2.2.12

2018-11-28 Thread Brian Callahan
Hi Florian -- On 11/25/18 5:40 AM, Florian Obser wrote: I started to use burp 2.1 the other day and has the shortcoming that it can only listen on one port. And :: means IPv6 in OpenBSD, you don't magically get a v4 socket, too. 2.2.12 gained the feature of listening on multiple sockets, but th

NEW: sysutils/diffoscope

2018-11-27 Thread Brian Callahan
Hi ports -- Now that py-magic has been imported, I'm bringing back sysutils/diffoscope. Diffoscope is a utility that provides in-depth comparison of files, archives, and directories. --- pkg/DESCR: diffoscope will try to get to the bottom of what makes files or directories different. It will

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

2018-11-27 Thread Brian Callahan
On 11/27/18 6:20 AM, Pascal Stumpf wrote: On Mon, 26 Nov 2018 23:05:45 -0500, Brian Callahan wrote: Hi ports -- For some reason, the gcc package doesn't install the stdatomic.h header. Which doesn't matter, until it matters. I believe GCC expects this header to be present o

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

2018-11-26 Thread Brian Callahan
Hi ports -- For some reason, the gcc package doesn't install the stdatomic.h header. Which doesn't matter, until it matters. Discovered when I was building Firefox on amd64 with gcc-6.4.0 (which works at runtime just fine, but is not a discussion to be had on this thread because it's way mor

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2018-11-25 Thread Brian Callahan
On 11/24/18 5:26 PM, Max Fillinger wrote: On Fri, Nov 23, 2018 at 09:40:41PM -0500, Brian Callahan wrote: On 11/23/18 7:05 PM, Max Fillinger wrote: Thanks for your help! * No MAINTAINER--do you want it? What does that entail? I want to keep this port working and up to date, if I can

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2018-11-23 Thread Brian Callahan
On 11/23/18 7:05 PM, Max Fillinger wrote: Thanks for your help! * No MAINTAINER--do you want it? What does that entail? I want to keep this port working and up to date, if I can. But I won't be any help if someone has, for example, a problem on a non-i386/amd64 platform. * Made the buil

Re: Patch to enable XFT on lemonbar

2018-11-23 Thread Brian Callahan
Hi Joel -- On 11/22/18 6:53 PM, Joel Carnat wrote: Hi, On a journey to find a statusbar for cwm, I found that x11/lemonbar didn't support XFT. I used sources from https://github.com/krypt-n/bar to compile on OpenBSD 6.4/amd64 and it seems to work. So far, it compiles, lemonbar starts and render

Re: [WIP/NEW] 1oom - Master of Orion 1 engine

2018-11-22 Thread Brian Callahan
Hi Max -- Thanks for the port! Comments inline and a fixed up tarball attached. On 11/22/18 7:51 PM, Max Fillinger wrote: Hi! I made a port for 1oom, an open-source engine recreation for the turn-based strategy game Master of Orion 1. The files from the original game are required to play. 1o

FIX: games/armagetronad

2018-11-19 Thread Brian Callahan
Hi ports -- Attached is a band-aid fix to games/armagetronad. It was reported to me some time ago that the game crashes with a segfault when starting a game. I tracked it down to clang's warning on two source files that look like this: tron/gCycle.cpp:623:16: warning: reference cannot be boun

Re: UPDATE: textprox/the_silver_searcher-2.2.0

2018-11-19 Thread Brian Callahan
On 11/19/18 5:17 AM, Stuart Henderson wrote: On 2018/11/18 16:34, Brian Callahan wrote: How about this version, which also sets the HOMEPAGE and MASTER_SITES to use https, since we're already here? Florian, what do you think? Changelog is here, btw (you can always generate chang

Re: UPDATE: textprox/the_silver_searcher-2.2.0

2018-11-18 Thread Brian Callahan
How about this version, which also sets the HOMEPAGE and MASTER_SITES to use https, since we're already here? Florian, what do you think? Changelog is here, btw (you can always generate changelogs between two arbitrary points on github): https://github.com/ggreer/the_silver_searcher/compare/2.

<    2   3   4   5   6   7   8   9   10   11   >