CVS: cvs.openbsd.org: ports

2017-11-20 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2017/11/21 00:44:19

Modified files:
www/sblg   : Makefile distinfo 

Log message:
Update to sblg-0.4.11.

>From Bryan Vyhmeister. Thanks!



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2017/11/21 00:37:01

Modified files:
textproc/html-xml-utils: Makefile distinfo 

Log message:
Update to html-xml-utils-7.3.

Changelog: https://www.w3.org/Tools/HTML-XML-utils/ChangeLog



Re: x11/xclip: avoid printf %s NULL

2017-11-20 Thread Anthony J. Bentley
Theo Buehler writes:
> $ unset DISPLAY; xclip
> Error: Can't open display: (null)
> $ tail -1 /var/log/messages
> Nov 18 11:53:55 mimine xclip: vfprintf %s NULL in "Error: Can't open display:
>  %s "
>
> ok?
>
> Index: Makefile
> ===
> RCS file: /var/cvs/ports/x11/xclip/Makefile,v
> retrieving revision 1.15
> diff -u -p -r1.15 Makefile
> --- Makefile  13 Sep 2016 20:13:38 -  1.15
> +++ Makefile  18 Nov 2017 10:56:55 -
> @@ -4,6 +4,7 @@ COMMENT=  command line interface to X se
>  GH_ACCOUNT=  astrand
>  GH_PROJECT=  xclip
>  GH_TAGNAME=  0.13
> +REVISION=0
>  CATEGORIES=  x11
>  
>  MAINTAINER=  Dmitrij D. Czarkoff 
> Index: patches/patch-xcprint_c
> ===
> RCS file: patches/patch-xcprint_c
> diff -N patches/patch-xcprint_c
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-xcprint_c   18 Nov 2017 10:55:49 -
> @@ -0,0 +1,19 @@
> +$OpenBSD$
> +
> +Avoid printf "%s" NULL
> +
> +Index: xcprint.c
> +--- xcprint.c.orig
>  xcprint.c
> +@@ -86,7 +86,10 @@ errxdisplay(char *display)
> + if (display == NULL)
> + display = getenv("DISPLAY");
> + 
> +-fprintf(stderr, "Error: Can't open display: %s\n", display);
> ++if (display == NULL || *display == '\0')
> ++fprintf(stderr, "Error: Can't open display\n");
> ++else
> ++fprintf(stderr, "Error: Can't open display: %s\n", display);
> + exit(EXIT_FAILURE);
> + }
> + 

This makes the error vague when you actually have DISPLAY unset, e.g.,
ssh'd into the wrong machine... I would prefer to keep the same output
in the null case.

if (display == NULL)
fprintf(stderr, "Error: Can't open display: (null)\n");
else
fprintf(stderr, "Error: Can't open display: %s\n", display);



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Ingo Feinerer
CVSROOT:/cvs
Module name:ports
Changes by: feine...@cvs.openbsd.org2017/11/20 23:08:38

Modified files:
x11/lemonbar   : Makefile distinfo 

Log message:
Update to lemonbar 1.3



powerpc bulk build report

2017-11-20 Thread landry
bulk build on macppc-1.ports.openbsd.org
started on  Mon Nov 13 12:15:12 MST 2017
finished at Mon Nov 20 19:57:10 MST 2017
lasted 08D00h41m
done with kern.version=OpenBSD 6.2-current (GENERIC.MP) #98: Mon Nov 13 
01:21:40 MST 2017

built packages:6757
Nov 13:419
Nov 14:1136
Nov 15:595
Nov 16:268
Nov 17:445
Nov 18:671
Nov 19:670
Nov 20:2552



build failures: 22
http://build-failures.rhaalovely.net//powerpc/2017-11-13/archivers/woff2.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/audio/cmu-sphinxbase.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/devel/arm-none-eabi/gcc-linaro.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/devel/jsonrpc-glib.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/devel/template-glib.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/devel/xtensa-elf/gcc.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/editors/vim,no_x11,python,-main.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/games/cataclysm-dda.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/games/fifengine.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/games/tome4,-data.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/geo/geos.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/graphics/gdcm.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/graphics/orthanc/server.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/lang/guile2.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/lang/verilator.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/math/p5-Math-Pari.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/net/knot.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/net/libnids.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/net/prosody.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/security/py-cryptography.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/sysutils/facter.log
http://build-failures.rhaalovely.net//powerpc/2017-11-13/textproc/uncrustify.log

recurrent failures
 failures/archivers/woff2.log
 failures/devel/arm-none-eabi/gcc-linaro.log
 failures/games/cataclysm-dda.log
 failures/games/tome4,-data.log
 failures/graphics/orthanc/server.log
 failures/lang/guile2.log
 failures/lang/verilator.log
 failures/math/p5-Math-Pari.log
 failures/net/knot.log
 failures/sysutils/facter.log
new failures
+++ ls-failures Mon Nov 20 19:57:31 2017
+failures/audio/cmu-sphinxbase.log
+failures/devel/jsonrpc-glib.log
+failures/devel/template-glib.log
+failures/devel/xtensa-elf/gcc.log
+failures/editors/vim,no_x11,python,-main.log
+failures/games/fifengine.log
+failures/geo/geos.log
+failures/graphics/gdcm.log
+failures/net/libnids.log
+failures/net/prosody.log
+failures/security/py-cryptography.log
+failures/textproc/uncrustify.log
resolved failures
--- ../old/powerpc/last//ls-failuresSun Nov  5 22:28:07 2017
-failures/print/poppler.log
-failures/sysutils/upower.log
-failures/x11/gnome/totem-pl-parser.log
Base libs:
crypto.42.0 c.92.0

X libs:



Re: Gettext cleanup next step

2017-11-20 Thread Christian Weisgerber
On 2017-11-20, Christian Weisgerber  wrote:

> Just a quick heads-up that I now have a plan for removing the last
> uses of the gettext module.  This will happen over the next few
> days.

Should be all done now.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/11/20 17:16:13

Removed files:
devel/mercurial/patches: patch-tests_test-clonebundles_t.orig 
math/lapack/patches: patch-manpages_man_manl_ilaver_l 

Log message:
remove garbage files



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/11/20 17:14:14

Removed files:
devel/gettext  : gettext.port.mk 

Log message:
remove the remnant of the gettext module



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/11/20 17:13:05

