CVS: cvs.openbsd.org: ports

2018-05-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/05/17 20:49:29

Modified files:
devel/astyle   : Makefile distinfo 

Log message:
Update to astyle-3.1



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/05/17 20:32:07

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20180513



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/05/17 20:30:41

Modified files:
x11/worker : Makefile distinfo 

Log message:
Bugfix update to worker-3.15.1



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/05/17 20:28:42

Modified files:
converters/p5-Date-Tolkien-Shire-Data: Makefile distinfo 

Log message:
Update to p5-Date-Tolkien-Shire-Data-0.005



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 19:43:02

Modified files:
www/racktables : Makefile 
www/racktables/pkg: PLIST 

Log message:
Drop maintainer on racktables (I didn't like it much, and I do like netbox,
see https://blog.jasper.la/setting-up-netbox-on-openbsd.html for setup info)



net/pmacct update?

2018-05-17 Thread David Higgs
I previously submitted a local patch for net/pmacct that was not
accepted locally, as it was against the old version.

I pushed the fix upstream, where it was accepted and is now included
in the 1.7.1 release [0].  Can someone kindly update the port?

(Sorry, have not had time to verify the new version hasn't broken
anything else that I rely upon.)

Thanks.

--david

[0] http://www.pmacct.net/ChangeLog-1.7.1



submission - tcptrack

2018-05-17 Thread Siva
Dear ports management team,

Attached, you will find my submission for a port of an application 
called tcptrack.  I can confirm that this builds and runs as expected
on OpenBSD 6.3.

If there is any further information, or anything I need to change for 
eligibility, please reach out and I will do so.

Thank you!


tcptrack.tgz
Description: application/compressed-tar


CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 17:22:49

Modified files:
productivity   : Makefile 

Log message:
+timewarrior



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 17:22:21

Log message:
import ports/productivity/timewarrior, slightly tweaked from
Matthieu Guegan's submission, ok bket@

Timewarrior is a command line time tracking application, which allows
you to record time spent on activities.

It can be used as a companion program for Taskwarrior - a hook script
provides integration with the matching start and stop commands, thereby
enabling proper time tracking for Taskwarrior users.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20180518

N ports/productivity/timewarrior/Makefile
N ports/productivity/timewarrior/distinfo
N ports/productivity/timewarrior/pkg/DESCR
N ports/productivity/timewarrior/pkg/PLIST

No conflicts created by this import



UPDATE: net/p5-NetAddr-MAC

2018-05-17 Thread Mikolaj Kucharski
Hi,

Simple update to 0.96

http://cpansearch.perl.org/src/DJZORT/NetAddr-MAC-0.96/Changes

0.962018-01-26
- Fixed more POD mistakes
- Use Test::Compile

All tests successful.
Files=20, Tests=319,  1 wallclock secs ( 0.10 usr  0.12 sys +  0.52 cusr  0.18 
csys =  0.92 CPU)
Result: PASS

I'm not sure exactly how Test::Compile is used, as I don't see
it used inside the tarball.


Index: Makefile
===
RCS file: /cvs/ports/net/p5-NetAddr-MAC/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile29 Nov 2017 00:14:29 -  1.3
+++ Makefile17 May 2018 19:58:47 -
@@ -2,7 +2,7 @@
 
 COMMENT =  module to handle hardware MAC addresses
 
-DISTNAME = NetAddr-MAC-0.95
+DISTNAME = NetAddr-MAC-0.96
 
 CATEGORIES =   net
 
Index: distinfo
===
RCS file: /cvs/ports/net/p5-NetAddr-MAC/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo29 Nov 2017 00:14:29 -  1.2
+++ distinfo17 May 2018 19:58:47 -
@@ -1,2 +1,2 @@
-SHA256 (NetAddr-MAC-0.95.tar.gz) = L74kTTGUvo21LyuLTjm5YLtMaX8DmGfc+iEuRGJvLoc=
-SIZE (NetAddr-MAC-0.95.tar.gz) = 24574
+SHA256 (NetAddr-MAC-0.96.tar.gz) = AnuGy6VJd/nLnWXQfroBdcgs73vVzh+CrXQdadKs68I=
+SIZE (NetAddr-MAC-0.96.tar.gz) = 27538



Re: new: wapptclsh

2018-05-17 Thread Stuart Cassoff
Hi, here's the port with some changes.

Updated to latest.
Wapp now requires Tcl 8.6 so instead of a static wapptclsh,
Wapp is now installed as a Tcl module.
SQLite3 functionality comes from the sqlite3-tcl port.
Programs already using wapptclsh simply need to
make sure they contain:
package require wapp; package require sqlite3

Also:
a couple of patches
changed PKGNAME
updated COMMENT,DESCR
docs and examples now installed
tidied Makefile

There's still some room for improvement:
DESCR, examples/README.md, examples/*.tcl
Maybe don't install less useful doc files.


Stu


> -- Original Message --
> From: James Turner 
> Date: April 11, 2018 at 8:47 PM
> 
> 
> On Fri, Apr 06, 2018 at 09:40:05AM -0400, James Turner wrote:
> > Attached is a new port for wapptcl a minimal TCL web applications
> > framework wrapped in a statically linked tcl shell.
> > 
> > Information for inst:wapptclsh-20180330
> > 
> > Comment:
> > minimal TCL web applications framework
> > 
> > Description:
> > Wapp is a new framework for writing web applications in TCL. It has a
> > very small API and is resistant to attacks and exploits. It can also be
> > compiled as a statically linked interpreter (like we do in this port)
> > that is easilly copied into chrooted environments and includes a bundled
> > SQLite.
> > 
> > Maintainer: James Turner 
> > 
> > WWW: http://wapp.tcl.tk/
> > 
> > -- 
> > James Turner
> 
> What no one interested in some old school tcl web development?
> 
> -- 
> James Turner
>


wapp-1.0-port.tar.gz
Description: application/gzip


Re: new: wapptclsh

2018-05-17 Thread Stuart Cassoff
Oops, that one's slightly wrong. Use this one.

Stu


> -- Original Message --
> From: Stuart Cassoff <3...@bell.net>
> Date: May 17, 2018 at 5:03 PM
> 
> 
> Hi, here's the port with some changes.
> 
> Updated to latest.
> Wapp now requires Tcl 8.6 so instead of a static wapptclsh,
> Wapp is now installed as a Tcl module.
> SQLite3 functionality comes from the sqlite3-tcl port.
> Programs already using wapptclsh simply need to
> make sure they contain:
> package require wapp; package require sqlite3
> 
> Also:
> a couple of patches
> changed PKGNAME
> updated COMMENT,DESCR
> docs and examples now installed
> tidied Makefile
> 
> There's still some room for improvement:
> DESCR, examples/README.md, examples/*.tcl
> Maybe don't install less useful doc files.
> 
> 
> Stu
> 
> 
> > -- Original Message --
> > From: James Turner 
> > Date: April 11, 2018 at 8:47 PM
> > 
> > 
> > On Fri, Apr 06, 2018 at 09:40:05AM -0400, James Turner wrote:
> > > Attached is a new port for wapptcl a minimal TCL web applications
> > > framework wrapped in a statically linked tcl shell.
> > > 
> > > Information for inst:wapptclsh-20180330
> > > 
> > > Comment:
> > > minimal TCL web applications framework
> > > 
> > > Description:
> > > Wapp is a new framework for writing web applications in TCL. It has a
> > > very small API and is resistant to attacks and exploits. It can also be
> > > compiled as a statically linked interpreter (like we do in this port)
> > > that is easilly copied into chrooted environments and includes a bundled
> > > SQLite.
> > > 
> > > Maintainer: James Turner 
> > > 
> > > WWW: http://wapp.tcl.tk/
> > > 
> > > -- 
> > > James Turner
> > 
> > What no one interested in some old school tcl web development?
> > 
> > -- 
> > James Turner
> >


wapp-1.0-port.tar.gz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2018-05-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/05/17 14:09:16

Modified files:
devel/meson: Makefile distinfo meson.port.mk 
devel/meson/patches: patch-mesonbuild_build_py 
 patch-mesonbuild_modules_gnome_py 
devel/meson/pkg: PLIST 
Added files:
devel/meson/patches: patch-mesonbuild_compilers_compilers_py 
 patch-mesonbuild_mesonlib_py 

Log message:
Revert update.
This introduce a small change in generated pkgconfig files which our
pkg-config(1) can't handle yet.



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2018/05/17 13:29:36

Modified files:
graphics/grafx2: Makefile distinfo 
graphics/grafx2/patches: patch-realpath_c 
graphics/grafx2/pkg: PLIST 

Log message:
Update grafx2 to 2.5 and switch HOMEPAGE and MASTER_SITES to HTTPS.



Re: UPDATE: www/dokuwiki

2018-05-17 Thread Pierre-Emmanuel Andre
On Tue, May 15, 2018 at 10:19:41PM +0200, Rafael Sadowski wrote:
> Simple update to the latest stable version. Switch to HTTPS and switch
> to pecl-libsodium. We free dokuwiki from php 5.6!

It seems to have unecessary @owner in PLIST
Will look at it.
Thanks.


> Index: Makefile
> ===
> RCS file: /cvs/ports/www/dokuwiki/Makefile,v
> retrieving revision 1.27
> diff -u -p -u -p -r1.27 Makefile
> --- Makefile  11 May 2018 20:12:46 -  1.27
> +++ Makefile  15 May 2018 20:16:15 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT =standards compliant, simple to use Wiki
>  
> -VERSION =2017-02-19e
> -REVISION =   1
> +VERSION =2018-04-22a
>  DISTNAME =   dokuwiki-${VERSION}
>  PKGNAME =dokuwiki-${VERSION:S/-/./g}
>  CATEGORIES = www
> @@ -14,7 +13,7 @@ MAINTAINER =Pierre-Emmanuel Andre   # GPLv2
>  PERMIT_PACKAGE_CDROM =   Yes
>  
> -MASTER_SITES =   http://download.dokuwiki.org/src/dokuwiki/
> +MASTER_SITES =   https://download.dokuwiki.org/src/dokuwiki/
>  
>  EXTRACT_SUFX =   .tgz
>  NO_BUILD =   Yes
> @@ -29,7 +28,7 @@ TINSTDIR =  ${TRUEPREFIX}/dokuwiki
>  SUBST_VARS = INSTDIR TINSTDIR
>  
>  RUN_DEPENDS =lang/php/${MODPHP_VERSION},-gd \
> - security/pecl56-libsodium
> + security/pecl-libsodium
>  
>  do-install:
>   cp -Rp ${WRKDIST} ${INSTDIR}
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/dokuwiki/distinfo,v
> retrieving revision 1.15
> diff -u -p -u -p -r1.15 distinfo
> --- distinfo  5 Dec 2017 10:54:15 -   1.15
> +++ distinfo  15 May 2018 20:16:15 -
> @@ -1,2 +1,2 @@
> -SHA256 (dokuwiki-2017-02-19e.tgz) = 
> kxcqKKuIEHqKusHmo0+mzvVLbkB80DqMwU0qYEpj6Ig=
> -SIZE (dokuwiki-2017-02-19e.tgz) = 3505643
> +SHA256 (dokuwiki-2018-04-22a.tgz) = 
> KE4TKfJzItqLQSD2kXGuj6EsYTRFP803ANKRTEenAgQ=
> +SIZE (dokuwiki-2018-04-22a.tgz) = 3749191
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/dokuwiki/pkg/PLIST,v
> retrieving revision 1.13
> diff -u -p -u -p -r1.13 PLIST
> --- pkg/PLIST 10 May 2017 12:32:48 -  1.13
> +++ pkg/PLIST 15 May 2018 20:16:15 -
> @@ -10,6 +10,7 @@ dokuwiki/bin/.htaccess
>  dokuwiki/bin/dwpage.php
>  dokuwiki/bin/gittool.php
>  dokuwiki/bin/indexer.php
> +dokuwiki/bin/plugin.php
>  dokuwiki/bin/render.php
>  dokuwiki/bin/striplangs.php
>  dokuwiki/bin/wantedpages.php
> @@ -24,6 +25,7 @@ dokuwiki/conf/entities.conf
>  dokuwiki/conf/interwiki.conf
>  dokuwiki/conf/license.php
>  dokuwiki/conf/local.php.dist
> +dokuwiki/conf/manifest.json
>  dokuwiki/conf/mediameta.php
>  dokuwiki/conf/mime.conf
>  dokuwiki/conf/mysql.conf.php.example
> @@ -42,6 +44,10 @@ dokuwiki/data/attic/_dummy
>  dokuwiki/data/cache/
>  dokuwiki/data/cache/_dummy
>  dokuwiki/data/deleted.files
> +@owner
> +dokuwiki/data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.png
> +dokuwiki/data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.xcf
> +@owner www
>  dokuwiki/data/index/
>  dokuwiki/data/index/_dummy
>  dokuwiki/data/locks/
> @@ -49,6 +55,9 @@ dokuwiki/data/locks/_dummy
>  dokuwiki/data/media/
>  dokuwiki/data/media/wiki/
>  dokuwiki/data/media/wiki/dokuwiki-128.png
> +@owner
> +dokuwiki/data/media/wiki/dokuwiki.svg
> +@owner www
>  dokuwiki/data/media_attic/
>  dokuwiki/data/media_attic/_dummy
>  dokuwiki/data/media_meta/
> @@ -62,8 +71,6 @@ dokuwiki/data/pages/wiki/
>  dokuwiki/data/pages/wiki/dokuwiki.txt
>  dokuwiki/data/pages/wiki/syntax.txt
>  dokuwiki/data/pages/wiki/welcome.txt
> -dokuwiki/data/security.png
> -dokuwiki/data/security.xcf
>  dokuwiki/data/tmp/
>  dokuwiki/data/tmp/_dummy
>  @owner
> @@ -71,8 +78,55 @@ dokuwiki/doku.php
>  dokuwiki/feed.php
>  dokuwiki/inc/
>  dokuwiki/inc/.htaccess
> +dokuwiki/inc/Action/
> +dokuwiki/inc/Action/AbstractAclAction.php
> +dokuwiki/inc/Action/AbstractAction.php
> +dokuwiki/inc/Action/AbstractAliasAction.php
> +dokuwiki/inc/Action/AbstractUserAction.php
> +dokuwiki/inc/Action/Admin.php
> +dokuwiki/inc/Action/Backlink.php
> +dokuwiki/inc/Action/Cancel.php
> +dokuwiki/inc/Action/Check.php
> +dokuwiki/inc/Action/Conflict.php
> +dokuwiki/inc/Action/Denied.php
> +dokuwiki/inc/Action/Diff.php
> +dokuwiki/inc/Action/Draft.php
> +dokuwiki/inc/Action/Draftdel.php
> +dokuwiki/inc/Action/Edit.php
> +dokuwiki/inc/Action/Exception/
> +dokuwiki/inc/Action/Exception/ActionAbort.php
> +dokuwiki/inc/Action/Exception/ActionAclRequiredException.php
> +dokuwiki/inc/Action/Exception/ActionDisabledException.php
> +dokuwiki/inc/Action/Exception/ActionException.php
> +dokuwiki/inc/Action/Exception/ActionUserRequiredException.php
> +dokuwiki/inc/Action/Exception/FatalException.php
> +dokuwiki/inc/Action/Exception/NoActionException.php
> +dokuwiki/inc/Action/Export.php
> +dokuwiki/inc/Action/Index.php
> 

CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 12:42:42

Modified files:
databases/postgresql: Makefile distinfo 
databases/postgresql/pkg: PLIST-contrib PLIST-docs 

Log message:
Update to 10.4

ok jeremy@



Re: i3status-2.12's cpu_usage displays 100% all the time

2018-05-17 Thread Manolis Tzanidakis
Forgot about system info:

OpenBSD 6.3-current (GENERIC.MP) #38: Wed May  9 17:38:06 MDT 2018
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

on a thinkpad x230.

On Thu (17/05/18), Manolis Tzanidakis wrote:
> Hello,
> after the latest update of i3status to 1.12, the cpu_load module is always at
> 100% and red. Reverting to 2.11p6 fixes the problem.
> 
> My .i3status.conf is pretty standard:
> 
> order += "cpu_usage"
> cpu_usage {
>   format = "cpu: %usage"
> }
> 
> Anyone else noticed this problem?
> 
> Best,
> Manolis



Re: NEW: textproc/qrcode

2018-05-17 Thread Ingo Feinerer
On Sun, May 13, 2018 at 12:33:56PM +0200, Klemens Nanni wrote:
> On Sun, May 13, 2018 at 07:55:37AM +0200, Ingo Feinerer wrote:
> > Done. But there is one problem now which I am unsure about:
> > Both flavors install bin/qr and man/man1/qr.1; isn't that a conflict?
> > If yes, what is the best strategy to solve this?
> Usually, the python3 FLAVOR installs with a different suffix; the idiom
> is:
> 
>   post-install:
>   mv foo foo${MODPY_BIN_SUFFIX}

Thanks for the pointer. Modified port attached.

OK?

Best regards,
Ingo


py-qrcode.tar.gz
Description: application/tar-gz


Re: powerpc bulk build report

2018-05-17 Thread Kirill Bychkov
On Sat, May 12, 2018 17:21, lan...@openbsd.org wrote:
> bulk build on macppc-1.ports.openbsd.org
> started on  Tue Apr 17 11:23:22 MDT 2018
> finished at Sat May 12 06:46:31 MDT 2018

Hi!
The patch below fixes build of simgear on powerpc (and probably other
!clang arches)
OK?

> http://build-failures.rhaalovely.net//powerpc/2018-04-17/graphics/simgear.log

Index: patches/patch-CMakeLists_txt
===
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-CMakeLists_txt17 May 2018 15:30:18 -
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: CMakeLists.txt
+--- CMakeLists.txt.orig
 CMakeLists.txt
+@@ -29,7 +29,7 @@ if(CMAKE_VERSION VERSION_LESS "3.1")
+ set (CMAKE_CXX_FLAGS "-std=gnu++98 ${CMAKE_CXX_FLAGS}")
+   endif()
+ else()
+-  set (CMAKE_CXX_STANDARD 98)
++  set (CMAKE_CXX_STANDARD 11)
+ endif()
+
+ project(SimGear)






Re: powerpc bulk build report

2018-05-17 Thread Thomas Frohwein
On Thu, May 17, 2018 at 03:03:50PM +0300, Kirill Bychkov wrote:
> On Sat, May 12, 2018 17:21, lan...@openbsd.org wrote:
> > bulk build on macppc-1.ports.openbsd.org
> > started on  Tue Apr 17 11:23:22 MDT 2018
> > finished at Sat May 12 06:46:31 MDT 2018
> 
> Hi!
> See the diff for fs2open. Builds fine, runtime not tested.

Hmm, I haven't run it in a while, but after building it with your patch it
reaches the main menu, but errors out when the actual gameplay (training) is
started - something related to parselo.cpp; I'm still looking for a log file.

Need to review this port a little more...



i3status-2.12's cpu_usage displays 100% all the time

2018-05-17 Thread Manolis Tzanidakis
Hello,
after the latest update of i3status to 1.12, the cpu_load module is always at
100% and red. Reverting to 2.11p6 fixes the problem.

My .i3status.conf is pretty standard:

order += "cpu_usage"
cpu_usage {
format = "cpu: %usage"
}

Anyone else noticed this problem?

Best,
Manolis



Re: [clang6] fix: net/nam

2018-05-17 Thread Stuart Cassoff
Thanks for a lot fixing this and tclcl!
Not sure if I could've fixed it myself; I don't really know C++.
Apologies; I haven't had much time lately for ports, hoping that'll change soon.

Stu


> -- Original Message --
> From: Ingo Schwarze 
> Date: April 16, 2018 at 7:19 PM
> 
> 
> Hi,
> 
> i already committed a fix that doesn't require
> forcing an old language standard.
> 
> Yours,
>   Ingo
> 
> 
> Giovanni Bechis wrote on Tue, Apr 17, 2018 at 12:36:12AM +0200:
> 
> > clang6 fix for net/nam, still a lot of warnings but at least it builds.
> 
> > Index: Makefile
> > ===
> > RCS file: /var/cvs/ports/net/nam/Makefile,v
> > retrieving revision 1.40
> > diff -u -p -r1.40 Makefile
> > --- Makefile26 Jul 2017 22:45:28 -  1.40
> > +++ Makefile16 Apr 2018 22:30:01 -
> > @@ -35,6 +35,16 @@ CONFIGURE_ARGS=  --with-tcl-ver=${MODTCL_
> > --x-includes=${X11BASE}/include \
> > --x-libraries=${X11BASE}/lib
> >  
> > +MAKE_ENV=  CC="${CC}" \
> > +   CFLAGS="${CFLAGS}" \
> > +   CPPFLAGS="${CPPFLAGS}" \
> > +   CXXFLAGS="${CXXFLAGS}"
> > +
> > +.include 
> > +.if ${PROPERTIES:Mclang}
> > +CXXFLAGS +=-std=c++03
> > +.endif
> > +
> >  ALL_TARGET=
> >  
> >  NO_TEST=   Yes
> > Index: patches/patch-Makefile_in
> > ===
> > RCS file: patches/patch-Makefile_in
> > diff -N patches/patch-Makefile_in
> > --- /dev/null   1 Jan 1970 00:00:00 -
> > +++ patches/patch-Makefile_in   16 Apr 2018 22:30:01 -
> > @@ -0,0 +1,14 @@
> > +$OpenBSD$
> > +
> > +Index: Makefile.in
> > +--- Makefile.in.orig
> >  Makefile.in
> > +@@ -83,7 +83,7 @@ RM   = rm -f
> > + .SUFFIXES: .cc $(.SUFFIXES)
> > + 
> > + .cc.o:
> > +-  rm -f $@; $(CPP) -o $@ -c $(CFLAGS) $*.cc
> > ++  rm -f $@; $(CPP) -o $@ -c $(CXXFLAGS) $(CFLAGS) $*.cc
> > + 
> > + .c.o:
> > +   rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c
>



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 06:51:10

Modified files:
sysutils/salt  : Makefile 
Added files:
sysutils/salt/patches: patch-salt_grains_core_py 

Log message:
don't crash when calling swapctl fails, i.e. when there's no swap configured

spotted by juanfra@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 06:47:32

Modified files:
sysutils/beats : Makefile.inc 
sysutils/beats/filebeat: Makefile distinfo 
sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml 
sysutils/beats/filebeat/pkg: PLIST README 

Log message:
Update beats/filebeat 5.6.4 -> 6.2.4
ok jasper@



Re: The build issue about "FORCE_UNSAFE_CONFIGURE=1"

2018-05-17 Thread Jeremie Courreges-Anglas
On Thu, May 17 2018, Nan Xiao  wrote:
> Hi ports@,
>
> Greeting from me!
>
> I use -current ports tree, and try to build sysutils/coreutils, and
> get following errors:
>
> ..
> checking whether mknod can create fifo without root privileges...
> configure: error: in `/usr/ports/pobj/coreutils-8.29/coreutils-8.29':
> configure: error: you should not run configure as root (set
> FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
> See `config.log' for more details
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2688
> 'do-configure': @for d in
> /usr/ports/pobj/coreutils-8.29/coreutils-8.29;  do...)
> ..
>
> I try use "export FORCE_UNSAFE_CONFIGURE=1 && make install", but still
> not take effect.
>
> Besides change the owner to non-root,

Why not use this solution?  Building ports as root is not recommended.
espie's work on PORTS_PRIVSEP makes it super easy and clean to use
dedicated system accounts for this.

> is there any method to bypass
> this issue?

See CONFIGURE_ENV...

> Thanks very much in advance!
>
>
> Best Regards
> Nan Xiao
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE


signature.asc
Description: PGP signature


Re: powerpc bulk build report

2018-05-17 Thread Kirill Bychkov
On Sat, May 12, 2018 17:21, lan...@openbsd.org wrote:
> bulk build on macppc-1.ports.openbsd.org
> started on  Tue Apr 17 11:23:22 MDT 2018
> finished at Sat May 12 06:46:31 MDT 2018

Hi!
See the diff for fs2open. Builds fine, runtime not tested.
OK to commit?

[...]
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/easyrpg.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/fs2open.log

Index: Makefile
===
RCS file: /cvs/ports/games/fs2open/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile2 Mar 2018 06:59:06 -   1.3
+++ Makefile17 May 2018 11:59:04 -
@@ -28,6 +28,8 @@ MASTER_SITES =https://github.com/scp-fs
 # Remove on next update
 DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX}

+# c++11
+COMPILER = base-clang ports-gcc
 MODULES =  devel/cmake \
lang/lua
 LIB_DEPENDS =  audio/openal \
Index: patches/patch-cmake_platformChecks_cmake
===
RCS file: patches/patch-cmake_platformChecks_cmake
diff -N patches/patch-cmake_platformChecks_cmake
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-cmake_platformChecks_cmake17 May 2018 11:59:04 -
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: cmake/platformChecks.cmake
+--- cmake/platformChecks.cmake.orig
 cmake/platformChecks.cmake
+@@ -10,7 +10,7 @@ include(CheckSymbolExists)
+ include(CheckCXXSymbolExists)
+ include(CheckTypeSize)
+
+-CHECK_INCLUDE_FILE("execinfo.h" HAVE_EXECINFO_H)
++#CHECK_INCLUDE_FILE("execinfo.h" HAVE_EXECINFO_H)
+ CHECK_INCLUDE_FILE_CXX("cxxabi.h" HAVE_CXXAPI_H)
+
+ CHECK_TYPE_SIZE("max_align_t" MAX_ALIGN_T)


> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/liberalcrimesquad.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/pokerth.log
> http://build-failures.rhaalovely.net//powerpc/2018-04-17/games/stockfish.log
[...]
> Base libs:
> c.92.3 crypto.43.1
>
> X libs:
>
>




CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 05:11:07

Modified files:
sysutils   : Makefile 

Log message:
+x-pack



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 05:08:38

Log message:
Import x-pack 6.2.4, extensions pack for Elastic Stack
ok sthen@, sebastia@

Status:

Vendor Tag: pvk
Release Tags:   pvk_20180517

N ports/sysutils/x-pack/Makefile
N ports/sysutils/x-pack/distinfo
N ports/sysutils/x-pack/patches/patch-kibana_x-pack_index_js
N ports/sysutils/x-pack/pkg/DESCR
N ports/sysutils/x-pack/pkg/PLIST
N ports/sysutils/x-pack/pkg/README

No conflicts created by this import



Re: CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
On 05/17, Pavel Korovin wrote:
> Log message:
> Update elasticsearch 5.6.4 -> 6.4.2
> With lots of help from jasper@, sthen@, sebastia@ and Sebastian Benoit, 
> thanks!
> ok sthen@, sebastia@
 
Typo in new version number, should be 6.2.4.

Sorry.

-- 
With best regards,
Pavel Korovin



Re: CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
On 05/17, Pavel Korovin wrote:
> Log message:
> Update kibana 5.6.4 -> 6.4.2
> ok sthen@, sebastia@
 
Typo in new version number, should be 6.2.4.

Sorry.

-- 
With best regards,
Pavel Korovin



Re: CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
On 05/17, Pavel Korovin wrote:
> Log message:
> Update logstash 2.4.0 -> 6.4.2
> With lots of help from jasper@, sthen@, sebastia@, thanks!
> ok sthen@, sebastia@

Typo in new version number, should be 6.2.4.
Sorry.

-- 
With best regards,
Pavel Korovin



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 05:04:14

Modified files:
games/redeclipse/patches: patch-Makefile 

Log message:
fix linking with lld, this needs -lX11



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 04:50:12

Modified files:
sysutils/logstash: Makefile distinfo 
sysutils/logstash/patches: patch-bin_logstash_lib_sh 
sysutils/logstash/pkg: PLIST README logstash.rc 
Added files:
sysutils/logstash/files: filebeat.yml 
sysutils/logstash/patches: patch-bin_logstash 
   patch-bin_logstash-plugin 
   patch-config_jvm_options 
   patch-config_logstash_yml 
   patch-config_pipelines_yml 
Removed files:
sysutils/logstash/files: logstash.conf 

Log message:
Update logstash 2.4.0 -> 6.4.2
With lots of help from jasper@, sthen@, sebastia@, thanks!
ok sthen@, sebastia@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 04:34:39

Modified files:
www/kibana : Makefile distinfo 
www/kibana/patches: patch-bin_kibana patch-bin_kibana-plugin 
patch-config_kibana_yml 
www/kibana/pkg : PLIST README 

Log message:
Update kibana 5.6.4 -> 6.4.2
ok sthen@, sebastia@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 04:32:12

Modified files:
security/yubico/yubikey-personalization: Makefile distinfo 

Log message:
update to yubikey-personalization-1.19.0



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 04:23:12

Modified files:
x11/xfishtank  : Makefile 
x11/xfishtank/pkg: PLIST 
x11/xglobe : Makefile 
x11/xglobe/pkg : PLIST 
x11/xkbset : Makefile 
x11/xkbset/pkg : PLIST-main 

Log message:
@bin markers



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2018/05/17 04:22:58

Modified files:
textproc/elasticsearch: Makefile distinfo 
textproc/elasticsearch/patches: patch-config_elasticsearch_yml 
textproc/elasticsearch/pkg: PLIST README elasticsearch.rc 
Added files:
textproc/elasticsearch/patches: patch-bin_elasticsearch-env 
Removed files:
textproc/elasticsearch/patches: patch-bin_elasticsearch 
patch-bin_elasticsearch-plugin 
patch-bin_elasticsearch-translog 

Log message:
Update elasticsearch 5.6.4 -> 6.4.2
With lots of help from jasper@, sthen@, sebastia@ and Sebastian Benoit, thanks!
ok sthen@, sebastia@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 04:21:42

Modified files:
x11/xmold  : Makefile 
x11/xmold/pkg  : PLIST 
x11/xmonad : Makefile 
x11/xmonad/pkg : PLIST-lib 
x11/xrootconsole: Makefile 
x11/xrootconsole/pkg: PLIST 
x11/xscribble  : Makefile 
x11/xscribble/pkg: PLIST 
x11/xtacy  : Makefile 
x11/xtacy/pkg  : PLIST 
x11/xtermset   : Makefile 
x11/xtermset/pkg: PLIST 
x11/yeahlaunch : Makefile 
x11/yeahlaunch/pkg: PLIST 

Log message:
update-plist nits



The build issue about "FORCE_UNSAFE_CONFIGURE=1"

2018-05-17 Thread Nan Xiao
Hi ports@,

Greeting from me!

I use -current ports tree, and try to build sysutils/coreutils, and
get following errors:

..
checking whether mknod can create fifo without root privileges...
configure: error: in `/usr/ports/pobj/coreutils-8.29/coreutils-8.29':
configure: error: you should not run configure as root (set
FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2688
'do-configure': @for d in
/usr/ports/pobj/coreutils-8.29/coreutils-8.29;  do...)
..

I try use "export FORCE_UNSAFE_CONFIGURE=1 && make install", but still
not take effect.

Besides change the owner to non-root, is there any method to bypass
this issue? Thanks very much in advance!


Best Regards
Nan Xiao



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 04:01:10

Modified files:
devel/mingw: Makefile 
devel/mingw/pkg: PLIST 

Log message:
add commented out orig files



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:59:36

Modified files:
infrastructure/mk: bsd.port.mk 

Log message:
another extra suffix that's hardcoded in pkg_subst



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:56:33

Modified files:
devel/libwnck  : Makefile 
devel/libwnck/pkg: PLIST 

Log message:
zap common dirs



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 03:55:46

Modified files:
emulators/retroarch: Makefile 
Added files:
emulators/retroarch/patches: patch-Makefile_common 

Log message:
link with libusb-1.0 and not libusb; fixes build with lld

tested by and ok bentley@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:55:44

Modified files:
devel/kyua-testers: Makefile 
devel/kyua-testers/pkg: PLIST 

Log message:
zap common dir



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:55:16

Modified files:
devel/libconfig: Makefile 
devel/libconfig/pkg: PLIST 

Log message:
someone forgot to add new example files after the last update



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:53:57

Modified files:
devel/libixp   : Makefile 
devel/libixp/pkg: PLIST 

Log message:
bin marker



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:53:02

Modified files:
devel/libowfat : Makefile 
devel/libowfat/pkg: PLIST 

Log message:
update-plist correctly untagged a bogus mandir.
make sure the section 3 manpages are in a properly formed directory with
subdirectories



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:48:15

Modified files:
devel/jenkins/devel: Makefile 
devel/jenkins/devel/pkg: PLIST 
devel/jenkins/stable: Makefile 
devel/jenkins/stable/pkg: PLIST 

Log message:
put annotations in normal order



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 03:48:30

Modified files:
games/xteddy   : Makefile 

Log message:
fix linking with lld (needs libXext); sync WANTLIB while here



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:47:05

Modified files:
devel/id-utils : Makefile 
devel/id-utils/pkg: PLIST 

Log message:
bin markers



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:45:58

Modified files:
devel/go-sys   : Makefile 
devel/go-sys/pkg: PLIST 
devel/glog : Makefile 
devel/glog/pkg : PLIST 

Log message:
update-plist nits



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:44:38

Modified files:
devel/gconf-editor: Makefile 
devel/gconf-editor/pkg: PLIST 
devel/gconf2   : Makefile 
devel/gconf2/pkg: PLIST 

Log message:
common dirs



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:43:33

Modified files:
devel/cutils   : Makefile 
devel/cutils/pkg: PLIST 
devel/cvslock  : Makefile 
devel/cvslock/pkg: PLIST 
devel/cvsps: Makefile 
devel/cvsps/pkg: PLIST 

Log message:
@bin markers



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:42:00

Modified files:
devel/bouml: Makefile 
devel/bouml/pkg: PLIST-main 

Log message:
sort



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:41:24

Modified files:
devel/boehm-gc : Makefile 
devel/boehm-gc/pkg: PLIST-atomic 

Log message:
sort



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:40:30

Modified files:
devel/avr32/gcc: Makefile 
devel/avr32/gcc/pkg: PLIST 

Log message:
zap dirs inherited from parent, reorder in canonical order



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:36:12

Modified files:
infrastructure/bin: update-plist 

Log message:
warn for orig comments that no longer match any file, so that we remember
to remove them eventually



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:21:12

Modified files:
databases/influxdb: Makefile 
databases/influxdb/pkg: PLIST 

Log message:
zap extra common dirs



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2018/05/17 03:20:08

Modified files:
databases/gq   : Makefile 
databases/gq/pkg: PLIST 
databases/p5-DBD-mysql: Makefile 
databases/p5-DBD-mysql/pkg: PLIST 
databases/p5-DBIx-Class: Makefile 
databases/p5-DBIx-Class/pkg: PLIST 
databases/p5-DBIx-DataModel: Makefile 
databases/p5-DBIx-DataModel/pkg: PLIST 
databases/p5-Data-RandomPerson: Makefile 
databases/p5-Data-RandomPerson/pkg: PLIST 
databases/puppetdb4: Makefile 
databases/puppetdb4/pkg: PLIST-main PLIST-plugin 
databases/puppetdb5: Makefile 
databases/puppetdb5/pkg: PLIST-main PLIST-plugin 

Log message:
update-plist nits



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Mark Kettenis
CVSROOT:/cvs
Module name:ports
Changes by: kette...@cvs.openbsd.org2018/05/17 03:14:05

Modified files:
www/webkitgtk4/patches: 

patch-Source_JavaScriptCore_runtime_MachineContext_h 
Added files:
www/webkitgtk4/patches: 
patch-Source_JavaScriptCore_offlineasm_arm64_rb 

Log message:
Make this build on arm64.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2018/05/17 02:57:47

Modified files:
www/nextcloud  : Makefile 
www/nextcloud/files: httpd-nextcloud.conf.dist.in 
www/nextcloud/pkg: PLIST 
Removed files:
www/nextcloud/patches: patch-version_php 

Log message:
We moved nextcloud to php 7.0 requested by many, thanks sthen@ for moving
MODPHP_FLAVOR from pecl.port.mk to php.port.mk (fixing databases/pecl-redis).
Improved the httpd.conf (from Eric Elena, thanks!), also deleted the patch for
our version to avoid the alert on the new integrity check (requested by stsp@
and kirby@)

OK sthen@



Re: [php7] Re: CVS: cvs.openbsd.org: ports

2018-05-17 Thread Rafael Sadowski
On Thu May 17, 2018 at 09:34:56AM +0100, Stuart Henderson wrote:
> Generally I think we should just move everything to 7 by flipping the
> default version, but to gain experience I'm moving a few of mine across
> as canaries first.
> 

+1



[php7] Re: CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
Generally I think we should just move everything to 7 by flipping the
default version, but to gain experience I'm moving a few of mine across
as canaries first.


On 2018/05/17 02:33, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2018/05/17 02:33:20
> 
> Modified files:
>   mail/roundcubemail: Makefile 
>   mail/rcube-contextmenu: Makefile 
>   mail/rcube-dkimstatus: Makefile 
>   mail/rcube-dovecot_ident: Makefile 
>   mail/rcube-ldapAliasSync: Makefile 
>   mail/rcube-markasjunk2: Makefile 
>   mail/rcube-sieverules: Makefile 
>   mail/rcube-yubikey-plugin: Makefile 
> 
> Log message:
> flip roundcube and associated ports over to PHP 7.0, I've been using
> roundcube and some of the others with 7 for ages.
> 



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 02:33:20

Modified files:
mail/roundcubemail: Makefile 
mail/rcube-contextmenu: Makefile 
mail/rcube-dkimstatus: Makefile 
mail/rcube-dovecot_ident: Makefile 
mail/rcube-ldapAliasSync: Makefile 
mail/rcube-markasjunk2: Makefile 
mail/rcube-sieverules: Makefile 
mail/rcube-yubikey-plugin: Makefile 

Log message:
flip roundcube and associated ports over to PHP 7.0, I've been using
roundcube and some of the others with 7 for ages.



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 02:27:43

Modified files:
net/librenms   : Makefile 
net/librenms/pkg: PLIST 

Log message:
flip librenms over to PHP 7.0, I've been using it like this for ages



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 02:15:06

Modified files:
news/pan   : Makefile 

Log message:
fix linking with lld (missing -liconv); sync WANTLIB while here



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/05/17 02:11:44

Modified files:
lang/php   : php.port.mk 
lang/php/pecl  : pecl.port.mk 

Log message:
move MODPHP_FLAVOR from pecl.port.mk to php.port.mk so that other ports
can use "RUN_DEPENDS = foo/pecl-bar${MODPHP_FLAVOR}" and pick up the right
dep according to the MODPHP_VERSION setting.

prompted by a requested from gonzalo@



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/05/17 02:01:33

Modified files:
www/webkitgtk4 : Makefile 
www/webkitgtk4/patches: 

patch-Source_WebCore_platform_network_soup_SoupNetworkSession_h 

Log message:
Sync with what has been committed upstream.



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 00:55:04

Modified files:
sysutils/py-croniter: Makefile distinfo 
sysutils/py-croniter/pkg: PLIST 

Log message:
- update to py-croniter-0.3.22
- add missing TDEP



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/05/17 00:46:42

Modified files:
textproc/py-natsort: Makefile distinfo 
textproc/py-natsort/pkg: PLIST 

Log message:
update to py-natsort-5.3.1



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/05/17 00:30:05

Modified files:
graphics/gegl04: Makefile distinfo 
graphics/gegl04/pkg: PLIST 

Log message:
Update to gegl04-0.4.2.



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/05/17 00:05:58

Modified files:
devel/meson: Makefile distinfo meson.port.mk 
devel/meson/patches: patch-mesonbuild_build_py 
 patch-mesonbuild_modules_gnome_py 
devel/meson/pkg: PLIST 
Removed files:
devel/meson/patches: patch-mesonbuild_compilers_compilers_py 
 patch-mesonbuild_mesonlib_py 

Log message:
Update to meson-0.46.1.



CVS: cvs.openbsd.org: ports

2018-05-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/05/17 00:05:44

Modified files:
devel/fribidi  : Makefile distinfo 

Log message:
Update to fribidi-1.0.3.