CVS: cvs.openbsd.org: ports

2017-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/08 23:57:38

Modified files:
security/py-M2Crypto: Makefile distinfo 
Added files:
security/py-M2Crypto/patches: patch-SWIG__bio_i 
  patch-SWIG__evp_i 
  patch-SWIG__lib11_compat_i 
  patch-SWIG__lib_i 
  patch-SWIG__ssl_i 
  patch-SWIG__threads_i 
  patch-SWIG_libcrypto-compat_h 

Log message:
Update to py-M2Crypto-0.27.0.
- committing early to catch any regression



Re: Update: devel/radare2

2017-10-08 Thread Remi Pointel

On 09/21/17 15:08, Matthias Schmidt wrote:

Hi guys,

I updated the radare2 port to the latest stable Version 1.6.0. Since the 
current version is quite old the changelog would be too much to mention 
:) A diff to update the port is attached. I built and tested it under 
native amd64 and on i386 within a VM both running -current.


Since this is my first attempt to update a port feel free to redirect me 
to any things that I might have missed :)


Cheers

 Matthias


Hi,

sounds good to me. 2 small things:

- MASTER_SITES ?= http://radare.mikelloc.com/get/${V}
-remove EXTRACT_SUFX ?= .tar.gz because it's the default

@edd?

Cheers,

Remi.



Re: New: audio/mp3applygain 1.0.0

2017-10-08 Thread Andre Smagin
On Sun, 8 Oct 2017 21:12:47 -0700
Jeremy Evans  wrote:

> This is a new port for mp3applygain.  When mp3gain was removed and rgain
> recommended as its replacement, we lost the ability to apply replaygain
> information directly to mp3 files, which is necessary if you want to
> have normalized volume for mp3 files in an mp3 player that doesn't
> handle replaygain information in tags (common in hardware mp3 players).
> This utility is designed to do that and just that.
> 
> I forked mp3applygain from mp3gain, and ripped out pretty much all the
> code, including the insecure mpglib and the replaygain calculation
> code.  The only code that remains is the code that applies the
> replaygain to the file. The replaygain info is provided on the
> command line.  Example use:
> 
>   mp3applygain 3.85 2 file.mp3

Interesting.
I used to be a frequent mp3gain user, I remember the replaygain
calculation being extremely slow. I finally bit the bullet and spent
couple weeks reconverting all the CDs into flac format. Still have some
old scripts using mp3gain - using the exact functionality you describe
(lossy modification of the mp3 stream). How would you recommend
calculating the replaygain values now to use with your program?
I have not looked into rgain yet - is that where you would normally get
the replaygain data from?

Thank you for your work!

--
Andre



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2017/10/08 22:37:42

Modified files:
devel/xdg-utils: Makefile 
devel/xdg-utils/patches: patch-scripts_xdg-screensaver_in 

Log message:
Fix an incompatibility with our sed in xdg-screensaver.