Modified files:
audio/cantata  : Makefile 
audio/clementine: Makefile 
audio/fluidsynth: Makefile 
audio/gqmpeg   : Makefile 
audio/tagtool  : Makefile 
audio/vagalume : Makefile 
audio/xhippo   : Makefile 
cad/geda-gaf   : Makefile 
cad/gerbv  : Makefile 
cad/openscad   : Makefile 
cad/pcb: Makefile 
cad/xnecview   : Makefile 
cad/xtrkcad: Makefile 
comms/gmfsk: Makefile 
comms/gpsk31   : Makefile 
comms/jpilot   : Makefile 
comms/tlf  : Makefile 
comms/xastir   : Makefile 
comms/xdx  : Makefile 
converters/enca: Makefile 
converters/recode: Makefile 
converters/wv  : Makefile 
databases/apache-couchdb: Makefile 
databases/gq   : Makefile 
databases/p5-DBD-Sybase: Makefile 
databases/py-sybase: Makefile 
devel/ORBit2   : Makefile 
devel/atk2mm   : Makefile 
devel/beediff  : Makefile 
devel/codeblocks: Makefile 
devel/frama-c  : Makefile 
devel/gconf-editor: Makefile 
devel/gconf2   : Makefile 
devel/geany: Makefile 
devel/giggle   : Makefile 
devel/goffice08: Makefile 
devel/gtkparasite: Makefile 
devel/gwenhywfar: Makefile 
devel/kdevelop : Makefile 
devel/kdevplatform: Makefile 
devel/libIDL   : Makefile 
devel/libgdata : Makefile 
devel/libglade2: Makefile 
devel/libofx   : Makefile 
devel/libopensync: Makefile 
devel/libunique: Makefile 
devel/libvirt-glib: Makefile 
devel/libwnck  : Makefile 
devel/monotone : Makefile 
devel/p5-Pango : Makefile 
devel/pangox-compat: Makefile 
devel/pkgconfig: Makefile 
devel/py-gobject: Makefile 
devel/py-notify: Makefile 
devel/rapidsvn : Makefile 
devel/sdl-pango: Makefile 
devel/srecord  : Makefile 
devel/vanessa/socket: Makefile 
editors/beaver : Makefile 
editors/focuswriter: Makefile 
editors/gummi  : Makefile 
editors/kile-kde4: Makefile 
editors/leafpad: Makefile 
editors/neovim : Makefile 
editors/tea: Makefile 
editors/tpad   : Makefile 
education/drgeo: Makefile 
emulators/BasiliskII: Makefile 
emulators/desmume: Makefile 
emulators/fs-uae: Makefile 
emulators/gnusim8085: Makefile 
emulators/mednafen: Makefile 
emulators/pcsxr: Makefile 
emulators/sdlmess: Makefile 
emulators/snes9x: Makefile 
emulators/uae  : Makefile 
emulators/vbam : Makefile 
emulators/xnp2 : Makefile 
emulators/yabause: Makefile 
games/atomix   : Makefile 
games/belooted : Makefile 
games/blobwars : Makefile 
games/bzflag   : Makefile 
games/chroma   : Makefile 
games/circuit  : Makefile 
games/corewars : Makefile 
games/crack-attack: Makefile 
games/crossfire-client: Makefile 
games/csmash   : Makefile 
games/eliot: Makefile 
games/enigma   : Makefile 
games/freedroidrpg: Makefile 
games/gamine   : Makefile 
games/gargoyle : Makefile 
games/gnome-mastermind: Makefile 
games/grhino   : Makefile 
games/gtkballs : Makefile 
games/heroes   : Makefile 
games/lbreakout2: Makefile 
games/lincity-ng: Makefile 
games/minetest : Makefile 
games/pushover : Makefile 
games/puzzles  : Makefile 
games/spacezero: Makefile 
games/stepmania: Makefile 
games/sumwars  : Makefile 
games/taxipilot: Makefile 
games/toppler  : Makefile 
games/tuxpaint : Makefile 
games/tuxpaint-config: Makefile 
games/valyriatear: Makefile 
games/vegastrike/engine: Makefile 
games/widelands: Makefile 
games/wordwarvi: Makefile 
games/xboard   : Makefile 
games/xbubble  : Makefile 
games/zaz  : Makefile 
geo/emerillon  : Makefile 
geo/geoclue: Makefile 
geo/geocode-glib: Makefile 
geo/gpx-viewer : Makefile 
geo/merkaartor : Makefile 
geo/osm-gps-map: Makefile 
geo/osm2go : Makefile 
geo/postgis: Makefile 
geo/qgis   : Makefile 
geo/spatialite/gis: Makefile 
geo/spatialite/gui: Makefile 
geo/spatialite/librasterlite2: Makefile 
geo/spatialite/librewms: Makefile 
geo/viking : Makefile 
graphics/amide : Makefile 
graphics/barcode: Makefile 
graphics/colord-gtk: Makefile 
graphics/dia   : Makefile 
 

Re: [update] samba-4.6.10

2017-11-20 Thread Jeremie Courreges-Anglas
On Mon, Nov 20 2017, Jeremie Courreges-Anglas  wrote:
> On Mon, Nov 20 2017, Jeremie Courreges-Anglas  wrote:
>> samba-4.7 doesn't build right now, because of the usual waf madness.
>> Here's an update to the latest release of the 4.6 branch.   An
>> additional patch is needed because  isn't properly detected if
>>  isn't included first.
>>
>> Runtime not tested, feedback, test reports and oks welcome as usual.
>
> The previous diff was wrongly downgrading the version the ldb shared
> lib, thanks Antoine for spotting this.  Please either bump libldb to 0.4
> (instead of 0.1), or wait for me posting a proper patch (maybe
> tomorrow).


Index: Makefile
===
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.244
diff -u -p -r1.244 Makefile
--- Makefile2 Nov 2017 23:46:37 -   1.244
+++ Makefile20 Nov 2017 18:23:36 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.244 2017/11/02 23:46:37 jca Exp $
 
-VERSION =  4.5.14
+VERSION =  4.6.10
 DISTNAME = samba-${VERSION}
 
 COMMENT-main = SMB and CIFS client and server for UNIX
@@ -15,22 +15,17 @@ PKGNAME-tevent =tevent-${TEVENT_V}
 PKGNAME-util = samba-util-${VERSION}
 PKGNAME-docs = samba-docs-${VERSION}
 
-REVISION-main =1
-REVISION-tevent =  2
-REVISION-ldb = 1
-REVISION-util =0
-
 PKG_ARCH-docs =*
 
-LDB_V =1.1.27
-TEVENT_V = 0.9.29
+LDB_V =1.1.29
+TEVENT_V = 0.9.34
 
 SHARED_LIBS =  asn1-samba4 0.0 \
com_err-samba4  0.0 \
dcerpc  0.0 \
-   dcerpc-binding  1.0 \
+   dcerpc-binding  1.1 \
dcerpc-samr 0.0 \
-   dcerpc-server   2.0 \
+   dcerpc-server   3.0 \
gssapi-samba4   0.0 \
hcrypto-samba4  0.0 \
hdb-samba4  0.0 \
@@ -38,31 +33,31 @@ SHARED_LIBS =   asn1-samba4 0.0 \
heimntlm-samba4 0.0 \
hx509-samba40.0 \
kdc-samba4  0.0 \
-   krb5-samba4 0.0 \
-   ldb 0.3 \
+   krb5-samba4 0.1 \
+   ldb 0.4 \
ndr 0.2 \
ndr-krb5pac 0.1 \
ndr-nbt 0.1 \
-   ndr-standard1.0 \
+   ndr-standard2.0 \
netapi  2.0 \
-   pyldb-util  0.0 \
+   pyldb-util  0.1 \
roken-samba40.0 \
-   samba-credentials   0.0 \
+   samba-credentials   0.1 \
samba-errors0.0 \
-   samba-hostconfig2.0 \
-   samba-passdb0.1 \
+   samba-hostconfig2.1 \
+   samba-passdb1.0 \
samba-policy0.0 \
-   samba-util  1.1 \
+   samba-util  2.0 \
samdb   0.0 \
smbclient   4.1 \
-   smbconf 1.0 \
+   smbconf 2.0 \
smbldap 0.0 \
-   tevent  0.2 \
+   tevent  0.3 \
tevent-util 0.1 \
wbclient3.1 \
wind-samba4 0.0 \
-   replace 1.0 \
-   util-setid  1.0
+   replace 2.0 \
+   util-setid  2.0
 
 CATEGORIES =   net sysutils security
 
@@ -105,7 +100,8 @@ MULTI_PACKAGES =-main -ldb -tevent -uti
 
 MODULES =  lang/python perl
 
-BUILD_DEPENDS =devel/p5-Parse-Yapp>=1.0.5 \
+BUILD_DEPENDS =devel/cmocka \
+   devel/p5-Parse-Yapp>=1.0.5 \
net/py-dnspython \
textproc/docbook-xsl \
x11/dbus
Index: distinfo

CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 17:02:19

Modified files:
x11/xmonad : Makefile 
Added files:
x11/xmonad/patches: patch-src_XMonad_Main_hs patch-xmonad_cabal 

Log message:
Patch out the use of setlocale.

I don't see where and why xmonad needs this on OpenBSD.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/11/20 16:59:02

Removed files:
devel/capstone/patches: patch-Makefile 
patch-arch_Mips_MipsInstPrinter_c 
patch-cs_c patch-include_capstone_h 
patch-tests_test_mips_c 
devel/capstone/pkg: DESCR PLIST 

Log message:
remove unused, empty files



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 16:49:48

Removed files:
devel/darcs/patches: patch-darcs_cabal 
 patch-src_Darcs_UI_Commands_Show_hs 

Log message:
Blargh! Remove empty patch files.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 16:43:46

Modified files:
devel/darcs: Makefile 
devel/darcs/patches: patch-darcs_cabal 
 patch-src_Darcs_UI_Commands_Show_hs 

Log message:
Enable 'darcs show dependencies'.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 16:42:13

Modified files:
devel/hs-sandi : Makefile 

