CVS: cvs.openbsd.org: ports

2017-04-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/04/13 23:41:53 Modified files: emulators/mupen64plus/video-glide64: Makefile Log message: Disable ASM, fixing the build with clang. This same code is already disabled in the glide64mk2 port, as it

Re: [UPDATE] korean/libhangul 0.1.0

2017-04-13 Thread Jeremie Courreges-Anglas
Nils Reuße writes: > On 04/13/2017 08:28 PM, Jeremie Courreges-Anglas wrote: >> Nils Reuße writes: >> >>> In an attempt to write some hangul on OpenBSD, i updated some ports ;) >>> Here is an update for libhangul. Included is an upstream patch [1], >>>

Re: UPDATE: graphics/slop

2017-04-13 Thread Jeremie Courreges-Anglas
Rafael Sadowski writes: > On Thu Apr 13, 2017 at 06:47:56PM +0100, Stuart Henderson wrote: >> On 2017/04/13 19:19, Landry Breuil wrote: >> > As for using gcc4 module for c++11 support, i'm a bit lost in the clang >> > vs gcc4 vs atomics vs c++11 support way of dealing with

Re: books/utp tiny MASTER_SITES correction

2017-04-13 Thread Anthony J. Bentley
Stuart Henderson writes: > -HOMEPAGE = http://home.windstream.net/kollar/utp/ > - It's up for me... > -MASTER_SITES = http://ftp.ffii.org/pub/groff/contrib/documenta > tion/utp/ \ > - http://home.windstream.net/kollar/utp/ > +MASTER_SITES =

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2017/04/13 18:44:21 Modified files: java/jlint/patches: patch-jlint_cc Added files: java/jlint/patches: patch-method_desc_cc patch-method_desc_hh Log message: Unbreak on clang. ok sthen@

Re: amd64-clang port build failures

2017-04-13 Thread Stuart Henderson
On 2017/04/13 22:33, Christian Weisgerber wrote: > As you may know, on the arm64 architecture we use clang 4.0 as the > system compiler. Other architectures for which clang support is > available, like amd64, will follow sooner or later. > > Currently, a lot of the ports tree fails to build with

CVS: cvs.openbsd.org: ports

2017-04-13 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2017/04/13 16:25:24 Modified files: devel/fossil : Makefile distinfo Log message: Update fossil to 2.2

USE_CXX11 (was: Re: UPDATE: graphics/slop)

2017-04-13 Thread Christian Weisgerber
On 2017-04-13, Stuart Henderson wrote: > If it's for c++11 support you could use > > MODULES= gcc4 > MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS} > MODGCC4_LANGS=c++ > > I've been trying to think of a nice abstraction so we don't need to > copy that

Re: [UPDATE] korean/libhangul 0.1.0

2017-04-13 Thread Nils Reuße
On 04/13/2017 08:28 PM, Jeremie Courreges-Anglas wrote: Nils Reuße writes: In an attempt to write some hangul on OpenBSD, i updated some ports ;) Here is an update for libhangul. Included is an upstream patch [1], which i found while checking the freebsd port. Alongside

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/04/13 15:21:44 Modified files: misc/buffer: Makefile misc/buffer/patches: patch-buffer_c Added files: misc/buffer/patches: patch-sem_c Log message: fix build with clang; drop

amd64-clang port build failures

2017-04-13 Thread Christian Weisgerber
As you may know, on the arm64 architecture we use clang 4.0 as the system compiler. Other architectures for which clang support is available, like amd64, will follow sooner or later. Currently, a lot of the ports tree fails to build with clang. This must be fixed. To get us going, I have

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2017/04/13 13:56:26 Modified files: mail/p5-Email-MIME: Makefile distinfo Log message: bugfix update to 1.940

[UPDATE] devel/bullet

2017-04-13 Thread David CARLIER
Hi, Here is an update for bullet library. openmw would need for future releases for example. Regards/ Index: Makefile === RCS file: /cvs/ports/devel/bullet/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile

Re: books/utp tiny MASTER_SITES correction

2017-04-13 Thread Stuart Henderson
On 2017/04/13 18:21, Andreas Kusalananda Kähäri wrote: > I've spent a bit of time looking for a mirror, but everyone, even > O'Reilly, is linking to the off-line home.windstream.net site: > > http://www.oreilly.com/openbook/utp/ > > The UTP revival project was started from the groff mailing

