CVS: cvs.openbsd.org: ports

2017-06-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/06/09 16:12:54

Modified files:
security/pcsc-lite: Makefile 

Log message:
use COMPILER to select a modern compiler (needed for TLS emulation in this
case), rather than MODULES=gcc4, so it uses clang in base where available.
ok dcoppa



CVS: cvs.openbsd.org: ports

2017-06-09 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/06/09 09:09:51

Modified files:
audio/ncmpcpp  : Makefile distinfo 
audio/ncmpcpp/patches: patch-doc_ncmpcpp_1 patch-src_ncmpcpp_cpp 
   patch-src_status_cpp 
Added files:
audio/ncmpcpp/patches: patch-configure 
   patch-src_curses_strbuffer_h 
Removed files:
audio/ncmpcpp/patches: patch-src_actions_cpp 
   patch-src_configuration_cpp 
   patch-src_lyrics_cpp 
   patch-src_tag_editor_cpp 
   patch-src_tiny_tag_editor_cpp 
   patch-src_utility_type_conversions_cpp 
   patch-src_window_h 

Log message:
Update to ncmpcpp-0.8



Re: CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
On Fri, Jun 09, 2017 at 04:23:20PM +0200, Marc Espie wrote:
> On Fri, Jun 09, 2017 at 04:06:49PM +0200, Antoine Jacoutot wrote:
> > On Fri, Jun 09, 2017 at 01:37:40PM +0200, Marc Espie wrote:
> > > On Fri, Jun 09, 2017 at 01:21:35PM +0200, Antoine Jacoutot wrote:
> > > > On Fri, Jun 09, 2017 at 04:34:41AM -0600, Marc Espie wrote:
> > > > > CVSROOT:  /cvs
> > > > > Module name:  ports
> > > > > Changes by:   es...@cvs.openbsd.org   2017/06/09 04:34:41
> > > > > 
> > > > > Modified files:
> > > > >   devel/qmake: qmake.port.mk 
> > > > > 
> > > > > Log message:
> > > > > so qmake dependency handling is still basically broken.
> > > > > mark everything that depends on it nojunk, because I'm fed up
> > > > > of qt-creator and other things randomly breaking
> > > > 
> > > > What happens exactly?
> > > > I've never had a similar problem for the last 3 or 4 years since I am 
> > > > running
> > > > daily bulks.
> > > 
> > > Thanks to clang, it went into another directory, which happens to have
> > > #include 
> > > hidden  behind a #ifdef UNIT_TESTS
> > > which is not enough for qmake, obviously.
> > 
> > We should rather fix the issue than hide it, no?
> 
> Basically, this means taking qmake completely apart, because what it does
> is 100% bogus.
> 
> How much free time do you have ?...

Oh the fix is easy, drop qmake from ports.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/06/09 08:28:17

Modified files:
security/letsencrypt: Makefile.inc 
security/letsencrypt/client: distinfo 
security/letsencrypt/client/pkg: PLIST 
security/letsencrypt/py-acme: distinfo 

Log message:
update to certbot/py-acme 0.15.0



Re: CVS: cvs.openbsd.org: ports

2017-06-09 Thread Marc Espie
On Fri, Jun 09, 2017 at 04:06:49PM +0200, Antoine Jacoutot wrote:
> On Fri, Jun 09, 2017 at 01:37:40PM +0200, Marc Espie wrote:
> > On Fri, Jun 09, 2017 at 01:21:35PM +0200, Antoine Jacoutot wrote:
> > > On Fri, Jun 09, 2017 at 04:34:41AM -0600, Marc Espie wrote:
> > > > CVSROOT:/cvs
> > > > Module name:ports
> > > > Changes by: es...@cvs.openbsd.org   2017/06/09 04:34:41
> > > > 
> > > > Modified files:
> > > > devel/qmake: qmake.port.mk 
> > > > 
> > > > Log message:
> > > > so qmake dependency handling is still basically broken.
> > > > mark everything that depends on it nojunk, because I'm fed up
> > > > of qt-creator and other things randomly breaking
> > > 
> > > What happens exactly?
> > > I've never had a similar problem for the last 3 or 4 years since I am 
> > > running
> > > daily bulks.
> > 
> > Thanks to clang, it went into another directory, which happens to have
> > #include 
> > hidden  behind a #ifdef UNIT_TESTS
> > which is not enough for qmake, obviously.
> 
> We should rather fix the issue than hide it, no?

Basically, this means taking qmake completely apart, because what it does
is 100% bogus.

How much free time do you have ?...



