[maintainer update] yle-dl-20181221

2018-12-29 Thread Timo Myyrä
Hi, Here's update to latest version of yle-dl. This requires the py-attrs update I've already sent. Also drops patch in favor of using sed to modify setup.py. Timo Index: Makefile === RCS file: /cvs/ports/multimedia/yle-dl/Makefile,

[update] py-attrs-18.2.0

2018-12-29 Thread Timo Myyrä
Hi, Here is a diff to bump devel/py-attrs version. This is required for yle-dl update. Timo Index: Makefile === RCS file: /cvs/ports/devel/py-attrs/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile2

Re: NEW: games/bstone

2018-12-29 Thread Jonathan Gray
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 Gray wrote:

Re: fix devel/tbb on aarch64

2018-12-29 Thread Jonathan Gray
On Sat, Dec 29, 2018 at 07:18:22PM +0100, Pascal Stumpf wrote: > This is enough to get tbb to build and test successfully on aarch64. > > > Index: patches/patch-build_OpenBSD_inc > === > RCS file: patches/patch-build_OpenBSD_inc > di

Re: Work-around for not-shown JPEG images in www/links+

2018-12-29 Thread trondd
On Sat, December 29, 2018 5:14 pm, Ted Unangst wrote: > Hannes Wenzel wrote: >> I don't see whether upstream deliberately or accidentally does >> #cmakedefine HAVE_LOCAL_H >> instead of >> #cmakedefine HAVE_LOCAL_H 1 >> and I, honestly, don't care. Just want to get this off my mind. > > fyi, the po

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 01:46:55AM +0100, Klemens Nanni wrote: > Yes, see `man -Otag SUBST_VARS bsd.port.mk' and other users in the tree. Typo, my bad. man -O tag=SUBST_VARS bsd.port.mk

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 02:10:52AM +0200, Hannu Vuolasaho wrote: > The xschem-2.8.1 doesn't support that. I'll write patch to upstream so next > version will have that fixed too. It's a make variable so you can always pass it through MAKE_ENV or MAKE_FLAGS, but since that's relevant for the fake/in

Re: NEW: cad/xschem

2018-12-29 Thread Hannu Vuolasaho
la 29. jouluk. 2018 klo 16.49 Klemens Nanni (k...@openbsd.org) kirjoitti: > * can you avoid the Makefile patch for MANDIR by passing it as configure > flag? The xschem-2.8.1 doesn't support that. I'll write patch to upstream so next version will have that fixed too. > * the stylistic C fixes s

Re: [Update] editors/tiled 1.2.1

2018-12-29 Thread Max Fillinger
Fixed some comments sent off-list by Rafael Sadowski. (Thanks for pointing me to /usr/src/lib/check_sym!) * Major version bump for shared library libtiled. (No change to the comment because the version wasn't bumped by tiled itself.) * Homepage uses https now. * "COMPILER = ..." is unnecessary

fix inputmethods/uim on aarch64

2018-12-29 Thread Pascal Stumpf
Add aarch64 support to the internal copy of boehm-gc, taken from boehm-gc upstream and the OpenBSD port. Index: patches/patch-sigscheme_libgcroots_include_private_gcconfig_h === RCS file: patches/patch-sigscheme_libgcroots_include_pr

Re: Work-around for not-shown JPEG images in www/links+

2018-12-29 Thread Ted Unangst
Hannes Wenzel wrote: > I don't see whether upstream deliberately or accidentally does > #cmakedefine HAVE_LOCAL_H > instead of > #cmakedefine HAVE_LOCAL_H 1 > and I, honestly, don't care. Just want to get this off my mind. fyi, the port was updated after 6.4 to fix this. http://cvsweb.openbsd.org

[UPDATE] devel/p5-Parse-RecDescent 1.967009 -> 1.967015

2018-12-29 Thread Charlene Wendling
This is an update for devel/p5-Parse-RecDescent that unbreaks tests with the future Perl 5.28. What's new upstream (partial, see [1]): - The directive to eval similar to other directives, rather than being single-quoted in the resulting parser. Please note that's it's *not backward comp

Work-around for not-shown JPEG images in www/links+

2018-12-29 Thread Hannes Wenzel
Hello, everybody! My links+ in 6.4 would not display JPEG images and I figured it was due to the configure script not detecting jpeglib. My current work-around: 1. define HAVE_LOCAL_H with 1 /usr/local/include/jconfig.h: -#define HAVE_LOCAL_H +#define HAVE_LOCAL_H 1 2. rebuild the

fix editors/libreoffice with poppler-0.72.0

2018-12-29 Thread Matthias Kilian
Hi, the diff below would fix the build of libreoffice after the update of poppler to 0.72.0 (https://marc.info/?l=openbsd-ports&m=154594206203586&w=2). ok (after the commit of the poppler update in a few days)? Ciao, Kili Index: patches/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutde

Re: UPDATE: editors/texworks (was: poppler-qt4)

2018-12-29 Thread Matthias Kilian
Hi, On Thu, Dec 27, 2018 at 06:03:40PM +, Edd Barrett wrote: > The double comma thing: I thought that was a typo which happened > to work, but I'm willing to be proven wrong! I think it was some copy&paste thing from the past. Some tools did (still do) output more than just one comma for flav

[UPDATE] devel/p5-Test-SubCalls 1.09 -> 1.10

2018-12-29 Thread Charlene Wendling
Here is a small update for Test::SubCalls, the only change is a move to Dist::Zilla to allow the module to be installed with our future Perl 5.28 [1]. Port wise, it's also a simple version bump, with the usual permissions fix we need with ETHER's modules ;) Testing: - 'make test' passes - T

fix devel/tbb on aarch64

2018-12-29 Thread Pascal Stumpf
This is enough to get tbb to build and test successfully on aarch64. Index: patches/patch-build_OpenBSD_inc === RCS file: patches/patch-build_OpenBSD_inc diff -N patches/patch-build_OpenBSD_inc --- /dev/null 1 Jan 1970 00:00:00 -00

[Update] editors/tiled 1.2.1

2018-12-29 Thread Max Fillinger
Here's an update to version 1.2.1 for the map editor tiled. The main change for the Makefile is that the project is hosted on Github now. Index: editors/tiled//Makefile === RCS file: /cvs/ports/editors/tiled/Makefile,v retrieving r

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-29 Thread Edward Lopez-Acosta
Stuart, I am not sure I understand the question or the issues you refer to. Can you clarify for me so I can look more into it please? Are you also proposing the GitHub directives already provided are bad as well? On December 29, 2018 2:40:24 PM UTC, Stuart Henderson wrote: >On 2018/12/29 08:2

[UPDATE] devel/p5-MooseX-Has-Sugar 0.05070419 -> 1.000006

2018-12-29 Thread Charlene Wendling
I'm proposing here an update for MooseX::Has::Sugar that fixes tests with our future Perl 5.28. What's new upstream (partial, see [1]) - Fixed compile tests to avoid .-in-@INC issues - Mostly distribution and Pod updates/fixes What's new in the port: - Due to a switch to EUMM, modbuild sup

Re: NEW: cad/xschem

2018-12-29 Thread Klemens Nanni
On Thu, Dec 20, 2018 at 10:36:05PM +0200, Hannu Vuolasaho wrote: > This is my first port so please help me to get it right. The port looks fairly good, some things: * V is used once so it can go to DISTNAME directly * can you avoid the Makefile patch for MANDIR by passing it as configure flag? *

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-29 Thread Stuart Henderson
On 2018/12/29 08:24, Edward Lopez-Acosta wrote: > Any feedback for this? How is gitlab doing at keeping stable distfiles? If it's even worse than github (and I have a feeling it might be) then I wouldn't really want to encourage people using it directly as a source.

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-29 Thread Edward Lopez-Acosta
Any feedback for this? Edward Lopez-Acosta On 12/16/18 9:11 AM, Edward Lopez-Acosta wrote: Hello, I spent some time and added GitLab support to bsd.port.mk in a similar manner as GitHub. Since Microsoft's acquisition of GitHub a large number of projects, including major ones like the freedes

Re: NEW: cad/xschem

2018-12-29 Thread Hannu Vuolasaho
Ping Has anyone taken a look at this? Best reards, Hannu Vuolasaho to 20. jouluk. 2018 klo 22.36 Hannu Vuolasaho (vuokkose...@gmail.com) kirjoitti: > > This is my first port so please help me to get it right. > > Xschem < http://repo.hu/projects/xschem/ > is a schematic capture program. > Its ma

aarch64 bulk build report

2018-12-29 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Dec 26 13:46:26 MST 2018 finished at Sat Dec 29 05:56:46 MST 2018 lasted 03D09h10m done with kern.version=OpenBSD 6.4-current (GENERIC.MP) #340: Tue Dec 25 00:17:00 MST 2018 built packages:8392 Dec 26:2880 Dec 27:2250 Dec 28:3260 Dec 29:1 c

Re: [M. UPDATE] net/qbittorrent 4.1.4 -> 4.1.5

2018-12-29 Thread Rafael Sadowski
On Fri Dec 28, 2018 at 12:37:49PM -0300, Elias M. Mariani wrote: > Changelog: > https://github.com/qbittorrent/qBittorrent/blob/release-4.1.5/Changelog > > Pretty straightforward patch. > (the patches were updated to match new files) > Nothing significant to say... > > Tested both net/qbittorrent

Re: [new] net/libupnpp

2018-12-29 Thread Pascal Stumpf
On Sat, 29 Dec 2018 12:55:02 +0100, Rafael Sadowski wrote: > On Fri Dec 28, 2018 at 12:11:28PM +0100, Pascal Stumpf wrote: > > Libupnpp is a C++ wrapper for libupnp, a.k.a Portable UPnP, which > > is a direct descendant of the Open Source SDK released by Intel in > > support of UPnP development. >

Re: poppler-qt4 (was: CVS: cvs.openbsd.org: ports)

2018-12-29 Thread Rafael Sadowski
On Sat Dec 29, 2018 at 01:20:08PM +0100, Matthias Kilian wrote: > Hi, > > On Mon, Dec 10, 2018 at 04:51:31PM +0100, Rafael Sadowski wrote: > > On Mon Dec 10, 2018 at 10:47:11AM +0100, Matthias Kilian wrote: > > > x11/kde4/kfilemetadata > > > x11/kde4/nepomuk-core > > > > Patches attached to disab

Re: x11/kde4/okular: drop poppler-qt4 dependency

2018-12-29 Thread Rafael Sadowski
Hi, maybe totally useless. Let's move forward with KDE5 okular: https://sizeofvoid.org/pub/OpenBSD/kde-applications/graphics/okular-18.12.0.tar.gz We can solve two problems with one move. Rafael Sadowski On Sat Dec 29, 2018 at 01:08:54PM +0100, Matthias Kilian wrote: > Hi, > > the diff below

Re: poppler-qt4 (was: CVS: cvs.openbsd.org: ports)

2018-12-29 Thread Matthias Kilian
Hi, On Mon, Dec 10, 2018 at 04:51:31PM +0100, Rafael Sadowski wrote: > On Mon Dec 10, 2018 at 10:47:11AM +0100, Matthias Kilian wrote: > > x11/kde4/kfilemetadata > > x11/kde4/nepomuk-core > > Patches attached to disable poppler-qt4 support in kfilemetadata and > nepomuk-core. We are still far awa

update youtube-dl

2018-12-29 Thread Klemens Nanni
Some new extractors; youtube and other sites keep working fine. OK? Index: Makefile === RCS file: /cvs/ports/www/youtube-dl/Makefile,v retrieving revision 1.181 diff -u -p -r1.181 Makefile --- Makefile8 Nov 2018 21:39:59 -

Re: x11/kde-applications #1 - A bunch of new ports

2018-12-29 Thread Rafael Sadowski
On Wed Dec 19, 2018 at 09:09:26AM +0100, Rafael Sadowski wrote: > On Tue Dec 18, 2018 at 04:31:35PM +0100, Rafael Sadowski wrote: > > |-- games > > | |-- kajongg-18.12.0.tar.gz > > | |-- kmines-18.12.0.tar.gz > > | |-- kshisen-18.12.0.tar.gz > > | |-- ksnakeduel-18.12.0.tar.gz > > | |-- k

x11/kde4/okular: drop poppler-qt4 dependency

2018-12-29 Thread Matthias Kilian
Hi, the diff below removes the poppler-qt4 dependency from x11/kde4/okular. I've no idea how useful okular will be without poppler-qt4, but at least it still builds for me. ok? Ciao, Kili Index: Makefile === RCS file: /cvs/

Re: [new] net/libupnpp

2018-12-29 Thread Rafael Sadowski
On Fri Dec 28, 2018 at 12:11:28PM +0100, Pascal Stumpf wrote: > Libupnpp is a C++ wrapper for libupnp, a.k.a Portable UPnP, which > is a direct descendant of the Open Source SDK released by Intel in > support of UPnP development. > > Libupnpp can be used to implement UPnP devices and services, or

[UPDATE] devel/p5-Data-FormValidator 4.63 -> 4.88

2018-12-29 Thread Charlene Wendling
Hi ports, Here is an update for Data::FormValidator that fixes the build with our future Perl 5.28, and unbreaks tests with our current Perl. There are 10 years of changelog, so i'm not detailing here [1]. What's new in the port: - It uses EUMM now, so modbuild is not needed anymore - Dropp

[new] multimedia/upplay

2018-12-29 Thread Pascal Stumpf
upplay is a desktop UPnP audio Control Point for Linux/Unix and MS Windows. upplay does not play music, it controls a Media Renderer which may be running on the same host or anywhere else. Features: * Plays gapless using either the UPnP SetNextTransportURI action or the OpenHome Playlist servic