Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread dettus
On 5/22/19 2:21 AM, Brian Callahan wrote: Attached is a slightly tweaked tarball based on that public repo. The port was mostly good; I just made small adjustments to bring things into our standard conventions (like, not starting COMMENT with a capital letter or an indefinite article).

[update] archivers/p5-Compress-LZO 1.08 -> 1.09

2019-05-21 Thread Charlene Wendling
Here is an update for Compress::LZO, and a much needed modernisation of the port [0]. What's new upstream [1]: - move to lzo-2.x, and make the module build with it - bunch of new tests What's new in the port: - use the cpan MODULE for distfiles and homepage, it also avoids the PKG/DISTNAME

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Brian Callahan
Hi Thomas -- On 5/21/19 7:26 PM, Stuart Henderson wrote: Hi - "Leonid Bobrov" is wrong about CC/CFLAGS, it is totally acceptable to set variables in your Makefile and override them with command line flags. And it is not necessary to add a pkg-readme if the normal documentation is enough. -

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Stuart Henderson
Hi - "Leonid Bobrov" is wrong about CC/CFLAGS, it is totally acceptable to set variables in your Makefile and override them with command line flags. And it is not necessary to add a pkg-readme if the normal documentation is enough. -- Sent from a phone, apologies for poor formatting. On 21 M

Re: Libllvm conflict [Fwd: LLVM ERROR: inconsistency in registered CommandLine options]

2019-05-21 Thread Masayoshi Fujimoto
Hi,Thank you. I wrote that > > > I used amd64/install6.5.iso from ftp server, > > > OpenBSD 6.5 (guest on Virtualbox). FreeBSD-12.0 (host) This means I clean install OpenBSD 6.5 on VirtualBox. https://ftp.riken.jp/pub/OpenBSD/6.5/amd64/install65.iso If I clean install OpenBSD 6.4 on VirtualBox, I

Re: Libllvm conflict [Fwd: LLVM ERROR: inconsistency in registered CommandLine options]

2019-05-21 Thread Masayoshi Fujimoto
Hi,Thank you. I wrote that > > > I used amd64/install6.5.iso from ftp server, > > > OpenBSD 6.5 (guest on Virtualbox). FreeBSD-12.0 (host) This means I clean install OpenBSD 6.5 on VirtualBox. https://ftp.riken.jp/pub/OpenBSD/6.5/amd64/install65.iso If I clean install OpenBSD 6.4 on VirtualBox, I

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread dettus
Sorry for that language of mine, I meant no offense, but anyway I caused misunderstanding. Thomas, I assume that dMagnetic.ini file is an example configuration, if so, it's better to place it in ${PREFIX}/share/examples/dMagnetic/ (I see that I made a mistake by pointing README.txt file there)

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Leonid Bobrov
On Tue, May 21, 2019 at 04:45:48PM +0200, Thomas Dettbarn wrote: > > Brian Callahan hat am 21. Mai 2019 um 16:12 geschrieben: > > > > > > > > > > On 5/21/19 10:01 AM, Leonid Bobrov wrote: > > > http://www.dettus.net/dMagentic returns 404 error, fix this link. > > > > > >> PKGNAME =

Move lang/pcc to lang/pcc/pcc, update to 20190521 and add lang/pcc/pcc-libs

2019-05-21 Thread Leonid Bobrov
@ +# $OpenBSD: Makefile,v 1.17 2019/05/03 16:59:10 danj Exp $ + +ONLY_FOR_ARCHS = i386 amd64 sparc64 mips64 mips64el powerpc + +V = 20190521 +EXTRACT_SUFX = .tgz + +CATEGORIES ?= lang + +HOMEPAGE ?=http://pcc.ludd.ltu.se/ + +# BSD +PERMIT_PACKAGE_CDROM = Yes + +CONFIGURE_STYLE =gnu In

Re: arandr: upate to 1.1.10

2019-05-21 Thread Klemens Nanni
New diff after naddy's gettext sweep. Index: Makefile === RCS file: /cvs/ports/x11/arandr/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile20 May 2019 22:15:27 - 1.7 +++ Makefile21 May 2019 16:

Re: [New]www/p5-WWW-Form-UrlEncoded

2019-05-21 Thread Charlene Wendling
Hi Wen, On Tue, 21 May 2019 08:20:15 + wen heping wrote: > Hi, ports@: > > Here is a patch to create www/p5-WWW-Form-UrlEncoded, it is > required by the update of p5-Plack, which is required by the update > of p5-Dancer2. > > It build well and passed all tests on my amd64-current system

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Thomas Dettbarn
> Brian Callahan hat am 21. Mai 2019 um 16:12 geschrieben: > > > > > On 5/21/19 10:01 AM, Leonid Bobrov wrote: > > http://www.dettus.net/dMagentic returns 404 error, fix this link. > > > >> PKGNAME = dMagneticx-${V} > > Maybe it's better to avoid upper-vase letters in PKGNAME? > > > >

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Thomas Dettbarn
Don't be sorry. I was not offended. :) The most important thing was: He helped me! > Brian Callahan hat am 21. Mai 2019 um 16:12 geschrieben: > > > > > On 5/21/19 10:01 AM, Leonid Bobrov wrote: > > http://www.dettus.net/dMagentic returns 404 error, fix this link. > > > >> PKGNAME =

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Brian Callahan
On 5/21/19 10:01 AM, Leonid Bobrov wrote: http://www.dettus.net/dMagentic returns 404 error, fix this link. PKGNAME = dMagneticx-${V} Maybe it's better to avoid upper-vase letters in PKGNAME? REVISION = 0 Remove this line. MAINTAINER =Joe User D

Re: Update lang/pcc and add devel/pcc-libs