Log message:
Remove BROKEN marker and update BUILD_DEPENDS.



fix PHP version in doku wiki

2017-11-20 Thread Rafael Sadowski
Hi All!

Today I installed dokwiki on OpenBSD 6.2 and ran into different php
issues. I uninstalled the default php 5.6 version and replaces it with
php 7.x. Now everything works as usual.

Please find below a simple -current diff. After an okay I would like to
commit the same diff into -stable.

Ok? Comments?

Rafael

Index: Makefile
===
RCS file: /cvs/ports/www/dokuwiki/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile10 May 2017 12:32:48 -  1.23
+++ Makefile20 Nov 2017 21:34:46 -
@@ -6,14 +6,15 @@ VERSION = 2017-02-19b
 DISTNAME = dokuwiki-${VERSION}
 PKGNAME =  dokuwiki-${VERSION:S/-/./g}
 CATEGORIES =   www
-HOMEPAGE = http://www.dokuwiki.org/dokuwiki
+HOMEPAGE = https://www.dokuwiki.org/dokuwiki
+REVISION = 0
 
 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
@@ -21,6 +22,7 @@ NO_TEST = Yes
 PKG_ARCH = *
 
 MODULES=   lang/php
+MODPHP_VERSION=7.0
 
 PREFIX =   ${VARBASE}/www
 INSTDIR =  ${PREFIX}/dokuwiki



Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Adam Wolk
On Mon, Nov 20, 2017 at 10:36:17PM +0100, Adam Wolk wrote:
> On Mon, Nov 20, 2017 at 09:41:31PM +0100, Klemens Nanni wrote:
> > On Mon, Nov 20, 2017 at 08:15:13PM +0100, Adam Wolk wrote:
> > > On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote:
> > > > Hi ports@
> > > > 
> > > > attaching a trivial bump for net/corebird
> > > > testedo n amd64 current.
> > > > 
> > > > Port changes:
> > > >  - dropping dependency on librest
> > > >  - dropping wantlib on soup-gnome
> > > >  - appdata changed it's dwelling place
> > > >  - setting HOME for tests and interactive
> > > >causing all tests to finally pass
> > > > 
> > > > Feedback, OK's?
> > > [...]
> > > 
> > > Corebird 1.7.3 has been recently released with support for 280 characters
> > > change on Twitter and a few other tweaks. Updated diff and upstream
> > > changelog below:
> > > [...]
> > Port builds and starts fine for me, I don't have a Twitter account to
> > actually test it, though. Still some feedback:
> > 
> > - DESCR's first sentence is missing a full stop
> > - HOMEPAGE supports HTTPS
> > - SEPARATE_BUILD=Yes can be set
> > - TEST and TEST_INTERACTIVE have inconsistent spacing around =
> > 
> 
> updated diff with your suggestions
> 
> 

the change has been committed, thanks Klemens & Rafael!



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Adam Wolk
CVSROOT:/cvs
Module name:ports
Changes by: aw...@cvs.openbsd.org   2017/11/20 14:43:48

Modified files:
net/corebird   : Makefile distinfo 
net/corebird/pkg: DESCR PLIST 

Log message:
net/corebird 1.5.1 => 1.7.3

OK rsadowski@

Klemens Nanni suggested the following tweaks
on ports@ (thanks!) which have been included:
- added a missing full stop in DESCR
- SEPARATE_BUILD now set to Yes
- fixed indent for TEST & TEST_INTERACTIVE
- switch HOMEPAGE to https:// (also pointed out by rsadowski@)

Port changes:
- dropping dependency on librest
- dropping wantlib on soup-gnome
- appdata changed it's dwelling place
- setting HOME for tests and interactive
causing all tests to finally pass

upstream changelog:
---
Version 1.7.3

Changelog:
- Increase maximum tweet length to 280 characters
- Increase maximum name length to 50 characters and improve
certain parts of the UI to cope better with longer names
- Fix the emoji button not showing up in the compose window
- Update translations

Version 1.7.2

