Re: UPDATE: Spectrwm-3.0.0

2016-05-03 Thread Remi Pointel

On 05/03/16 21:03, Gonzalo L. Rodriguez wrote:

Hi,

Update for Spectrwm to 3.0.0.

OK? Comments?



Hi,

works fine here, ok rpointel@.

Remi.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2016/05/03 23:44:33

Modified files:
security/theharvester: Makefile 

Log message:
add BUILD_DEPENDS =lang/python/${MODPY_VERSION} (from nigel@).
thanks.



UPDATE: cad/klogic (Trimming KDE 3)

2016-05-03 Thread Rafael Sadowski
Hi ports@,

after Vadim Zhukov's "Things going to stay for now" - trimming KDE 3
list I looked in klogic. Here is an update to the last stable KDE+4
version.

Comments and OKs are very welcome.

Best regards,

Rafael

Index: Makefile
===
RCS file: /cvs/ports/cad/klogic/Makefile,v
retrieving revision 1.35
diff -u -p -u -p -r1.35 Makefile
--- Makefile19 Mar 2016 22:48:27 -  1.35
+++ Makefile3 May 2016 21:20:04 -
@@ -1,45 +1,29 @@
 # $OpenBSD: Makefile,v 1.35 2016/03/19 22:48:27 naddy Exp $
 
-COMMENT=   logic circuit simulator for KDE
+COMMENT =  logic circuit simulator for KDE
 
