NEW: math/py-mpmath 0.19

2016-12-15 Thread Alexandr Shadchin
Hi,

ok to import? Need for update math/py-sympy.

DESCR:

mpmath is a free Python library for real and complex floating-point
arithmetic with arbitrary precision.

-- 
Alexandr Shadchin



py-mpmath.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2016-12-15 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2016/12/15 14:44:31

Modified files:
graphics/pdf2djvu: Makefile distinfo 
graphics/pdf2djvu/pkg: PLIST 
Removed files:
graphics/pdf2djvu/patches: patch-tests_common_py 

Log message:
Update to pdf2djvu 0.9.5.



Re: PostgreSQL 9.6.1 + pg_upgrade support

2016-12-15 Thread Landry Breuil
On Thu, Dec 15, 2016 at 01:05:10PM -0800, Jeremy Evans wrote:
> On 11/01 04:53, Jeremy Evans wrote:
> > On 10/31 07:57, Pierre-Emmanuel Andr? wrote:
> > > On Mon, Oct 31, 2016 at 09:53:24AM -0700, Jeremy Evans wrote:
> > > > This updates pea@'s earlier diff that targeted 9.6.0 to work with
> > > > 9.6.1, and modifies it to separate pg_upgrade into a separate
> > > > subpackage.  The pg_upgrade subpackage depends on a new port
> > > > containing the previous PostgreSQL major version.
> > > > 
> > > > The new port is databases/postgresql-previous, and it installs
> > > > into /usr/local/{bin,include,lib,share}/postgresql-9.5 directories.
> > > > We could obviously use subdirectories in databases/postgresql, but
> > > > that creates more ports churn.  I didn't use subpackages for
> > > > postgresql-previous, merging the client/server/contrib packages
> > > > and dropping the docs and plpython packages.  I also dropped the
> > > > rc script and README.  I suppose we could add back the rc script
> > > > if there are users that really want to run the previous version
> > > > in production and not just use it for pg_upgrade.
> > > > 
> > > > This updates the postgresql-server README to mention the use of
> > > > pg_upgrade as a possible upgrade option.  Basically, instead of
> > > > dumping before upgrade and reloading after, you do:
> > > > 
> > > >   pg_upgrade -b /usr/local/bin/postgresql-9.5/ \
> > > > -B /usr/local/bin -U postgres \
> > > > -d /var/postgresql/data.old/ -D /var/postgresql/data
> > > > 
> > > > after stopping the old server and before starting the new server.
> > > > 
> > > > Briefly tested with a small (~400MB) database on amd64, no problems
> > > > noticed.
> > > > 
> > > > Before this can be committed, we need to test everything that depends
> > > > on PostgreSQL and make sure it still works with 9.6.1, or have working
> > > > diffs that can be committed shortly after the upgrade to 9.6.1.  I hope
> > > > to start that work shortly.
> > > > 
> > > > Thoughts?
> > > >
> > > 
> > > Hi,
> > > 
> > > Thanks for your diff. I will look at it asap.
> > > For PostgreSQL 9.6, ajacoutot@ ran a bulk and it breaks:
> > > databases/postgresql-plv8, databases/pg_statsinfo, databases/skytools, 
> > > databases/postgresql-pllua
> > 
> > Here's a diff that allows all 4 to build.  No run time tests yet.
> 
> pea@ has OKed these changes, so unless I hear objections, I will be
> importing postgresql-previous, upgrading postgresql to 9.6.1,
> and committing the fixes to these four ports.  If anyone else wants to
> review and OK, that would be great.

I've re-read all this portswise, and it all makes fully sense to me.
Thanks for working on that :)

ok for me.

Landry



Re: PostgreSQL 9.6.1 + pg_upgrade support