Re: [UPDATE] korean/libhangul 0.1.0

2017-04-13 Thread Jeremie Courreges-Anglas
Nils Reuße writes: > In an attempt to write some hangul on OpenBSD, i updated some ports ;) > Here is an update for libhangul. Included is an upstream patch [1], > which i found while checking the freebsd port. > > Alongside goes a new port ibus-hangul (please see my other

Re: UPDATE: graphics/slop

2017-04-13 Thread Rafael Sadowski
On Thu Apr 13, 2017 at 06:47:56PM +0100, Stuart Henderson wrote: > On 2017/04/13 19:19, Landry Breuil wrote: > > As for using gcc4 module for c++11 support, i'm a bit lost in the clang > > vs gcc4 vs atomics vs c++11 support way of dealing with things... > > If it's for c++11 support you could

FAQ: missing cross-references in specialtopics.html

2017-04-13 Thread Anton Lindqvist
Hi, Here's a patch to a couple of missing cross-references to specialtopics.html. While at it, rephrase one sentence and fix a typo (an -> a). Index: specialtopics.html === RCS file: /cvs/www/faq/ports/specialtopics.html,v retrieving

Re: UPDATE: graphics/slop

2017-04-13 Thread Stuart Henderson
On 2017/04/13 19:19, Landry Breuil wrote: > As for using gcc4 module for c++11 support, i'm a bit lost in the clang > vs gcc4 vs atomics vs c++11 support way of dealing with things... If it's for c++11 support you could use MODULES=gcc4 MODGCC4_ARCHS= ${GCC3_ARCHS} ${GCC4_ARCHS}

Re: UPDATE: graphics/slop

2017-04-13 Thread Rafael Sadowski
On Thu Apr 13, 2017 at 07:19:45PM +0200, Landry Breuil wrote: > On Thu, Apr 13, 2017 at 06:56:12PM +0200, Rafael Sadowski wrote: > > On Wed Apr 05, 2017 at 10:29:49PM +0200, Rafael Sadowski wrote: > > > *ping* > > > > > > On Sat Feb 25, 2017 at 10:12:32AM +0100, Rafael Sadowski wrote: > > > > Hi

Re: UPDATE: graphics/slop

2017-04-13 Thread Landry Breuil
On Thu, Apr 13, 2017 at 06:56:12PM +0200, Rafael Sadowski wrote: > On Wed Apr 05, 2017 at 10:29:49PM +0200, Rafael Sadowski wrote: > > *ping* > > > > On Sat Feb 25, 2017 at 10:12:32AM +0100, Rafael Sadowski wrote: > > > Hi All, > > > > > > update to the last stable version. Testeda with

Re: UPDATE: graphics/maim

2017-04-13 Thread Rafael Sadowski
On Wed Apr 05, 2017 at 10:30:13PM +0200, Rafael Sadowski wrote: > *ping* > > On Sat Feb 25, 2017 at 10:17:07AM +0100, Rafael Sadowski wrote: > > Hi All, > > > > straightforward patch to 4.4.47. maim drops imlib2 dependence and switch > > to C++11. Tested on and64. > > > > Regards, > > > >

Re: UPDATE: graphics/slop

2017-04-13 Thread Rafael Sadowski
On Wed Apr 05, 2017 at 10:29:49PM +0200, Rafael Sadowski wrote: > *ping* > > On Sat Feb 25, 2017 at 10:12:32AM +0100, Rafael Sadowski wrote: > > Hi All, > > > > update to the last stable version. Testeda with graphics/maim 4.4.47 > > (Separate e-mail) and directly on amd64. > > > > Regards, > >

Re: books/utp tiny MASTER_SITES correction

2017-04-13 Thread Andreas Kusalananda Kähäri
On Thu, Apr 13, 2017 at 05:01:16PM +0100, Stuart Henderson wrote: > On 2017/04/13 17:53, Andreas Kusalananda Kähäri wrote: > > Hi, > > > > It seems as if the books/utp port points one of its MASTER_SITES to > > > > http://ftp.ffii.org/pub/groff/contrib/documentation/utp/ > > > > I believe

Re: books/utp tiny MASTER_SITES correction

2017-04-13 Thread Stuart Henderson
On 2017/04/13 17:53, Andreas Kusalananda Kähäri wrote: > Hi, > > It seems as if the books/utp port points one of its MASTER_SITES to > > http://ftp.ffii.org/pub/groff/contrib/documentation/utp/ > > I believe that this ought to be > >

books/utp tiny MASTER_SITES correction

2017-04-13 Thread Andreas Kusalananda Kähäri
Hi, It seems as if the books/utp port points one of its MASTER_SITES to http://ftp.ffii.org/pub/groff/contrib/documentation/utp/ I believe that this ought to be ftp://ftp.ffii.org/pub/groff/contrib/documentation/utp/ (s/http/ftp/) It also looks as if the other (original) site, which

[NEW] emulators/ucon64

2017-04-13 Thread Frederic Cambus
Hi ports@, Here is a new port: emulators/ucon64 Comments? OK? >From DESCR: uCON64 is the emulator Swiss Army knife program. It supports almost every video game system (Consoles, Handheld, Arcade), as well as all common patch file formats like IPS (with RLE compression), APS, BSL (Baseline

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 07:43:29 Modified files: www/tor-browser: Makefile.inc Log message: add a reminder to bump REVISION for extensions

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 07:41:29 Modified files: www/tor-browser/tor-launcher: Makefile Log message: missed bump

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 07:40:21 Modified files: www/tor-browser/noscript: Makefile Log message: missed bump

Re: CVS: cvs.openbsd.org: ports

2017-04-13 Thread Андрей Болконский
socppc also shold remove 2017-04-13 14:15 GMT+03:00 Frederic Cambus : > CVSROOT:/cvs > Module name:ports > Changes by: fcam...@cvs.openbsd.org 2017/04/13 05:15:15 > > Modified files: > infrastructure/mk: arch-defines.mk > > Log message: > Remove

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 07:01:20 Modified files: graphics/gegl03: Makefile Added files: graphics/gegl03/patches: patch-configure patch-gegl_Makefile_in Log message: Unbreak build with new

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 06:06:21 Modified files: net/wireshark : Tag: OPENBSD_6_1 Makefile distinfo Log message: MFC update to wireshark-2.2.6, updated protocol support and the usual round of dissector infinite loops

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 06:05:43 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-2.2.6, updated protocol support and the usual round of dissector infinite loops and crashes

dpb runs three parallel processes on 2 CPUs

2017-04-13 Thread Andreas Kusalananda Kähäri
Hi, I'm using dpb to keep the ports that are installed on my system up to date. With the recent bump in libc version, it meant that most ports were rebulit. I have 2 CPUs, and dpb usually builds two ports at a time (or one port in parallel). However, while rebuilding llvm and ghc I observed

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/04/13 05:15:15 Modified files: infrastructure/mk: arch-defines.mk Log message: Remove aviion from architecture constants, the OpenBSD/aviion port has been discontinued after the 5.7 release. OK

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 04:36:11 Modified files: net/isc-bind : Tag: OPENBSD_6_1 Makefile distinfo Log message: MFC update to BIND 9.10.4-P8 (-P7 was withdrawn) CVE-2017-3136: An error handling synthesized records

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 04:35:33 Modified files: net/isc-bind : Makefile distinfo Log message: update to BIND 9.10.4-P8 (-P7 was withdrawn) CVE-2017-3136: An error handling synthesized records could cause an

Re: Remove japanese/jvim and japanese/less

2017-04-13 Thread YASUOKA Masahiko
Hi, On Thu, 13 Apr 2017 01:59:26 -0600 "Anthony J. Bentley" wrote: > The japanese/ category is long overdue for cleanup. Some of the ports in > there are ancient and haven't been touched since being imported a long > long time ago. > > I'd like to start with jvim and jless.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 03:54:38 Modified files: editors/abiword: Makefile distinfo editors/abiword/pkg: PLIST Added files: editors/abiword/patches:

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/04/13 03:41:15 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-tests_playTests_sh Log message: Update to zstd 1.1.4.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 03:36:36 Modified files: mail/rspamd: Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-src_client_CMakeLists_txt Log message: update

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/04/13 03:35:56 Modified files: mail/dovecot-pigeonhole: Makefile distinfo Log message: update to dovecot-pigeonhole 0.4.18, from Brad

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 03:06:38 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-151.0.0.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/04/13 03:05:52 Modified files: www/midori : Makefile Added files: www/midori/patches: patch-midori_midori-browser_c patch-midori_midori-view_c

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/04/13 03:02:41 Modified files: benchmarks/speedtest-cli: Makefile distinfo Log message: Update speedtest-cli to 1.0.4. OK benoit@

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/04/13 03:00:18 Added files: news/multimail/patches: patch-Makefile Log message: Remove hardcoded optimization (-O2) flag.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 02:43:22 Modified files: devel/appstream-glib: Makefile distinfo Log message: Update to appstream-glib-0.6.12.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 02:42:31 Modified files: graphics/gegl03: Makefile Log message: Temporarily mark BROKEN.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/04/13 02:04:41 Modified files: www/midori : Makefile Log message: Fix previous: rm extensions/*.orig files after patching, otherwise cmake trips on it and configure fails: CMake Error: CMake can

Re: NEW: fonts/migmix, fonts/migu

2017-04-13 Thread Anthony J. Bentley
Hi, Anthony J. Bentley writes: > The migmix and migu fonts are a mixture of M+ and IPA Gothic fonts, > focused on kanji coverage. > > > Migmix is a collection of synthesized fonts, with Japanese kanji from IPA > Gothic and unmodified character glyphs from M+. > > Migu is a collection of

Remove japanese/jvim and japanese/less

2017-04-13 Thread Anthony J. Bentley
Hi, The japanese/ category is long overdue for cleanup. Some of the ports in there are ancient and haven't been touched since being imported a long long time ago. I'd like to start with jvim and jless. jvim is an unmaintained patchset on top of a 21-year-old version of vim. In the intervening

[PATCH] Remove aviion from architecture constants

2017-04-13 Thread Frederic Cambus
Hi ports@, Remove aviion from architecture constants, the OpenBSD/aviion port has been discontinued after the 5.7 release. OK? Index: infrastructure/mk/arch-defines.mk === RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 01:38:46 Modified files: x11/gnome : Makefile.inc x11/gnome/adwaita-icon-theme: Makefile x11/gnome/aisleriot: Makefile x11/gnome/anjuta: Makefile

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/04/13 01:37:08 Modified files: games/openttd : Makefile distinfo games/openttd/pkg: PLIST Log message: Update to openttd-1.7.0.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/04/13 01:37:39 Modified files: games : Makefile Log message: +openttd-data

[UPDATE] benchmarks/speedtest-cli to 1.0.4

2017-04-13 Thread Frederic Cambus
Hi ports@, Here is a diff to update speedtest-cli to 1.0.4. OK? Index: Makefile === RCS file: /cvs/ports/benchmarks/speedtest-cli/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile7 Apr 2017 07:24:01

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/04/13 01:31:18 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-configure_ac patch-src_Makefile_in

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/04/13 01:30:15 Log message: Split openttd's data files into independently versioned packages. ok sthen@ + tweak from kirby@ Status: Vendor Tag: bentley Release Tags:

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:10:45 Modified files: textproc/pdfpc : Makefile distinfo textproc/pdfpc/pkg: PLIST Added files: textproc/pdfpc/patches: patch-src_classes_window_overview_vala Removed files:

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:10:01 Modified files: sysutils/deja-dup: Makefile Added files: sysutils/deja-dup/patches: patch-deja-dup_widgets_ConfigList_vala

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:10:21 Modified files: mail/geary : Makefile Added files: mail/geary/patches: patch-src_client_accounts_account-dialog-account-list-pane_vala

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:08:40 Modified files: www/midori : Makefile Added files: www/midori/patches: patch-extensions_adblock_widgets_vala patch-extensions_apps_vala

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:07:44 Modified files: x11/gnome/builder: Makefile Log message: mark this BROKEN, too many fixes required for vala 0.36. It will be updated next week anyway.

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:08:14 Modified files: x11/gnome/libgda: Makefile Log message: sync for VALA_API_VERSION

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:07:16 Modified files: x11/gnome/code-assistance: Makefile Added files: x11/gnome/code-assistance/patches:

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:06:47 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-configure x11/gnome/anjuta/pkg: PLIST Log message: disable vala support for now, it

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:06:13 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Log message: update to vala-0.36.1 tested in a bulk by aja@, fallout will be dealt with shortly

CVS: cvs.openbsd.org: ports

2017-04-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/04/13 01:05:37 Modified files: devel/gobject-introspection: Makefile distinfo Log message: update to gobject-introspection-1.52.1