CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/11 00:56:23

Modified files:
net/avahi  : Makefile distinfo 
net/avahi/pkg  : PLIST-main 
Added files:
net/avahi/patches: patch-configure 
Removed files:
net/avahi/patches: patch-avahi-daemon_avahi-daemon_conf 
   patch-avahi-daemon_main_c 
   patch-avahi-ui_Makefile_in 
   patch-man_avahi-daemon_conf_5_xml_in 

Log message:
Update to avahi-0.6.32.



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/11 00:40:02

Modified files:
net/avahi  : Makefile 
net/avahi/pkg  : PLIST-main 
Removed files:
net/avahi/pkg  : DESCR-qt3 DESCR-qt4 PLIST-qt3 PLIST-qt4 

Log message:
Remove the -qt3 and qt4 subpackages, nothing uses them in tree.



Re: UPDATE: graphics/py-matplotlib 1.5.3

2016-11-10 Thread Alexandr Shadchin
On Sat, Oct 08, 2016 at 11:35:22PM +0500, Alexandr Shadchin wrote:
> Hi,
> 
> This diff updates py-matplotlib to the latest release.
> Tested on amd64.
> 
> Need py-cycler (on ports@).
> 
> Comments ? OK ?
> 

Fix test for py3.

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/graphics/py-matplotlib/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile29 Mar 2016 09:44:59 -  1.57
+++ Makefile11 Nov 2016 06:08:32 -
@@ -2,8 +2,7 @@
 
 COMMENT=   Python charting and plotting API
 
-MODPY_EGG_VERSION =1.4.2
-REVISION = 5
+MODPY_EGG_VERSION =1.5.3
 DISTNAME = matplotlib-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   graphics devel math
@@ -15,18 +14,16 @@ MAINTAINER =Daniel Dickman 

CVS: cvs.openbsd.org: ports

2016-11-10 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2016/11/10 15:18:18

Modified files:
cad/xtrkcad: Makefile distinfo 
cad/xtrkcad/pkg: PLIST 

Log message:
Maintenance update to 4.2.4, mostly adding/updating a few parameter
files.



Re: i3-4.13

2016-11-10 Thread David Coppa
On Thu, Nov 10, 2016 at 10:06 PM, David Coppa  wrote:
>
> Hi i3 users,
>
> Here's the update to i3-4.13.
>
> Please test and report (comments, OKs, whatever...)
>
> Ciao!
> David

And here's the diff as attachment, if the inline one causes problems.


i3-4.13.diff.gz
Description: GNU Zip compressed data


CVS: cvs.openbsd.org: ports

2016-11-10 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2016/11/10 14:58:41

Modified files:
audio/py-mutagen: Makefile 
devel/py-argcomplete: Makefile 
devel/py-babel : Makefile 
devel/py-codestyle: Makefile 
devel/py-isort : Makefile 
devel/py-jsonschema: Makefile 
devel/py-logilab-common: Makefile 
devel/py-nose  : Makefile 
devel/py-robotframework: Makefile 
devel/py-test  : Makefile 
devel/py-tox   : Makefile 
devel/py-uncompyle6: Makefile 
devel/py-xdis  : Makefile 
graphics/py-Pillow: Makefile 
security/py-crypto: Makefile 
security/py-keyring: Makefile 
security/py-keyring/pkg: PFRAG.python3 
security/py-rsa: Makefile 
textproc/py-chardet: Makefile 
textproc/py-demjson: Makefile 
textproc/py-docutils: Makefile 
textproc/py-pygments: Makefile 
textproc/py-sphinx: Makefile 
www/py-flask   : Makefile 
www/py-gunicorn: Makefile 
www/py-mako: Makefile 

Log message:
Remove superfluous if ${FLAVOR:Mpython3}

tweaks and ok rpointel@ shadchin@



i3-4.13

2016-11-10 Thread David Coppa

Hi i3 users,

Here's the update to i3-4.13.

Please test and report (comments, OKs, whatever...)

Ciao!
David

Index: Makefile
===
RCS file: /cvs/ports/x11/i3/Makefile,v
retrieving revision 1.105
diff -u -p -u -p -r1.105 Makefile
--- Makefile29 Aug 2016 09:13:37 -  1.105
+++ Makefile10 Nov 2016 21:06:13 -
@@ -2,8 +2,7 @@
 
 COMMENT =  improved dynamic tiling window manager
 
-DISTNAME = i3-4.12
-REVISION = 0
+DISTNAME = i3-4.13
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
@@ -16,9 +15,13 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 # uses pledge()
 WANTLIB += c cairo ev glib-2.0 gobject-2.0 iconv intl m pango-1.0
-WANTLIB += pangocairo-1.0 pcre startup-notification-1 xcb xcb-cursor
-WANTLIB += xcb-icccm xcb-keysyms xcb-randr xcb-render xcb-util
-WANTLIB += xcb-xinerama xcb-xkb xkbcommon xkbcommon-x11 yajl
+WANTLIB += pangocairo-1.0 pcre pthread startup-notification-1 xcb
+WANTLIB += xcb-cursor xcb-icccm xcb-keysyms xcb-randr xcb-util
+WANTLIB += xcb-xinerama xcb-xkb xcb-xrm xkbcommon xkbcommon-x11
+WANTLIB += yajl
+
+BUILD_DEPENDS =textproc/asciidoc \
+   textproc/xmlto
 
 LIB_DEPENDS =  devel/libev \
devel/libyajl>=2.0.0 \
@@ -32,40 +35,27 @@ RUN_DEPENDS =   devel/desktop-file-utils \
x11/i3status \
x11/p5-AnyEvent-I3
 