2016-12-15 Thread Jeremy Evans
On 11/01 04:53, Jeremy Evans wrote:
> On 10/31 07:57, Pierre-Emmanuel Andr? wrote:
> > On Mon, Oct 31, 2016 at 09:53:24AM -0700, Jeremy Evans wrote:
> > > This updates pea@'s earlier diff that targeted 9.6.0 to work with
> > > 9.6.1, and modifies it to separate pg_upgrade into a separate
> > > subpackage.  The pg_upgrade subpackage depends on a new port
> > > containing the previous PostgreSQL major version.
> > > 
> > > The new port is databases/postgresql-previous, and it installs
> > > into /usr/local/{bin,include,lib,share}/postgresql-9.5 directories.
> > > We could obviously use subdirectories in databases/postgresql, but
> > > that creates more ports churn.  I didn't use subpackages for
> > > postgresql-previous, merging the client/server/contrib packages
> > > and dropping the docs and plpython packages.  I also dropped the
> > > rc script and README.  I suppose we could add back the rc script
> > > if there are users that really want to run the previous version
> > > in production and not just use it for pg_upgrade.
> > > 
> > > This updates the postgresql-server README to mention the use of
> > > pg_upgrade as a possible upgrade option.  Basically, instead of
> > > dumping before upgrade and reloading after, you do:
> > > 
> > >   pg_upgrade -b /usr/local/bin/postgresql-9.5/ \
> > > -B /usr/local/bin -U postgres \
> > > -d /var/postgresql/data.old/ -D /var/postgresql/data
> > > 
> > > after stopping the old server and before starting the new server.
> > > 
> > > Briefly tested with a small (~400MB) database on amd64, no problems
> > > noticed.
> > > 
> > > Before this can be committed, we need to test everything that depends
> > > on PostgreSQL and make sure it still works with 9.6.1, or have working
> > > diffs that can be committed shortly after the upgrade to 9.6.1.  I hope
> > > to start that work shortly.
> > > 
> > > Thoughts?
> > >
> > 
> > Hi,
> > 
> > Thanks for your diff. I will look at it asap.
> > For PostgreSQL 9.6, ajacoutot@ ran a bulk and it breaks:
> > databases/postgresql-plv8, databases/pg_statsinfo, databases/skytools, 
> > databases/postgresql-pllua
> 
> Here's a diff that allows all 4 to build.  No run time tests yet.

pea@ has OKed these changes, so unless I hear objections, I will be
importing postgresql-previous, upgrading postgresql to 9.6.1,
and committing the fixes to these four ports.  If anyone else wants to
review and OK, that would be great.

Thanks,
Jeremy

> 
> Thanks,
> Jeremy
> 
> Index: postgresql-plv8/Makefile
> ===
> RCS file: /cvs/ports/databases/postgresql-plv8/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- postgresql-plv8/Makefile  1 Jul 2016 11:38:35 -   1.8
> +++ postgresql-plv8/Makefile  1 Nov 2016 11:21:36 -
> @@ -6,7 +6,7 @@ ONLY_FOR_ARCHS =  amd64 i386
>  COMMENT =PostgreSQL V8 javascript procedual language
>  
>  VERSION =1.4.2
> -REVISION =   2
> +REVISION =   3
>  DISTNAME =   plv8-${VERSION}
>  PKGNAME =postgresql-${DISTNAME}
>  
> @@ -24,7 +24,7 @@ EXTRACT_SUFX =  .zip
>  
>  BUILD_DEPENDS =  ${RUN_DEPENDS}
>  LIB_DEPENDS =lang/libv8
> -RUN_DEPENDS =
> postgresql-server->=9.5,<9.6:databases/postgresql,-server
> +RUN_DEPENDS =
> postgresql-server->=9.6,<9.7:databases/postgresql,-server
>  
>  MAKE_FLAGS = V8DIR=${LOCALBASE}/lib \
>   CUSTOM_CC="${CXX}" \
> Index: postgresql-pllua/Makefile
> ===
> RCS file: /cvs/ports/databases/postgresql-pllua/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- postgresql-pllua/Makefile 13 May 2016 14:36:37 -  1.7
> +++ postgresql-pllua/Makefile 1 Nov 2016 11:20:39 -
> @@ -5,7 +5,7 @@ COMMENT = Lua procedural language suppo
>  VERSION =1.0
>  DISTNAME =   pllua-${VERSION}
>  PKGNAME =postgresql-pllua-${VERSION}
> -REVISION =   1
> +REVISION =   2
>  
>  CATEGORIES = databases
>  
> @@ -22,7 +22,7 @@ MASTER_SITES =  http://pgfoundry.org/frs
>  
>  MODULES =lang/lua
>  BUILD_DEPENDS =  ${RUN_DEPENDS}
> -RUN_DEPENDS =
> postgresql-server->=9.5,<9.6:databases/postgresql,-server
> +RUN_DEPENDS =
> postgresql-server->=9.6,<9.7:databases/postgresql,-server
>  
>  USE_GMAKE =  Yes
>  
> Index: pg_statsinfo/Makefile
> ===
> RCS file: /cvs/ports/databases/pg_statsinfo/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- pg_statsinfo/Makefile 11 Sep 2016 20:54:12 -  1.8
> +++ pg_statsinfo/Makefile 1 Nov 2016 11:52:48 -
> @@ -4,7 +4,7 @@ COMMENT = monitor PostgreSQL activity & 
>  
>  DISTNAME =   pg_statsinfo-3.2.1
>  CATEGORIES = 