Changelog:
- Fix window cancel button label mixup
- Fix potential crash when composing a tweet (#779)
- Fix abort when trying to detect emoji support (#781)
- Fix spell checking
- Update translations

Release 1.7.1

Changelog:
- Fixed a small problem with the appdata file in 1.7

Version 1.7

Changelog:
- Hashtags and Mentions in profile desriptions are now clickable
- The mention-completion when composing a new tweet now fetches
unknown users from the twitter server
- Videos larger than the screen size are now getting scaled down
while playing
- Profiles now indicate when an account is suspended
- Profiles handle protected accounts better when trying to
access followers/following users, etc.
- The compose window now allows tweets with just media
attached but not text
- Improve the hashtag/mention/link detection when composing a new tweet
- The compose dialog now shows an emoji chooser. This is
only available starting GTK+ 3.22.19 and the emojis will only be
rendered with color if you have the needed cairo version
installed, as well as an emoji font.
- Fixed a bug that led to wrong Direct Message info being
inserted into the database
- Fixed a bug that resulted in broken files when downloading
instagram images

Version 1.6 (2017-08-25)

Changelog:
- Dependencies: GTK+ 3.20 is now required, and librest is no longer
a dependency
- Facelift for the tweet info page
- Lots of stability fixes
- The compose window now starts uploading images as soon as they
are selected



Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Adam Wolk
On Mon, Nov 20, 2017 at 09:41:31PM +0100, Klemens Nanni wrote:
> On Mon, Nov 20, 2017 at 08:15:13PM +0100, Adam Wolk wrote:
> > On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote:
> > > Hi ports@
> > > 
> > > attaching a trivial bump for net/corebird
> > > testedo n amd64 current.
> > > 
> > > Port changes:
> > >  - dropping dependency on librest
> > >  - dropping wantlib on soup-gnome
> > >  - appdata changed it's dwelling place
> > >  - setting HOME for tests and interactive
> > >causing all tests to finally pass
> > > 
> > > Feedback, OK's?
> > [...]
> > 
> > Corebird 1.7.3 has been recently released with support for 280 characters
> > change on Twitter and a few other tweaks. Updated diff and upstream
> > changelog below:
> > [...]
> Port builds and starts fine for me, I don't have a Twitter account to
> actually test it, though. Still some feedback:
> 
>   - DESCR's first sentence is missing a full stop
>   - HOMEPAGE supports HTTPS
>   - SEPARATE_BUILD=Yes can be set
>   - TEST and TEST_INTERACTIVE have inconsistent spacing around =
> 

updated diff with your suggestions


Index: Makefile
===
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile28 Oct 2017 18:31:41 -  1.17
+++ Makefile20 Nov 2017 21:18:37 -
@@ -2,15 +2,14 @@
 
 COMMENT =  native Gtk+ Twitter client
 
-V =1.5.1
+V =1.7.3
 DISTNAME = corebird-${V}
 MASTER_SITES = 
https://github.com/baedert/corebird/releases/download/${V}/
-REVISION = 2
 
 EXTRACT_SUFX = .tar.xz
 CATEGORIES =   net
 
-HOMEPAGE = http://corebird.baedert.org/
+HOMEPAGE = https://corebird.baedert.org/
 
 MAINTAINER =   Adam Wolk 
 
@@ -25,7 +24,7 @@ WANTLIB += gmodule-2.0 gobject-2.0 graph
 WANTLIB += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
 WANTLIB += json-glib-1.0 lzma m orc-0.4 pango-1.0 pangocairo-1.0
 WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
-WANTLIB += rest-0.7 soup-2.4 soup-gnome-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
+WANTLIB += soup-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
 WANTLIB += xcb-render xcb-shm xml2 z
 
 MODULES =  devel/dconf \
@@ -40,7 +39,6 @@ LIB_DEPENDS = databases/sqlite3 \
devel/json-glib \
devel/libsoup>=2.4 \
devel/orc \
-   net/librest>=0.7.91 \
multimedia/gstreamer1/core \
multimedia/gstreamer1/plugins-base \
textproc/gspell \
@@ -52,5 +50,13 @@ RUN_DEPENDS =multimedia/gstreamer1/plu
 
 CONFIGURE_STYLE =  gnu
 USE_GMAKE =Yes
+
+TEST_ENV = HOME=${WRKDIR}/tests
+TEST_IS_INTERACTIVE =  x11
+
+SEPARATE_BUILD =   Yes
+
+pre-test:
+   mkdir -p ${WRKDIR}/tests/.config/corebird
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo20 Jul 2017 23:22:15 -  1.10
+++ distinfo20 Nov 2017 21:18:37 -
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.5.1.tar.xz) = 57ZBol4nnYJRygqfou8Rpd02TjaeH6VPVUWCTclt7aA=
-SIZE (corebird-1.5.1.tar.xz) = 676192
+SHA256 (corebird-1.7.3.tar.xz) = y/Qv3xhvXepHxdFx9qbdR6BdDnIaS/1uYbUwaeonjic=
+SIZE (corebird-1.7.3.tar.xz) = 705080
Index: pkg/DESCR
===
RCS file: /cvs/ports/net/corebird/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   2 Mar 2016 16:52:57 -   1.1.1.1
+++ pkg/DESCR   20 Nov 2017 21:18:37 -
@@ -1,4 +1,4 @@
-Corebird is a native Gtk+ Twitter client
+Corebird is a native Gtk+ Twitter client.
 
 Offers native support for multiple accounts, handles media (including
 uploads) and doesn't rescroll your timeline on new tweets.
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/corebird/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   20 Jul 2017 23:22:15 -  1.6
+++ pkg/PLIST   20 Nov 2017 21:18:37 -
@@ -1,8 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.6 2017/07/20 23:22:15 awolk Exp $
 @bin bin/corebird
 @man man/man1/corebird.1
-share/appdata/
-share/appdata/org.baedert.corebird.appdata.xml
 share/applications/org.baedert.corebird.desktop
 share/dbus-1/services/org.baedert.corebird.service
 share/glib-2.0/schemas/org.baedert.corebird.gschema.xml
@@ -63,3 +61,5 @@ share/locale/zh_TW/LC_MESSAGES/corebird.
 @unexec-delete %D/bin/update-desktop-database
 @exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
 @unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+share/metainfo/

CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/11/20 13:57:17

Modified files:
databases/ruby-sqlite3: Makefile 
devel/ruby-cicphash: Makefile 
devel/ruby-daemons: Makefile 
devel/ruby-highline: Makefile 
devel/ruby-log4r: Makefile 
devel/ruby-mocha: Makefile 
mail/ruby-mime : Makefile 
textproc/ruby-kramdown: Makefile 
textproc/ruby-maruku: Makefile 
textproc/ruby-treetop: Makefile 
www/ruby-addressable: Makefile 
www/ruby-mechanize: Makefile 

Log message:
Update HOMEPAGE so it doesn't reference Rubyforge

Rubyforge went away years ago.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/11/20 13:54:40

Modified files:
lang/jruby : Makefile distinfo 

Log message:
Update to JRuby 9.1.14.0

Update MASTER_SITES for switch from S3 to Maven.



Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Klemens Nanni
On Mon, Nov 20, 2017 at 08:15:13PM +0100, Adam Wolk wrote:
> On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote:
> > Hi ports@
> > 
> > attaching a trivial bump for net/corebird
> > testedo n amd64 current.
> > 
> > Port changes:
> >  - dropping dependency on librest
> >  - dropping wantlib on soup-gnome
> >  - appdata changed it's dwelling place
> >  - setting HOME for tests and interactive
> >causing all tests to finally pass
> > 
> > Feedback, OK's?
> [...]
> 
> Corebird 1.7.3 has been recently released with support for 280 characters
> change on Twitter and a few other tweaks. Updated diff and upstream
> changelog below:
> [...]
Port builds and starts fine for me, I don't have a Twitter account to
actually test it, though. Still some feedback:

- DESCR's first sentence is missing a full stop
- HOMEPAGE supports HTTPS
- SEPARATE_BUILD=Yes can be set
- TEST and TEST_INTERACTIVE have inconsistent spacing around =



Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Rafael Sadowski
On Mon Nov 20, 2017 at 08:15:13PM +0100, Adam Wolk wrote:
> On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote:
> > Hi ports@
> > 
> > attaching a trivial bump for net/corebird
> > testedo n amd64 current.
> > 
> > Port changes:
> >  - dropping dependency on librest
> >  - dropping wantlib on soup-gnome
> >  - appdata changed it's dwelling place
> >  - setting HOME for tests and interactive
> >causing all tests to finally pass
> > 
> > Feedback, OK's?
> > 
> > Regards,
> > Adam
> > 
> > upstream changelog:
> > ---
> > 
> > Version 1.7.2
> > 
> > Changelog:
> >  - Fix window cancel button label mixup
> >  - Fix potential crash when composing a tweet (#779)
> >  - Fix abort when trying to detect emoji support (#781)
> >  - Fix spell checking
> >  - Update translations
> > 
> > Release 1.7.1
> > 
> > Changelog:
> >  - Fixed a small problem with the appdata file in 1.7
> > 
> > Version 1.7
> > 
> > Changelog:
> >  - Hashtags and Mentions in profile desriptions are now clickable
> >  - The mention-completion when composing a new tweet now fetches
> >unknown users from the twitter server
> >  - Videos larger than the screen size are now getting scaled down
> >while playing
> >  - Profiles now indicate when an account is suspended
> >  - Profiles handle protected accounts better when trying to
> >access followers/following users, etc.
> >  - The compose window now allows tweets with just media
> >attached but not text
> >  - Improve the hashtag/mention/link detection when composing a new tweet
> >  - The compose dialog now shows an emoji chooser. This is
> >only available starting GTK+ 3.22.19 and the emojis will only be
> >rendered with color if you have the needed cairo version
> >installed, as well as an emoji font.
> >  - Fixed a bug that led to wrong Direct Message info being
> >inserted into the database
> >  - Fixed a bug that resulted in broken files when downloading
> >instagram images
> > 
> > Version 1.6 (2017-08-25)
> > 
> > Changelog:
> >   - Dependencies: GTK+ 3.20 is now required, and librest is no longer
> > a dependency
> >   - Facelift for the tweet info page
> >   - Lots of stability fixes
> >   - The compose window now starts uploading images as soon as they
> > are selected
> > ---
> 
> Corebird 1.7.3 has been recently released with support for 280 characters
> change on Twitter and a few other tweaks. Updated diff and upstream
> changelog below:
> 
> upstream changelog
> ---
> 
> Version 1.7.3
> 
> Changelog:
>   - Increase maximum tweet length to 280 characters
>   - Increase maximum name length to 50 characters and improve
> certain parts of the UI to cope better with longer names
>   - Fix the emoji button not showing up in the compose window
>   - Update translations
> 
> ---

Works fine here. ok with HOMEPAGE switch to https.


> Index: Makefile
> ===
> RCS file: /cvs/ports/net/corebird/Makefile,v
> retrieving revision 1.17
> diff -u -p -r1.17 Makefile
> --- Makefile  28 Oct 2017 18:31:41 -  1.17
> +++ Makefile  20 Nov 2017 19:14:24 -
> @@ -2,10 +2,9 @@
>  
>  COMMENT =native Gtk+ Twitter client
>  
> -V =  1.5.1
> +V =  1.7.3
>  DISTNAME =   corebird-${V}
>  MASTER_SITES =   
> https://github.com/baedert/corebird/releases/download/${V}/
> -REVISION =   2
>  
>  EXTRACT_SUFX =   .tar.xz
>  CATEGORIES = net
> @@ -25,7 +24,7 @@ WANTLIB += gmodule-2.0 gobject-2.0 graph
>  WANTLIB += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
>  WANTLIB += json-glib-1.0 lzma m orc-0.4 pango-1.0 pangocairo-1.0
>  WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
> -WANTLIB += rest-0.7 soup-2.4 soup-gnome-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
> +WANTLIB += soup-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
>  WANTLIB += xcb-render xcb-shm xml2 z
>  
>  MODULES =devel/dconf \
> @@ -40,7 +39,6 @@ LIB_DEPENDS =   databases/sqlite3 \
>   devel/json-glib \
>   devel/libsoup>=2.4 \
>   devel/orc \
> - net/librest>=0.7.91 \
>   multimedia/gstreamer1/core \
>   multimedia/gstreamer1/plugins-base \
>   textproc/gspell \
> @@ -52,5 +50,11 @@ RUN_DEPENDS =  multimedia/gstreamer1/plu
>  
>  CONFIGURE_STYLE =gnu
>  USE_GMAKE =  Yes
> +
> +TEST_ENV =   HOME=${WRKDIR}/tests
> +TEST_IS_INTERACTIVE= x11
> +
> +pre-test:
> + mkdir -p ${WRKDIR}/tests/.config/corebird
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/corebird/distinfo,v
> retrieving revision 1.10
> diff -u -p -r1.10 distinfo
> --- distinfo  20 Jul 2017 23:22:15 -  1.10
> +++ distinfo  20 Nov 2017 19:14:24 -
> @@ -1,2 +1,2 @@
> -SHA256 

CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 13:11:43

Modified files:
net/gupnp/igd  : Makefile distinfo 
net/gupnp/igd/pkg: PLIST 

Log message:
update to gupnp-igd-0.2.5



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/11/20 12:49:32

Modified files:
sysutils/libevtx: Makefile 

Log message:
Picks up xgettext(1) if present, so add BDEP on devel/gettext-tools.
Remove gettext MODULE while here.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:25:21

Modified files:
graphics   : Makefile 

Log message:
Add graphics/hs-colour and graphics/hs-graphviz to the build.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:23:58

Log message:
Import graphics/hs-graphviz.

ok (with a small correction for the dependencies), sthen@

This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.

Status:

Vendor Tag: kili
Release Tags:   kili_20171120

N ports/graphics/hs-graphviz/Makefile
N ports/graphics/hs-graphviz/distinfo
N ports/graphics/hs-graphviz/pkg/DESCR
N ports/graphics/hs-graphviz/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:22:54

Log message:
Import graphics/hs-colour.

ok sthen@

This package provides a data type for colours and transparency.
Colours can be blended and composed.
Various colour spaces are supported.
A module of colour names ("Data.Colour.Names") is provided.

Status:

Vendor Tag: kili
Release Tags:   kili_20171120

N ports/graphics/hs-colour/Makefile
N ports/graphics/hs-colour/distinfo
N ports/graphics/hs-colour/pkg/DESCR
N ports/graphics/hs-colour/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:22:05

Modified files:
textproc   : Makefile 

Log message:
Add textproc/hs-stringsearch and textproc/hs-wl-pprint-text to the build.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:20:41

Log message:
Import textproc/hs-wl-pprint-text.

ok sthen@

This library is a clone of wl-pprint (a pretty printing library
based on Wadler's paper "A Prettier Printer") for use with the text
library,

Status:

Vendor Tag: kili
Release Tags:   kili_20171120

N ports/textproc/hs-wl-pprint-text/Makefile
N ports/textproc/hs-wl-pprint-text/distinfo
N ports/textproc/hs-wl-pprint-text/pkg/DESCR
N ports/textproc/hs-wl-pprint-text/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:19:55

Log message:
Import textproc/hs-stringsearch.

ok sthen@

This package provides several functions to quickly search for
substrings in strict or lazy ByteStrings.  It also provides functions
for breaking or splitting on substrings and replacing all occurrences
of a substring (the first in case of overlaps) with another.

Status:

Vendor Tag: kili
Release Tags:   kili_20171120

N ports/textproc/hs-stringsearch/Makefile
N ports/textproc/hs-stringsearch/distinfo
N ports/textproc/hs-stringsearch/pkg/DESCR
N ports/textproc/hs-stringsearch/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:18:26

Modified files:
devel  : Makefile 

Log message:
Add devel/hs-temporary to the build.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/11/20 12:17:00

Log message:
Import devel/hs-temporary.

ok sthen@

This library provides functions for creating temporary files and
directories.

Status:

Vendor Tag: kili
Release Tags:   kili_20171120

N ports/devel/hs-temporary/Makefile
N ports/devel/hs-temporary/distinfo
N ports/devel/hs-temporary/pkg/DESCR
N ports/devel/hs-temporary/pkg/PLIST

No conflicts created by this import



Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Adam Wolk
On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote:
> Hi ports@
> 
> attaching a trivial bump for net/corebird
> testedo n amd64 current.
> 
> Port changes:
>  - dropping dependency on librest
>  - dropping wantlib on soup-gnome
>  - appdata changed it's dwelling place
>  - setting HOME for tests and interactive
>causing all tests to finally pass
> 
> Feedback, OK's?
> 
> Regards,
> Adam
> 
> upstream changelog:
> ---
> 
> Version 1.7.2
> 
> Changelog:
>  - Fix window cancel button label mixup
>  - Fix potential crash when composing a tweet (#779)
>  - Fix abort when trying to detect emoji support (#781)
>  - Fix spell checking
>  - Update translations
> 
> Release 1.7.1
> 
> Changelog:
>  - Fixed a small problem with the appdata file in 1.7
> 
> Version 1.7
> 
> Changelog:
>  - Hashtags and Mentions in profile desriptions are now clickable
>  - The mention-completion when composing a new tweet now fetches
>unknown users from the twitter server
>  - Videos larger than the screen size are now getting scaled down
>while playing
>  - Profiles now indicate when an account is suspended
>  - Profiles handle protected accounts better when trying to
>access followers/following users, etc.
>  - The compose window now allows tweets with just media
>attached but not text
>  - Improve the hashtag/mention/link detection when composing a new tweet
>  - The compose dialog now shows an emoji chooser. This is
>only available starting GTK+ 3.22.19 and the emojis will only be
>rendered with color if you have the needed cairo version
>installed, as well as an emoji font.
>  - Fixed a bug that led to wrong Direct Message info being
>inserted into the database
>  - Fixed a bug that resulted in broken files when downloading
>instagram images
> 
> Version 1.6 (2017-08-25)
> 
> Changelog:
>   - Dependencies: GTK+ 3.20 is now required, and librest is no longer
> a dependency
>   - Facelift for the tweet info page
>   - Lots of stability fixes
>   - The compose window now starts uploading images as soon as they
> are selected
> ---

Corebird 1.7.3 has been recently released with support for 280 characters
change on Twitter and a few other tweaks. Updated diff and upstream
changelog below:

upstream changelog
---

Version 1.7.3

Changelog:
  - Increase maximum tweet length to 280 characters
  - Increase maximum name length to 50 characters and improve
certain parts of the UI to cope better with longer names
  - Fix the emoji button not showing up in the compose window
  - Update translations

---
Index: Makefile
===
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile28 Oct 2017 18:31:41 -  1.17
+++ Makefile20 Nov 2017 19:14:24 -
@@ -2,10 +2,9 @@
 
 COMMENT =  native Gtk+ Twitter client
 
-V =1.5.1
+V =1.7.3
 DISTNAME = corebird-${V}
 MASTER_SITES = 
https://github.com/baedert/corebird/releases/download/${V}/
-REVISION = 2
 
 EXTRACT_SUFX = .tar.xz
 CATEGORIES =   net
@@ -25,7 +24,7 @@ WANTLIB += gmodule-2.0 gobject-2.0 graph
 WANTLIB += gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
 WANTLIB += json-glib-1.0 lzma m orc-0.4 pango-1.0 pangocairo-1.0
 WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
-WANTLIB += rest-0.7 soup-2.4 soup-gnome-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
+WANTLIB += soup-2.4 sqlite3 ${COMPILER_LIBCXX} xcb
 WANTLIB += xcb-render xcb-shm xml2 z
 
 MODULES =  devel/dconf \
@@ -40,7 +39,6 @@ LIB_DEPENDS = databases/sqlite3 \
devel/json-glib \
devel/libsoup>=2.4 \
devel/orc \
-   net/librest>=0.7.91 \
multimedia/gstreamer1/core \
multimedia/gstreamer1/plugins-base \
textproc/gspell \
@@ -52,5 +50,11 @@ RUN_DEPENDS =multimedia/gstreamer1/plu
 
 CONFIGURE_STYLE =  gnu
 USE_GMAKE =Yes
+
+TEST_ENV   =   HOME=${WRKDIR}/tests
+TEST_IS_INTERACTIVE=   x11
+
+pre-test:
+   mkdir -p ${WRKDIR}/tests/.config/corebird
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo20 Jul 2017 23:22:15 -  1.10
+++ distinfo20 Nov 2017 19:14:24 -
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.5.1.tar.xz) = 57ZBol4nnYJRygqfou8Rpd02TjaeH6VPVUWCTclt7aA=
-SIZE (corebird-1.5.1.tar.xz) = 676192
+SHA256 (corebird-1.7.3.tar.xz) = y/Qv3xhvXepHxdFx9qbdR6BdDnIaS/1uYbUwaeonjic=
+SIZE (corebird-1.7.3.tar.xz) = 705080
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/corebird/pkg/PLIST,v
retrieving revision 1.6
diff 

CVS: cvs.openbsd.org: ports

2017-11-20 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/11/20 12:13:23

Modified files:
archivers/libzip: Makefile distinfo 
archivers/libzip/patches: patch-src_ziptool_c 
archivers/libzip/pkg: PLIST 

Log message:
Update to libzip 1.3.2 -- adds a new function, so minor bump.
All consumers are happy with this.



Re: [UPDATE] www/sblg to 0.4.11

2017-11-20 Thread Bryan Vyhmeister
On Mon, Nov 20, 2017 at 10:51:59AM -0800, Bryan Vyhmeister wrote:
> This is another simple update of sblg from 0.4.10 to 0.4.11. The changes
> listed by the author are:
> 
> "Bump to latest oconfigure. Fix up some documentation. No code change."
> 
> I did testing on amd64 with no issues. I expect it should work fine
> everywhere. CC maintainer also.

And again I did not include the diff.

Bryan


Index: www/sblg/Makefile
===
RCS file: /cvs/ports/www/sblg/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- www/sblg/Makefile   31 Oct 2017 07:33:22 -  1.10
+++ www/sblg/Makefile   20 Nov 2017 18:45:01 -
@@ -2,7 +2,7 @@
 
 COMMENT =  simple off-line blog utility
 
-DISTNAME = sblg-0.4.10
+DISTNAME = sblg-0.4.11
 
 CATEGORIES =   www
 
Index: www/sblg/distinfo
===
RCS file: /cvs/ports/www/sblg/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- www/sblg/distinfo   31 Oct 2017 07:33:22 -  1.10
+++ www/sblg/distinfo   20 Nov 2017 18:45:01 -
@@ -1,2 +1,2 @@
-SHA256 (sblg-0.4.10.tar.gz) = PkWr8wZzZGT+aqY7+j3sjSAxrdIRmJfIKYvg+fV5DVQ=
-SIZE (sblg-0.4.10.tar.gz) = 56401
+SHA256 (sblg-0.4.11.tar.gz) = jIf+qvUFTtc4QuJ2cxivIYqhxuopxj6UAM/Kcvb8JcU=
+SIZE (sblg-0.4.11.tar.gz) = 56415



[UPDATE] www/sblg to 0.4.11

2017-11-20 Thread Bryan Vyhmeister
This is another simple update of sblg from 0.4.10 to 0.4.11. The changes
listed by the author are:

"Bump to latest oconfigure. Fix up some documentation. No code change."

I did testing on amd64 with no issues. I expect it should work fine
everywhere. CC maintainer also.
 
Bryan



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 11:51:45

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
brush away vomit



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 11:50:31

Removed files:
security/vomit : Makefile distinfo 
security/vomit/patches: patch-buffer_c patch-configure 
patch-pcapu_c patch-voip_c patch-vomit_c 
security/vomit/pkg: DESCR PLIST 

Log message:
broken and not quite maintained

flush it



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 11:49:57

Modified files:
security   : Makefile 

Log message:
-vomit



Re: MODPY_EGG_VERSION too long! [Re: Update to exabgp-3.4.22]

2017-11-20 Thread Daniel Jakots
On Mon, 20 Nov 2017 09:11:09 +, Stuart Henderson
 wrote:

> This is mostly because MODPY_EGG_VERSION is such an annoyingly long
> string :)  Would anyone support / object to changing it to MODPY_EGG_V
> across the tree?

PERMIT_PACKAGE_CDROM and MODPY_SETUPTOOLS would be problematic then but
I don't want to deny you the fun of doing this major churn, so no
objection from me ;)



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2017/11/20 11:39:33

Modified files:
net/exabgp : Makefile distinfo 
net/exabgp/patches: patch-setup_py 
net/exabgp/pkg : PLIST 

Log message:
Update to exabgp-3.4.22, add a test target and prettify the Makefile

ok jca@ sthen@



Re: [update] samba-4.6.10

2017-11-20 Thread Jeremie Courreges-Anglas
On Mon, Nov 20 2017, Jeremie Courreges-Anglas  wrote:
> samba-4.7 doesn't build right now, because of the usual waf madness.
> Here's an update to the latest release of the 4.6 branch.   An
> additional patch is needed because  isn't properly detected if
>  isn't included first.
>
> Runtime not tested, feedback, test reports and oks welcome as usual.

The previous diff was wrongly downgrading the version the ldb shared
lib, thanks Antoine for spotting this.  Please either bump libldb to 0.4
(instead of 0.1), or wait for me posting a proper patch (maybe
tomorrow).

Sorry for messing this up...

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



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/11/20 11:23:33

Modified files:
x11/gnome/builder: Makefile 

Log message:
Issue has been fixed, tweak comment.



CVS: cvs.openbsd.org: ports

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

Modified files:
textproc/libical: Makefile distinfo 
textproc/libical/patches: patch-src_libical_icaltimezone_c 
textproc/libical/pkg: PLIST-main 
Removed files:
textproc/libical/patches: patch-src_libicalss_CMakeLists_txt 

Log message:
Update to libical-3.0.1.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Stuart Cassoff
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2017/11/20 11:14:49

Modified files:
audio/xcd  : Makefile 

Log message:
Update to working MASTER_SITES. From FreeBSD.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 10:57:25

Modified files:
security/sqlmap: Makefile distinfo 
security/sqlmap/pkg: PLIST 

Log message:
update to sqlmap-1.1.11

ok rpointel@



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 10:57:09

Modified files:
security   : Makefile 

Log message:
+fierce



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 10:56:08

Log message:
import fierce-1.2.0

Fierce is a semi-lightweight scanner that helps locate non-contiguous IP
space and hostnames against specified domains. It's really meant as a
pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all of those
require that you already know what IP space you are looking for. This
does not perform exploitation and does not scan the whole internet
indiscriminately. It is meant specifically to locate likely targets both
inside and outside a corporate network.

ok rpointel@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20172011

N ports/security/fierce/Makefile
N ports/security/fierce/distinfo
N ports/security/fierce/pkg/PLIST
N ports/security/fierce/pkg/DESCR
N ports/security/fierce/patches/patch-fierce_py

No conflicts created by this import



Cyrus sasl 2.1.26 patch

2017-11-20 Thread Brad Davis
I've included a replacement for patch-saslauthd_auth_getpwent_c.  If crypt() 
fails
(because the pw->pw_passwd is "*") strcmp() fails when passed NULL.  This is 
happening
as my mail server is being probed for relay services.  I have run this patch 
for about
2 days without a problem where the original would loose a process within 2-3 
hours (and
completely die within a day).  I only use getpwent and have not examined the 
other
methods for simular code.

Brad

*** saslauthd/auth_getpwent.c.orig  Fri Oct 12 08:05:48 2012
--- saslauthd/auth_getpwent.c   Sat Nov 18 14:28:47 2017
***
*** 78,87 
  /* VARIABLES */
  struct passwd *pw;/* pointer to passwd file entry 
*/
  int errnum;
  /* END VARIABLES */

  errno = 0;
! pw = getpwnam(login);
  errnum = errno;
  endpwent();

--- 78,88 
  /* VARIABLES */
  struct passwd *pw;/* pointer to passwd file entry 
*/
  int errnum;
+ char *cr;
  /* END VARIABLES */

  errno = 0;
! pw = getpwnam_shadow(login);
  errnum = errno;
  endpwent();

***
*** 105,111 
}
  }

! if (strcmp(pw->pw_passwd, (const char *)crypt(password, pw->pw_passwd))) {
if (flags & VERBOSE) {
syslog(LOG_DEBUG, "DEBUG: auth_getpwent: %s: invalid password", 
login);
}
--- 106,113 
}
  }