Fixes an error in "xdg-screensaver suspend $win", as used in retroarch.
(sed: 1: "/^Screen Saver:/,/^[^ ] ...: unexpected EOF (pending }'s))

While here, use HTTPS for MASTER_SITES.

ok ajacoutot@ (maintainer)



New: audio/mp3applygain 1.0.0

2017-10-08 Thread Jeremy Evans
This is a new port for mp3applygain.  When mp3gain was removed and rgain
recommended as its replacement, we lost the ability to apply replaygain
information directly to mp3 files, which is necessary if you want to
have normalized volume for mp3 files in an mp3 player that doesn't
handle replaygain information in tags (common in hardware mp3 players).
This utility is designed to do that and just that.

I forked mp3applygain from mp3gain, and ripped out pretty much all the
code, including the insecure mpglib and the replaygain calculation
code.  The only code that remains is the code that applies the
replaygain to the file. The replaygain info is provided on the
command line.  Example use:

  mp3applygain 3.85 2 file.mp3

For added security, this is pledged "rpath stdio wpath" right after
initialization, and "stdio" after the file is opened.  It only
operates on a single file per program invocation.

OK to import?

Thanks,
Jeremy


mp3applygain.tar.gz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2017-10-08 Thread Gleydson Soares
CVSROOT:/cvs
Module name:ports
Changes by: gsoa...@cvs.openbsd.org 2017/10/08 18:58:36

Modified files:
devel/cppcheck : Makefile distinfo 
devel/cppcheck/pkg: PLIST 

Log message:
update to 1.81



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/10/08 14:07:58

Modified files:
lang/vala  : Makefile distinfo 

Log message:
update to vala-0.36.6



Re: print/texlive/base: switch to c++11 for real

2017-10-08 Thread Matthias Kilian
Hi,

On Fri, Sep 22, 2017 at 10:26:15AM +0100, Stuart Henderson wrote:
> This looks like the simplest fix unless someone wants to figure out what
> code is processing the file and how to fix that:
> 
> https://github.com/termux/termux-packages/blob/master/packages/texlive-bin/c%2B%2B11.patch
> 
> I think it should get a REVISION bump for adding std=c++11, but also that
> this needs to wait for after unlock.

Thanks for finding the fix.

The diff below adds the patch, bumps REVISION and still sets
-std=c++11. No poppler-related diffs for now.

Builds for me on amd64 (tested with both clang-4.0.0 and  clang-5.0.0).

Testbuilds on arches without clang in base, especially sparc64 would
be really nice.

Ciao,
Kili

ps: I think edd@ mentioned that the next texlive release will be
C++-11-ready, so there's no point in upstreaming the fix.


Index: Makefile
===
RCS file: /cvs/ports/print/texlive/base/Makefile,v
retrieving revision 1.92
diff -u -p -r1.92 Makefile
--- Makefile24 Aug 2017 09:45:23 -  1.92
+++ Makefile8 Oct 2017 18:41:58 -
@@ -6,7 +6,7 @@ COMMENT =   base binaries for TeXLive typ
 DISTNAME = texlive-${DIST_V}b-source
 PKGNAME =  texlive_base-${V}
 WRKDIST =  ${WRKDIR}/texlive-${DIST_V}-source
-REVISION = 2
+REVISION = 3
 
 DISTFILES =${DISTNAME}${EXTRACT_SUFX} \
texlive-${DIST_V}-extra${EXTRACT_SUFX}
@@ -47,7 +47,7 @@ LIB_DEPENDS = converters/libiconv \
 MODULES =  textproc/intltool perl
 
 # c++-11 required for poppler
-COMPILER = gcc
+COMPILER = base-clang ports-gcc
 
 # Never set SEPARATE_BUILD
 CONFIGURE_STYLE =  gnu
@@ -55,6 +55,8 @@ CONFIGURE_STYLE = gnu
 CPPFLAGS = -I${X11BASE}/include \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/poppler
+
+CXXFLAGS +=-std=c++11
 
 LDFLAGS =  -L${LOCALBASE}/lib \
-L${X11BASE}/lib
Index: patches/patch-texk_web2c_luatexdir_image_pdftoepdf_w
===
RCS file: patches/patch-texk_web2c_luatexdir_image_pdftoepdf_w
diff -N patches/patch-texk_web2c_luatexdir_image_pdftoepdf_w
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-texk_web2c_luatexdir_image_pdftoepdf_w8 Oct 2017 
18:41:58 -
@@ -0,0 +1,25 @@
+$OpenBSD$
+
+Let it build with -std=c++11.
+
+found by sthen@ at
+https://github.com/termux/termux-packages/blob/master/packages/texlive-bin/c%2B%2B11.patch
+
+
+Index: texk/web2c/luatexdir/image/pdftoepdf.w
+--- texk/web2c/luatexdir/image/pdftoepdf.w.orig
 texk/web2c/luatexdir/image/pdftoepdf.w
+@@ -71,7 +71,12 @@ static char *get_file_checksum(const char *a, file_err
+ ck = (char *) malloc(PDF_CHECKSUM_SIZE);
+ if (ck == NULL)
+ formatted_error("pdf inclusion","out of memory while processing 
'%s'", a);
+-snprintf(ck, PDF_CHECKSUM_SIZE, "%" PRIu64 "_%" PRIu64, (uint64_t) 
size,(uint64_t) mtime);
++snprintf(ck, PDF_CHECKSUM_SIZE, "%"
++  PRIu64
++  "_%"
++  PRIu64,
++  (uint64_t) size,
++  (uint64_t) mtime);
+} else {
+ switch (fe) {
+ case FE_FAIL:



[UPDATE] www/py-django/lts

2017-10-08 Thread Remi Pointel

Hi,

this is the diff to update django LTS to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/www/py-django/lts/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile	7 Sep 2017 09:22:04 -	1.22
+++ Makefile	8 Oct 2017 18:18:12 -
@@ -4,7 +4,7 @@ PORTROACH =	limit:^1\.11
 
 COMMENT =	high-level Python web framework (LTS version)
 
-MODPY_EGG_VERSION =	1.11.5
+MODPY_EGG_VERSION =	1.11.6
 LNAME =			django-lts
 
 MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
Index: distinfo
===
RCS file: /cvs/ports/www/py-django/lts/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo	7 Sep 2017 09:22:04 -	1.18
+++ distinfo	8 Oct 2017 18:18:12 -
@@ -1,2 +1,2 @@
-SHA256 (Django-1.11.5.tar.gz) = GDaHgWLf34ZUkrrP3/AyHk7o8efVHZMZJUYAC1SYKyk=
-SIZE (Django-1.11.5.tar.gz) = 7875054
+SHA256 (Django-1.11.6.tar.gz) = w7Qsoe+hwKEpqehjE0zD/nBcZR3qOgSnmYAZ5SKvDGA=
+SIZE (Django-1.11.6.tar.gz) = 7874450
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-django/lts/pkg/PLIST,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 PLIST
--- pkg/PLIST	7 Sep 2017 09:22:04 -	1.20
+++ pkg/PLIST	8 Oct 2017 18:18:13 -
@@ -6821,6 +6821,7 @@ share/doc/${MODPY_PY_PREFIX}-${LNAME}-${
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.2.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.3.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.4.txt
+share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.5.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/${MODPY_EGG_VERSION}.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.2.1.txt


[UPDATE] lang/python/3.6

2017-10-08 Thread Remi Pointel

Hi,

this is the diff to update Python 3.6 to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.6/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile	10 Aug 2017 06:25:18 -	1.5
+++ Makefile	8 Oct 2017 17:26:49 -
@@ -6,7 +6,7 @@
 # Python itself.
 
 VERSION =		3.6
-PATCHLEVEL =		.2
+PATCHLEVEL =		.3
 SHARED_LIBS =		python3.6m 0.0
 VERSION_SPEC =		>=3.6,<3.7
 
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.6/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	10 Aug 2017 06:25:18 -	1.3
+++ distinfo	8 Oct 2017 17:26:49 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.6.2.tgz) = eRlIkxCl8X96y6tk1zHkbcoHAodIQNrc6L1LKzuOeoI=
-SIZE (Python-3.6.2.tgz) = 22580749
+SHA256 (Python-3.6.3.tgz) = q2GTrxkhsw9YezAv44UmhRDoAYfKg8qC0r/nq1RMb5E=
+SIZE (Python-3.6.3.tgz) = 22673115
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-idle,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 PLIST-idle
--- pkg/PLIST-idle	26 Dec 2016 19:40:12 -	1.1
+++ pkg/PLIST-idle	8 Oct 2017 17:26:49 -
@@ -205,6 +205,9 @@ lib/python3.6/idlelib/__pycache__/window
 lib/python3.6/idlelib/__pycache__/zoomheight.cpython-36.opt-1.pyc
 lib/python3.6/idlelib/__pycache__/zoomheight.cpython-36.opt-2.pyc
 lib/python3.6/idlelib/__pycache__/zoomheight.cpython-36.pyc
+lib/python3.6/idlelib/__pycache__/zzdummy.cpython-36.opt-1.pyc
+lib/python3.6/idlelib/__pycache__/zzdummy.cpython-36.opt-2.pyc
+lib/python3.6/idlelib/__pycache__/zzdummy.cpython-36.pyc
 lib/python3.6/idlelib/autocomplete.py
 lib/python3.6/idlelib/autocomplete_w.py
 lib/python3.6/idlelib/autoexpand.py
@@ -308,6 +311,9 @@ lib/python3.6/idlelib/idle_test/__pycach
 lib/python3.6/idlelib/idle_test/__pycache__/test_macosx.cpython-36.opt-1.pyc
 lib/python3.6/idlelib/idle_test/__pycache__/test_macosx.cpython-36.opt-2.pyc
 lib/python3.6/idlelib/idle_test/__pycache__/test_macosx.cpython-36.pyc
+lib/python3.6/idlelib/idle_test/__pycache__/test_outwin.cpython-36.opt-1.pyc
+lib/python3.6/idlelib/idle_test/__pycache__/test_outwin.cpython-36.opt-2.pyc
+lib/python3.6/idlelib/idle_test/__pycache__/test_outwin.cpython-36.pyc
 lib/python3.6/idlelib/idle_test/__pycache__/test_paragraph.cpython-36.opt-1.pyc
 lib/python3.6/idlelib/idle_test/__pycache__/test_paragraph.cpython-36.opt-2.pyc
 lib/python3.6/idlelib/idle_test/__pycache__/test_paragraph.cpython-36.pyc
@@ -380,6 +386,7 @@ lib/python3.6/idlelib/idle_test/test_his
 lib/python3.6/idlelib/idle_test/test_hyperparser.py
 lib/python3.6/idlelib/idle_test/test_iomenu.py
 lib/python3.6/idlelib/idle_test/test_macosx.py
+lib/python3.6/idlelib/idle_test/test_outwin.py
 lib/python3.6/idlelib/idle_test/test_paragraph.py
 lib/python3.6/idlelib/idle_test/test_parenmatch.py
 lib/python3.6/idlelib/idle_test/test_pathbrowser.py
@@ -428,3 +435,4 @@ lib/python3.6/idlelib/tree.py
 lib/python3.6/idlelib/undo.py
 lib/python3.6/idlelib/windows.py
 lib/python3.6/idlelib/zoomheight.py
+lib/python3.6/idlelib/zzdummy.py
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-main,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST-main
--- pkg/PLIST-main	10 Aug 2017 06:25:18 -	1.3
+++ pkg/PLIST-main	8 Oct 2017 17:26:49 -
@@ -2341,9 +2341,9 @@ lib/python3.6/lib-dynload/xxlimited.so
 lib/python3.6/lib-dynload/zlib.so
 lib/python3.6/lib2to3/
 lib/python3.6/lib2to3/Grammar.txt
-lib/python3.6/lib2to3/Grammar3.6.2.final.0.pickle
+lib/python3.6/lib2to3/Grammar3.6.3.final.0.pickle
 lib/python3.6/lib2to3/PatternGrammar.txt
-lib/python3.6/lib2to3/PatternGrammar3.6.2.final.0.pickle
+lib/python3.6/lib2to3/PatternGrammar3.6.3.final.0.pickle
 lib/python3.6/lib2to3/__init__.py
 lib/python3.6/lib2to3/__main__.py
 lib/python3.6/lib2to3/__pycache__/
Index: pkg/PLIST-tests
===
RCS file: /cvs/ports/lang/python/3.6/pkg/PLIST-tests,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST-tests
--- pkg/PLIST-tests	10 Aug 2017 06:25:18 -	1.3
+++ pkg/PLIST-tests	8 Oct 2017 17:26:50 -
@@ -32,6 +32,9 @@ lib/python3.6/test/__pycache__/audiotest
 lib/python3.6/test/__pycache__/autotest.cpython-36.opt-1.pyc
 lib/python3.6/test/__pycache__/autotest.cpython-36.opt-2.pyc
 lib/python3.6/test/__pycache__/autotest.cpython-36.pyc
+lib/python3.6/test/__pycache__/bisect.cpython-36.opt-1.pyc
+lib/python3.6/test/__pycache__/bisect.cpython-36.opt-2.pyc
+lib/python3.6/test/__pycache__/bisect.cpython-36.pyc
 lib/python3.6/test/__pycache__/bytecode_helper.cpython-36.opt-1.pyc
 lib/python3.6/test/__pycache__/bytecode_helper.cpython-36.opt-2.pyc
 lib/python3.6/test/__pycache__/bytecode_helper.cpython-36.pyc
@@ -131,6 +134,9 @@ 

CVS: cvs.openbsd.org: ports

2017-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/08 11:00:58

Modified files:
security/py-M2Crypto: Makefile 

Log message:
Take maintainer.
req. by rpe@ (former maintainer)



Re: UPDATE: print/py-relatorio (0.7.1)

2017-10-08 Thread Sebastien Marie
Hi,

relatorio 0.7.1 was just released. so new diff.

ChangeLog:

0.7.1 - 20171008
* Remove warning when import plugin fails
* Apply the guess type function on the correct node
* Fix guess_type for date and datetime

0.7.0 - 20170729
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument

Thanks.
-- 
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile14 May 2017 17:45:21 -  1.6
+++ Makefile8 Oct 2017 16:45:37 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.6.4
+MODPY_EGG_VERSION= 0.7.1
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo14 May 2017 17:45:21 -  1.3
+++ distinfo8 Oct 2017 16:45:37 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.6.4.tar.gz) = n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
-SIZE (relatorio-0.6.4.tar.gz) = 949912
+SHA256 (relatorio-0.7.1.tar.gz) = dE8eOTE/A3oKtSoVQzjs4VHYPlRCqSeNsfjORQzmws0=
+SIZE (relatorio-0.7.1.tar.gz) = 970049
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   14 May 2017 17:45:21 -  1.2
+++ pkg/PLIST   8 Oct 2017 16:45:37 -
@@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
+lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc



[lang/go-bootstrap] Switch to go1.4 release tarball

2017-10-08 Thread Joel Sing
Upstream is providing a tarball of the release-branch.go1.4 git branch,
which contains minor fixes to keep Go 1.4 building on current platforms.
Most of the patches that we currently have for lang/go-bootstrap have
been committed upstream - one of these is already in the go1.4
release tarball that is available, while some have been committed and
will appear in the next tarball that's created:

  https://github.com/golang/go/issues/20672

Switch to the go1.4 release tarball so that we can drop a patch now and
in the future, drop most of the remaining patches.

ok?

Index: Makefile
===
RCS file: /cvs/ports/lang/go-bootstrap/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile8 Oct 2017 15:40:56 -   1.6
+++ Makefile8 Oct 2017 16:28:57 -
@@ -4,11 +4,9 @@ ONLY_FOR_ARCHS =   ${GO_ARCHS}
 
 COMMENT =  Go programming language
 
-VERSION =  1.4.3
-EXTRACT_SUFX = .src.tar.gz
-DISTNAME = go${VERSION}
+VERSION =  20170531
+DISTNAME = go1.4-bootstrap-${VERSION}
 PKGNAME =  go-bootstrap-${VERSION}
-REVISION = 4
 CATEGORIES =   lang
 
 HOMEPAGE = https://golang.org/
@@ -22,7 +20,7 @@ PERMIT_DISTFILES_FTP =  bootstrap only
 
 WANTLIB =  c m pthread
 
-MASTER_SITES = https://golang.org/dl/
+MASTER_SITES = https://storage.googleapis.com/golang/
 
 BUILD_DEPENDS =shells/bash
 
@@ -84,7 +82,7 @@ do-install:
${INSTALL_PROGRAM} -p ${WRKDIST}/bin/go{,fmt} ${GOROOT}/bin
 
@cd ${WRKDIST} && \
-   find . ! -name .hg\* -type f -maxdepth 1 \
+   find . ! -name .git\* ! -name .hg\* -type f -maxdepth 1 \
-exec ${INSTALL_DATA} -p {} \
${GOROOT} \;
 
Index: distinfo
===
RCS file: /cvs/ports/lang/go-bootstrap/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo4 Dec 2015 17:19:18 -   1.1.1.1
+++ distinfo8 Oct 2017 16:28:57 -
@@ -1,2 +1,2 @@
-SHA256 (go1.4.3.src.tar.gz) = mUf8cFsLhBtZOMSLItwz6WR+wHUrrmblAnjfTyP2SVk=
-SIZE (go1.4.3.src.tar.gz) = 10875170
+SHA256 (go1.4-bootstrap-20170531.tar.gz) = 
SfgG9mdiB3hht95wgfWGmVlAdy0p1MRQaME0RBp0P6I=
+SIZE (go1.4-bootstrap-20170531.tar.gz) = 11315348
Index: patches/patch-src_time_time_test_go
===
RCS file: patches/patch-src_time_time_test_go
diff -N patches/patch-src_time_time_test_go
--- patches/patch-src_time_time_test_go 8 Oct 2017 15:40:56 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_time_time_test_go,v 1.1 2017/10/08 15:40:56 jsing Exp $
-
-Index: src/time/time_test.go
 src/time/time_test.go.orig
-+++ src/time/time_test.go
-@@ -915,6 +915,8 @@ func TestCountMallocs(t *testing.T) {
- }
- 
- func TestLoadFixed(t *testing.T) {
-+  t.Skip("skipping test for Go 1.4; Issue 17545")
-+
-   // Issue 4064: handle locations without any zone transitions.
-   loc, err := LoadLocation("Etc/GMT+1")
-   if err != nil {
Index: pkg/PLIST
===
RCS file: /cvs/ports/lang/go-bootstrap/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST   4 Jun 2017 17:50:16 -   1.2
+++ pkg/PLIST   8 Oct 2017 16:28:58 -
@@ -375,11 +375,47 @@ go/bootstrap/misc/chrome/gophertool/goph
 go/bootstrap/misc/chrome/gophertool/manifest.json
 go/bootstrap/misc/chrome/gophertool/popup.html
 go/bootstrap/misc/chrome/gophertool/popup.js
+go/bootstrap/misc/dashboard/
+go/bootstrap/misc/dashboard/codereview/
+go/bootstrap/misc/dashboard/codereview/app.yaml
+go/bootstrap/misc/dashboard/codereview/cron.yaml
+go/bootstrap/misc/dashboard/codereview/dashboard/
+go/bootstrap/misc/dashboard/codereview/dashboard/cl.go
+go/bootstrap/misc/dashboard/codereview/dashboard/front.go
+go/bootstrap/misc/dashboard/codereview/dashboard/gc.go
+go/bootstrap/misc/dashboard/codereview/dashboard/mail.go
+go/bootstrap/misc/dashboard/codereview/dashboard/people.go
+go/bootstrap/misc/dashboard/codereview/index.yaml
+go/bootstrap/misc/dashboard/codereview/queue.yaml
+go/bootstrap/misc/dashboard/codereview/static/
+go/bootstrap/misc/dashboard/codereview/static/gopherstamp.jpg
+go/bootstrap/misc/dashboard/codereview/static/icon.png
 go/bootstrap/misc/editors
 go/bootstrap/misc/git/
 go/bootstrap/misc/git/pre-commit
 go/bootstrap/misc/linkcheck/
 go/bootstrap/misc/linkcheck/linkcheck.go
+go/bootstrap/misc/makerelease/
+go/bootstrap/misc/makerelease/darwin/
+go/bootstrap/misc/makerelease/darwin/Distribution
+go/bootstrap/misc/makerelease/darwin/Resources/
+go/bootstrap/misc/makerelease/darwin/Resources/bg.png
+go/bootstrap/misc/makerelease/darwin/etc/

CVS: cvs.openbsd.org: ports

2017-10-08 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2017/10/08 10:16:07

Modified files:
www/chromium/patches: patch-build_config_compiler_BUILD_gn 

Log message:
oops, this one sneaked it, so do not use -g1 for !debug builds



Re: IMPROVE MORE: timidity, sdl-mixer, sdl2-mixer, and GUS patchsets

2017-10-08 Thread Brian Callahan

Hi Bryan --

On 10/8/2017 8:10 AM, Bryan Linton wrote:

On 2017-08-17 01:34:37, Brian Callahan  wrote:

Attached is a tarball, now named audio/timgm6mb, that includes the
SoundFont with the GUS patchset. And a diff to convert timidity and
sdl{,2}-mixer to consumers of timgm6mb.

OK?

~Brian


Ping. I'd like to get this new port and associated changes in, as it is now
(amazingly) blocking a Timidity update.

~Brian


Apologies for the long delay.  I put this on my todo list, but I
got swamped.

I've briefly tested timidity's GTK and XAW flavors, and everything
seems to work OK for me.

I mostly only invoke timidity as "timidity -iat" to get a visual
keyboard display of whatever is playing (this feature doesn't seem
to be available in the GTK version) and it still works as
expected.

No regressions seen in how I use timidity at least.



Thanks for testing this out. I'll repackage and resubmit soon.

~Brian



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2017/10/08 10:02:46

Modified files:
www/chromium   : Makefile 
www/chromium/patches: patch-base_BUILD_gn 
  patch-base_process_process_metrics_posix_cc 
  patch-build_config_compiler_BUILD_gn 
  patch-chrome_browser_extensions_BUILD_gn 
  
patch-chrome_browser_extensions_external_provider_impl_cc 
  patch-chrome_common_pref_names_cc 
  patch-chrome_common_pref_names_h 
  patch-content_zygote_zygote_main_linux_cc 
Added files:
www/chromium/patches: 
  patch-base_files_file_path_watcher_kqueue_h 
  patch-base_files_file_path_watcher_stub_cc 
  
patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc 

Log message:
make chromium use kqueue as the file watcher implementation instead of the
stub implementation which caused the timezone watcher constructor and destructor
to act weird and cause a use after free abort

also patch the timezone watcher to only watch /etc/localtime as we are not
using glibc (thank god) and there are no other files to watch for timezone
change

tested with 1500 consecutive startup of chromium without getting the random
use after free



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2017/10/08 09:40:56

Modified files:
lang/go-bootstrap: Makefile 
Added files:
lang/go-bootstrap/patches: patch-src_cmd_ld_ldelf_c 
   patch-src_go_build_build_go 
   patch-src_time_format_test_go 
   patch-src_time_time_test_go 

Log message:
Make lang/go-bootstrap regress pass again:

- More effectively disable cgo so that cgo tests are not attempted
(backported from the go 1.4 release branch).

- Implement the __guard_local hidden symbol workaround.

- Skip two time related tests that are dependent on external timezone
data dependencies.



UPDATE: x11/tellico-kde4

2017-10-08 Thread Rafael Sadowski
Hi All,

simple update to the last sable version.

- update to 2.3.12
- drop gettext MODULE
- regen WANTLIB

Comments? Ok?

Best regards,

Rafael Sadowski


Index: Makefile
===
RCS file: /cvs/ports/x11/tellico-kde4/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile27 Jul 2017 10:15:29 -  1.11
+++ Makefile8 Oct 2017 15:28:42 -
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.11 2017/07/27 10:15:29 sthen Exp $
 
 COMMENT =  organizer for book/music/video collections for KDE4
-DISTNAME = tellico-2.3.11
-REVISION = 0
+DISTNAME = tellico-2.3.12
 
 CATEGORIES =   productivity x11
 HOMEPAGE = http://tellico-project.org/
@@ -11,29 +10,31 @@ MAINTAINER =KDE porting team http://tellico-project.org/files/
 EXTRACT_SUFX = .tar.bz2
 
-MODULES =  devel/gettext x11/kde4 multimedia/phonon lang/python
+MODULES =  x11/kde4 \
+   multimedia/phonon \
+   lang/python
+
 MODKDE4_USE =  pim
 
-BUILD_DEPENDS =${MODKDE4_DEP_DIR}/libkcompactdisc
+BUILD_DEPENDS =${MODKDE4_DEP_DIR}/libkcompactdisc \
+   devel/gettext-tools
 
 RUN_DEPENDS =  devel/desktop-file-utils \
misc/shared-mime-info \
-   x11/gtk+3,-guic
+   x11/gtk+3,-guic \
+   devel/gettext
 
 LIB_DEPENDS =  audio/taglib \
devel/qjson \
Index: distinfo
===
RCS file: /cvs/ports/x11/tellico-kde4/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo19 Dec 2016 11:57:22 -  1.3
+++ distinfo8 Oct 2017 15:28:42 -
@@ -1,2 +1,2 @@
-SHA256 (tellico-2.3.11.tar.bz2) = MGR1b24WYtBzhcN/WCGg9r6LIrbeytF9aFJTYBbKISg=
-SIZE (tellico-2.3.11.tar.bz2) = 5174873
+SHA256 (tellico-2.3.12.tar.bz2) = ehGUYHBdxPAGLqubC9UZ5D34vxWkpEe5R5Ift8JuuMw=
+SIZE (tellico-2.3.12.tar.bz2) = 5249459



Re: NEW: devel/hgnested

2017-10-08 Thread Juan Francisco Cantero Hurtado
On Sun, Oct 08, 2017 at 12:07:15PM +0200, Sebastien Marie wrote:
> Hi,
> 
> Attached a port for hgnested, a mercurial extension to work with nested
> repositories.
> 
> The extension allow to apply common Mercurial commands to all the nested
> repositories at once like pull, push etc. It allow also to fetch a
> complete tree of repositories through ssh or http.
> 
> 

I don't like the instructions in DESCR. Everything else looks good to
me.

I need another OK, anyone?


-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: NEW: devel/hgnested

2017-10-08 Thread Sebastien Marie
On Sun, Oct 08, 2017 at 03:14:16PM +0200, Juan Francisco Cantero Hurtado wrote:
> On Sun, Oct 08, 2017 at 12:07:15PM +0200, Sebastien Marie wrote:
> > Hi,
> > 
> > Attached a port for hgnested, a mercurial extension to work with nested
> > repositories.
> > 
> > The extension allow to apply common Mercurial commands to all the nested
> > repositories at once like pull, push etc. It allow also to fetch a
> > complete tree of repositories through ssh or http.
> > 
> > 
> 
> I don't like the instructions in DESCR. Everything else looks good to
> me.
> 

it could be stripped off if you prefer.

-- 
Sebastien Marie


--- pkg/DESCR.orig  Sun Oct  8 15:21:41 2017
+++ pkg/DESCR   Sun Oct  8 15:21:48 2017
@@ -5,11 +5,3 @@
 The extension allow to apply common Mercurial commands to all the nested
 repositories at once like pull, push etc. It allow also to fetch a complete
 tree of repositories through ssh or http.
-
-To enable the "hgnested" extension, create an entry for it in your Mercurial
-configuration file, like this:
-
-[extensions]
-hgnested =
-
-See hg help hgnested for the complete list of commands.



Re: IMPROVE MORE: timidity, sdl-mixer, sdl2-mixer, and GUS patchsets

2017-10-08 Thread Bryan Linton
On 2017-08-17 01:34:37, Brian Callahan  wrote:
> 
> > Attached is a tarball, now named audio/timgm6mb, that includes the
> > SoundFont with the GUS patchset. And a diff to convert timidity and
> > sdl{,2}-mixer to consumers of timgm6mb.
> > 
> > OK?
> > 
> > ~Brian
> > 
> 
> Ping. I'd like to get this new port and associated changes in, as it is now
> (amazingly) blocking a Timidity update.
> 
> ~Brian
> 

Apologies for the long delay.  I put this on my todo list, but I
got swamped.

I've briefly tested timidity's GTK and XAW flavors, and everything
seems to work OK for me.

I mostly only invoke timidity as "timidity -iat" to get a visual
keyboard display of whatever is playing (this feature doesn't seem
to be available in the GTK version) and it still works as
expected.

No regressions seen in how I use timidity at least.

-- 
Bryan



Re: UPDATE: www/youtube-dl

2017-10-08 Thread Rafael Sadowski
On Sun Oct 08, 2017 at 10:40:12AM +, Rafael Sadowski wrote:
> Hi,
> 
> simple update to 2017.10.07. Tested only with youtube on amd64.
> 
> OK? Commnets?
> 
> Best regards,
> 
> Rafael Saodwksi
> 

New diff with https in HOMEPAGE.

Index: Makefile
===
RCS file: /cvs/ports/www/youtube-dl/Makefile,v
retrieving revision 1.171
diff -u -p -u -p -r1.171 Makefile
--- Makefile27 Aug 2017 21:45:03 -  1.171
+++ Makefile8 Oct 2017 11:01:53 -
@@ -2,14 +2,13 @@
 
 COMMENT =  CLI program to download videos from YouTube and other sites
 
-VERSION =  2017.08.23
+VERSION =  2017.10.07
 MODPY_EGG_VERSION =${VERSION:S/.0/./g}
-REVISION = 0
 
 DISTNAME = youtube-dl-${VERSION}
 CATEGORIES =   www
 
-HOMEPAGE = http://rg3.github.io/youtube-dl/
+HOMEPAGE = https://rg3.github.io/youtube-dl/
 
 MAINTAINER =   Paul Irofti 
 
Index: distinfo
===
RCS file: /cvs/ports/www/youtube-dl/distinfo,v
retrieving revision 1.158
diff -u -p -u -p -r1.158 distinfo
--- distinfo24 Aug 2017 14:29:03 -  1.158
+++ distinfo8 Oct 2017 11:01:53 -
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2017.08.23.tar.gz) = 
kMVs6QzZnO+4NgfDewtkHH5OHvNwQK1Bh0Ja68/IAO8=
-SIZE (youtube-dl-2017.08.23.tar.gz) = 2783237
+SHA256 (youtube-dl-2017.10.07.tar.gz) = 
2aiTUIfB4vozB1lK4V8enqD4Z26CX6Z2pQo6PUcbuoM=
+SIZE (youtube-dl-2017.10.07.tar.gz) = 2816312
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/youtube-dl/pkg/PLIST,v
retrieving revision 1.112
diff -u -p -u -p -r1.112 PLIST
--- pkg/PLIST   27 Aug 2017 21:45:03 -  1.112
+++ pkg/PLIST   8 Oct 2017 11:01:53 -
@@ -71,6 +71,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/afreecatv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aliexpress.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aliexpress.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aljazeera.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aljazeera.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/allocine.py
@@ -79,6 +81,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amcnetworks.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amcnetworks.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/americastestkitchen.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/americastestkitchen.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/animeondemand.py
@@ -597,6 +601,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jpopsukitv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jwplatform.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jwplatform.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kakao.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kakao.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kaltura.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kaltura.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kamcord.py
@@ -685,6 +691,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/makertv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mangomolo.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mangomolo.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/manyvids.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/manyvids.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/matchtv.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/matchtv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mdr.py
@@ -931,6 +939,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/pokemon.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/polskieradio.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/polskieradio.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/popcorntv.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/popcorntv.pyc
 

UPDATE: www/youtube-dl

2017-10-08 Thread Rafael Sadowski
Hi,

simple update to 2017.10.07. Tested only with youtube on amd64.

OK? Commnets?

Best regards,

Rafael Saodwksi

Index: Makefile
===
RCS file: /cvs/ports/www/youtube-dl/Makefile,v
retrieving revision 1.171
diff -u -p -u -p -r1.171 Makefile
--- Makefile27 Aug 2017 21:45:03 -  1.171
+++ Makefile8 Oct 2017 10:38:22 -
@@ -2,9 +2,8 @@
 
 COMMENT =  CLI program to download videos from YouTube and other sites
 
-VERSION =  2017.08.23
+VERSION =  2017.10.07
 MODPY_EGG_VERSION =${VERSION:S/.0/./g}
-REVISION = 0
 
 DISTNAME = youtube-dl-${VERSION}
 CATEGORIES =   www
Index: distinfo
===
RCS file: /cvs/ports/www/youtube-dl/distinfo,v
retrieving revision 1.158
diff -u -p -u -p -r1.158 distinfo
--- distinfo24 Aug 2017 14:29:03 -  1.158
+++ distinfo8 Oct 2017 10:38:22 -
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2017.08.23.tar.gz) = 
kMVs6QzZnO+4NgfDewtkHH5OHvNwQK1Bh0Ja68/IAO8=
-SIZE (youtube-dl-2017.08.23.tar.gz) = 2783237
+SHA256 (youtube-dl-2017.10.07.tar.gz) = 
2aiTUIfB4vozB1lK4V8enqD4Z26CX6Z2pQo6PUcbuoM=
+SIZE (youtube-dl-2017.10.07.tar.gz) = 2816312
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/youtube-dl/pkg/PLIST,v
retrieving revision 1.112
diff -u -p -u -p -r1.112 PLIST
--- pkg/PLIST   27 Aug 2017 21:45:03 -  1.112
+++ pkg/PLIST   8 Oct 2017 10:38:22 -
@@ -71,6 +71,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/afreecatv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aliexpress.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aliexpress.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aljazeera.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aljazeera.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/allocine.py
@@ -79,6 +81,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amcnetworks.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amcnetworks.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/americastestkitchen.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/americastestkitchen.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/animeondemand.py
@@ -597,6 +601,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jpopsukitv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jwplatform.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/jwplatform.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kakao.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kakao.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kaltura.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kaltura.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/kamcord.py
@@ -685,6 +691,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/makertv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mangomolo.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mangomolo.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/manyvids.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/manyvids.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/matchtv.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/matchtv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/mdr.py
@@ -931,6 +939,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/pokemon.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/polskieradio.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/polskieradio.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/popcorntv.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/popcorntv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/porn91.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/porn91.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/porncom.py



NEW: devel/hgnested

2017-10-08 Thread Sebastien Marie
Hi,

Attached a port for hgnested, a mercurial extension to work with nested
repositories.

The extension allow to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It allow also to fetch a
complete tree of repositories through ssh or http.


$ hg help hgnested
hgnested extension - commands to manage nested repositories.

This extension provides commands that apply to all the nested repositories.

It was inspired by the forest extension by Robin Farine.

list of commands:

 nclonemake a copy of an existing repository and all nested
   repositories
 ndiff diff nested repositories (or selected files)
 nincoming show changest not found in repository and all nested
   repositories
 noutgoing show changesest not found in the destination and all nested
   repositories
 npull pull changes from the specified source and all nested
   repositories
 npush push changes to the specified destination and all nested
   repositories
 nsharecreate a new shared repository and all nested repositories
 nstatus   show changed files in the working directory and all nested
   repositories
 nupdate   update working directory and all nested repositories

(use 'hg help -v hgnested' to show built-in aliases and global options)


Thanks.
-- 
Sebastien Marie


hgnested.tar.gz
Description: application/tar-gz


Re: [UPDATE] emulators/virtualjaguar to 2.1.3

2017-10-08 Thread Rafael Sadowski
Hi Frederic,

first I ran into the  following issue:

-SHA256 (virtualjaguar-2.1.3.tar.bz2) = 
WyyPztHfVkYko33R0CCYlHcFkdaXY4c8/rcUQ1n+Xw4=
-SIZE (virtualjaguar-2.1.3.tar.bz2) = 2921212
+SHA256 (virtualjaguar-2.1.3.tar.bz2) = 
E9DDh6ZZH9I8nOzYQxg0ytRVIjdJRee8zAJ286cgHOo=
+SIZE (virtualjaguar-2.1.3.tar.bz2) = 292

and then into:

--
|$OpenBSD: patch-Makefile,v 1.1 2017/03/14 10:43:23 fcambus Exp $
|Index: Makefile
|--- Makefile.orig
|+++ Makefile
--
Patching file Makefile using Plan A...
Hunk #1 succeeded at 24.
Hunk #2 failed at 56.
Hunk #3 succeeded at 65.
1 out of 3 hunks failed--saving rejects to Makefile.rej
done
***>   patch-Makefile did not apply cleanly
===>   Ignoring patchfile patch-Makefile.orig
===>   Applying OpenBSD patch patch-jaguarcore_mak
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-jaguarcore_mak,v 1.1.1.1 2016/08/01 00:16:53 awolk Exp $
|--- jaguarcore.mak.origSat Jun  4 17:22:32 2016
|+++ jaguarcore.mak Sat Jun  4 17:22:42 2016
--
Patching file jaguarcore.mak using Plan A...
Hunk #1 succeeded at 21.
done
===>   Applying OpenBSD patch patch-src_cdintf_cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD$
|
|Index: src/cdintf.cpp
|--- src/cdintf.cpp.orig
|+++ src/cdintf.cpp
--
Patching file src/cdintf.cpp using Plan A...
Hunk #1 succeeded at 36.
Hunk #2 succeeded at 54.
done
===>   Ignoring patchfile patch-src_cdintf_cpp.orig
===>   Applying OpenBSD patch patch-virtualjaguar_pro
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-virtualjaguar_pro,v 1.1 2017/03/14 10:43:23 fcambus Exp $
|Index: virtualjaguar.pro
|--- virtualjaguar.pro.orig
|+++ virtualjaguar.pro
--
Patching file virtualjaguar.pro using Plan A...
Hunk #1 succeeded at 53.
done
===>   Ignoring patchfile patch-virtualjaguar_pro.orig
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2635 
'/usr/ports/pobj/virtualjaguar-2.1.3/.patch_done': @if cd /usr/ports/mystuff...)
*** Error 1 in /usr/ports/mystuff/openbsd-wip/emulators/virtualjaguar 
(/usr/ports/infrastructure/mk/bsd.port.mk:2425 'patch')



On Thu Sep 21, 2017 at 07:34:46PM +, Frederic Cambus wrote:
> Hi ports@,
> 
> Here is a diff to update virtualjaguar to 2.1.3.
> 
> Notable changes:
> 
> - GUI now uses Qt 5
> - Add new LIB_DEPENDS on audio/libcdio
> 
> Comments? OK?
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/emulators/virtualjaguar/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile  26 Jul 2017 22:45:20 -  1.8
> +++ Makefile  19 Sep 2017 09:40:43 -
> @@ -2,8 +2,8 @@
>  
>  COMMENT =Atari Jaguar emulator
>  
> -DISTNAME =   virtualjaguar-2.1.2
> -REVISION =   1
> +V =  2.1.3
> +DISTNAME =   virtualjaguar-${V}
>  EXTRACT_SUFX =   .tar.bz2
>  
>  CATEGORIES = emulators games
> @@ -15,16 +15,17 @@ MAINTAINER =  Frederic Cambus   # GPLv3+
>  PERMIT_PACKAGE_CDROM =   Yes
>  
> -WANTLIB +=   GL ICE QtGui QtOpenGL SDL SM X11 Xext Xi Xinerama Xrender
> -WANTLIB +=   c fontconfig freetype m pthread ${COMPILER_LIBCXX} z
> +WANTLIB +=   ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets
> +WANTLIB +=   SDL c cdio iconv m z
>  
>  MASTER_SITES=https://icculus.org/virtualjaguar/tarballs/
>  
> -MODULES =x11/qt4
> +MODULES =x11/qt5
>  
> -LIB_DEPENDS =devel/sdl
> +LIB_DEPENDS =audio/libcdio \
> + devel/sdl
>  
> -WRKDIST =${WRKDIR}/virtualjaguar
> +WRKDIST =${WRKDIR}/linux-${V}
>  
>  USE_GMAKE =  Yes
>  MAKE_FLAGS = CC="${CC}" \
> @@ -37,9 +38,6 @@ MAKE_FLAGS =CC="${CC}" \
>  MAKE_ENV =   CXXFLAGS="${CXXFLAGS}"
>  
>  NO_TEST =Yes
> -
> -pre-configure:
> - @ln -s ${LOCALBASE}/bin/qmake4 ${WRKDIR}/bin/qmake
>  
>  do-install:
>   ${INSTALL_PROGRAM} ${WRKSRC}/virtualjaguar ${PREFIX}/bin
> Index: distinfo
> ===
> RCS file: /cvs/ports/emulators/virtualjaguar/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  1 Aug 2016 00:16:53 -   1.1.1.1
> +++ distinfo  19 Sep 2017 09:40:43 -
> @@ -1,2 +1,2 @@
> -SHA256 (virtualjaguar-2.1.2.tar.bz2) = 
> BNrFGYV++euiTibBq3xz2LlFmcYTqSJZCCYiiWYXU2g=
> -SIZE (virtualjaguar-2.1.2.tar.bz2) = 2917041
> +SHA256 (virtualjaguar-2.1.3.tar.bz2) = 
> WyyPztHfVkYko33R0CCYlHcFkdaXY4c8/rcUQ1n+Xw4=
> +SIZE (virtualjaguar-2.1.3.tar.bz2) = 2921212
> Index: patches/patch-Makefile
> ===
> RCS file: /cvs/ports/emulators/virtualjaguar/patches/patch-Makefile,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-Makefile
> 

UPDATE: print/lyx

2017-10-08 Thread Rafael Sadowski
Hi All,

update lyx to 2.2.3. Tested on amd64.

Ok? Comments?

Best regards,

Rafael Sadowski

Index: Makefile
===
RCS file: /cvs/ports/print/lyx/Makefile,v
retrieving revision 1.78
diff -u -p -u -p -r1.78 Makefile
--- Makefile26 Jul 2017 22:45:29 -  1.78
+++ Makefile8 Oct 2017 09:53:30 -
@@ -1,13 +1,12 @@
 # $OpenBSD: Makefile,v 1.78 2017/07/26 22:45:29 sthen Exp $
 
-
 COMMENT=   graphical frontend for LaTeX (nearly WYSIWYG)
 
-DISTNAME=  lyx-2.2.0
-REVISION=  1
+DISTNAME=  lyx-2.2.3
+
 CATEGORIES=print editors
 
-HOMEPAGE=  http://www.lyx.org/
+HOMEPAGE=  https://www.lyx.org/
 
 MASTER_SITES=  ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.2.x/ \
@@ -15,12 +14,19 @@ MASTER_SITES=   ftp://ftp.lyx.org/pub/lyx/
http://ftp.icm.edu.pl/packages/lyx/stable/ \
http://mirror.ufs.ac.za/applications/lyx/stable/2.2.x/
 
+WANTLIB += ${COMPILER_LIBCXX} QtGui QtSvg aspell boost_regex-mt
+WANTLIB += boost_signals-mt c enchant iconv m magic z
+
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 
-MODULES=   devel/gettext lang/python x11/qt4
+MODULES=   lang/python \
+   x11/qt4
+
+BUILD_DEPENDS =devel/gettext-tools
 
 RUN_DEPENDS=   print/texlive/base \
+   devel/gettext \
graphics/ImageMagick \
x11/gtk+3,-guic \
devel/desktop-file-utils
@@ -31,10 +37,6 @@ LIB_DEPENDS= ${MODQT4_LIB_DEPENDS}>=4.5.
textproc/enchant \
textproc/aspell/core
 
-WANTLIB += lib/qt4/QtGui>=8 lib/qt4/QtSvg aspell c m pthread 
${COMPILER_LIBCXX} z
-WANTLIB += boost_regex-mt>=1 boost_signals-mt>=1
-WANTLIB += glib-2.0 gmodule-2.0 enchant magic
-
 SEPARATE_BUILD=Yes
 USE_GMAKE= Yes
 
@@ -42,12 +44,14 @@ CONFIGURE_STYLE=gnu
 
 CONFIGURE_ARGS=--with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \
--with-extra-inc="${X11BASE}/include ${LOCALBASE}/include" \
-   --without-hunspell \
+   --with-qt-dir="${MODQT4_QTDIR}" \
--without-included-boost \
+   --without-hunspell \
+   --disable-cxx11 \
--with-packaging=posix
+
+#QTDIR=${MODQT4_QTDIR}
 CONFIGURE_ENV+=PYTHON=${MODPY_BIN} \
-   ac_cv_path_QT_MOC=${MODQT4_MOC} \
-   ac_cv_path_QT_UIC=${MODQT4_UIC} \
lyx_cv_callstack_printing=no \
ac_cv_func_fork=yes LIBS=-pthread
 
@@ -67,5 +71,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
${SUBST_DATA} ${FILESDIR}/lyx.desktop \
${PREFIX}/share/applications/lyx.desktop
+   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
+   ${PREFIX}/share/lyx/scripts
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/print/lyx/distinfo,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 distinfo
--- distinfo5 Jun 2016 21:06:58 -   1.14
+++ distinfo8 Oct 2017 09:53:30 -
@@ -1,2 +1,2 @@
-SHA256 (lyx-2.2.0.tar.gz) = yJi+pzUoMFkvHcbZ3dt0JpoPZxTWPH0aFjpFhtp69iU=
-SIZE (lyx-2.2.0.tar.gz) = 25399410
+SHA256 (lyx-2.2.3.tar.gz) = 0okGVdRxx8Vf00QlYoRZO5ojuR8NMBubFdaGMyL4anc=
+SIZE (lyx-2.2.3.tar.gz) = 26489439
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/lyx/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 PLIST
--- pkg/PLIST   5 Jun 2016 21:06:58 -   1.23
+++ pkg/PLIST   8 Oct 2017 09:53:30 -
@@ -87,6 +87,10 @@ share/lyx/doc/Shortcuts.lyx
 share/lyx/doc/SpecialParagraphShape.tex
 share/lyx/doc/Tutorial.lyx
 share/lyx/doc/UserGuide.lyx
+share/lyx/doc/ar/
+share/lyx/doc/ar/Intro.lyx
+share/lyx/doc/ar/Shortcuts.lyx
+share/lyx/doc/ar/Tutorial.lyx
 share/lyx/doc/biblio/
 share/lyx/doc/biblio/LyXDocs.bib
 share/lyx/doc/biblio/alphadin.bst
@@ -207,6 +211,7 @@ share/lyx/doc/fr/clipart/SousDocument.pn
 share/lyx/doc/fr/clipart/float.png
 share/lyx/doc/fr/clipart/footnote.png
 share/lyx/doc/fr/clipart/label.png
+share/lyx/doc/fr/clipart/reference.png
 share/lyx/doc/gl/
 share/lyx/doc/gl/Intro.lyx
 share/lyx/doc/gl/Tutorial.lyx
@@ -349,6 +354,7 @@ share/lyx/examples/de/ItemizeBullets.lyx
 share/lyx/examples/de/Lebenslauf.lyx
 share/lyx/examples/de/MultilingualCaptions.lyx
 share/lyx/examples/de/PDF-comment.lyx
+share/lyx/examples/de/PDF-form.lyx
 share/lyx/examples/de/beamer-article.lyx
 share/lyx/examples/de/beamer.lyx
 share/lyx/examples/de/beispiel_gelyxt.lyx
@@ -828,8 +834,10 @@ share/lyx/images/ipa/unicode-insert_0x00
 share/lyx/images/ipa/unicode-insert_0x0064.svgz
 share/lyx/images/ipa/unicode-insert_0x0065.svgz
 share/lyx/images/ipa/unicode-insert_0x0066.svgz
+share/lyx/images/ipa/unicode-insert_0x0067.svgz
 share/lyx/images/ipa/unicode-insert_0x0068.svgz
 

CVS: cvs.openbsd.org: ports

2017-10-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/10/08 02:32:03

Modified files:
devel/glade: Makefile distinfo 
devel/glade/pkg: PLIST 

Log message:
update to glade-3.20.1



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/10/08 02:19:25

Modified files:
sysutils/augeas: Makefile distinfo 
sysutils/augeas/patches: patch-lenses_shellvars_aug 
sysutils/augeas/pkg: PLIST 

Log message:
update to augeas-1.9.0



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/08 01:40:18

Modified files:
devel/llvm : Makefile 
Added files:
devel/llvm/patches: patch-tools_lld_ELF_SyntheticSections_cpp 
patch-tools_lld_ELF_SyntheticSections_h 

Log message:
- [ELF] - Fix segfault when processing .eh_frame.
- [LLD] Fix padding of .eh_frame when in executable segment

from Brad (maintainer)



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/08 01:37:40

Modified files:
audio/rhythmbox: Makefile distinfo 

Log message:
Update to rhythmbox-3.4.2.



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/08 01:20:53

Modified files:
sysutils/awless: Makefile distinfo 

Log message:
Update to awless-0.1.5.



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/10/08 01:16:24

Modified files:
sysutils/rofi  : Makefile distinfo 
sysutils/rofi/pkg: PLIST 
Added files:
sysutils/rofi/patches: patch-source_dialogs_combi_c 

Log message:
update to rofi-1.4.1



CVS: cvs.openbsd.org: ports

2017-10-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/10/08 01:15:29

Modified files:
devel/ruby-rspec/specinfra: Makefile distinfo 
devel/ruby-rspec/specinfra/patches: patch-_metadata 
devel/ruby-rspec/specinfra/pkg: PLIST 

Log message:
update to specinfra-2.72.0



CVS: cvs.openbsd.org: ports

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

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

Log message:
update to gucharmap-10.0.2



Re: UPDATE: print/py-relatorio

2017-10-08 Thread Sebastien Marie
ping

On Thu, Oct 05, 2017 at 10:25:26AM +0200, Sebastien Marie wrote:
> Hi,
> 
> Here an update for relatorio 0.7.0.
> 
> Thanks.
> -- 
> Sebastien Marie
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/print/py-relatorio/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  14 May 2017 17:45:21 -  1.6
> +++ Makefile  5 Oct 2017 08:24:07 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= templating library able to output odt and pdf files
>  
> -MODPY_EGG_VERSION=   0.6.4
> +MODPY_EGG_VERSION=   0.7.0
>  DISTNAME=relatorio-${MODPY_EGG_VERSION}
>  PKGNAME= py-${DISTNAME}
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/print/py-relatorio/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  14 May 2017 17:45:21 -  1.3
> +++ distinfo  5 Oct 2017 08:24:07 -
> @@ -1,2 +1,2 @@
> -SHA256 (relatorio-0.6.4.tar.gz) = 
> n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
> -SIZE (relatorio-0.6.4.tar.gz) = 949912
> +SHA256 (relatorio-0.7.0.tar.gz) = 
> 79aNllc7FcWcJKj0IO0UIQzlHeU1qEcNFDgfK+1p2EU=
> +SIZE (relatorio-0.7.0.tar.gz) = 97
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- pkg/PLIST 14 May 2017 17:45:21 -  1.2
> +++ pkg/PLIST 5 Oct 2017 08:24:07 -
> @@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
> +lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc

-- 
Sebastien Marie