CVS: cvs.openbsd.org: ports

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

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

Log message:
update to apache-activemq-5.14.2



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/12/15 13:25:19

Modified files:
x11/gnome/online-accounts: Makefile distinfo 
x11/gnome/online-accounts/pkg: PLIST 

Log message:
update to gnome-online-accounts-3.22.3



Conkeror freezes on launch - Snapshots

2016-12-15 Thread Dan Kriz
Hi All,

I've updated to the latest snapshot for OpenBSD, and Conkeror now freezes
after launch.

~$ uname -a
OpenBSD OpenBSD.renameddomain.com 6.0 GENERIC.MP#37 amd64

~$ pkg_info | grep conkeror
conkeror-1.0pre.20131108p3 keyboard-oriented Mozilla-based browser

~$ conkeror -v
conkeror.mozdev.org conkeror 1.0pre

I piped dmesg to a text file before launching conkeror, and again after
launching conkeror. Running a diff against the dmesg files shows absolutely
no difference.

I also piped conkeror output to a text file, which was empty after the
freeze.

I can't find any logs it would attempt to generate.

Cheers,

Dan


[update] audio/openal

2016-12-15 Thread David CARLIER
Hi,

naddy@ reported an hidden dependency for one binary, alsoft-config,
thus this small diff for who does not want to bear the qt4 compilation :-)

Hope it s ok.

Cheers.
Index: Makefile
===
RCS file: /cvs/ports/audio/openal/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile3 Nov 2016 10:27:15 -   1.39
+++ Makefile15 Dec 2016 16:27:15 -
@@ -12,6 +12,7 @@ DISTNAME =openal-soft-$V
 PKGNAME =  openal-$V
 CATEGORIES =   audio
 SHARED_LIBS =  openal  2.2
+REVISION =  1
 
 HOMEPAGE = http://kcat.strangesoft.net/openal.html
 
@@ -25,6 +26,9 @@ WANTLIB +=c m pthread sndio
 MASTER_SITES = ${HOMEPAGE:S,.html,-releases/,}
 EXTRACT_SUFX = .tar.bz2
 
+FLAVORS =   no_config
+FLAVOR ?=
+
 CONFIGURE_ARGS =-DCMAKE_BUILD_TYPE=OpenBSD \
-DALSOFT_SYSCONFDIR=${SYSCONFDIR} \
-DALSOFT_CONFIG_DESTINATION=share/examples/openal \
@@ -49,6 +53,14 @@ CONFIGURE_ARGS =-DCMAKE_BUILD_TYPE=OpenB
 MODULES =  devel/cmake lang/clang
 MODCLANG_ARCHS = *
 MODCLANG_LANGS = c c++