! cr = crypt(password, pw->pw_passwd);
! if (cr == NULL || strcmp(pw->pw_passwd, (const char *)cr)) {
if (flags & VERBOSE) {
syslog(LOG_DEBUG, "DEBUG: auth_getpwent: %s: invalid password", 
login);
}



[update] knot-2.6.1

2017-11-20 Thread Jeremie Courreges-Anglas

Hi,

a long overdue update to the latest release.  Test reports
welcome^Wneeded. ;)


Index: Makefile
===
RCS file: /d/cvs/ports/net/knot/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile20 Nov 2017 14:27:32 -  1.22
+++ Makefile20 Nov 2017 17:07:01 -
@@ -2,12 +2,11 @@
 
 COMMENT =  authoritative DNS server
 
-DISTNAME = knot-2.4.5
-REVISION = 2
+DISTNAME = knot-2.6.1
 
 SHARED_LIBS += zscanner 1.0  # .1.0
-SHARED_LIBS += knot 1.1  # .5.0
-SHARED_LIBS += dnssec   0.0  # .3.0
+SHARED_LIBS += knot 2.0  # .7.0
+SHARED_LIBS += dnssec   1.0  # .5.0
 
 CATEGORIES =   net
 
@@ -19,9 +18,9 @@ MAINTAINER =  Pierre Emeriaud https://secure.nic.cz/files/knot-dns/
 EXTRACT_SUFX = .tar.xz