+FAKE_FLAGS =   i3confdir="${PREFIX}/share/examples/i3/"
+
+SEPARATE_BUILD = Yes
+
 USE_GMAKE =Yes
 
-NO_TEST =  Yes
+CONFIGURE_STYLE = gnu
 
-MAKE_FLAGS =   CC="${CC}" \
-   SYSCONFDIR=${SYSCONFDIR} \
-   V=1
-
-.if defined(DEBUG)
-MAKE_FLAGS +=  DEBUG=1
-.endif
-
-FAKE_FLAGS =   PREFIX=${PREFIX} \
-   EXEC_PREFIX=${PREFIX} \
-   SYSCONFDIR=${PREFIX}/share/examples \
-   INSTALL_DATA="${INSTALL_DATA}" \
-   INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
-   INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+CONFIGURE_ARGS = --enable-builddir=${WRKBUILD}
 
-post-configure:
-   ${SUBST_CMD} ${WRKSRC}/i3-dmenu-desktop \
+CONFIGURE_ENV =CPPFLAGS="-I${X11BASE}/include \
+ -I${LOCALBASE}/include" \
+   LDFLAGS="-L${X11BASE}/lib \
+-L${LOCALBASE}/lib"
+
+pre-configure:
+   ${SUBST_CMD} ${WRKSRC}/etc/config \
+   ${WRKSRC}/etc/config.keycodes \
+   ${WRKSRC}/i3-dmenu-desktop \
${WRKSRC}/i3-nagbar/main.c \
-   ${WRKSRC}/i3.config \
-   ${WRKSRC}/i3.config.keycodes \
${WRKSRC}/libi3/get_config_path.c \
${WRKSRC}/libi3/get_exe_path.c
-
-post-install:
-   ${INSTALL_MAN} ${WRKBUILD}/man/*.1 ${PREFIX}/man/man1/
-   ${SUBST_MAN} ${WRKBUILD}/man/i3-config-wizard.1 \
-   ${PREFIX}/man/man1/i3-config-wizard.1
-   ${SUBST_MAN} ${WRKBUILD}/man/i3-dmenu-desktop.1 \
-   ${PREFIX}/man/man1/i3-dmenu-desktop.1
-   ${SUBST_MAN} ${WRKBUILD}/man/i3.1 ${PREFIX}/man/man1/i3.1
-   @rm ${PREFIX}/man/man1/i3-sensible*.1
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/x11/i3/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- distinfo9 Mar 2016 09:25:51 -   1.25
+++ distinfo10 Nov 2016 21:06:13 -
@@ -1,2 +1,2 @@
-SHA256 (i3-4.12.tar.bz2) = 4Z4c4IwlScuoPgg8x2jUhyAsQXYNXCg/Z3UueR8deLQ=
-SIZE (i3-4.12.tar.bz2) = 988084
+SHA256 (i3-4.13.tar.bz2) = lMExg+UnqYQTKjsFDIv2KWJlAqbhM+B7QTZBrsX4z4o=
+SIZE (i3-4.13.tar.bz2) = 1121298
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   10 Nov 2016 21:06:13 -
@@ -0,0 +1,34 @@
+$OpenBSD$
+--- Makefile.in.orig   Tue Nov  8 19:54:08 2016
 Makefile.inThu Nov 10 19:44:19 2016
+@@ -744,10 +744,7 @@ i3include_HEADERS = \
+ dist_bin_SCRIPTS = \
+   i3-dmenu-desktop \
+   i3-migrate-config-to-v4 \
+-  i3-save-tree \
+-  i3-sensible-editor \
+-  i3-sensible-pager \
+-  i3-sensible-terminal
++  i3-save-tree
+ 
+ i3confdir = $(sysconfdir)/i3
+ dist_i3conf_DATA = \
+@@ -882,9 +879,6 @@ docs_poddir = ${docdir}
+ @BUILD_MANS_TRUE@ man/i3-nagbar.1 \
+ @BUILD_MANS_TRUE@ man/i3-config-wizard.1 \
+ @BUILD_MANS_TRUE@ man/i3-migrate-config-to-v4.1 \
+-@BUILD_MANS_TRUE@ man/i3-sensible-editor.1 \
+-@BUILD_MANS_TRUE@ man/i3-sensible-pager.1 \
+-@BUILD_MANS_TRUE@ man/i3-sensible-terminal.1 \
+ @BUILD_MANS_TRUE@ man/i3-dump-log.1
+ 
+ @BUILD_MANS_TRUE@pod_MANS = \
+@@ -3121,7 +3115,7 @@ distclean-tags:
+ 
+ # Leading 'am--fnord' is there to ensure the list of targets does not
+ # expand to empty, as could happen e.g. with make check TESTS=''.
+-am--fnord $(TEST_LOGS) 

Re: krb5-config --libs

2016-11-10 Thread Christian Weisgerber
Stuart Henderson:

> The downside is that then everybody gets asked which curl package to use 
> when it gets installed as a dependency.. and I bet many people will choose 
> "full" when they don't need it (and unnecessarily pull in a bunch of other 
> libraries to the address space, and maybe also submit ports with a bunch of 
> junk WANTLIBs). At least using "gssapi" means people are slightly less 
> likely to choose it!

Why do we want a gssapi flavor to begin with?  This started out as a
question from a single user for some custom configuration.
What's the use case?

Who's going to maintain it?  (I can compile it, but that's it.)

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



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/11/10 12:28:18

Modified files:
x11/gnome/shell-extensions: Makefile distinfo 

Log message:
update to gnome-shell-extensions-3.22.2



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/11/10 12:28:13

Modified files:
x11/gnome/shell: Makefile distinfo 

Log message:
update to gnome-shell-3.22.2



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/11/10 12:28:08

Modified files:
x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.22.2



[PATCH] audio/ocp

2016-11-10 Thread Frederic Cambus
Hi ports@,

Here is a revision for ocp to compile against audio/adplug which was
recently imported, and allows playing many OPL2/OPL3 audio formats 

Comments? OK?

Index: Makefile
===
RCS file: /cvs/ports/audio/ocp/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile27 Sep 2016 12:42:27 -  1.2
+++ Makefile10 Nov 2016 18:24:47 -
@@ -3,6 +3,7 @@
 COMMENT =  UNIX port of Open Cubic Player
 
 DISTNAME = ocp-0.1.21
+REVISION = 0
 CATEGORIES =   audio
 
 HOMEPAGE = http://stian.cubic.org/project-ocp.php
@@ -12,8 +13,8 @@ MAINTAINER =  Frederic Cambus 

Re: UPDATE devel/sdl 2.0.5

2016-11-10 Thread Jeremie Courreges-Anglas

Committed, thanks.

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



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 09:54:02

Modified files:
net/avahi  : Makefile 

Log message:
Drop the gettext MODULE.



Re: UPDATE devel/sdl 2.0.5

2016-11-10 Thread David CARLIER
Great. thank to you.

On 10 November 2016 at 16:24, Jeremie Courreges-Anglas  wrote:
>
> Committed, thanks.
>
> --
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Update: cad/geda-gaf

2016-11-10 Thread Gracana

Hi all,

This is my first time touching the ports system.

This patch updates cad/geda-gaf to the latest stable version, 1.8.2. I 
removed one patch that was no longer needed (fixed upstream) and updated 
the others. I also cleared "REVISION"; is that the right thing to do 
when updating a port to a new upstream software version?


Let me know if there's anything I've missed or anything I need to do 
differently.


Thanks,
Gracana

Index: Makefile
===
RCS file: /cvs/ports/cad/geda-gaf/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile11 Mar 2016 20:28:22 -  1.21
+++ Makefile10 Nov 2016 15:06:06 -
@@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2016/03/11 20:28:22 naddy Exp $

COMMENT =   suite of tools for electronic design automation
-DISTNAME = geda-gaf-1.6.0
+DISTNAME = geda-gaf-1.8.2
CATEGORIES =cad
-HOMEPAGE = http://geda.seul.org
+HOMEPAGE = http://geda-project.org
MAINTAINER =Edd Barrett 

-REVISION = 9
-
SHARED_LIBS =   geda0.0 # 38.0

# GPLv2+
@@ -21,7 +19,7 @@ WANTLIB += gtk-x11-2.0 guile harfbuzz lt
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs stdc++
WANTLIB += xcb xcb-render xcb-shm z

-MASTER_SITES = http://geda.seul.org/release/v1.6/1.6.0/
+MASTER_SITES = http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/

MODULES =   devel/gettext

Index: distinfo
===
RCS file: /cvs/ports/cad/geda-gaf/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo18 Jan 2015 03:12:53 -  1.2
+++ distinfo10 Nov 2016 15:06:06 -
@@ -1,2 +1,2 @@
-SHA256 (geda-gaf-1.6.0.tar.gz) = YZvt5zLJt/GQajBsuRVPnRbFAZek18EkThnK3jz+HFM=
-SIZE (geda-gaf-1.6.0.tar.gz) = 6214126
+SHA256 (geda-gaf-1.8.2.tar.gz) = u/R3Ou8bWlGo1vTD+iiMBHNAzGLdbhTXko/MbkBRtyE=
+SIZE (geda-gaf-1.8.2.tar.gz) = 11282353
Index: patches/patch-gattrib_po_Makefile_in_in
===
RCS file: /cvs/ports/cad/geda-gaf/patches/patch-gattrib_po_Makefile_in_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gattrib_po_Makefile_in_in
--- patches/patch-gattrib_po_Makefile_in_in 11 Apr 2010 22:22:40 -  
1.1.1.1
+++ patches/patch-gattrib_po_Makefile_in_in 10 Nov 2016 15:06:06 -
@@ -5,9 +5,9 @@ Don't use install(1) during build.
Make the timestamp not depend on $(DESKTOP_I18N_LOCALE_DIR) to prevent
extra recursion during install.

 gattrib/po/Makefile.in.in.orig Mon Oct  5 03:38:14 2009
-+++ gattrib/po/Makefile.in.in  Mon Apr  5 17:14:07 2010
-@@ -431,12 +431,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
+--- gattrib/po/Makefile.in.in.orig Wed Nov  9 21:20:48 2016
 gattrib/po/Makefile.in.in  Wed Nov  9 21:25:46 2016
+@@ -432,9 +432,10 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
 # the timestamp before *and* after running 'make install' so that the
 # make doesn't go into an infinite loop!
 all: stamp-i18n
@@ -15,11 +15,8 @@ extra recursion during install.
+stamp-i18n: stamp-po Makefile
+   $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
@echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--  $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) install &&cp 
$(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS   || rm stamp-i18n
-+  $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) INSTALL_DATA=cp install &&
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS   || rm stamp-i18n
+-  $(MAKE)   prefix=$(DESKTOP_I18N_LOCALE_DIR)   
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale   DESTDIR= install &&   
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS   || rm stamp-i18n
++  $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) 
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale DESTDIR= INSTALL_DATA=cp install 
&& cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS || rm 
stamp-i18n
@echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--$(DESKTOP_I18N_LOCALE_DIR):
--  $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
- 
- clean: clean-i18n

- clean-i18n:
+ $(DESKTOP_I18N_LOCALE_DIR):
+   $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
Index: patches/patch-gschem_po_Makefile_in_in
===
RCS file: /cvs/ports/cad/geda-gaf/patches/patch-gschem_po_Makefile_in_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gschem_po_Makefile_in_in
--- patches/patch-gschem_po_Makefile_in_in  11 Apr 2010 22:22:40 -  
1.1.1.1
+++ patches/patch-gschem_po_Makefile_in_in  10 Nov 2016 15:06:06 -
@@ -5,9 +5,9 @@ Don't use install(1) during build.
Make the timestamp not depend on $(DESKTOP_I18N_LOCALE_DIR) to prevent
extra 

Re: [new] net/hping3

2016-11-10 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas  writes:

> Here's a wip tarball for hping3.  No Tcl support (upstream seems to have
> stop automagic Tcl version discovery at 8.4).  DESCR ripped from
> net/hping and tweaked a bit.
>
> Feedback welcome.

New tarball.
- add licence marker
- add NO_TEST=Yes



hping3.tgz
Description: Binary data

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


CVS: cvs.openbsd.org: ports

2016-11-10 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2016/11/10 07:30:47

Modified files:
sysutils/ansible-lint: Makefile distinfo 
sysutils/ansible-lint/pkg: PLIST 

Log message:
update to ansible-lint 3.4.3



Re: UPDATE: devel/doxygen

2016-11-10 Thread Stuart Henderson
On 2016/11/10 11:31, Jeremie Courreges-Anglas wrote:
> Rafael Sadowski  writes:
> 
> > On Tue Sep 20, 2016 at 01:33:34AM +0100, Stuart Henderson wrote:
> >> These plist changes for every update are getting silly, I think I'd
> >> rather disable doxygen in those ports..
> >> 
> >
> > Other opinions or agreements?
> 
> I propose that we first see whether this update is good to be committed
> (bulk builds are planned) so that the time you spent tweaking PLISTs
> isn't wasted.  But in the end I agree with Stuart, it would be nice to
> avoid this overhead.
> 
> Stuart, are you fine with this proposal?

Yes, fine with me. Thanks!



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 07:24:26

Modified files:
devel/py-test-mock: Makefile 

Log message:
Missing bdep on devel/py-setuptools_scm${MODPY_FLAVOR}.



[new] net/hping3

2016-11-10 Thread Jeremie Courreges-Anglas

Here's a wip tarball for hping3.  No Tcl support (upstream seems to have
stop automagic Tcl version discovery at 8.4).  DESCR ripped from
net/hping and tweaked a bit.

Feedback welcome.



hping3.tgz
Description: Binary data

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


CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/11/10 05:50:35

Modified files:
x11/kde/base3  : Makefile 

Log message:
Unbreak after the tevent-unix-util removal.

Spotted by naddy@



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/11/10 05:48:46

Modified files:
x11/gnome/gvfs : Makefile 

Log message:
Unbreak after the tevent-unix-util removal.

Spotted by naddy@



Re: x11/kde/base3 dependency error

2016-11-10 Thread Jeremie Courreges-Anglas
Christian Weisgerber  writes:

> x11/kde/base3 failed to build in my latest amd64 bulk build.

[...]

> Missing library for tevent-unix-util>=0.0
> Fatal error
> *** Error 1 in x11/kde/base3 (/usr/ports/infrastructure/mk/bsd.port.mk:2137 
> '/usr/obj/ports/kdebase-3.5.10/.buildwantlibs')
> *** Error 1 in x11/kde/base3 (/usr/ports/infrastructure/mk/bsd.port.mk:2389 
> 'prepare')
> ===> Exiting x11/kde/base3,-en_US with an error
> *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:147 
> 'show-prepare-results')
> (Junk lock released for amd64-2 at 1478758684)
> Error: job failed 256

My fault, fix incoming.

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



x11/kde/base3 dependency error

2016-11-10 Thread Christian Weisgerber
x11/kde/base3 failed to build in my latest amd64 bulk build.


>>> Building on amd64-2 under x11/kde/base3,-en_US
 BDEPENDS = 
[archivers/bzip2;devel/gettext-tools;devel/gmake;security/cyrus-sasl2;x11/qt3;devel/autoconf/2.61;devel/metaauto;devel/libusb-compat;devel/imake;converters/libiconv;net/samba,-main;devel/gettext;devel/glib2;x11/kde/libs3;databases/openldap]
 DIST = [x11/kde/base3,-en_US:kde/kdebase-3.5.10.tar.bz2]
 FULLPKGNAME = kde3-locale-en_US-3.5.10p2
(Junk lock obtained for amd64-2 at 1478758659)
>>> Running depends in x11/kde/base3,-en_US at 1478758659
   last junk was in x11/gnome/bijiben
/usr/sbin/pkg_add -aI -Dunsigned -Drepair autoconf-2.61p5 cyrus-sasl-2.1.26p20 
glib2-2.50.2 imake-1.0.7 kdelibs-3.5.10p40 libusb-compat-0.1.5p0 
openldap-client-2.4.44p0 qt3-mt-3.8p10 samba-4.5.1
was: /usr/sbin/pkg_add -aI -Dunsigned -Drepair autoconf-2.61p5 bzip2-1.0.6p8 
cyrus-sasl-2.1.26p20 gettext-0.19.8.1 gettext-tools-0.19.8.1 glib2-2.50.2 
gmake-4.2.1 imake-1.0.7 kdelibs-3.5.10p40 libiconv-1.14p3 libusb-compat-0.1.5p0 
metaauto-1.0p1 openldap-client-2.4.44p0 qt3-mt-3.8p10 samba-4.5.1
/usr/sbin/pkg_add -aI -Dunsigned -Drepair autoconf-2.61p5 cyrus-sasl-2.1.26p20 
glib2-2.50.2 imake-1.0.7 kdelibs-3.5.10p40 libusb-compat-0.1.5p0 
openldap-client-2.4.44p0 qt3-mt-3.8p10 samba-4.5.1
The following new rcscripts were installed: /etc/rc.d/nmbd /etc/rc.d/samba 
/etc/rc.d/samba_ad_dc /etc/rc.d/smbd /etc/rc.d/winbindd
See rcctl(8) for details.
Look in /usr/local/share/doc/pkg-readmes for extra documentation.
--- +qt3-mt-3.8p10 ---
You may wish to add /usr/local/lib/qt3/man to /etc/man.conf
>>> Running show-prepare-results in x11/kde/base3,-en_US at 1478758681
===> x11/kde/base3,-en_US
===> kde3-locale-en_US-3.5.10p2 depends on: imake-* -> imake-1.0.7
===> kde3-locale-en_US-3.5.10p2 depends on: gettext->=0.10.38 -> 
gettext-0.19.8.1
===> kde3-locale-en_US-3.5.10p2 depends on: gettext-tools-* -> 
gettext-tools-0.19.8.1
===> kde3-locale-en_US-3.5.10p2 depends on: metaauto-* -> metaauto-1.0p1
===> kde3-locale-en_US-3.5.10p2 depends on: autoconf-2.61 -> autoconf-2.61p5
===> kde3-locale-en_US-3.5.10p2 depends on: gmake-* -> gmake-4.2.1
===> kde3-locale-en_US-3.5.10p2 depends on: bzip2-* -> bzip2-1.0.6p8
===> kde3-locale-en_US-3.5.10p2 depends on: openldap-client->=2,<3 -> 
openldap-client-2.4.44p0
===> kde3-locale-en_US-3.5.10p2 depends on: cyrus-sasl-* -> cyrus-sasl-2.1.26p20
===> kde3-locale-en_US-3.5.10p2 depends on: libiconv-* -> libiconv-1.14p3
===> kde3-locale-en_US-3.5.10p2 depends on: qt3-mt-* -> qt3-mt-3.8p10
===> kde3-locale-en_US-3.5.10p2 depends on: kdelibs->=3,<4 -> kdelibs-3.5.10p40
===> kde3-locale-en_US-3.5.10p2 depends on: libusb-compat-* -> 
libusb-compat-0.1.5p0
===> kde3-locale-en_US-3.5.10p2 depends on: glib2-* -> glib2-2.50.2
===> kde3-locale-en_US-3.5.10p2 depends on: samba-* -> samba-4.5.1
===>  Verifying specs:  crypto expat m pthread pthread-stubs ssl stdc++ util z 
ICE SM X11 Xext Xfixes Xrender Xt freetype fontconfig xcb lib/kde3/DCOP 
lib/kde3/kdecore>=6 lib/kde3/kdefx lib/kde3/kdesu lib/kde3/kdeui lib/kde3/kio 
lib/kde3/kwalletclient art_lgpl_2 fam idn lber-2.4 ldap-2.4 png sasl2 
lib/qt3/qt-mt>=3.33 intl>=5 iconv>=6 lib/qt3/qt-mt>=3 c sndio IexMath GL GLU 
Half Iex IlmImf IlmThread Imath Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xft 
Xi Xinerama Xmu Xrandr Xss Xtst Xxf86misc Xxf86vm X11-xcb drm glapi xcb-dri2 
xcb-glx xkbfile lib/kde3/artsflow lib/kde3/artsflow_idl lib/kde3/artskde 
lib/kde3/kabc lib/kde3/katepartinterfaces lib/kde3/kdefakes lib/kde3/kdeprint 
lib/kde3/kdeprint_management lib/kde3/kdnssd lib/kde3/khtml lib/kde3/kjs 
lib/kde3/kmedia2_idl lib/kde3/kmid lib/kde3/knewstuff lib/kde3/kparts 
lib/kde3/kresources lib/kde3/kscreensaver lib/kde3/soundserver_idl 
lib/kde3/ktexteditor lib/kde3/kutils lib/kde3/vcard FLAC audiofile avahi-client 
avahi-common dbus-1 dns_sd glib-2.0 gmodule-2.0 gthread-2.0 jpeg lcms mad mcop 
mng ogg pcre pcreposix qtmcop usb usb-1.0 vorbis vorbisenc vorbisfile crypto 
expat m pthread pthread-stubs ssl stdc++ util z ICE SM X11 Xext Xfixes Xrender 
Xt freetype fontconfig xcb lib/kde3/DCOP lib/kde3/kdecore>=6 lib/kde3/kdefx 
lib/kde3/kdesu lib/kde3/kdeui lib/kde3/kio lib/kde3/kwalletclient art_lgpl_2 
fam idn lber-2.4 ldap-2.4 png sasl2 lib/qt3/qt-mt>=3.33 intl>=5 iconv>=6 
lib/qt3/qt-mt>=3 execinfo ndr ndr-standard replace samba-hostconfig samba-util 
smbclient smbconf talloc tdb tevent tevent-util samba-errors tevent-unix-util 
util-setid X11-xcb Xdamage Xxf86vm dcerpc-binding drm ffi glapi gmp gnutls 
hogweed ldb ndr-krb5pac ndr-nbt nettle p11-kit samba-credentials samdb tasn1 
wbclient xcb-dri2 xcb-glx lib/samba/asn1-samba4 lib/samba/gssapi-samba4 
lib/samba/hcrypto-samba4 lib/samba/heimbase-samba4 lib/samba/hx509-samba4 
lib/samba/krb5-samba4 lib/samba/roken-samba4 lib/samba/wind-samba4  
Missing library for tevent-unix-util>=0.0
Fatal error
*** Error 1 in x11/kde/base3 

[update] xl2tpd 1.3.8

2016-11-10 Thread Landry Breuil
Hi,

so it seems xl2tpd is now developed again by xelarance, and there's a
1.3.8 release on github which seems to incorporate most of the patches
we ship. I had never been able to make 1.3.1 work, but with this update
i finally managed to connect against an isakmpd server, so for me it's a
huge improvement. Please test it in your configurations...

for the record, 1.3.1 failed for me when connecting with:

xl2tpd[6600]: control_finish: sending SCCRQ
xl2tpd[6600]: udp_xmit failed to remote.host.ip:1701 with err=-1:Invalid 
argument

Landry
? Makefile.debug
? patch-network_c
Index: Makefile
===
RCS file: /cvs/ports/net/xl2tpd/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile19 Jun 2015 16:34:41 -  1.9
+++ Makefile10 Nov 2016 11:32:19 -
@@ -2,8 +2,10 @@
 
 COMMENT=   l2tp client/server
 
-DISTNAME=  xl2tpd-1.3.1
-REVISION=  6
+DISTNAME=  xl2tpd-1.3.8
+GH_ACCOUNT=xelerance
+GH_PROJECT=xl2tpd
+GH_COMMIT= cec1ebe1523bf248f134647dd6030a333d93e19b
 
 CATEGORIES=net
 
@@ -14,10 +16,7 @@
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB += c util
-
-# https://github.com/xelerance/xl2tpd/
-MASTER_SITES=  http://download.openswan.org/xl2tpd/
+WANTLIB += c m util
 
 FAKE_FLAGS=DESTDIR= MANDIR=${WRKINST}${PREFIX}/man
 NO_TEST=   Yes
Index: distinfo
===
RCS file: /cvs/ports/net/xl2tpd/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo15 Jan 2013 23:02:19 -  1.1.1.1
+++ distinfo10 Nov 2016 11:32:19 -
@@ -1,2 +1,2 @@
-SHA256 (xl2tpd-1.3.1.tar.gz) = kSpAvPi4NAfLpMMVaH5Lj7NlYsHG00ermGQeY9CqxCg=
-SIZE (xl2tpd-1.3.1.tar.gz) = 552100
+SHA256 (xl2tpd-1.3.8.tar.gz) = f3dcnKvQFbMPkfFr8V8SKjpVj7Mify/87NFQ9+mA9tI=
+SIZE (xl2tpd-1.3.8.tar.gz) = 510024
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/net/xl2tpd/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- patches/patch-Makefile  18 Jan 2013 22:36:44 -  1.2
+++ patches/patch-Makefile  10 Nov 2016 11:32:19 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.2 2013/01/18 22:36:44 sthen Exp $
 Makefile.orig  Thu Oct  6 20:22:05 2011
-+++ Makefile   Fri Jan 18 22:25:27 2013
+--- Makefile.orig  Fri Aug 12 02:56:53 2016
 Makefile   Thu Nov 10 12:14:31 2016
 @@ -53,8 +53,8 @@ DFLAGS?= -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE
  # but we use a local copy if we don't find it.
  #
@@ -12,7 +12,16 @@
  #
  # Uncomment the following to use the kernel interface under Linux
  # This requires the pppol2tp-linux-2.4.27.patch patch from contrib
-@@ -80,8 +80,8 @@ OSFLAGS?= -DLINUX -I$(KERNELSRC)/include/
+@@ -62,7 +62,7 @@ OSFLAGS?= -DLINUX -I$(KERNELSRC)/include/
+ # are packages seperately (eg kernel-headers on Fedora)
+ # Note: 2.6.23+ support still needs some changes in the xl2tpd source
+ #
+-OSFLAGS+= -DUSE_KERNEL
++#OSFLAGS+= -DUSE_KERNEL
+ #
+ #
+ # Uncomment the next line for FreeBSD
+@@ -87,8 +87,8 @@ OSFLAGS+= -DUSE_KERNEL
  
  # Uncomment the next two lines for OpenBSD
  #
@@ -23,19 +32,3 @@
  
  # Feature flags
  #
-@@ -108,13 +108,13 @@ MANDIR?=$(DESTDIR)${PREFIX}/share/man
- all: $(EXEC) pfc $(CONTROL_EXEC)
- 
- clean:
--  rm -f $(OBJS) $(EXEC) pfc.o pfc $(CONTROL_EXEC)
-+  rm -f $(OBJS) $(EXEC) $(CONTROL_EXEC)
- 
- $(EXEC): $(OBJS) $(HDRS)
-   $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
- 
- $(CONTROL_EXEC): $(CONTROL_SRCS)
--  $(CC) $(CONTROL_SRCS) -o $@
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(CONTROL_SRCS) -o $@
- 
- pfc:
-   $(CC) $(CFLAGS) -c contrib/pfc.c
Index: patches/patch-call_c
===
RCS file: patches/patch-call_c
diff -N patches/patch-call_c
--- patches/patch-call_c19 Jun 2015 16:34:41 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,161 +0,0 @@
 call.c.origTue Jun 16 02:19:47 2015
-+++ call.c Tue Jun 16 02:20:29 2015
-@@ -88,33 +88,30 @@ void add_payload_hdr (struct tunnel *t, struct call *c
- /*c->rbit=0; */
- }
- 
--int read_packet (struct buffer *buf, int fd, int convert)
-+int read_packet (struct call *c)
- {
--unsigned char c;
-+struct buffer *buf = c->ppp_buf;
-+unsigned char ch;
- unsigned char escape = 0;
- unsigned char *p;
--static unsigned char rbuf[MAX_RECV_SIZE];
--static int pos = 0;
--static int max = 0;
- int res;
- int errors = 0;
- 
--/* Read a packet, doing async->sync conversion if necessary */
--p = buf->start;
-+p = buf->start + buf->len;
- while (1)
- {
--if (pos >= max)
-+if (c->rbuf_pos >= c->rbuf_max)
- {
--max = read(fd, rbuf, sizeof (rbuf));
--res = max;
--pos = 0;
-+c->rbuf_max = read(c->fd, c->rbuf, sizeof (c->rbuf));
-+  

Re: krb5-config --libs

2016-11-10 Thread Jeremie Courreges-Anglas
Stuart Henderson  writes:

> The downside is that then everybody gets asked which curl package to use
> when it gets installed as a dependency.. and I bet many people will
> choose "full" when they don't need it (and unnecessarily pull in a bunch
> of other libraries to the address space, and maybe also submit ports
> with a bunch of junk WANTLIBs). At least using "gssapi" means people are
> slightly less likely to choose it!

Fine with me.  Here's a proposal that includes a tweak to actually
disable libidn2, which gets picked up here as I have installed naddy's
port.  Given the above, I'm not sure whether the REVISION bump is
needed, thoughts?


Index: Makefile
===
RCS file: /d/cvs/ports/net/curl/Makefile,v
retrieving revision 1.121
diff -u -p -r1.121 Makefile
--- Makefile4 Nov 2016 11:33:33 -   1.121
+++ Makefile10 Nov 2016 11:02:51 -
@@ -3,6 +3,7 @@
 COMMENT=   get files from FTP, Gopher, HTTP or HTTPS servers
 
 VERSION=   7.51.0
+REVISION=  0
 DISTNAME=  curl-${VERSION}
 SHARED_LIBS=   curl 25.7 # 8.0
 CATEGORIES=net
@@ -23,7 +24,7 @@ WANTLIB=  c crypto nghttp2 ssl z
 SEPARATE_BUILD=Yes
 CONFIGURE_STYLE=gnu
 CONFIGURE_ARGS=--with-ca-bundle=/etc/ssl/cert.pem \
-   --without-libidn2 \
+   --without-libidn \
--without-libpsl \
--without-libssh2
 CONFIGURE_ENV= ac_cv_path_NROFF="/usr/bin/mandoc -Tascii"
@@ -34,6 +35,18 @@ CONFIGURE_ENV+= \
 curl_cv_func_recv_args="int,void *,size_t,int,ssize_t" \
 curl_cv_func_send_args="int,const void *,size_t,int,ssize_t" \
 curl_cv_func_getnameinfo_args="const struct sockaddr 
*,socklen_t,size_t,int"
+
+FLAVORS =  gssapi
+FLAVOR ?=
+
+.if ${FLAVOR:Mgssapi}
+MODULES += security/heimdal
+LIB_DEPENDS += ${MODHEIMDAL_LIB_DEPENDS}
+WANTLIB += ${MODHEIMDAL_WANTLIB}
+WANTLIB += heimdal/lib/gssapi heimdal/lib/heimntlm heimdal/lib/heimsqlite
+WANTLIB += com_err pthread
+CONFIGURE_ARGS +=  --with-gssapi=${LOCALBASE}/heimdal
+.endif
 
 # Note:
 # use ulimit -p 256 for test

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



Re: New: biology/hmmer

2016-11-10 Thread Senthil Kumar M
Hi Jeremie,

I am sorry for following up so quickly after submitting my first port. 

Thank you for looking into this.

Senthil

> On 10 Nov 2016, at 10:42, Jeremie Courreges-Anglas  wrote:
> 
> 
> Hi Senthil.
> 
> Senthil Kumar M  writes:
> 
>> Ping. Can anyone commit this please?
> 
> Please be more patient, three days is not enough before sending
> a follow-up.  One week is the usual delay.
> 
> Also, things are not so easy.  We have to do a proper review of your
> port before committing anything.  And in case of new ports, at least
> *two* developers have to do the review and agree on the import.
> 
> I'll try to have a look soon(tm).
> 
> -- 
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: UPDATE: devel/doxygen

2016-11-10 Thread Jeremie Courreges-Anglas
Rafael Sadowski  writes:

> On Tue Sep 20, 2016 at 01:33:34AM +0100, Stuart Henderson wrote:
>> These plist changes for every update are getting silly, I think I'd
>> rather disable doxygen in those ports..
>> 
>
> Other opinions or agreements?

I propose that we first see whether this update is good to be committed
(bulk builds are planned) so that the time you spent tweaking PLISTs
isn't wasted.  But in the end I agree with Stuart, it would be nice to
avoid this overhead.

Stuart, are you fine with this proposal?

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



Re: CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2016/11/10 03:08:04
>
> Modified files:
>   devel/sdl2 : Makefile distinfo 
>   devel/sdl2/patches: patch-Makefile_in 
> Added files:
>   devel/sdl2/patches: 
>   patch-src_filesystem_unix_SDL_sysfilesystem_c 
>
> Log message:
> Update to sdl2-2.0.5
>
> Initial diff from David Carlier.  Add a patch to disable SDL_GetBasePath
> support, as we don't have kernel support for that feature.  Ports bulk
> and ok ajacoutot@

+ Brad also proposed a diff to update to 2.0.5.

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



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Gleydson Soares
CVSROOT:/cvs
Module name:ports
Changes by: gsoa...@cvs.openbsd.org 2016/11/10 03:10:50

Modified files:
security/stunnel: Makefile 
security/stunnel/patches: patch-src_prototypes_h 
  patch-src_sthreads_c 
  patch-src_verify_c 

Log message:
enable cert_check_subject()



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/11/10 03:08:04

Modified files:
devel/sdl2 : Makefile distinfo 
devel/sdl2/patches: patch-Makefile_in 
Added files:
devel/sdl2/patches: 
patch-src_filesystem_unix_SDL_sysfilesystem_c 

Log message:
Update to sdl2-2.0.5

Initial diff from David Carlier.  Add a patch to disable SDL_GetBasePath
support, as we don't have kernel support for that feature.  Ports bulk
and ok ajacoutot@



Re: UPDATE: net/profanity

2016-11-10 Thread Theo Buehler
On Tue, Oct 18, 2016 at 09:24:38PM +0200, Theo Buehler wrote:
> On Wed, Oct 05, 2016 at 03:05:52PM +0200, Theo Buehler wrote:
> > On Fri, Sep 30, 2016 at 07:56:08AM +0200, Rafael Sadowski wrote:
> > > New diff:
> > > 
> > > - without e2fsprogs and nghttp2 LIB_DEPENDS
> > > -- port-lib-depends-check looks good
> > > - replace /usr/local with $TRUEPREFIX
> > > - portcheck is happy again
> > 
> > This looks good to me: tested this since Friday on amd64.  The
> > individual build targets work without issues, no compiler warnings,
> > except the usual string stuff, tests all pass and portcheck is happy.
> > 
> > sthen, if this looks good to you as well and you want to import this and

s/import/update/

> > its dependency libstrophe, ok tb
> > 
> 
> ping

ping

> 
> > 
> > Rafael, one question: there are two test suites bundled: unit tests and
> > functional tests. We currently only run the unit tests. Have you looked
> > into the functional tests?
> > 
> > The functional tests have two additional dependencies that currently
> > don't have ports, libstabber https://github.com/boothj5/stabber (which
> > looks very much like WIP and would currently probably only be useful for
> > this and libmicrohttpd https://www.gnu.org/software/libmicrohttpd/
> > (which might be useful otherwise). I do have a working port of
> > libmicrohttpd ready, I can send it if there's any interest.
> > 
> 



Re: New: biology/hmmer

2016-11-10 Thread Jeremie Courreges-Anglas

Hi Senthil.

Senthil Kumar M  writes:

> Ping. Can anyone commit this please?

Please be more patient, three days is not enough before sending
a follow-up.  One week is the usual delay.

Also, things are not so easy.  We have to do a proper review of your
port before committing anything.  And in case of new ports, at least
*two* developers have to do the review and agree on the import.

I'll try to have a look soon(tm).

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



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 02:19:20

Modified files:
www/owncloud   : Tag: OPENBSD_6_0 Makefile distinfo 
www/owncloud/patches: Tag: OPENBSD_6_0 patch-version_php 
www/owncloud/pkg: Tag: OPENBSD_6_0 PLIST 

Log message:
Maintenance update to owncloud-9.0.6; keeping up-to-date on the previous
release to ease upgrade to 9.1.X for 6.1.



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 02:14:07

Modified files:
www/owncloud   : Makefile distinfo 
www/owncloud/patches: patch-version_php 
www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-9.1.2.



Re: krb5-config --libs

2016-11-10 Thread Stuart Henderson
The downside is that then everybody gets asked which curl package to use 
when it gets installed as a dependency.. and I bet many people will choose 
"full" when they don't need it (and unnecessarily pull in a bunch of other 
libraries to the address space, and maybe also submit ports with a bunch of 
junk WANTLIBs). At least using "gssapi" means people are slightly less 
likely to choose it!



On 10 November 2016 06:40:17 Jeremie Courreges-Anglas  wrote:



(The heimdal krb5-config diff is in.)

Jiri B  writes:


On Tue, Nov 01, 2016 at 03:52:00PM -0400, Jiri B wrote:

With the path and my original path I was able to build curl with
gssapi and ssl:

$ curl -V
curl 7.50.3 (x86_64-unknown-openbsd6.0) libcurl/7.50.3 LibreSSL/2.0.0 
zlib/1.2.3 libidn/1.33 nghttp2/1.16.0
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp 
smb smbs smtp smtps telnet tftp
Features: IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz 
HTTP2 UnixSockets


Although I still have some issues to tested in our krb env.


It works! I tried this:


[...]


Will this go in?


What about something like FLAVOR=full, which would also enable support
for ldap and other features?  I can cook a diff if naddy agrees.

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






CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 02:07:54

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/patches: 
   patch-bin_git-credential-gcloud_sh 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-134.0.0.



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 02:03:26

Modified files:
print/unpaper  : Makefile distinfo 
print/unpaper/pkg: PLIST 
Added files:
print/unpaper/patches: patch-file_c patch-tests_runtestG3_sh 

Log message:
Update to unpaper-6.1.

from Jiri B with tweaks by sthen@ and myself



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 02:03:07

ports/print/unpaper/patches

Update of /cvs/ports/print/unpaper/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28902/patches

Log Message:
Directory /cvs/ports/print/unpaper/patches added to the repository



CVS: cvs.openbsd.org: ports

2016-11-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/10 01:54:43

Modified files:
security/heimdal: Makefile 
security/heimdal/patches: patch-tools_krb5-config_in 

Log message:
Use SUBST_CMD at pre-configure time instead of a home made substitution.