+
+.if ${FLAVOR:Mno_config}
+CONFIGURE_ARGS += -DALSOFT_NO_CONFIG_UTIL=On
+.else
+
+WANTLIB +=  QtCore QtGui
+MODULES +=  x11/qt4
+.endif
 
 SEPARATE_BUILD =Yes
 NO_TEST =  Yes
Index: pkg/PFRAG.no-no_config
===
RCS file: pkg/PFRAG.no-no_config
diff -N pkg/PFRAG.no-no_config
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/PFRAG.no-no_config  15 Dec 2016 16:27:15 -
@@ -0,0 +1,2 @@
+@comment $OpenBSD$
+@bin bin/alsoft-config
Index: pkg/PLIST
===
RCS file: /cvs/ports/audio/openal/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   3 Nov 2016 10:27:16 -   1.8
+++ pkg/PLIST   15 Dec 2016 16:27:15 -
@@ -18,3 +18,4 @@ share/openal/
 share/openal/hrtf/
 share/openal/hrtf/default-44100.mhr
 share/openal/hrtf/default-48000.mhr
+!%%no_config%%


CVS: cvs.openbsd.org: ports

2016-12-15 Thread Alexandr Shadchin
CVSROOT:/cvs
Module name:ports
Changes by: shadc...@cvs.openbsd.org2016/12/15 08:28:53

Modified files:
www/py-requests: Makefile distinfo 

Log message:
Bugfix update to py-requests 2.12.4



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2016/12/15 07:16:38

Modified files:
textproc/the_silver_searcher: Makefile distinfo 

Log message:
Update the_silver_searcher to 1.0.2, from maintainer Florian Stinglmayr.



Re: Encrypted data partition

2016-12-15 Thread Stuart Henderson
In gmane.os.openbsd.misc, you wrote:
> On Thu, Dec 15, 2016 at 07:24:24AM +0100, Carsten Kunze wrote:
>> So it would really be great to have an up-to-date EncFS...
>
> This might be a good opportunity for you to give ports development a go
> ;-)
>
> http://www.openbsd.org/faq/ports/index.html
>

Possibly not the best beginner task, here's a start at it, but it needs
more work (doesn't build).

? encfs.ii
Index: Makefile
===
RCS file: /cvs/ports/security/encfs/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile1 Oct 2016 11:54:17 -   1.8
+++ Makefile15 Dec 2016 12:14:55 -
@@ -1,12 +1,17 @@
 # $OpenBSD: Makefile,v 1.8 2016/10/01 11:54:17 naddy Exp $
 
-BROKEN-hppa =  configure: error: Could not link against 
boost_serialization-boost_serialization
+BROKEN-hppa =  configure: error: Could not link against 
boost_serialization-boost_serialization
 BROKEN-sparc64 =   configure: error: Could not link against 
boost_serialization-boost_serialization
+
 COMMENT =  fuse-based cryptographic filesystem
-DISTNAME = encfs-1.7.4
-REVISION = 1
+
+V =1.9.1
+DISTNAME = encfs-$V
+
 SHARED_LIBS =  encfs   0.0 # 6.1
+
 CATEGORIES =   security
+
 HOMEPAGE = http://www.arg0.net/encfs
 
 # GPLv3
@@ -15,20 +20,18 @@ PERMIT_PACKAGE_CDROM =  Yes
 WANTLIB =  boost_filesystem boost_serialization boost_system c \
crypto fuse m pthread rlog ssl stdc++
 
-MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=encfs/}
-EXTRACT_SUFX = .tgz
+MASTER_SITES = https://github.com/vgough/encfs/releases/download/v$V/
+
+MODULES =  devel/cmake \
+   gcc4
+MODGCC4_ARCHS =*
+MODGCC4_LANGS =c++
 
-MODULES =  devel/gettext
+BUILD_DEPENDS =devel/gettext-tools
 LIB_DEPENDS =  devel/boost \
+   devel/gettext \
devel/rlog