Re: CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
On Fri, Jun 09, 2017 at 01:37:40PM +0200, Marc Espie wrote:
> On Fri, Jun 09, 2017 at 01:21:35PM +0200, Antoine Jacoutot wrote:
> > On Fri, Jun 09, 2017 at 04:34:41AM -0600, Marc Espie wrote:
> > > CVSROOT:  /cvs
> > > Module name:  ports
> > > Changes by:   es...@cvs.openbsd.org   2017/06/09 04:34:41
> > > 
> > > Modified files:
> > >   devel/qmake: qmake.port.mk 
> > > 
> > > Log message:
> > > so qmake dependency handling is still basically broken.
> > > mark everything that depends on it nojunk, because I'm fed up
> > > of qt-creator and other things randomly breaking
> > 
> > What happens exactly?
> > I've never had a similar problem for the last 3 or 4 years since I am 
> > running
> > daily bulks.
> 
> Thanks to clang, it went into another directory, which happens to have
> #include 
> hidden  behind a #ifdef UNIT_TESTS
> which is not enough for qmake, obviously.

We should rather fix the issue than hide it, no?

-- 
Antoine



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Dmitrij Czarkoff
CVSROOT:/cvs
Module name:ports
Changes by: czark...@cvs.openbsd.org2017/06/09 07:36:08

Modified files:
devel/cmocka   : Makefile distinfo 

Log message:
update to cmocka-1.1.1

>From Brian Callahan, who is now MAINTAINER.



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/06/09 07:32:29

Modified files:
sysutils/dmidecode: Makefile distinfo 
sysutils/dmidecode/pkg: DESCR 
Added files:
sysutils/dmidecode/patches: patch-util_c 

Log message:
update to dmidecode-3.1



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Dmitrij Czarkoff
CVSROOT:/cvs
Module name:ports
Changes by: czark...@cvs.openbsd.org2017/06/09 06:50:45

Modified files:
devel/quirks   : Makefile 

Log message:
Bump version after adding daala to the list



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/06/09 06:03:35

Modified files:
lang/rust  : Makefile 

Log message:
Bump LIBESTDC_VERSION to 17.1.

ok espie@



Re: CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
On Fri, Jun 09, 2017 at 04:34:41AM -0600, Marc Espie wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   es...@cvs.openbsd.org   2017/06/09 04:34:41
> 
> Modified files:
>   devel/qmake: qmake.port.mk 
> 
> Log message:
> so qmake dependency handling is still basically broken.
> mark everything that depends on it nojunk, because I'm fed up
> of qt-creator and other things randomly breaking

What happens exactly?
I've never had a similar problem for the last 3 or 4 years since I am running
daily bulks.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Dmitrij Czarkoff
CVSROOT:/cvs
Module name:ports
Changes by: czark...@cvs.openbsd.org2017/06/09 05:13:18

Modified files:
multimedia : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
multimedia/daala: Makefile distinfo 
multimedia/daala/pkg: DESCR PLIST 

Log message:
drop multimedia/daala

Orphaned port of video codec with dubious future.

OK sthen@, jca@ and ajacoutot@



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/06/09 04:34:41

Modified files:
devel/qmake: qmake.port.mk 

Log message:
so qmake dependency handling is still basically broken.
mark everything that depends on it nojunk, because I'm fed up
of qt-creator and other things randomly breaking



CVS: cvs.openbsd.org: ports

2017-06-09 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/06/09 04:29:22

Modified files:
devel/git  : Makefile distinfo 
devel/git/patches: patch-Makefile 

Log message:
Update to git-2.13.1

ok jung@



CVS: cvs.openbsd.org: ports

2017-06-09 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/06/09 04:20:22

Modified files:
graphics/feh   : Makefile distinfo 
graphics/feh/patches: patch-Makefile patch-man_feh_pre 

Log message:
Update to feh-2.19



CVS: cvs.openbsd.org: ports

2017-06-09 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/06/09 03:27:02

Modified files:
databases/redis: Makefile distinfo 

Log message:
Update to redis-3.2.9



CVS: cvs.openbsd.org: ports

2017-06-09 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/06/09 02:44:52

Modified files:
audio/mpd  : Makefile distinfo 

Log message:
Bugfixing update to mpd-0.20.9



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/06/09 01:26:34

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.101.



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/06/09 01:26:24

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.5.64.



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/06/09 01:20:51

Modified files:
security/libhttpseverywhere: Makefile distinfo 

Log message:
Update to libhttpseverywhere-0.4.5.



CVS: cvs.openbsd.org: ports

2017-06-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/06/09 01:10:50

Modified files:
x11/gnome/todo : Makefile distinfo 
x11/gnome/todo/pkg: PLIST 

Log message:
Update to gnome-todo-3.24.2.