2019-05-21 Thread Brian Callahan
On 5/21/19 9:25 AM, Leonid Bobrov wrote: On Tue, May 21, 2019 at 09:11:37AM -0400, Brian Callahan wrote: I work a lot with Anders to keep pcc working on OpenBSD. Current checkouts of the pcc and pcc-libs CVS trees compile out of the box on OpenBSD. A couple things: 1. New ports are traditiona

new port games/dMagnetic (help me, please)

2019-05-21 Thread Leonid Bobrov
http://www.dettus.net/dMagentic returns 404 error, fix this link. > PKGNAME = dMagneticx-${V} Maybe it's better to avoid upper-vase letters in PKGNAME? > REVISION =0 Remove this line. > MAINTAINER = Joe User Don't be a jerk. Remove this line or write yourself

[new] greybird gtk/xfce theme

2019-05-21 Thread Landry Breuil
Hi, here's a quick port of https://github.com/shimmerproject/Greybird which is the default gtk/xfce theme used in xubuntu since a while, and more or less the default/official 'Xfce' theme. ok to import ? Landry greybird-3.22.10.tgz Description: application/tar-gz

Re: FIX: py-scipy on arm64 [WAS: aarch64 bulk build report]

2019-05-21 Thread Martin Reindl
On Fri, May 17, 2019 at 06:45:29AM -0600, phess...@openbsd.org wrote: > http://build-failures.rhaalovely.net/aarch64/2019-05-13/math/py-scipy.log Pick up gfortran for py-scipy on arm64. macppc and amd64 are still happy. -m Index: Makefile

Re: Update lang/pcc and add devel/pcc-libs

2019-05-21 Thread Leonid Bobrov
On Tue, May 21, 2019 at 09:11:37AM -0400, Brian Callahan wrote: > I work a lot with Anders to keep pcc working on OpenBSD. Current checkouts > of the pcc and pcc-libs CVS trees compile out of the box on OpenBSD. > A couple things: > 1. New ports are traditionally sent as tarballs, not a collection

Re: Update lang/pcc and add devel/pcc-libs

2019-05-21 Thread Leonid Bobrov
On Tue, May 21, 2019 at 09:01:10AM -0400, Daniel Dickman wrote: > Thanks. I also have an update for pcc. I can take a look at your version. > My version is based on what FreeBSD has already done and by previous topic on this list about updating pcc to 1.1.0, this is nothing new. > If we do add pc

Re: Update lang/pcc and add devel/pcc-libs

2019-05-21 Thread Brian Callahan
On 5/21/19 8:50 AM, Leonid Bobrov wrote: Hi! I don't know where to find a changelog, so I guess only running cvs diff will help (and I don't know how to receive commit history not per file). Also Daniel mentioned that it's better to use snapshot because there are lots of fixes and 1.1.0 has

audio/audacity -latomic

2019-05-21 Thread Raphael Graf
The diff below fixes linking on macppc. Is there a better way to check if '-latomic' is needed? Index: patches/patch-configure_ac === RCS file: /cvs/ports/audio/audacity/patches/patch-configure_ac,v retrieving revision 1.2 diff -u -p

Update lang/pcc and add devel/pcc-libs

2019-05-21 Thread Leonid Bobrov
Hi! I don't know where to find a changelog, so I guess only running cvs diff will help (and I don't know how to receive commit history not per file). Also Daniel mentioned that it's better to use snapshot because there are lots of fixes and 1.1.0 has a build problem. But meanwhile I send the late

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Solene Rapenne
On Tue, May 21, 2019 at 02:36:54PM +0200, Thomas Dettbarn wrote: > Hello. > > > So, i created an initial port for version 0.12 of my project dMagnetic- A > Magnetic Scrolls Interpreter. I uploaded it to my website > http://www.dettus.net/dMagentic. > http://www.dettus.net/dMagentic, > > > And

Re: new port games/dMagnetic (help me, please)

2019-05-21 Thread Thomas Dettbarn
No idea if this mailing list allows screenshots, but this is what it looks like when you play "The Pawn" in an xterm window. > Thomas Dettbarn hat am 21. Mai 2019 um 14:36 geschrieben: > > > Hello. > > > So, i created an initial port for version 0.12 of my project dMagnetic- A > Ma

new port games/dMagnetic (help me, please)

2019-05-21 Thread Thomas Dettbarn
Hello. So, i created an initial port for version 0.12 of my project dMagnetic- A Magnetic Scrolls Interpreter. I uploaded it to my website http://www.dettus.net/dMagentic. http://www.dettus.net/dMagentic, And you can download it at http://www.dettus.net/dMagnetic/openbsd_games_dMagnetic.tar.

Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-21 Thread Jan Vlach
Hi Gleydson, thank you for getting in touch! I'm running it in production, so yes, taking maintainer is ok. I haven't tried to rebuild with 6.5 yet, that's on my TODO list though. Could do that in next few days for both 6.5 and -current. Thank you, Jan On Mon, May 20, 2019 at 04:55:33PM -030

Update net/toxcore and net/toxic, improve net/utox, take maintainership back.

2019-05-21 Thread Leonid Bobrov
Hi! Maybe it's too many ports in one mail, but I don't want to resend 3 different topics when these 3 ports are about the same thing and they are simple. Changelogs for both net/toxcore and net/toxic can be found here: https://github.com/TokTok/c-toxcore/blob/master/CHANGELOG.md https://github.co

[New]www/p5-WWW-Form-UrlEncoded

2019-05-21 Thread wen heping
Hi, ports@: Here is a patch to create www/p5-WWW-Form-UrlEncoded, it is required by the update of p5-Plack, which is required by the update of p5-Dancer2. It build well and passed all tests on my amd64-current system. Comments? wen p5-WWW-Form-UrlEncoded-0.25.tar.gz Description: p5-WWW-