-CONFIGURE_STYLE =  gnu
-CONFIGURE_ARGS +=  --with-boost-serialization=boost_serialization \
-   --with-boost-filesystem=boost_filesystem \
-   --with-boost-system=boost_system
-# TODO convert code to use utimensat() instead of lutimes()
-CONFIGURE_ENV +=   CPPFLAGS="-Dlutimes=utimes -D_DIRENT_HAVE_D_TYPE"
-
 do-test:
${WRKSRC}/encfs/test
 
Index: distinfo
===
RCS file: /cvs/ports/security/encfs/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo17 Jan 2014 10:10:58 -  1.1.1.1
+++ distinfo15 Dec 2016 12:14:55 -
@@ -1,2 +1,2 @@
-SHA256 (encfs-1.7.4.tgz) = KC7w8E8t17o1J7RWIfq0hbfMUQws7uEWYA0DSNwhcKg=
-SIZE (encfs-1.7.4.tgz) = 931048
+SHA256 (encfs-1.9.1.tar.gz) = ZyA67/egbOe+g99JSNspa+iaAM/+EQigpByW10gRBqQ=
+SIZE (encfs-1.9.1.tar.gz) = 455910
Index: patches/patch-encfs_encfs_cpp
===
RCS file: patches/patch-encfs_encfs_cpp
diff -N patches/patch-encfs_encfs_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-encfs_encfs_cpp   15 Dec 2016 12:14:55 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- encfs/encfs.cpp.orig   Thu Dec 15 11:57:09 2016
 encfs/encfs.cppThu Dec 15 11:59:59 2016