@@ -30,11 +29,15 @@ EXTRACT_SUFX =  .tar.xz
 COMPILER = base-clang ports-gcc
 COMPILER_LANGS =   c
 
+MODULES =  lang/python
+# XXX pykeymgr requires py-lmdb (python-lmdb)
+MODPY_RUNDEP = No
+MODPY_ADJ_FILES =  src/utils/pykeymgr/pykeymgr.in
+
 BUILD_DEPENDS =devel/bison
 LIB_DEPENDS =  devel/gettext \
-   devel/libidn \
+   devel/libidn2 \
devel/liburcu \
-   devel/jansson \
security/gnutls
 
 CONFIGURE_STYLE =  gnu
Index: distinfo
===
RCS file: /d/cvs/ports/net/knot/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo29 Jun 2017 17:10:06 -  1.8
+++ distinfo20 Nov 2017 17:07:01 -
@@ -1,2 +1,2 @@
-SHA256 (knot-2.4.5.tar.xz) = h86MzINRHFofTq3T8BIvL1rob7aOm3LwcAxvU0C6lcs=
-SIZE (knot-2.4.5.tar.xz) = 536
+SHA256 (knot-2.6.1.tar.xz) = MBPUW0x0hCaPPK0Hj2b3MKW8lgbmsQYUiN2CHB3OQeM=
+SIZE (knot-2.6.1.tar.xz) = 1112956
Index: patches/patch-src_libknot_lookup_h
===
RCS file: patches/patch-src_libknot_lookup_h
diff -N patches/patch-src_libknot_lookup_h
--- patches/patch-src_libknot_lookup_h  1 Jun 2017 13:42:01 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_libknot_lookup_h,v 1.1 2017/06/01 13:42:01 jca Exp $
-Index: src/libknot/lookup.h
 src/libknot/lookup.h.orig