-DISTNAME=  klogic-1.6
-REVISION=  12
-CATEGORIES=cad education x11 x11/kde
-
-MASTER_SITES=  https://distfiles.nl/
-
-# GPL
-PERMIT_PACKAGE_CDROM=  Yes
-
-WANTLIB += ${KDE}/DCOP ${KDE}/kdecore ${KDE}/kdefx ${KDE}/kdesu
-WANTLIB += ${KDE}/kdeui ${KDE}/kio ${KDE}/kwalletclient
-WANTLIB += GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama Xmu
-WANTLIB += Xrandr Xrender Xt Xxf86vm art_lgpl_2 c drm expat fontconfig
-WANTLIB += freetype idn jpeg lcms m mng png pthread stdc++ util xcb
-WANTLIB += xcb-glx z X11-xcb Xau Xdmcp fam glapi pthread-stubs xcb-dri2
-
-LIB_DEPENDS=   x11/kde/libs3
-
-MODULES=   x11/kde devel/gettext
-MODKDE_VERSION=3.1
-MODKDE_FIXUP_DATADIR=  Yes
-
-PORTHOME=  ${WRKDIR}
-
-MAKE_ENV=  KDEDIR="${LOCALBASE}"
-MAKE_FLAGS=${MODKDE_MAKE_FLAGS}
-
-USE_GMAKE= Yes
-CONFIGURE_STYLE= autoconf
-MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIRS}
-CONFIGURE_ARGS=${MODKDE_CONFIGURE_ARGS}
-CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
-AUTOCONF_VERSION=  2.57
-
-post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
-   mv ${PREFIX}/share/icons/klogic/*.xpm ${PREFIX}/share/pixmaps/
-   rmdir ${PREFIX}/share/icons/klogic
-   rmdir ${PREFIX}/share/icons
+DISTNAME = klogic-4.0.2
+
+CATEGORIES =   cad education x11 x11/kde
+
+HOMEPAGE = http://www.a-rostin.de
+
+MASTER_SITES = ${HOMEPAGE}/klogic/releases/
+EXTRACT_SUFX = .tar.gz
+
+WANTLIB += QtDBus QtGui QtNetwork QtSvg QtXml c
+WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio m pthread
+
+# License information from homepage
+# GPLv3
+PERMIT_PACKAGE_CDROM = Yes
+
+MODULES =  x11/kde4 \
+   devel/cmake
+
+RUN_DEPENDS =  devel/desktop-file-utils \
+   x11/gtk+3,-guic
+
+BUILD_DEPENDS =devel/gettext-tools
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/cad/klogic/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo18 Jan 2015 03:12:54 -  1.6
+++ distinfo3 May 2016 21:20:04 -
@@ -1,2 +1,2 @@
-SHA256 (klogic-1.6.tar.gz) = pHRXim+xeOJKqYS7iEl+u8NB1s6LxMOzh3cYKmUqBH4=
-SIZE (klogic-1.6.tar.gz) = 973713
+SHA256 (klogic-4.0.2.tar.gz) = gyDh7pAz8OvD61gmBrWh0JDdmBDbZ5qJFPiWojNPPCk=
+SIZE (klogic-4.0.2.tar.gz) = 294804
Index: patches/patch-klogic_klogic_h
===
RCS file: patches/patch-klogic_klogic_h
diff -N patches/patch-klogic_klogic_h
--- patches/patch-klogic_klogic_h   23 May 2010 09:13:15 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-klogic_klogic_h,v 1.1 2010/05/23 09:13:15 espie Exp $
 klogic/klogic.h.orig   Sat May 22 12:48:04 2010
-+++ klogic/klogic.hSat May 22 12:48:10 2010
-@@ -57,7 +57,7 @@ namespace Global
-   static QString comment;
-   };
- 
--};
-+}
- 
- class uniqueID
- {
Index: patches/patch-klogic_mainw_cpp
===
RCS file: patches/patch-klogic_mainw_cpp
diff -N patches/patch-klogic_mainw_cpp
--- patches/patch-klogic_mainw_cpp  23 May 2010 09:13:15 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-klogic_mainw_cpp,v 1.2 2010/05/23 09:13:15 espie Exp $
 klogic/mainw.cpp.orig  Sat Nov 15 02:21:33 2003
-+++ klogic/mainw.cpp   Sat May 22 12:04:04 2010
-@@ -82,7 +82,7 @@ void MainWidget::setPATH(KApplication *app)
- /* methods of class MainWidget */
- /***/
- MainWidget::MainWidget(KApplication *_app, const char *file)
--  :KMainWindow(NULL)
-+  :KMainWindow(NULL, file)
- {
-   app = _app;
-   setPATH(app);
Index: pkg/DESCR
===
RCS file: /cvs/ports/cad/klogic/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 DESCR
--- pkg/DESCR   15 Mar 2005 01:57:02 -  1.3
+++ pkg/DESCR   3 May 2016 21:20:04 -
@@ -1,8 +1,9 @@
 Application for building and simulating digital circuits easily.
 
 Provides an easy way for building circuits containing standard
-components like AND, OR, XOR and flipflops like RS and JK.  More complex 
+components like AND, OR, XOR and 

CVS: cvs.openbsd.org: ports

2016-05-03 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/05/03 23:30:08

Modified files:
devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
update to p5-Config-IniFiles-2.89



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 23:24:17

Modified files:
devel/py-ioflo : Makefile distinfo 
devel/py-ioflo/pkg: PLIST 

Log message:
Update to py-ioflo-1.5.2.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 22:48:26

Modified files:
x11/vlc: Makefile distinfo 

Log message:
Update to vlc-2.2.3.

from Brad (maintainer)



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 22:41:31

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.4.16.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 22:41:51

Modified files:
sysutils/awscli: Makefile distinfo 
sysutils/awscli/pkg: PLIST 

Log message:
Update to awscli-1.10.25.



databases/ruby-tiny_tds 0.7.0 -> 1.0.2

2016-05-03 Thread Jeremy Evans
Update to the latest version of tiny_tds.  Release notes are available
at https://github.com/rails-sqlserver/tiny_tds/blob/master/CHANGELOG

Tested on i386, compiles on amd64.  Will probably commit in the next few
days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/databases/ruby-tiny_tds/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile5 Sep 2015 14:49:32 -   1.13
+++ Makefile3 May 2016 21:33:53 -
@@ -2,7 +2,7 @@
 
 COMMENT =  simple and fast ruby binding to FreeTDS
 
-DISTNAME = tiny_tds-0.7.0
+DISTNAME = tiny_tds-1.0.2
 CATEGORIES =   databases
 
 HOMEPAGE = https://github.com/rails-sqlserver/tiny_tds
Index: distinfo
===
RCS file: /cvs/ports/databases/ruby-tiny_tds/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo5 Sep 2015 14:49:32 -   1.5
+++ distinfo3 May 2016 21:34:02 -
@@ -1,2 +1,2 @@
-SHA256 (tiny_tds-0.7.0.gem) = 1IvMRzLiTLxZei6Y9ZYcfRJNj7NjG5D3xJ+5MgET4s8=
-SIZE (tiny_tds-0.7.0.gem) = 2404352
+SHA256 (tiny_tds-1.0.2.gem) = ugHoXfHJ8eOKhF6+eW31m6qpiTPPeq87+nvLV0pY6A8=
+SIZE (tiny_tds-1.0.2.gem) = 3336704
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/ruby-tiny_tds/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   5 Sep 2015 14:49:32 -   1.6
+++ pkg/PLIST   3 May 2016 21:46:04 -
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.6 2015/09/05 14:49:32 jeremy Exp $
+${GEM_BIN}/defncopy${GEM_BIN_SUFFIX}
+${GEM_BIN}/tsql${GEM_BIN_SUFFIX}
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/.gitignore
@@ -8,10 +10,17 @@ ${GEM_LIB}/gems/${DISTNAME}/Gemfile
 ${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile
+${GEM_LIB}/gems/${DISTNAME}/VERSION
 ${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
+${GEM_LIB}/gems/${DISTNAME}/bin/
+${GEM_LIB}/gems/${DISTNAME}/bin/defncopy
+${GEM_LIB}/gems/${DISTNAME}/bin/tsql
+${GEM_LIB}/gems/${DISTNAME}/exe/
+${GEM_LIB}/gems/${DISTNAME}/exe/.keep
 ${GEM_LIB}/gems/${DISTNAME}/lib/
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/bin.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/client.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/error.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/result.rb
@@ -38,4 +47,5 @@ ${GEM_LIB}/gems/${DISTNAME}/test/schema/
 ${GEM_LIB}/gems/${DISTNAME}/test/schema_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/thread_test.rb
+${GEM_LIB}/gems/${DISTNAME}/tiny_tds.gemspec
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec



databases/ruby-mysql2 0.3.18 -> 0.4.4

2016-05-03 Thread Jeremy Evans
This updates to the latest release of mysql2, bringing about a years
worth of updates.  Release notes are available at
https://github.com/brianmario/mysql2/releases

Tested on i386, compiles on amd64.  Will be committing in a couple
days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/databases/ruby-mysql2/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile16 Apr 2015 20:34:29 -  1.21
+++ Makefile2 May 2016 19:56:24 -
@@ -2,7 +2,7 @@
 
 COMMENT=   modern, simple and very fast MySQL library for Ruby
 
-DISTNAME=  mysql2-0.3.18
+DISTNAME=  mysql2-0.4.4
 CATEGORIES=databases
 
 HOMEPAGE=  https://github.com/brianmario/mysql2
Index: distinfo
===
RCS file: /cvs/ports/databases/ruby-mysql2/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo16 Apr 2015 20:34:29 -  1.8
+++ distinfo2 May 2016 20:36:45 -
@@ -1,2 +1,2 @@
-SHA256 (mysql2-0.3.18.gem) = 01R3qvGl/FCFEa9cUhZ1uIeCda0K+cEuHPIitQ4oVzU=
-SIZE (mysql2-0.3.18.gem) = 50688
+SHA256 (mysql2-0.4.4.gem) = Kt9y3lhYHdsXq+lS9ceEPuDK80Ve0gyC+cQVg846o+w=
+SIZE (mysql2-0.4.4.gem) = 73728
Index: patches/patch-ext_mysql2_extconf_rb
===
RCS file: patches/patch-ext_mysql2_extconf_rb
diff -N patches/patch-ext_mysql2_extconf_rb
--- patches/patch-ext_mysql2_extconf_rb 26 Oct 2013 23:48:40 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,18 +0,0 @@
-$OpenBSD: patch-ext_mysql2_extconf_rb,v 1.2 2013/10/26 23:48:40 jeremy Exp $
 ext/mysql2/extconf.rb.orig Wed Dec 31 16:00:00 1969
-+++ ext/mysql2/extconf.rb  Tue Jul 16 08:47:55 2013
-@@ -44,11 +44,11 @@ elsif mc = (with_config('mysql-config') || Dir[GLOB].f
-   ver = `#{mc} --version`.chomp.to_f
-   cflags = `#{mc} --cflags`.chomp
-   exit 1 if $? != 0
--  libs = `#{mc} --libs_r`.chomp
-+  #libs = `#{mc} --libs_r`.chomp
-   # MySQL 5.5 and above already have re-entrant code in libmysqlclient (no 
_r).
--  if ver >= 5.5 || libs.empty?
-+  #if ver >= 5.5 || libs.empty?
- libs = `#{mc} --libs`.chomp
--  end
-+  #end
-   exit 1 if $? != 0
-   $CPPFLAGS += ' ' + cflags
-   $libs = libs + " " + $libs
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/ruby-mysql2/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   16 Apr 2015 20:34:29 -  1.8
+++ pkg/PLIST   3 May 2016 19:39:28 -
@@ -1,6 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.8 2015/04/16 20:34:29 jeremy Exp $
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
+${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
+${GEM_LIB}/gems/${DISTNAME}/LICENSE
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/examples/
 ${GEM_LIB}/gems/${DISTNAME}/examples/eventmachine.rb
@@ -12,8 +14,10 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/c
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/console.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/em.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/error.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/field.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/mysql2.so
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/result.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/statement.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/version.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/
 ${GEM_LIB}/gems/${DISTNAME}/spec/configuration.yml.example
@@ -24,8 +28,23 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/mysql2/
 ${GEM_LIB}/gems/${DISTNAME}/spec/mysql2/client_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/mysql2/error_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/mysql2/result_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/mysql2/statement_spec.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/rcov.opts
 ${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/ca-cert.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/ca-key.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/ca.cnf
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/cert.cnf
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/client-cert.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/client-key.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/client-req.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/gen_certs.sh
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/pkcs8-client-key.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/pkcs8-server-key.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/server-cert.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/server-key.pem
+${GEM_LIB}/gems/${DISTNAME}/spec/ssl/server-req.pem
 ${GEM_LIB}/gems/${DISTNAME}/spec/test_data
 ${GEM_LIB}/gems/${DISTNAME}/support/
 ${GEM_LIB}/gems/${DISTNAME}/support/libmysql.def



Re: UPDATE: Spectrwm-3.0.0

2016-05-03 Thread Gonzalo L. Rodriguez

Changes:
https://github.com/conformal/spectrwm/releases 
[https://github.com/conformal/spectrwm/releases]


Enviado desde mi tostadora de mano...
On mar, may 3, 2016 at 16:03, Gonzalo L. Rodriguez  
wrote:

Hi,

Update for Spectrwm to 3.0.0.

OK? Comments?

--
Sending from my toaster.


json-c patch for arc4random

2016-05-03 Thread Kristaps Dzonsons
Hi,

json-c has some... peculiarities, such as how it seeds the random number
generator for its hashing function.

https://github.com/json-c/json-c/blob/master/random_seed.c

I'm not sure how responsive the project is, hence posting here, but the
existing code causes /dev/urandom to be touched, which makes the library
not fit well within pledge; and if in a chroot and failing that instead
of getting killed, has a horrible fall-back.

Enclosed is a patch that uses arc4random as the only choice.  I guess it
should be in a fancy autoconf thing, but this is a bit more direct.  The
patch is off 0.12, which is in ports, and not the GH version.

Best,

Kristaps
--- ../json-c-0.12/random_seed.cFri Apr 11 02:41:08 2014
+++ random_seed.c   Tue May  3 21:34:38 2016
@@ -224,6 +224,7 @@
 
 int json_c_get_random_seed()
 {
+return(arc4random());
 #if HAVE_RDRAND
 if (has_rdrand()) return get_rdrand_seed();
 #endif


CVS: cvs.openbsd.org: ports

2016-05-03 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2016/05/03 13:35:52

Modified files:
graphics/libiptcdata: Makefile 

Log message:
got some plist mismatch due to gettext. when in doubt...



UPDATE: Spectrwm-3.0.0

2016-05-03 Thread Gonzalo L. Rodriguez
Hi,

Update for Spectrwm to 3.0.0.

OK? Comments?

-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile2 Mar 2016 15:56:43 -   1.20
+++ Makefile3 May 2016 19:00:32 -
@@ -4,8 +4,7 @@ COMMENT=small tiling window manager
 
 SHARED_LIBS=   swmhack 1.0
 
-V= 2.7.2
-REVISION=  0
+V= 3.0.0
 GH_TAGNAME=SPECTRWM_${V:S/./_/g}
 GH_ACCOUNT=conformal
 GH_PROJECT=spectrwm
Index: distinfo
===
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo2 Mar 2016 15:56:43 -   1.17
+++ distinfo3 May 2016 19:00:32 -
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.7.2.tar.gz) = I6WzBsXN/aBeujZbZS7KNOh/C0MXx/+AWYE62qHFWvs=
-SIZE (spectrwm-2.7.2.tar.gz) = 133015
+SHA256 (spectrwm-3.0.0.tar.gz) = meIfuc+s6Wg1IGn+x3bf6CeIavb1D/BIR/BeU8Rw7Ws=
+SIZE (spectrwm-3.0.0.tar.gz) = 147373
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/x11/spectrwm/patches/patch-Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile  30 Oct 2014 19:26:03 -  1.5
+++ patches/patch-Makefile  3 May 2016 19:00:32 -
@@ -1,15 +1,6 @@
 Makefile.orig  Sun Oct 26 12:25:14 2014
-+++ Makefile   Mon Oct 27 11:23:10 2014
-@@ -13,7 +13,7 @@ CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -W
- # Uncomment define below to disallow user settable clock format string
- #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
- CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
--LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-aux -lxcb-icccm 
-lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
-+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-util -lxcb-icccm 
-lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
- BUILDVERSION != sh "${.CURDIR}/buildver.sh"
- .if !${BUILDVERSION} == ""
- CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
-@@ -26,8 +26,8 @@ MANDIR= ${PREFIX}/man/man
+--- Makefile.orig  Tue May  3 12:54:17 2016
 Makefile   Tue May  3 12:55:20 2016
+@@ -22,8 +22,8 @@ MANDIR= ${PREFIX}/man/man
  
  obj: _xenocara_obj
  
@@ -18,5 +9,5 @@
 +#beforeinstall:
 +# ln -sf ${PROG} ${BINDIR}/scrotwm
  
- # clang targets
- .if ${.TARGETS:M*analyze*}
+ spectrwm.html: spectrwm.1
+   mandoc -Thtml ${.CURDIR}/spectrwm.1 > spectrwm.html
Index: patches/patch-spectrwm_c
===
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-spectrwm_c
--- patches/patch-spectrwm_c20 Mar 2014 14:51:29 -  1.6
+++ patches/patch-spectrwm_c3 May 2016 19:00:32 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-spectrwm_c,v 1.6 2014/03/20 14:51:29 gonzalo Exp $
 spectrwm.c.origWed Feb 26 11:45:42 2014
-+++ spectrwm.c Tue Mar 18 13:53:24 2014
-@@ -300,7 +300,7 @@ uint32_t   swm_debug = 0
+--- spectrwm.c.origTue May  3 12:54:28 2016
 spectrwm.c Tue May  3 12:56:02 2016
+@@ -274,7 +274,7 @@ uint32_t   swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB


CVS: cvs.openbsd.org: ports

2016-05-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/05/03 12:44:16

Modified files:
x11: Makefile 

Log message:
+dunst



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/05/03 12:42:52

Log message:
Import dunst, a customizable and lightweight notification-daemon

From maintainer Timo Myyra with a few tweaks by yours truly. ok abieber@

Status:

Vendor Tag: jca
Release Tags:   jca_20160503

N ports/x11/dunst/Makefile
N ports/x11/dunst/distinfo
N ports/x11/dunst/pkg/PLIST
N ports/x11/dunst/pkg/DESCR
N ports/x11/dunst/patches/patch-config_mk
N ports/x11/dunst/patches/patch-Makefile
N ports/x11/dunst/patches/patch-dunst_c
N ports/x11/dunst/patches/patch-menu_c
N ports/x11/dunst/patches/patch-notification_c

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/05/03 12:23:13

Modified files:
devel/iso-codes: Makefile distinfo 

Log message:
update to iso-codes-3.68



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/05/03 12:23:47

Modified files:
net/apache-activemq: Makefile distinfo 
net/apache-activemq/pkg: PLIST 

Log message:
update to apache-activemq-5.13.3



Re: UPDATE: math/R

2016-05-03 Thread Ingo Feinerer
On Tue, May 03, 2016 at 07:58:10PM +0300, Paul Irofti wrote:
> > there is one new patch as configure looks for system zlib >= 1.2.5 (and
> > we only have 1.2.3 in base).
> 
> Why is it looking for 1.2.5 specifically?

I do not know. So far R works fine for me with zlib from base.

Best regards,
Ingo



Re: UPDATE: ledger 3.1.1

2016-05-03 Thread Florian Stinglmayr
On Mon, May 02, 2016 at 02:48:28PM +0800, Ray Lai wrote:
> Forgot to cvs add the patches, and CC Sergey as well.
>

This patch works fine for me, and ledger works fine on my
ledger files. But someone with more complex files should also
probably take a look and test.

Florian



Re: UPDATE: math/R

2016-05-03 Thread Paul Irofti
> there is one new patch as configure looks for system zlib >= 1.2.5 (and
> we only have 1.2.3 in base).

Why is it looking for 1.2.5 specifically?



UPDATE: math/R

2016-05-03 Thread Ingo Feinerer
Dear useRs,

update math/R 3.2.5 -> 3.3.0:

Gets rid of two patches with are now incorporated upstream. However,
there is one new patch as configure looks for system zlib >= 1.2.5 (and
we only have 1.2.3 in base).

OK?

Best regards,
Ingo

Index: Makefile
===
RCS file: /cvs/ports/math/R/Makefile,v
retrieving revision 1.82
diff -u -p -r1.82 Makefile
--- Makefile16 Apr 2016 10:04:36 -  1.82
+++ Makefile3 May 2016 15:37:42 -
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.82 2016/04/16 10:04:36 feinerer Exp $
 
 COMMENT=   powerful math/statistics/graphics language
-DISTNAME=  R-3.2.5
+DISTNAME=  R-3.3.0
 
-SO_VERSION=31.2
+SO_VERSION=32.0
 .for _lib in R Rblas Rlapack
 SHARED_LIBS += ${_lib} ${SO_VERSION}
 .endfor
Index: distinfo
===
RCS file: /cvs/ports/math/R/distinfo,v
retrieving revision 1.29
diff -u -p -r1.29 distinfo
--- distinfo16 Apr 2016 10:04:36 -  1.29
+++ distinfo3 May 2016 15:37:42 -
@@ -1,2 +1,2 @@
-SHA256 (R-3.2.5.tar.gz) = YHRWctzl3cIBgG+ln21OC6ZVTY7XjQ+fDXmmKZePgLU=
-SIZE (R-3.2.5.tar.gz) = 29876312
+SHA256 (R-3.3.0.tar.gz) = klaxVLGlmT2ES+57GVXNScma1yzvA8zjzRvcoTEDEeQ=
+SIZE (R-3.3.0.tar.gz) = 29820067
Index: patches/patch-configure
===
RCS file: /cvs/ports/math/R/patches/patch-configure,v
retrieving revision 1.27
diff -u -p -r1.27 patch-configure
--- patches/patch-configure 14 Dec 2015 16:49:02 -  1.27
+++ patches/patch-configure 3 May 2016 15:37:42 -
@@ -1,29 +1,24 @@
 $OpenBSD: patch-configure,v 1.27 2015/12/14 16:49:02 feinerer Exp $
 
-Unbreak build on powerpc (relocation truncated to fit: R_PPC_GOT16...)
-
 configure.orig Thu Dec 10 15:45:13 2015
-+++ configure  Thu Dec 10 15:47:05 2015
-@@ -26576,6 +26576,22 @@ $as_echo "$as_me: WARNING: Use of flat namespace is re
-   main_ldflags="${wl}-export-dynamic"
-   shlib_ldflags="-shared -fPIC"
- fi
-+case "${host_cpu}" in
-+  powerpc*)
-+  ## GCC -fpic limits to 2**16 on OpenBSD powerpc.
-+  ## Error message without -fPIC:
-+  ##   relocation truncated to fit: R_PPC_GOT16...
-+if test "${GCC}" = yes; then
-+  cpicflags="-fPIC"
-+fi
-+if test "${G77}" = yes; then
-+  fpicflags="-fPIC"
-+fi
-+if test "${GXX}" = yes; then
-+  cxxpicflags="-fPIC"
-+fi
-+;;
-+esac
- ;;
-   osf*)
- cpicflags=
+--- configure.orig Tue May  3 12:17:51 2016
 configure  Tue May  3 12:19:33 2016
+@@ -35481,8 +35481,8 @@ fi
+ 
+ fi
+ if test "${have_zlib}" = yes; then
+-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if zlib version >= 1.2.5" 
>&5
+-$as_echo_n "checking if zlib version >= 1.2.5... " >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if zlib version >= 1.2.3" 
>&5
++$as_echo_n "checking if zlib version >= 1.2.3... " >&6; }
+ if ${r_cv_header_zlib_h+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+@@ -35499,7 +35499,7 @@ int main() {
+ #ifdef ZLIB_VERSION
+ /* Work around Debian bug: it uses 1.2.3.4 even though there was no such
+version on the master site zlib.net */
+-  exit(strncmp(ZLIB_VERSION, "1.2.5", 5) < 0);
++  exit(strncmp(ZLIB_VERSION, "1.2.3", 5) < 0);
+ #else
+   exit(1);
+ #endif
Index: patches/patch-src_library_tools_R_news_R
===
RCS file: patches/patch-src_library_tools_R_news_R
diff -N patches/patch-src_library_tools_R_news_R
--- patches/patch-src_library_tools_R_news_R1 Mar 2016 17:57:06 -   
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_library_tools_R_news_R,v 1.1 2016/03/01 17:57:06 feinerer 
Exp $
 src/library/tools/R/news.R.origTue Mar  1 18:28:22 2016
-+++ src/library/tools/R/news.R Tue Mar  1 18:29:09 2016
-@@ -372,7 +372,9 @@ function(f, pdf_file)
- close(out)
- od <- setwd(dirname(f3))
- on.exit(setwd(od))
--texi2pdf("NEWS.tex", quiet = TRUE)
-+## avoid broken texi2pdf scripts: this is simple LaTeX
-+## and emulation suffices
-+texi2pdf("NEWS.tex", quiet = TRUE, texi2dvi = "emulation")
- setwd(od); on.exit()
- invisible(file.copy(file.path(dirname(f3), "NEWS.pdf"),
- pdf_file, overwrite = TRUE))
Index: pkg/PLIST
===
RCS file: /cvs/ports/math/R/pkg/PLIST,v
retrieving revision 1.29
diff -u -p -r1.29 PLIST
--- pkg/PLIST   19 Mar 2016 11:42:57 -  1.29
+++ pkg/PLIST   3 May 2016 15:37:43 -
@@ -1339,7 +1339,6 @@ lib/R/library/survival/Meta/package.rds
 lib/R/library/survival/Meta/vignette.rds
 lib/R/library/survival/NAMESPACE
 lib/R/library/survival/NEWS.Rd
-lib/R/library/survival/NEWS.Rd.orig
 lib/R/library/survival/R/
 lib/R/library/survival/R/survival
 

net/tor: fix example hidden service config

2016-05-03 Thread Michael McConville
We patch Tor to use /var/tor instead of /var/lib/tor, but the hidden
service example in the config hasn't been patched. This causes Tor to
fail on startup if the example is used:

> Error creating directory /var/lib/tor/hidden_service/: No such file or 
> directory

The below patch fixes this.


Index: Makefile
===
RCS file: /cvs/ports/net/tor/Makefile,v
retrieving revision 1.88
diff -u -p -u -r1.88 Makefile
--- Makefile10 Dec 2015 23:35:11 -  1.88
+++ Makefile3 May 2016 16:18:58 -
@@ -3,6 +3,7 @@
 COMMENT=   anonymity service using onion routing
 
 DISTNAME=  tor-0.2.7.6
+REVISION=  0
 CATEGORIES=net
 HOMEPAGE=  https://www.torproject.org/
 
Index: patches/patch-src_config_torrc_sample_in
===
RCS file: /cvs/ports/net/tor/patches/patch-src_config_torrc_sample_in,v
retrieving revision 1.15
diff -u -p -u -r1.15 patch-src_config_torrc_sample_in
--- patches/patch-src_config_torrc_sample_in25 Nov 2015 21:04:07 -  
1.15
+++ patches/patch-src_config_torrc_sample_in3 May 2016 16:18:58 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-src_config_torrc_sample_in,v 1.15 2015/11/25 21:04:07 pascal 
Exp $
 src/config/torrc.sample.in.origFri Nov 13 14:41:38 2015
-+++ src/config/torrc.sample.in Fri Nov 20 19:45:16 2015
+--- src/config/torrc.sample.in.origFri Nov 13 08:41:38 2015
 src/config/torrc.sample.in Tue May  3 11:27:08 2016
 @@ -39,18 +39,18 @@
  ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
  #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
@@ -23,6 +23,19 @@ $OpenBSD: patch-src_config_torrc_sample_
  
  ## The port on which Tor will listen for local connections from Tor
  ## controller applications, as documented in control-spec.txt.
+@@ -69,10 +69,10 @@
+ ## HiddenServicePort x y:z says to redirect requests on port x to the
+ ## address y:z.
+ 
+-#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
++#HiddenServiceDir @LOCALSTATEDIR@/tor/hidden_service/
+ #HiddenServicePort 80 127.0.0.1:80
+ 
+-#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
++#HiddenServiceDir @LOCALSTATEDIR@/tor/other_hidden_service/
+ #HiddenServicePort 80 127.0.0.1:80
+ #HiddenServicePort 22 127.0.0.1:22
+ 
 @@ -182,6 +182,8 @@
  ## and any public IPv4 and IPv6 addresses on any interface on the relay.
  ## See the man page entry for ExitPolicyRejectPrivate if you want to allow



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-1.2.7.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 10:16:47

Modified files:
sysutils/terraform: Makefile 

Log message:
naddy@ said it's better to use 'INSTALL_STRIP='.
Would be nice if the lang/go module did a sane thing by default.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Adam Wolk
CVSROOT:/cvs
Module name:ports
Changes by: aw...@cvs.openbsd.org   2016/05/03 09:30:49

Modified files:
www/otter-browser: Makefile distinfo 
www/otter-browser/pkg: PLIST 
Removed files:
www/otter-browser/patches: patch-CMakeLists_txt 

Log message:
Update to otter-browser 0.9.10 beta 10

OK abieber@ sthen@



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Adam Wolk
CVSROOT:/cvs
Module name:ports
Changes by: aw...@cvs.openbsd.org   2016/05/03 09:34:35

Modified files:
www/libwebsockets: Makefile distinfo 

Log message:
Update www/libwebsockets 1.7.6 => 1.7.7

OK abieber@ sthen@



Re: [UPDATE] otter-browser 0.9.09 beta 9 => 0.9.10 beta 10

2016-05-03 Thread Adam Wolk
On Tue, 3 May 2016 16:13:32 +0200
Adam Wolk  wrote:

> Hi ports@,
> 
> Otter browser beta 10 has been just released
> 

Updated diff with feedback from sthen@
 - LIB_DEPENDS split to one line per entry
 - master sites using just otter-browser directory

Index: Makefile
===
RCS file: /cvs/ports/www/otter-browser/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile2 Jan 2016 21:06:45 -   1.12
+++ Makefile3 May 2016 14:57:58 -
@@ -1,32 +1,29 @@
 # $OpenBSD: Makefile,v 1.12 2016/01/02 21:06:45 sthen Exp $
 COMMENT =  browser aiming to recreate classic Opera (12.x) UI 
using Qt5
 
-GH_ACCOUNT =   OtterBrowser
-GH_PROJECT =   otter-browser
-V =0.9.09pl0
-# GH_TAGNAME = v$V
-# We grab a GH_COMMIT because upstream released hotfixes
-# that we were asked to incorporate:
-# - fixed checkboxes in content blocking manager
-# - fixed saving dialog sizes
-# - added extra fallback when looking for address field associated with tab
-GH_COMMIT =d1a1b0bbc8d80d0d7ed7a1fbbf83975a5ddea69e
-DISTNAME = ${GH_PROJECT}-$V
+MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=otter-browser/}
+DISTNAME = otter-browser-0.9.10
+
+EXTRACT_SUFX = .tar.bz2
 
 CATEGORIES =   www
 
 HOMEPAGE = http://otter-browser.org/
 
-MAINTAINER =   Adam Wolk 
+MAINTAINER =   Adam Wolk 
 
 # License GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c m pthread Qt5Core Qt5DBus Qt5Gui Qt5Multimedia
-WANTLIB += Qt5Network Qt5PrintSupport Qt5Script
-WANTLIB += Qt5Sql Qt5WebKit Qt5WebKitWidgets Qt5Widgets 
Qt5XmlPatterns
+WANTLIB += Qt5Network Qt5PrintSupport Qt5Qml Qt5WebKit
+WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5XmlPatterns gcrypt
+WANTLIB += hunspell-1.3
+
 
 RUN_DEPENDS =  devel/desktop-file-utils x11/gtk+3,-guic
+LIB_DEPENDS =  security/libgcrypt \
+   textproc/hunspell
 
 MODULES =  devel/cmake x11/qt5
 
Index: distinfo
===
RCS file: /cvs/ports/www/otter-browser/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo2 Jan 2016 21:06:45 -   1.9
+++ distinfo3 May 2016 14:57:58 -
@@ -1,2 +1,2 @@
-SHA256 (otter-browser-0.9.09pl0.tar.gz) = 
BgHajOz9QvuojBtJZrM3K5xfe+XtGfy5jmUwTAG+i2k=
-SIZE (otter-browser-0.9.09pl0.tar.gz) = 3200968
+SHA256 (otter-browser-0.9.10.tar.bz2) = 
aeL0ZBGx268N4oaXtOPfjHwmg3TbPR8SqWP8PdapqPw=
+SIZE (otter-browser-0.9.10.tar.bz2) = 2295819
Index: patches/patch-CMakeLists_txt
===
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt2 Jan 2016 21:06:45 -   1.6
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.6 2016/01/02 21:06:45 sthen Exp $
 CMakeLists.txt.origSat Jan  2 17:03:29 2016
-+++ CMakeLists.txt Sat Jan  2 17:09:23 2016
-@@ -12,10 +12,10 @@ project(otter-browser)
- 
- set(MAJOR_VERSION "0")
- set(MINOR_VERSION "9")
--set(PATCH_VERSION "10")
-+set(PATCH_VERSION "09")
- set(OTTER_VERSION_MAIN ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
- set(OTTER_VERSION_WEEKLY " ")
--set(OTTER_VERSION_CONTEXT "-dev")
-+set(OTTER_VERSION_CONTEXT " beta 9")
- 
- if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
-   include(InstallRequiredSystemLibraries)
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/otter-browser/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   8 Dec 2015 13:55:01 -   1.5
+++ pkg/PLIST   3 May 2016 14:57:58 -
@@ -10,6 +10,7 @@ share/icons/hicolor/48x48/apps/otter-bro
 share/icons/hicolor/64x64/apps/otter-browser.png
 share/otter-browser/
 share/otter-browser/locale/
+share/otter-browser/locale/otter-browser_ar.qm
 share/otter-browser/locale/otter-browser_bg.qm
 share/otter-browser/locale/otter-browser_cs.qm
 share/otter-browser/locale/otter-browser_da.qm
@@ -23,6 +24,7 @@ share/otter-browser/locale/otter-browser
 share/otter-browser/locale/otter-browser_et.qm
 share/otter-browser/locale/otter-browser_fi.qm
 share/otter-browser/locale/otter-browser_fr.qm
+share/otter-browser/locale/otter-browser_he.qm
 share/otter-browser/locale/otter-browser_hr.qm
 share/otter-browser/locale/otter-browser_hu.qm
 share/otter-browser/locale/otter-browser_id.qm



[UPDATE] www/libwebsockets 1.7.6 => 1.7.7

2016-05-03 Thread Adam Wolk
Hi ports@

Straightforward port bump but I'm NOT upping the major.
The port was checked with the abi-compliance-checker and by comparing
symbols obtained from:
 nm -g oldlib.so.X.Y | cut -c10- | grep -e^T
 nm -g newlib.so.X.Y | cut -c10- | grep -e^T

Upstream Changelog
-

v1.7.7
==

NB: No API change since v1.7.0

Fixes:

1) MINOR: Android add needed include file

2) MINOR: Allow build on GCC < 3.4

3) MINOR: Fix client problems recovering cleanly from SSL negotiation
failure

-

tested on a -current snapshot from May 1st amd64 compiled against a
closed source koparo.com product.

Any feedback, OKs?

Regards,
Adam

Index: Makefile
===
RCS file: /cvs/ports/www/libwebsockets/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile29 Apr 2016 09:38:03 -  1.9
+++ Makefile3 May 2016 14:42:22 -
@@ -4,7 +4,7 @@ COMMENT =   lightweight C library for fas
 
 GH_ACCOUNT =   warmcat
 GH_PROJECT =   libwebsockets
-V =1.7.6
+V =1.7.7
 GH_TAGNAME =   v$V
 
 SHARED_LIBS =  websockets 5.0 # 7
Index: distinfo
===
RCS file: /cvs/ports/www/libwebsockets/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo29 Apr 2016 09:38:03 -  1.7
+++ distinfo3 May 2016 14:42:22 -
@@ -1,2 +1,2 @@
-SHA256 (libwebsockets-1.7.6.tar.gz) = 
tvc42FuqVo9wwWrXJIVdNGNVox8F+2K3Xn8rRdUE0v8=
-SIZE (libwebsockets-1.7.6.tar.gz) = 2914276
+SHA256 (libwebsockets-1.7.7.tar.gz) = 
qw3ZXgxICRQWcsIATmLAX9s39lfBQgEeA92cOHIML7I=
+SIZE (libwebsockets-1.7.7.tar.gz) = 2914634



[UPDATE] otter-browser 0.9.09 beta 9 => 0.9.10 beta 10

2016-05-03 Thread Adam Wolk
Hi ports@,

Otter browser beta 10 has been just released

Notable changes since previous port:
 - the patches folder can be dropped again since we are not including
   any hotfixes
 - dropped GH_* variables in favour of an upstream tarball hosted on
   sourceforge
 - changed my MAINTAINER email while here
 - Qt5Script & Qt5Sql are no longer needed in WANTLIB
 - added gcrypt & hunspell-1.3 to WANTLIB
 - added security/libgcrypt & text/hunspell to LIB_DEPENDS
 - two new translations added to PLIST

Screenshot of the browser running with a MDI window and the about
dialog:
  http://imgur.com/20apmZZ

Notable changes since version 0.9.09 (app wise):
* added initial support for User Scripts;
* added Addons Manager;
* added alternative display mode and support for optional headers for
  URL completion in address field;
* many enhancements in experimental backend for QtWebEngine (Blink):
  * added support for entering full screen mode;
  * added support for content blocking;
  * added support for several missing actions;
* several fixes and improvements in content blocking;
* improved CMake build system (also now it is the only officially
  supported);
* added new backend for storing browsing history;
* many other fixes and improvements.

Known issues:

* new browsing history backend does not store favicons yet;
* spell checking is not available in Windows builds yet.

Tested on amd64 -current snapshot from 1st of May using the Gnome
desktop using qt5-5.5.1p0.

Previously known issues reported upstream & fixed:
 - We didn't ship spell checking when the project still used
   KF5-Sonnet. They use hunspell now. I didn't manage yet to get this
   working but that was just a quick test without digging in.

Any comments? OK's?

Index: Makefile
===
RCS file: /cvs/ports/www/otter-browser/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile2 Jan 2016 21:06:45 -   1.12
+++ Makefile3 May 2016 14:04:02 -
@@ -1,32 +1,28 @@
 # $OpenBSD: Makefile,v 1.12 2016/01/02 21:06:45 sthen Exp $
 COMMENT =  browser aiming to recreate classic Opera (12.x) UI 
using Qt5
 
-GH_ACCOUNT =   OtterBrowser
-GH_PROJECT =   otter-browser
-V =0.9.09pl0
-# GH_TAGNAME = v$V
-# We grab a GH_COMMIT because upstream released hotfixes
-# that we were asked to incorporate:
-# - fixed checkboxes in content blocking manager
-# - fixed saving dialog sizes
-# - added extra fallback when looking for address field associated with tab
-GH_COMMIT =d1a1b0bbc8d80d0d7ed7a1fbbf83975a5ddea69e
-DISTNAME = ${GH_PROJECT}-$V
+MASTER_SITES = 
${MASTER_SITE_SOURCEFORGE:=otter-browser/otter-browser-beta10/}
+DISTNAME = otter-browser-0.9.10
+
+EXTRACT_SUFX = .tar.bz2
 
 CATEGORIES =   www
 
 HOMEPAGE = http://otter-browser.org/
 
-MAINTAINER =   Adam Wolk 
+MAINTAINER =   Adam Wolk 
 
 # License GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c m pthread Qt5Core Qt5DBus Qt5Gui Qt5Multimedia
-WANTLIB += Qt5Network Qt5PrintSupport Qt5Script
-WANTLIB += Qt5Sql Qt5WebKit Qt5WebKitWidgets Qt5Widgets 
Qt5XmlPatterns
+WANTLIB += Qt5Network Qt5PrintSupport Qt5Qml Qt5WebKit
+WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5XmlPatterns gcrypt
+WANTLIB += hunspell-1.3
+
 
 RUN_DEPENDS =  devel/desktop-file-utils x11/gtk+3,-guic
+LIB_DEPENDS =  security/libgcrypt textproc/hunspell
 
 MODULES =  devel/cmake x11/qt5
 
Index: distinfo
===
RCS file: /cvs/ports/www/otter-browser/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo2 Jan 2016 21:06:45 -   1.9
+++ distinfo3 May 2016 14:04:02 -
@@ -1,2 +1,2 @@
-SHA256 (otter-browser-0.9.09pl0.tar.gz) = 
BgHajOz9QvuojBtJZrM3K5xfe+XtGfy5jmUwTAG+i2k=
-SIZE (otter-browser-0.9.09pl0.tar.gz) = 3200968
+SHA256 (otter-browser-0.9.10.tar.bz2) = 
aeL0ZBGx268N4oaXtOPfjHwmg3TbPR8SqWP8PdapqPw=
+SIZE (otter-browser-0.9.10.tar.bz2) = 2295819
Index: patches/patch-CMakeLists_txt
===
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt2 Jan 2016 21:06:45 -   1.6
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.6 2016/01/02 21:06:45 sthen Exp $
 CMakeLists.txt.origSat Jan  2 17:03:29 2016
-+++ CMakeLists.txt Sat Jan  2 17:09:23 2016
-@@ -12,10 +12,10 @@ project(otter-browser)
- 
- set(MAJOR_VERSION "0")
- set(MINOR_VERSION "9")
--set(PATCH_VERSION "10")
-+set(PATCH_VERSION "09")
- set(OTTER_VERSION_MAIN ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
- set(OTTER_VERSION_WEEKLY " ")

CVS: cvs.openbsd.org: ports

2016-05-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/05/03 07:22:45

Modified files:
.  : INDEX 

Log message:
sync; 9473 (-49)



CVS: cvs.openbsd.org: ports

2016-05-03 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/05/03 05:50:52

Modified files:
databases/hs-hedis: Makefile distinfo 

Log message:
Update to hedis-0.8.2



CVS: cvs.openbsd.org: ports

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

Modified files:
infrastructure/man/man1: proot.1 

Log message:
document stuff I added, nicer formatting.



CVS: cvs.openbsd.org: ports

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

Modified files:
infrastructure/bin: proot 

Log message:
assuming we're populating the same partition, test for identical hardlinks



CVS: cvs.openbsd.org: ports

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

Modified files:
infrastructure/bin: proot 

Log message:
tweakable: make it possible to extract more sets or to change all users



CVS: cvs.openbsd.org: ports

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

Modified files:
x11/gnome/builder: Makefile 
Added files:
x11/gnome/builder/patches: patch-libide_Makefile_in 
   patch-libide_ide-source-view_c 
   patch-libide_ide-uri_c 
   patch-libide_ide-workbench-actions_c 
   patch-libide_ide_h 

Log message:
Bring a few fixes from upstream stable branch.



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 00:06:26

Modified files:
x11/mplayer: Makefile 

Log message:
Sync with new ffmpeg version.

from Brad (maintainer)



CVS: cvs.openbsd.org: ports

2016-05-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/05/03 00:05:49

Modified files:
graphics/ffmpeg: Makefile distinfo 
graphics/ffmpeg/patches: patch-libavcodec_aacenc_c 
 patch-libavutil_opt_c 
 patch-libavutil_random_seed_c 
Removed files:
graphics/ffmpeg/patches: patch-libavformat_hls_c 

Log message:
Update to a newer snapshot: ffmpeg-20160502.

from Brad (maintainer)