+@@ -497,7 +497,7 @@ int encfs_utime(const char *path, struct utimbuf *buf)
+ 
+ int _do_utimens(EncFS_Context *, const string ,
+ const struct timespec ts[2]) {
+-#ifdef HAVE_UTIMENSAT
++#if 1 /* ifdef HAVE_UTIMENSAT; cmake check fails */
+   int res = utimensat(AT_FDCWD, cyName.c_str(), ts, AT_SYMLINK_NOFOLLOW);
+ #else
+   struct timeval tv[2];
Index: patches/patch-encfs_encfssh
===
RCS file: patches/patch-encfs_encfssh
diff -N patches/patch-encfs_encfssh
--- patches/patch-encfs_encfssh 9 May 2015 12:18:58 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,13 +0,0 @@
-$OpenBSD: patch-encfs_encfssh,v 1.1 2015/05/09 12:18:58 jca Exp $
-
-- no fusermount(1) on OpenBSD, umount(8) is enough
-
 encfs/encfssh.orig Sun Nov 29 23:04:12 2009
-+++ encfs/encfssh  Thu May  7 19:58:09 2015
-@@ -63,5 +63,5 @@ orig_dir=$(pwd)
- cd $unenc_dir
- 
- # Set the shell up
--exec /bin/sh -c "$SHELL ; cd $orig_dir ; fusermount -u $unenc_dir ; if ! 
$unenc_dir_given; then rmdir $unenc_dir; fi"
-+exec /bin/sh -c "$SHELL ; cd $orig_dir ; umount $unenc_dir ; if ! 
$unenc_dir_given; then rmdir $unenc_dir; fi"
- 
Index: patches/patch-encfs_main_cpp
===
RCS file: /cvs/ports/security/encfs/patches/patch-encfs_main_cpp,v
retrieving revision 1.3
diff -u -p -r1.3 patch-encfs_main_cpp
--- patches/patch-encfs_main_cpp9 May 2015 12:18:24 -   

CVS: cvs.openbsd.org: ports

2016-12-15 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/12/15 04:41:43

Modified files:
www/tomcat/v8  : Makefile distinfo 
www/tomcat/v8/patches: patch-conf_server_xml 
www/tomcat/v8/pkg: PLIST-examples 

Log message:
Update to tomcat-8.5.9



CVS: cvs.openbsd.org: ports

2016-12-15 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/12/15 04:06:15

Modified files:
security/pcsc-lite: Makefile distinfo 

Log message:
Update to pcsc-lite-1.8.19



CVS: cvs.openbsd.org: ports

2016-12-15 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/12/15 03:59:12

Modified files:
audio/mpd  : Makefile distinfo 
audio/mpd/patches: patch-Makefile_in patch-configure 

Log message:
Bugfixing update to mpd-0.19.21



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2016/12/15 03:15:53

Modified files:
security/nss   : Makefile distinfo 

Log message:
Update to nss 3.27.2.

See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.27.2_release_notes



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/12/15 03:00:15

Modified files:
net/wireshark  : Makefile distinfo 

Log message:
update to wireshark-2.2.3



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:42:01

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.7; keeping up-to-date on the previous
release to ease upgrade to 9.1.X for 6.1.



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:31:15

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

Log message:
Update to owncloud-9.1.3.



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:21:52

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 
Removed files:
sysutils/google-cloud-sdk/patches: 
   
patch-lib_googlecloudsdk_core_config_py 

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



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:16:06

Modified files:
net/py-boto: Makefile distinfo 

Log message:
Update to py-boto-2.45.0.



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:16:24

Modified files:
net/py-botocore: Makefile distinfo 
net/py-botocore/pkg: PLIST 

Log message:
Update to py-botocore-1.4.86.



CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 02:16:44

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

Log message:
Update to awscli-1.11.29.



Re: [patch] zsh 5.3

2016-12-15 Thread Pierre-Emmanuel André
On Wed, Dec 14, 2016 at 09:28:56PM +0100, Juan Francisco Cantero Hurtado wrote:
> On Mon, Dec 12, 2016 at 08:52:43PM -0600, Matthew Martin wrote:
> > Update to zsh 5.3, mostly removing upstreamed patches. A regex test in
> > D07 fails, but upstream believes[1] this is due to OpenBSD's locale
> > support (or lack thereof). Been running for about a day.
> > 
> > 1: http://zsh.org/mla/workers/2016/msg02607.html
> > 
> > - Matthew Martin
> 
> Works for me. OK juanfra@.

Works fine for me too.
ok pea@ (will commit it later)

> 
> > 
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/shells/zsh/Makefile,v
> > retrieving revision 1.82
> > diff -u -p -r1.82 Makefile
> > --- Makefile9 Apr 2016 20:14:49 -   1.82
> > +++ Makefile13 Dec 2016 02:40:43 -
> > @@ -2,10 +2,9 @@
> >  
> >  COMMENT=   Z shell, Bourne shell-compatible
> >  
> > -V= 5.2
> > +V= 5.3
> >  DISTNAME=  zsh-$V
> >  CATEGORIES=shells
> > -REVISION=  3
> >  
> >  MAINTAINER=Pierre-Emmanuel Andre 
> >  
> > Index: distinfo
> > ===
> > RCS file: /cvs/ports/shells/zsh/distinfo,v
> > retrieving revision 1.22
> > diff -u -p -r1.22 distinfo
> > --- distinfo17 Dec 2015 18:31:21 -  1.22
> > +++ distinfo13 Dec 2016 02:40:43 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (zsh-5.2.tar.gz) = +pJMU0xmM8IZ3P/c19qTmdq/tjNH+Izm3c1btEEhWTc=
> > -SIZE (zsh-5.2.tar.gz) = 4245682
> > +SHA256 (zsh-5.3.tar.gz) = HaJz+pYEGzle6fYo0U8q/wj5pi6YQjqZAhji6gN7mm0=
> > +SIZE (zsh-5.3.tar.gz) = 4403492
> > Index: patches/patch-Completion_Unix_Command__elfdump
> > ===
> > RCS file: patches/patch-Completion_Unix_Command__elfdump
> > diff -N patches/patch-Completion_Unix_Command__elfdump
> > --- patches/patch-Completion_Unix_Command__elfdump  21 Dec 2015 19:13:17 
> > -  1.1
> > +++ /dev/null   1 Jan 1970 00:00:00 -
> > @@ -1,29 +0,0 @@
> > -$OpenBSD: patch-Completion_Unix_Command__elfdump,v 1.1 2015/12/21 19:13:17 
> > jasper Exp $
> > -
> > -From 3272bdce987a3e5d5448688529ccb8290e148a67 Mon Sep 17 00:00:00 2001
> > -From: Matthew Martin 
> > -Date: Fri, 11 Dec 2015 11:51:09 +0100
> > -Subject: [PATCH] 37383: add completion type for object files
> > -
> >  Completion/Unix/Command/_elfdump.orig  Sun May  3 19:57:18 2015
> > -+++ Completion/Unix/Command/_elfdump   Mon Dec 21 09:54:57 2015
> > -@@ -2,10 +2,6 @@
> > - 
> > - local -a args
> > - 
> > --_elf_file() {
> > --  [[ -x $REPLY || $REPLY = (core*|*.([ao]|so|elf)) ]]
> > --}
> > --
> > - args=(
> > -   '-c[dump section header information]'
> > -   '-d[dump .dynamic section]'
> > -@@ -38,7 +34,7 @@ case $OSTYPE in
> > -   '-l[show long section names without truncation]'
> > -   '-O[specify osabi to apply]:osabi'
> > -   '-P[use alternative section header]'
> > --  "*:elf file:_files -g '*(-.e:_elf_file:)'"
> > -+  "*:elf file:_object_files"
> > - )
> > -   ;;
> > -   freebsd*) args+=( '-a[dump all information]' ) ;;
> > Index: patches/patch-Completion_Unix_Command__nm
> > ===
> > RCS file: patches/patch-Completion_Unix_Command__nm
> > diff -N patches/patch-Completion_Unix_Command__nm
> > --- patches/patch-Completion_Unix_Command__nm   21 Dec 2015 19:13:17 
> > -  1.3
> > +++ /dev/null   1 Jan 1970 00:00:00 -
> > @@ -1,22 +0,0 @@
> > -$OpenBSD: patch-Completion_Unix_Command__nm,v 1.3 2015/12/21 19:13:17 
> > jasper Exp $
> > -
> > -From 3272bdce987a3e5d5448688529ccb8290e148a67 Mon Sep 17 00:00:00 2001
> > -From: Matthew Martin 
> > -Date: Fri, 11 Dec 2015 11:51:09 +0100
> > -Subject: [PATCH] 37383: add completion type for object files
> > -
> >  Completion/Unix/Command/_nm.orig   Sat Oct 24 19:06:08 2015
> > -+++ Completion/Unix/Command/_nmMon Dec 21 10:04:02 2015
> > -@@ -2,11 +2,7 @@
> > - 
> > - local args files variant
> > - 
> > --_nm_object_file() {
> > --  [[ -x $REPLY || $REPLY = *.([ao]|so|elf) ]]
> > --}
> > --
> > --files="*:object file:_files -g '*(-.e,_nm_object_file,)'"
> > -+files="*:object file:_object_files"
> > - args=(
> > -   '(-A -o --print-file-name)'{-A,-o,--print-file-name}'[print name of 
> > input file on each line]'
> > -   '(--demangle)-C[decode symbol names]'
> > Index: patches/patch-Completion_Unix_Command__objdump
> > ===
> > RCS file: patches/patch-Completion_Unix_Command__objdump
> > diff -N patches/patch-Completion_Unix_Command__objdump
> > --- patches/patch-Completion_Unix_Command__objdump  21 Dec 2015 19:13:17 
> > -  1.1
> > +++ /dev/null   1 Jan 1970 00:00:00 -
> > @@ -1,19 +0,0 @@
> > -$OpenBSD: patch-Completion_Unix_Command__objdump,v 1.1 2015/12/21 

CVS: cvs.openbsd.org: ports

2016-12-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/12/15 01:23:10

Added files:
x11/gnome/session/patches: patch-gnome-session_main_c 

Log message:
I am stupid; while hunting for some other issue, I misread my own patch.
Bring it back, it _is_ needed.