-+++ src/libknot/lookup.h
-@@ -25,6 +25,7 @@
- #pragma once
- 
- #include 
-+#include 
- 
- /*!
-  * \brief A general purpose lookup table.
Index: pkg/PLIST
===
RCS file: /d/cvs/ports/net/knot/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   1 Jun 2017 13:42:01 -   1.3
+++ pkg/PLIST   20 Nov 2017 17:07:01 -
@@ -12,20 +12,18 @@ include/dnssec/binary.h
 include/dnssec/crypto.h
 include/dnssec/dnssec.h
 include/dnssec/error.h
-include/dnssec/event.h
-include/dnssec/kasp.h
 include/dnssec/key.h
 include/dnssec/keyid.h
-include/dnssec/keystate.h
 include/dnssec/keystore.h
 include/dnssec/keytag.h
-include/dnssec/keyusage.h
 include/dnssec/list.h
 include/dnssec/nsec.h
 include/dnssec/random.h
 include/dnssec/sign.h
 include/dnssec/tsig.h
 include/dnssec/version.h
+include/knot/
+include/knot/module.h
 include/libknot/
 include/libknot/attribute.h
 include/libknot/binary.h
@@ -75,6 +73,11 @@ include/libknot/rrtype/txt.h
 include/libknot/tsig-op.h
 include/libknot/tsig.h
 include/libknot/version.h
+include/libknot/yparser/
+include/libknot/yparser/yparser.h
+include/libknot/yparser/ypformat.h
+include/libknot/yparser/ypschema.h
+include/libknot/yparser/yptrafo.h
 include/zscanner/
 include/zscanner/error.h
 include/zscanner/scanner.h
@@ -88,14 +91,13 @@ lib/libknot.la
 lib/libzscanner.a
 lib/libzscanner.la
 @lib lib/libzscanner.so.${LIBzscanner_VERSION}
+lib/pkgconfig/knotd.pc
 lib/pkgconfig/libdnssec.pc
 lib/pkgconfig/libknot.pc
 lib/pkgconfig/libzscanner.pc
-@bin libexec/knot1to2
 @man man/man1/kdig.1
 @man man/man1/khost.1
 @man man/man1/kjournalprint.1
-@man man/man1/knot1to2.1
 @man man/man1/knsec3hash.1
 @man man/man1/knsupdate.1
 @man man/man1/kzonecheck.1
@@ -103,9 +105,11 @@ lib/pkgconfig/libzscanner.pc
 @man man/man8/keymgr.8
 @man man/man8/knotc.8
 @man man/man8/knotd.8
+@man man/man8/pykeymgr.8
 @bin sbin/keymgr
 @bin sbin/knotc
 @bin sbin/knotd
+sbin/pykeymgr
 share/examples/knot/
 @sample ${SYSCONFDIR}/knot/
 share/examples/knot/example.com.zone


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



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/11/20 08:44:31

Modified files:
x11/kde4/cantor: Makefile 
x11/kde4/cantor/patches: patch-cmake_FindLibSpectre_cmake 
 patch-cmake_FindLuaJIT_cmake 
 
patch-src_backends_python2_python2extensions_cpp 
Added files:
x11/kde4/cantor/patches: patch-src_CMakeLists_txt 
 patch-src_backends_lua_luaexpression_cpp 
 patch-src_backends_lua_luahelper_cpp 
 patch-src_backends_lua_luasession_h 
Removed files:
x11/kde4/cantor/patches: patch-src_backends_lua_CMakeLists_txt 

Log message:
Finale try to fix random build issues

- Fix LUA detection from dcoppa@
- Fix libspectre include issue
- Remove gettext as MODULE

Tweaks and input from naddy@ and jca@



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2017/11/20 08:04:32

Modified files:
security/burpsuite: Makefile distinfo 

Log message:
update burpsuite to 1.7.29.
Release notes: http://releases.portswigger.net/2017/11/1729.html



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/11/20 07:27:32

Modified files:
net/knot   : Makefile 
Removed files:
net/knot/patches: patch-src_contrib_net_c 
  patch-src_contrib_net_h 

Log message:
Better fix for the symbol conflict that affects our libtool

Allows us to run the testsuite again.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/11/20 07:25:30

Modified files:
net/knot   : Makefile 

Log message:
Re-enable fast zone parser with clang



[UPDATE] mail/mlmmj 1.2.19.0 -> 1.3.0

2017-11-20 Thread Zhang Huangbin
Dear list,

Please help update mail/mlmmj to the latest 1.3.0.
Patch attached, tested and works for me.

# Introduction

Mlmmj is a simple and slim mailing list manager (MLM) inspired by ezmlm. It
works with many different Mail Transport Agents (MTAs) and is simple for a
system adminstrator to install, configure and integrate with other software.
As it uses very few resources, and requires no daemons, it is ideal for
installation on systems where resources are limited, such as Virtual Private
Servers (VPSes).



mlmmj-1.3.0.patch
Description: Binary data





CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 06:43:53

Modified files:
sysutils/ruby-puppet/4: Makefile distinfo 

Log message:
bugfix update to 4.10.9



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 06:43:16

Modified files:
sysutils/facter: Makefile distinfo 

Log message:
simple bugfix update to 3.9.3, most notably not evaluating custom puppet
facts twice which should speed up fact resolving quite a lot



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 06:20:21

Modified files:
sysutils/mcollective: Makefile distinfo 

Log message:
small update to 2.11.4



Re: [update] samba-4.6.10

2017-11-20 Thread Jeremie Courreges-Anglas
On Mon, Nov 20 2017, Ian McWilliam  wrote:
> Checking for system talloc (>=2.1.9)  
> : not found 
> ERROR: System library talloc of version 2.1.9 not found, and bundling disabled
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2706 
> '/usr/ports/pobj/samba-4.6.10/.configure_done': @cd 
> /usr/ports/pobj/samba-4)
> *** Error 1 in /usr/ports/net/samba 
> (/usr/ports/infrastructure/mk/bsd.port.mk:2426 'all')
>
> diff to update?

You need the very latest databases/tdb and devel/talloc from cvs.

> Ian McWilliam
>
> 
> From: owner-po...@openbsd.org  on behalf of Jeremie 
> Courreges-Anglas 
> Sent: Monday, 20 November 2017 1:00 PM
> To: ports
> Cc: Ian McWilliam
> Subject: [update] samba-4.6.10
>
>
> samba-4.7 doesn't build right now, because of the usual waf madness.
> Here's an update to the latest release of the 4.6 branch.   An
> additional patch is needed because  isn't properly detected if
>  isn't included first.
>
> Runtime not tested, feedback, test reports and oks welcome as usual.
>
>

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



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 06:19:29

Modified files:
net/ruby-stomp : Makefile 

Log message:
running mcollective, have seen warnings that using global constant
TRUE is deprecated, so just use  true



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/11/20 06:04:09

Modified files:
security/hydra : Makefile distinfo 
security/hydra/patches: patch-configure 

Log message:
update to hydra-8.6



Re: Gettext cleanup next step

2017-11-20 Thread Christian Weisgerber
Just a quick heads-up that I now have a plan for removing the last
uses of the gettext module.  This will happen over the next few
days.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 05:50:00

Modified files:
databases  : Makefile 

Log message:
Hook up PuppetDB 5



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 05:48:52

Modified files:
sysutils/ruby-puppet: Makefile 

Log message:
hook up Puppet5



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 05:47:32

Log message:
Import puppetdb5, 5.1.1, for the time being, next to puppetdb4

like puppet5, OK jasper@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20171120

N ports/databases/puppetdb5/Makefile
N ports/databases/puppetdb5/distinfo
N ports/databases/puppetdb5/patches/patch-Makefile
N ports/databases/puppetdb5/patches/patch-ext_bin_puppetdb
N ports/databases/puppetdb5/patches/patch-ext_cli_ssl-setup
N ports/databases/puppetdb5/patches/patch-ext_config_conf_d_config_ini
N ports/databases/puppetdb5/patches/patch-ext_config_conf_d_jetty_ini
N ports/databases/puppetdb5/pkg/DESCR-main
N ports/databases/puppetdb5/pkg/DESCR-plugin
N ports/databases/puppetdb5/pkg/PLIST-main
N ports/databases/puppetdb5/pkg/PLIST-plugin
N ports/databases/puppetdb5/pkg/README-main
N ports/databases/puppetdb5/pkg/puppetdb.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 05:45:18

Log message:
Import Puppet 5, 5.3.2, for the time being, next to Puppet 4

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20171120

N ports/sysutils/ruby-puppet/5/Makefile
N ports/sysutils/ruby-puppet/5/distinfo
N ports/sysutils/ruby-puppet/5/patches/patch-ext_rack_config_ru
N ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_defaults_rb
N 
ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_provider_package_gem_rb
N 
ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_provider_package_openbsd_rb
N 
ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_provider_package_pip_rb
N 
ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_provider_service_openbsd_rb
N 
ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_reference_configuration_rb
N ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_type_package_rb
N ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_util_run_mode_rb
N ports/sysutils/ruby-puppet/5/patches/patch-lib_puppet_gettext_config_rb
N ports/sysutils/ruby-puppet/5/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/11/20 05:24:43

Modified files:
sysutils/ruby-puppet: Makefile.inc 
sysutils/ruby-puppet/4: Makefile 
sysutils/ruby-puppet/4/pkg: PLIST 

Log message:
Preps for puppet5, do not bother with the emacs files anymore for puppet4,
it's not worth it bothering, and puppet5 doesn't provide them anymore



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/11/20 04:11:20

Modified files:
net/icinga/core2: Makefile distinfo 
net/icinga/core2/patches: patch-config_h_cmake 
net/icinga/core2/pkg: PLIST-main PLIST-mysql PLIST-pgsql 
Added files:
net/icinga/core2/patches: 
  patch-etc_icinga2_features-available_api_conf 
Removed files:
net/icinga/core2/patches: patch-CMakeLists_txt 
  
patch-etc_icinga_icinga-classic-apache_conf_cmake 
  patch-lib_base_CMakeLists_txt 
  patch-lib_base_stacktrace_cpp 

Log message:
update to icinga2-2.8.0, drop libexecinfo (libbacktrace) use while there.

See https://www.icinga.com/docs/icinga2/snapshot/doc/16-upgrading-icinga-2/
- you must update database schema (as common for 2.n -> 2.n+1 update) - you
don't need to do anything special with cert location if you use standard
icinga cli/wizards, but should update deployment tools/scripts if you use
them to provision certificates.

(Regarding cert migration: patch added to new api.conf to work around
pkg_add's behaviour of updating config files if there are no local changes).



Re: new: devel/hs-setlocale (required to unbreak x11/xmonad)

2017-11-20 Thread Matthias Kilian
On Sun, Nov 19, 2017 at 10:06:01PM +0100, Matthias Kilian wrote:
> this new hs-port is required to unbreak x11/xmonad.
> 
> pkg/DESCR:
> 
> This library provides Haskell bindings to setlocale.

Please ignore this. I don't see the need in xmonad to dealing with
locales at all, so I'll just patch xmonad to not use it.

Another problem is that the interface the setlocale package offers
really should belong into some standard haskell package, like unix.

Ciao,
Kili



MODPY_EGG_VERSION too long! [Re: Update to exabgp-3.4.22]

2017-11-20 Thread Stuart Henderson
On 2017/11/19 13:11, Daniel Jakots wrote:
> Hi,
> 
> I wanted to play with exabgp but reading their doc I saw that there are
> changes between 3.4 and 4.0. I wanted to use directly 4.0 so I updated
> the port to 4.0.2 only to realize later that it was a alpha release.
> 
> I noticed that we're lagging on the 3.x branch so here's a diff to
> update it. I also enable test. Is anyone against moving it to py3
> once we move to the 4.x branch?
> 
> Also, inline is the diff you can review but I'd like to commit 
> https://chown.me/iota/ports/exabgp.diff as the Makefile is prettier
> that way. Any objections?

This is mostly because MODPY_EGG_VERSION is such an annoyingly long
string :)  Would anyone support / object to changing it to MODPY_EGG_V
across the tree?

Diff is OK with me. I always support moving things to a current version
of python as long as they work properly and upstream for that port doesn't
have a good objection :-)



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2017/11/20 02:09:47

Added files:
geo/geos/patches: patch-include_geos_geom_Lineal_h 
  patch-include_geos_geom_Polygonal_h 
  patch-include_geos_geom_Puntal_h 
  patch-include_geos_util_GEOSException_h 

Log message:
Remove UTF8 BOM, hopefully fixing the build on non-clang archs.
Reported upstream in https://trac.osgeo.org/geos/ticket/846.



CVS: cvs.openbsd.org: ports

2017-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/11/20 02:09:45

Modified files:
security/libnettle: Makefile distinfo 
security/libnettle/patches: patch-Makefile_in patch-configure 
security/libnettle/pkg: PLIST 

Log message:
Update to libnettle-3.4.