security/kpcli: missing dependency on p5-XML-Parser

2015-12-06 Thread Fabian Raetz
Hi ports@,

i've setup a new OpenBSD installation (with UEFI+GPT Yaaay :)) and noticed
that security/kpcli has a missing dependency on p5-XML-Parser?

Here's the error message which shows up as soon as i try to open a password
file:

Couldn't load the file test.kdbx: Cannot load XML library to parse
database: Can't locate XML/Parser.pm in @INC (you may need to install the
XML::Parser module) (@INC contains:
/usr/local/libdata/perl5/site_perl/amd64-openbsd
/usr/libdata/perl5/site_perl/amd64-openbsd
/usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl
/usr/libdata/perl5/amd64-openbsd/5.20.2
/usr/local/libdata/perl5/amd64-openbsd/5.20.2 /usr/libdata/perl5
/usr/local/libdata/perl5 .) at
/usr/local/libdata/perl5/site_perl/File/KeePass.pm line 1135

After installing p5-XML-Parser, everything works as expected.
I currently don't have a reachable ports tree to provide a proper diff,
sorry!

Cheers,
Fabian


can't set french language in Scratch editor

2015-12-06 Thread Comète
Hello,

i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i get a 
"File not found fr.po" window.

I've printed the list of files in scratch package with "pkg_info -L scratch" 
and "fr.po" is present in:

/usr/local/share/scratch/locale/

Any idea ?

Thanks a lot



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 05:18:00

Modified files:
devel/ruby-rspec/specinfra: Makefile distinfo 

Log message:
update to specinfra-2.44.6



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/06 05:15:18

Modified files:
games/allegro  : Makefile 

Log message:
Update license/homepage/master_sites.

ok sthen@



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 05:54:34

Modified files:
cad/openscad   : Makefile 

Log message:
unconfuse emacs



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 07:18:04

Modified files:
shells/zsh : Makefile 
shells/zsh/patches: patch-Completion_Unix_Command__nm 

Log message:
tweak previous

from Matthew Martin
ok pea@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 08:47:05

Modified files:
devel/rebar: Makefile distinfo 

Log message:
update to rebar-2.6.1



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Nigel Taylor
CVSROOT:/cvs
Module name:ports
Changes by: ni...@cvs.openbsd.org   2015/12/06 08:46:01

Added files:
graphics/clutter/core/patches: patch-tests_conform_actor-graph_c 

Log message:
Fix test which seg faults.

Ok jasper, aja



[patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Daniel Bolgheroni
Hi,

lang/gcc/4.2 got removed from ports.

Alternative: suggest x11/gnome/gvfs?

ok?

Index: bsd.port.mk.5
===
RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
retrieving revision 1.428
diff -u -p -r1.428 bsd.port.mk.5
--- bsd.port.mk.5   23 Nov 2015 10:01:45 -  1.428
+++ bsd.port.mk.5   6 Dec 2015 15:31:31 -
@@ -3638,10 +3638,8 @@ should be built:
 .Ed
 .Pp
 The
-.Pa lang/gcc/4.2
-or
 .Pa print/poppler
-ports should provide examples of proper use.
+port should provide an example of proper use.
 .Pp
 Note that
 .Xr dpb 1
-- 
db



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 08:40:53

Modified files:
graphics/shared-color-targets: Makefile distinfo 
graphics/shared-color-targets/pkg: PLIST 

Log message:
update to shared-color-targets-0.1.6



update audio/py-eyed3

2015-12-06 Thread Daniel Jakots
Hi,

audio/py-eyed3 didn't receive any update for some time. They have moved
from "autoconf, m4, and make" and it got bigger by the time.

I basically tested with `eyeD3 random-music.mp3`, it works as before. If
I looked correctly, nothing depends on it in the ports tree.

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/audio/py-eyed3/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile18 Sep 2014 07:26:38 -  1.12
+++ Makefile6 Dec 2015 16:25:47 -
@@ -2,7 +2,7 @@
 
 COMMENT=   module and program for processing ID3 tags
 
-MODPY_EGG_VERSION= 0.6.18
+MODPY_EGG_VERSION= 0.7.9
 DISTNAME=  eyeD3-${MODPY_EGG_VERSION}
 CATEGORIES=audio
 
@@ -16,10 +16,9 @@ MASTER_SITES=${HOMEPAGE}releases/
 MODULES=   lang/python
 MODPY_ADJ_FILES=   bin/eyeD3
 
-USE_GMAKE= Yes
-FAKE_FLAGS=docdir=${WRKINST}${PREFIX}/share/doc/py-eyed3
+MODPY_SETUPTOOLS=  Yes
 
-CONFIGURE_STYLE=   gnu
+FAKE_FLAGS=docdir=${WRKINST}${PREFIX}/share/doc/py-eyed3
 
 NO_TEST=   Yes
 
Index: distinfo
===
RCS file: /cvs/ports/audio/py-eyed3/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo18 Sep 2014 07:26:38 -  1.2
+++ distinfo6 Dec 2015 16:25:47 -
@@ -1,2 +1,2 @@
-SHA256 (eyeD3-0.6.18.tar.gz) = rYceJSRz8duBsldK46fT4UEo4o3gtUmYtM4dYtwgdAY=
-SIZE (eyeD3-0.6.18.tar.gz) = 117002
+SHA256 (eyeD3-0.7.9.tar.gz) = 9+eXOye0e27v1H76lJapqaOVe/Cg8ccIEW2YOR6GvyI=
+SIZE (eyeD3-0.7.9.tar.gz) = 230160
Index: patches/patch-Makefile_in
===
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in   18 Sep 2014 07:26:38 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2014/09/18 07:26:38 sthen Exp $
 Makefile.in.orig   Fri Nov 25 04:37:44 2011
-+++ Makefile.inThu Sep 18 08:10:17 2014
-@@ -67,7 +67,6 @@ install:
- 
-   install -m 755 -d ${mandir}/man1
-   install -m 644 doc/eyeD3.1 ${mandir}/man1
--  gzip -f -9 ${mandir}/man1/eyeD3.1
- 
-   @#
-   @# NOTE:  When adding new files, the eyeD3.spec.in file and
Index: patches/patch-bin_eyeD3
===
RCS file: patches/patch-bin_eyeD3
diff -N patches/patch-bin_eyeD3
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-bin_eyeD3 6 Dec 2015 16:25:47 -
@@ -0,0 +1,9 @@
+$OpenBSD$
+--- bin/eyeD3.orig Wed Oct 24 02:38:29 2012
 bin/eyeD3  Sun Dec  6 17:04:41 2015
+@@ -1,3 +1,3 @@
+-#!/usr/bin/env bash
++#!/bin/sh
+ 
+-python -m eyed3.main "$@"
++python2.7 -m eyed3.main "$@"
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 18 Sep 2014 07:26:38 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2014/09/18 07:26:38 sthen Exp $
 configure.orig Thu Sep 18 08:11:24 2014
-+++ configure  Thu Sep 18 08:12:06 2014
-@@ -1710,7 +1710,6 @@ fi
- 
- 
- 
--   PYTHON=""
-for python in python python2 python2.5; do
-   unset ac_cv_path_PYTHON
-for ac_prog in $python
Index: pkg/PLIST
===
RCS file: /cvs/ports/audio/py-eyed3/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   18 Sep 2014 07:26:38 -  1.2
+++ pkg/PLIST   6 Dec 2015 16:25:47 -
@@ -1,22 +1,77 @@
 @comment $OpenBSD: PLIST,v 1.2 2014/09/18 07:26:38 sthen Exp $
 bin/eyeD3
-lib/python${MODPY_VERSION}/site-packages/eyeD3/
-lib/python${MODPY_VERSION}/site-packages/eyeD3-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
-lib/python${MODPY_VERSION}/site-packages/eyeD3/__init__.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/eyeD3/binfuncs.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/binfuncs.pyc
-lib/python${MODPY_VERSION}/site-packages/eyeD3/frames.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/frames.pyc
-lib/python${MODPY_VERSION}/site-packages/eyeD3/mp3.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/mp3.pyc
-lib/python${MODPY_VERSION}/site-packages/eyeD3/tag.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/tag.pyc
-lib/python${MODPY_VERSION}/site-packages/eyeD3/utils.py
-lib/python${MODPY_VERSION}/site-packages/eyeD3/utils.pyc
-@man man/man1/eyeD3.1
-share/doc/${MODPY_PY_PREFIX}eyed3/
 @comment share/doc/${MODPY_PY_PREFIX}eyed3/AUTHORS
 @comment share/doc/${MODPY_PY_PREFIX}eyed3/COPYING.gz
 @comment share/doc/${MODPY_PY_PREFIX}eyed3/ChangeLog.gz

Re: [patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Michael McConville
Daniel Bolgheroni wrote:
> Hi,
> 
> lang/gcc/4.2 got removed from ports.
> 
> Alternative: suggest x11/gnome/gvfs?
> 
> ok?

Wouldn't changing 4.2 to 4.9 be an easier change?

This is a useful fix, though.

> Index: bsd.port.mk.5
> ===
> RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
> retrieving revision 1.428
> diff -u -p -r1.428 bsd.port.mk.5
> --- bsd.port.mk.5   23 Nov 2015 10:01:45 -  1.428
> +++ bsd.port.mk.5   6 Dec 2015 15:31:31 -
> @@ -3638,10 +3638,8 @@ should be built:
>  .Ed
>  .Pp
>  The
> -.Pa lang/gcc/4.2
> -or
>  .Pa print/poppler
> -ports should provide examples of proper use.
> +port should provide an example of proper use.
>  .Pp
>  Note that
>  .Xr dpb 1
> -- 
> db
> 



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:ports
Changes by: m...@cvs.openbsd.org2015/12/06 08:19:49

Modified files:
devel/libgtop2 : Makefile 
Added files:
devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 

Log message:
Rewrite glibtop_get_netload_p() to use getifaddrs(3) instead of KVM.

ok jasper@



Re: lang/go-bootstrap

2015-12-06 Thread Stuart Henderson
Slight problem with the go update, it breaks build of some ports using
the go module:

textproc/go-xlsx
net/go-websocket
devel/go-check-v1
devel/go-tools



Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 07:33, Comète wrote:
> 6 décembre 2015 12:20 "Daniel Jakots"  a écrit:
>> On Sun, 06 Dec 2015 10:33:43 +, "Comète"  wrote:
>>
>>> Hello,
>>>
>>> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i
>>> get a "File not found fr.po" window.
>>>
>>> I've printed the list of files in scratch package with "pkg_info -L
>>> scratch" and "fr.po" is present in:
>>>
>>> /usr/local/share/scratch/locale/
>>>
>>> Any idea ?
>>
>> According to the README
>>
>>> The following directories must be found in these locations, because 
>>> references to them are
>>> hard-coded within the Scratch.image (Squeak source code) file:
>>> /usr/share/scratch/Help - the help screen images, and the help html files.
>>> /usr/share/scratch/locale - translation .po files
>>> /usr/share/scratch/Media - image and sound files bundled with Scratch
>>> /usr/share/scratch/Projects - sample projects bundled with Scratch
>>
>> so there's an obvious dirty fix. A better fix would be to patch the
>> Scratch.image (but I don't know if it's possible as I don't know
>> squeak).
>>
>>> Thanks a lot
> 
> sorry, i didn't see this part... A simple symbolic link was indeed the 
> solution, a bit dirty but my son is happy with it ;)
> 
> Thanks again
> 
> Morgan
> 

Hi, what link did you make to fix the problem?

Problem is dirs hardcoded into the Scratch image.
This can be fixed by hand; I haven't found a way to do it automatically.
Attached is Smalltalk code and instructions.

Stu


Adjust Scratch to find language, example and help files.

$ mkdir myscratch && cd myscratch
$ cp /path/to/scratchadj.cs .
$ cp /usr/local/share/scratch/Scratch.image .
$ cp /usr/local/share/scratch/changes/Scratch.changes .
$ chmod u+w Scratch.image Scratch.changes
$ squeak Scratch.image

* Shift-click in the upper-right part of the "R" in the Scratch logo to bring 
up a menu
* Select "turn fill screen off"
* Click to the right of the Scratch frame to bring up World menu
* Select "open..." then "workspace" to bring up a Workspace
* Type in: (FileStream readOnlyFileNamed: 'scratchadj.cs') fileIn
* Press Alt-d to 'DoIt'
* Close the Workspace by clicking the "X" in the titlebar of the Workspace 
window
* Select "No" when prompted to save changes
* Shift-click in the upper-right part of the "R" in the Scratch logo to bring 
up a menu
* Select "save image for end user"
* Select "Yes" when prompted to save

$ rm Scratch.changes scratchadj.cs
$ chmod u-w Scratch.image

The image file is now adjusted and ready to use.
The changes file is optional.
The image file can be made read-only and placed elsewhere.








Re: gcc 4.9.3 erroneous dependency on libgfortran.so.6.0 with flavoured build

2015-12-06 Thread Stuart Henderson
On 2015/12/05 19:48, Tati Chevron wrote:
> Doing a flavoured build of gcc 4.9 with:
> 
> # dpb lang/gcc/4.9,no_ada,no_f95,no_go,no_java
> 
> fails, complaining that
> 
> /portswork/workobj/gcc-4.9.3/fake-amd64-no_f95-no_java-no_ada-no_go/usr/local/lib/libgfortran.so.6.0
> 
> does not exist.
> 
> This library isn't built by the no_f95 flavour, so shouldn't be required.

There's no more no_f95 flavour in -current.



Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 05:33, Comète wrote:
> Hello,
> 
> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i get a 
> "File not found fr.po" window.
> 
> I've printed the list of files in scratch package with "pkg_info -L scratch" 
> and "fr.po" is present in:
> 
> /usr/local/share/scratch/locale/
> 
> Any idea ?
> 
> Thanks a lot
> 
> 
> 

Forgot to attach the Scratch path fixup stuff to my last message.


scratchadj.tar.gz
Description: application/gzip


Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 08:01, Antoine Jacoutot wrote:
> On Sun, Dec 06, 2015 at 12:13:40PM +0100, Daniel Jakots wrote:
>> On Sun, 06 Dec 2015 10:33:43 +, "Comète"  wrote:
>>
>>> Hello,
>>>
>>> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i
>>> get a "File not found fr.po" window.
>>>
>>> I've printed the list of files in scratch package with "pkg_info -L
>>> scratch" and "fr.po" is present in:
>>>
>>> /usr/local/share/scratch/locale/
>>>
>>> Any idea ?
>>
>> According to the README
>>
>>> The following directories must be found in these locations, because 
>>> references to them are hard-coded within the Scratch.image (Squeak source 
>>> code) file:
>>> /usr/share/scratch/Help - the help screen images, and the help html files.
>>> /usr/share/scratch/locale - translation .po files
>>> /usr/share/scratch/Media - image and sound files bundled with Scratch
>>> /usr/share/scratch/Projects - sample projects bundled with Scratch
>>
>> so there's an obvious dirty fix. A better fix would be to patch the
>> Scratch.image (but I don't know if it's possible as I don't know
>> squeak).
> 
> Good god that's ugly.
> Someone should contact MAINTAINER.
> 

Hi! I accept suggestions.



update devel/py-babel

2015-12-06 Thread Daniel Jakots
Hi,

On 2015-09-25 Babel 2.1.1 was released. Even if we go from 1.x to 2.x
it doesn't seem to be a lot of changes (according to the changelog).

No regression found with make test for both py2 and py3 and I also
tested with the examples given on the homepage. I ran make test
for textproc/py-sphinx as it depends on py-babel and as 35 ports
depends on py-sphinx. The result is the same before and after the
update of py-babel.

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/devel/py-babel/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile29 Sep 2015 10:51:44 -  1.16
+++ Makefile6 Dec 2015 17:22:54 -
@@ -2,8 +2,7 @@
 
 COMMENT=   I18N/L10N tools for Python
 
-MODPY_EGG_VERSION= 1.3
-REVISION = 3
+MODPY_EGG_VERSION= 2.1.1
 DISTNAME=  Babel-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME:L}
 CATEGORIES=devel
Index: distinfo
===
RCS file: /cvs/ports/devel/py-babel/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo23 Sep 2013 18:43:27 -  1.3
+++ distinfo6 Dec 2015 17:22:54 -
@@ -1,2 +1,2 @@
-SHA256 (Babel-1.3.tar.gz) = nwLQNXGE3h8JPBABK1LnRUoQCL5qXBhat6Mwes6x0S4=
-SIZE (Babel-1.3.tar.gz) = 3401237
+SHA256 (Babel-2.1.1.tar.gz) = f7bVDv/oigh/6yA2y5cv16iTvzODYVFvGlWoIL97Ukg=
+SIZE (Babel-2.1.1.tar.gz) = 3437647



Re: amd64 bulk report

2015-12-06 Thread Stuart Henderson
On 2015/12/06 09:11, Antoine Jacoutot wrote:
> * net/ifstat
> * net/libdnet
> * net/nmap
> * net/ocserv
> * security/aircrack-ng

>From my test build:

None of the above actually need things from if_var.h, they're ok with the
whole file wrapped in ifdef kernel.

> * devel/libgtop2

mpi's already taking care of libgtop2

> * devel/py-openbsd
> * security/antisniff
> * security/wpa_supplicant
> * net/zabbix
> * net/wmnet
> * net/wmnetload

the above, plus net-snmp, do need things from if_var.



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/12/06 10:13:42

Modified files:
security/kpcli : Makefile 

Log message:
add missing RDEP on p5-XML-Parser, noted by Fabian Raetz, thanks!



Re: amd64 bulk report

2015-12-06 Thread Christian Weisgerber
On 2015-12-06, Antoine Jacoutot  wrote:

> * devel/libgtop2
> * devel/py-openbsd
> * net/ifstat
> * net/libdnet
> * net/nmap
> * net/ocserv
> * net/wmnet
> * net/wmnetload
> * net/zabbix
> * security/aircrack-ng
> * security/antisniff
> * security/wpa_supplicant
> /usr/include/net/if_var.h:165: error: expected specifier-qualifier-list 
> before 'SRPL_HEAD'

net/if_var.h revision 1.64 fixes a few of these but some still don't
build:
  devel/libgtop2
  devel/py-openbsd
  net/net-snmp
  net/wmnet
  net/wmnetload
  net/zabbix
  security/antisniff

Also, net80211/ieee80211_crypto.h 1.23 should fix this one:
  security/wpa_supplicant

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



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 06:05:57

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

Log message:
register openobex/obexftp removal



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 06:05:39

Modified files:
comms  : Makefile 
Removed files:
comms/openobex : Makefile distinfo 
comms/openobex/patches: patch-openobex-config_in 
patch-src_Makefile_in patch-src_irda_h 
patch-src_netbuf_h 
patch-src_obex_const_h patch-src_obex_h 
patch-src_obex_sym 
comms/openobex/pkg: DESCR PLIST 
comms/obexftp  : Makefile distinfo 
comms/obexftp/patches: patch-obexftp_client_c 
   patch-obexftp_dirtraverse_c 
   patch-obexftp_obexftp_io_c 
comms/obexftp/pkg: DESCR PLIST 

Log message:
remove openobex/obexftp; outdated, unmaintained (not touched since import in
2004) and no longer useful (for one because we haven't had bluetooth support
for a while anymore).

ok aja@



amd64 bulk report

2015-12-06 Thread Antoine Jacoutot
Hi.

Breakage from my daily amd64 bulk report.
I don't usually port is here but this time, there's a lot.

Not included are lang/mono and x11/vlc which fail in all bulks for me (segfault 
during build); I am eventually able to build them after a gre tries.

---8<
* devel/go-check-v1
go install runtime: open 
/exopi-obj/pobj/go-check-v1-20150611/go/pkg/openbsd_amd64/runtime.a: permission 
denied

* devel/go-tools
install: /exopi-obj/pobj/go-tools-1.4.20150206/go/pkg/tool/openbsd_amd64/vet: 
No such file or directory

* net/go-websocket
go install runtime: open 
/exopi-obj/pobj/go-websocket-0.1/go/pkg/openbsd_amd64/runtime.a: permission 
denied

* plan9/plan9port
cd 
/exopi-obj/pobj/plan9port-2015/plan9port-6a93bd5c92bd2954314f492f10bbcac2c3416da0
 && rm *.orig && sed -i 's#/usr/local#/usr/local#'  `cat lib/moveplan9.files`
sed: bin/": No such file or directory

* textproc/go-xlsx
cp: /exopi-obj/pobj/go-xlsx-20151010/build-amd64/runtime.a: No such file or 
directory
go install runtime: open 
/exopi-obj/pobj/go-xlsx-20151010/go/pkg/openbsd_amd64/runtime.a: permission 
denied

* devel/libgtop2
* devel/py-openbsd
* net/ifstat
* net/libdnet
* net/nmap
* net/ocserv
* net/wmnet
* net/wmnetload
* net/zabbix
* security/aircrack-ng
* security/antisniff
* security/wpa_supplicant
/usr/include/net/if_var.h:165: error: expected specifier-qualifier-list before 
'SRPL_HEAD'
---8<


-- 
Antoine



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/06 01:29:35

Modified files:
meta/gnome : Makefile 
meta/gnome/pkg : README-main 
meta/kde4  : Makefile 
meta/kde4/pkg  : README-minimal 
net/avahi  : Makefile 
net/avahi/pkg  : README-main 
net/igmpproxy  : Makefile 
net/igmpproxy/pkg: README 
net/miniupnp/miniupnpc: Makefile 
net/miniupnp/miniupnpc/pkg: README-main 
net/openmdns   : Makefile 
net/openmdns/pkg: README 

Log message:
multicast_{host,router} -> multicast



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/06 01:51:46

Modified files:
graphics/ffmpeg: Makefile 
graphics/ffmpeg/patches: patch-libavcodec_Makefile 
 patch-libavcodec_aac_h 
 patch-libavcodec_aaccoder_c 
 patch-libavcodec_aaccoder_trellis_h 
 patch-libavcodec_aaccoder_twoloop_h 
 patch-libavcodec_aacenc_c 
 patch-libavcodec_aacenc_is_c 
 patch-libavcodec_aacenc_ltp_c 
 patch-libavcodec_aacenc_tns_c 
 patch-libavcodec_aacenc_utils_h 
 patch-libavcodec_aacpsy_c 
 patch-libavcodec_aactab_h 
 patch-libavcodec_mips_aaccoder_mips_c 
 patch-libavcodec_psymodel_c 
 patch-libavcodec_psymodel_h 
 patch-tests_fate_aac_mak 
Added files:
graphics/ffmpeg/patches: patch-doc_encoders_texi 
 patch-libavcodec_aactab_c 
 patch-libavcodec_mips_aacpsy_mips_h 

Log message:
More AAC bits and remove the experimental status for the encoder.

from Brad (maintainer)



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 05:37:11

Modified files:
games/wtf  : Makefile distinfo 

Log message:
update to wtf-20151203



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 05:35:48

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

Log message:
- update to activemq-5.13.0

http://activemq.apache.org/activemq-5130-release.html



Re: can't set french language in Scratch editor

2015-12-06 Thread Comète
6 décembre 2015 12:20 "Daniel Jakots"  a écrit:
> On Sun, 06 Dec 2015 10:33:43 +, "Comète"  wrote:
> 
>> Hello,
>> 
>> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i
>> get a "File not found fr.po" window.
>> 
>> I've printed the list of files in scratch package with "pkg_info -L
>> scratch" and "fr.po" is present in:
>> 
>> /usr/local/share/scratch/locale/
>> 
>> Any idea ?
> 
> According to the README
> 
>> The following directories must be found in these locations, because 
>> references to them are
>> hard-coded within the Scratch.image (Squeak source code) file:
>> /usr/share/scratch/Help - the help screen images, and the help html files.
>> /usr/share/scratch/locale - translation .po files
>> /usr/share/scratch/Media - image and sound files bundled with Scratch
>> /usr/share/scratch/Projects - sample projects bundled with Scratch
> 
> so there's an obvious dirty fix. A better fix would be to patch the
> Scratch.image (but I don't know if it's possible as I don't know
> squeak).
> 
>> Thanks a lot

sorry, i didn't see this part... A simple symbolic link was indeed the 
solution, a bit dirty but my son is happy with it ;)

Thanks again

Morgan



Re: can't set french language in Scratch editor

2015-12-06 Thread Antoine Jacoutot
On Sun, Dec 06, 2015 at 12:13:40PM +0100, Daniel Jakots wrote:
> On Sun, 06 Dec 2015 10:33:43 +, "Comète"  wrote:
> 
> > Hello,
> > 
> > i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i
> > get a "File not found fr.po" window.
> > 
> > I've printed the list of files in scratch package with "pkg_info -L
> > scratch" and "fr.po" is present in:
> > 
> > /usr/local/share/scratch/locale/
> > 
> > Any idea ?
> 
> According to the README
> 
> > The following directories must be found in these locations, because 
> > references to them are hard-coded within the Scratch.image (Squeak source 
> > code) file:
> > /usr/share/scratch/Help - the help screen images, and the help html files.
> > /usr/share/scratch/locale - translation .po files
> > /usr/share/scratch/Media - image and sound files bundled with Scratch
> > /usr/share/scratch/Projects - sample projects bundled with Scratch
> 
> so there's an obvious dirty fix. A better fix would be to patch the
> Scratch.image (but I don't know if it's possible as I don't know
> squeak).

Good god that's ugly.
Someone should contact MAINTAINER.

-- 
Antoine



Re: can't set french language in Scratch editor

2015-12-06 Thread Daniel Jakots
On Sun, 06 Dec 2015 10:33:43 +, "Comète"  wrote:

> Hello,
> 
> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i
> get a "File not found fr.po" window.
> 
> I've printed the list of files in scratch package with "pkg_info -L
> scratch" and "fr.po" is present in:
> 
> /usr/local/share/scratch/locale/
> 
> Any idea ?

According to the README

> The following directories must be found in these locations, because 
> references to them are hard-coded within the Scratch.image (Squeak source 
> code) file:
> /usr/share/scratch/Help - the help screen images, and the help html files.
> /usr/share/scratch/locale - translation .po files
> /usr/share/scratch/Media - image and sound files bundled with Scratch
> /usr/share/scratch/Projects - sample projects bundled with Scratch

so there's an obvious dirty fix. A better fix would be to patch the
Scratch.image (but I don't know if it's possible as I don't know
squeak).

> Thanks a lot
> 



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 05:25:41

Modified files:
x11/virt-viewer: Makefile distinfo 
x11/virt-viewer/pkg: PLIST 

Log message:
update to virt-viewer-3.0



dpb "can't call method enforce_local"

2015-12-06 Thread Jan Stary
This is the latest armv7 snapshot on a Beagle Bone Black (dmesg below),
sysmerged -in particular, the dpb user accounts exist.
The ports tree is current.

Trying to build mail/mutt with dpb fails like this:

# /usr/ports/infrastructure/bin/dpb mail/mutt
Can't call method "enforce_local" on an undefined value at 
/usr/ports/infrastructure/lib/DPB/Config.pm line 186.
DPB::Config::parse_command_line(DPB::Config, DPB::State=HASH(0x4a24a3b0)) 
called at /usr/ports/infrastructure/lib/DPB/State.pm line 182
DPB::State::handle_options(DPB::State=HASH(0x4a24a3b0)) called at 
/usr/ports/infrastructure/bin/dpb line 75

The offending line is

$state->{log_user}->enforce_local;

Is my dpb "log_user" somehow undefined?
Manpage says that LOG_USER defaults to build_user.

The same happens with any other pkgpath on this machine.
Am I missing something obvious?

Jan


OpenBSD 5.8-current (GENERIC) #155: Fri Nov 27 17:20:17 AEDT 2015
j...@armv7.jsg.id.au:/usr/src/sys/arch/armv7/compile/GENERIC
real mem  = 536870912 (512MB)
avail mem = 518414336 (494MB)
warning: no entropy supplied by boot loader
mainbus0 at root
cpu0 at mainbus0: ARM Cortex A8 R3 rev 2 (ARMv7 core)
cpu0: DC enabled IC enabled WB disabled EABT branch prediction enabled
cpu0: 32KB(64b/l,4way) I-cache, 32KB(64b/l,4way) wr-back D-cache
omap0 at mainbus0: TI AM335x BeagleBone
prcm0 at omap0 rev 0.2
sitaracm0 at omap0: control module, rev 1.0
intc0 at omap0 rev 5.0
edma0 at omap0 rev 0.0
dmtimer0 at omap0 rev 3.1
dmtimer1 at omap0 rev 3.1
omdog0 at omap0 rev 0.1
omgpio0 at omap0: rev 0.1
gpio0 at omgpio0: 32 pins
omgpio1 at omap0: rev 0.1
gpio1 at omgpio1: 32 pins
omgpio2 at omap0: rev 0.1
gpio2 at omgpio2: 32 pins
omgpio3 at omap0: rev 0.1
gpio3 at omgpio3: 32 pins
omap0: device tiiic unit 0 not configured
omap0: device tiiic unit 1 not configured
omap0: device tiiic unit 2 not configured
ommmc0 at omap0
sdmmc0 at ommmc0
ommmc1 at omap0
sdmmc1 at ommmc1
com0 at omap0: ti16750, 64 byte fifo
com0: console
cpsw0 at omap0: version 1.12 (0), address 90:59:af:82:2e:7e
ukphy0 at cpsw0 phy 2: Generic IEEE 802.3u media interface, rev. 1: OUI 
0x0001f0, model 0x000f
scsibus0 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0:  SCSI2 0/direct fixed
sd0: 30436MB, 512 bytes/sector, 62333952 sectors
scsibus1 at sdmmc1: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0:  SCSI2 0/direct fixed
sd1: 1832MB, 512 bytes/sector, 3751936 sectors
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
boot device: sd0
root on sd0a (27b56fcc41503b6a.a) swap on sd0b dump on sd0b
WARNING: CHECK AND RESET THE DATE!



Re: [patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Marc Espie
On Sun, Dec 06, 2015 at 12:26:03PM -0500, Michael McConville wrote:
> Daniel Bolgheroni wrote:
> > Hi,
> > 
> > lang/gcc/4.2 got removed from ports.
> > 
> > Alternative: suggest x11/gnome/gvfs?
> > 
> > ok?
> 
> Wouldn't changing 4.2 to 4.9 be an easier change?
> 
> This is a useful fix, though.
> 
> > Index: bsd.port.mk.5
> > ===
> > RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
> > retrieving revision 1.428
> > diff -u -p -r1.428 bsd.port.mk.5
> > --- bsd.port.mk.5   23 Nov 2015 10:01:45 -  1.428
> > +++ bsd.port.mk.5   6 Dec 2015 15:31:31 -
> > @@ -3638,10 +3638,8 @@ should be built:
> >  .Ed
> >  .Pp
> >  The
> > -.Pa lang/gcc/4.2
> > -or
> >  .Pa print/poppler
> > -ports should provide examples of proper use.
> > +port should provide an example of proper use.
> >  .Pp
> >  Note that
> >  .Xr dpb 1
> > -- 
> > db
> > 
Of course it would. Removing old examples without a proper replacement
makes no sense.



Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Michael McConville wrote:
> Michael McConville wrote:
> > Stuart Henderson wrote:
> > > Slight problem with the go update, it breaks build of some ports using
> > > the go module:
> > > 
> > > textproc/go-xlsx
> > > net/go-websocket
> > > devel/go-check-v1
> > > devel/go-tools
> > 
> > I'm working on an update for go-tools.

I'll save the rest of my layman's analysis, but basically the root of
the failure is this import:

> ./api.go:13: import 
> /home/build/go-tools/go/pkg/openbsd_amd64/golang.org/x/tools/container/intsets.a:
>  not a package file

This causes golang.org/x/tools/go/pointer to fail, which propagates up.

I'm not yet sure how OpenBSD-specific this is. Maybe someone more
actively involved with Go can point me in the right direction.



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/06 12:54:34

Modified files:
editors/emacs21: Makefile 

Log message:
Try to unbreak on powerprc: use --bss-plt like editors/emacs



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 13:36:45

Modified files:
x11/jwm: Makefile distinfo 

Log message:
update to jwm-2.3.4



[wip] Firefox 43.0b8

2015-12-06 Thread Landry Breuil
Hi,

now at beta8, of course upstream switched back to default to gtk2..

http://cgit.rhaalovely.net/mozilla-firefox/?h=beta
git clone -b beta http://git.rhaalovely.net/git/mozilla-firefox

packages hot from the press:
http://rhaalovely.net/stuff/amd64/firefox-43.0beta8.tgz
http://rhaalovely.net/stuff/i386/firefox-43.0beta8.tgz

Landry



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 13:12:42

Modified files:
x11/amiwm  : Makefile distinfo 
x11/amiwm/patches: patch-Makefile_in patch-lex_l 
x11/amiwm/pkg  : PLIST 

Log message:
update to amiwm0.21pl2



Re: vifm

2015-12-06 Thread Anthony J. Bentley
Predrag Punosevac writes:
> I noticed that vifm has been removed from the OpenBSD port three prior
> to 5.8 release. Are there technical reasons for such decision (I
> remember pains to initial import vifm into the port three due to the
> code quality)? It looks like vifm got many new features which might have
> triggered the decision. 
> 
> I just tried ranger instead of vifm but it seems overkill for an
> occasional user like myself (I found vifm sometimes useful with ssh/tmux
> sessions).

See the commit message...

"remove; it's been runtime broken since forever and the latest version isn't
any better either as confirmed by landry@. maintainer is MIA too."



Re: lang/go-bootstrap

2015-12-06 Thread Stuart Henderson
On 2015/12/06 13:50, Michael McConville wrote:
> Also, make update-plist isn't recognizing the rc script for me. It says:
> 
> > make-plist: Bogus element outside of every prefix: /etc/rc.d/godoc

You need to re-add this manually, update-plist doesn't handle rc scripts.

> -@comment $OpenBSD: PLIST,v 1.3 2015/08/11 20:15:41 jasper Exp $
> -@pkgpath devel/gocover
> -@pkgpath textproc/godoc
> -@conflict stress-*

the pkgpath/conflict lines should stay.



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/06 13:01:33

Modified files:
lang/kawa  : Makefile distinfo 
lang/kawa/patches: patch-doc_Makefile_in 
   patch-gnu_kawa_slib_Makefile_in 
lang/kawa/pkg  : PLIST 
Removed files:
lang/kawa/patches: patch-bin_Makefile_in 

Log message:
update to kawa-2.1



net/kea

2015-12-06 Thread Patrik Lundin
Hello,

I am working on a port for Kea, the new DHCP server from ISC.

===
# cat pkg/DESC
Kea is a new open source DHCPv4/DHCPv6 server being developed by Internet
Systems Consortium. The objective of this project is to provide a very
high-performance, extensible DHCP server engine for use by enterprises and
service providers, either as is or with extensions and modifications.

Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a portable
DHCP library, libdhcp++, and a DHCP benchmarking tool, perfdhcp.
===

Attached you will find the port, which is currently a work-in-progress
hoping for input from more experience porters.

I am currently able to build three flavors: the default one which only
uses the built in "memfile" backend, and then two database backends
using mysql and postgresql.

My current up front questions are these:

1. When running "make update-plist" I get the following messages:
===
make-plist: Bogus element outside of every prefix: /etc/kea/kea.conf
make-plist: Bogus element outside of every prefix: /etc/kea/keactrl.conf
make-plist: Bogus element outside of every prefix: /etc/rc.d/kea
make-plist: Bogus element outside of every prefix: /var/kea
make-plist: Bogus element outside of every prefix: /var/run/kea
===

Can these be ignored? I am handling all of the files mentioned via
@sample lines in PLIST (except for rc.d/kea which of course is an @rc
line).

2. I am not completely comfortable in my SHARED_LIBS knowledge, I would
   appreciate an extra eye on those lines in the Makefile. Right now
   they are taken as-is from the output generated when building the
   port.

Other than that I have raised some additional questions against
upstream, you can find them here:
https://lists.isc.org/pipermail/kea-dev/2015-December/000576.html

-- 
Patrik Lundin


kea.tgz
Description: application/tar-gz


Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Stuart Henderson wrote:
> Slight problem with the go update, it breaks build of some ports using
> the go module:
> 
> textproc/go-xlsx
> net/go-websocket
> devel/go-check-v1
> devel/go-tools

I'm working on an update for go-tools.

We have a manual install command for cover and vet, but the binaries
moved from $MODGO_TOOLS to the main binary dir. Not sure if we still
need them to be be under $MODGO_TOOLS anymore. The below diff leaves a
copy in both dirs.

Also, make update-plist isn't recognizing the rc script for me. It says:

> make-plist: Bogus element outside of every prefix: /etc/rc.d/godoc


Index: Makefile
===
RCS file: /cvs/ports/devel/go-tools/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Aug 2015 20:15:41 -  1.3
+++ Makefile6 Dec 2015 18:46:56 -
@@ -3,9 +3,8 @@
 COMMENT =  various tools for the Go programming language
 GH_ACCOUNT =   golang
 GH_PROJECT =   tools
-GH_COMMIT =27e692e6ec36d8f48be794f32553e1400c70dbf2
-DISTNAME = go-tools-1.4.20150206
-REVISION = 1
+GH_TAGNAME =   release-branch.go1.5
+DISTNAME = go-tools-1.5
 CATEGORIES =   devel
 HOMEPAGE = http://golang.org/
 
@@ -50,7 +49,7 @@ post-patch:
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${MODGO_TOOLS}
 .for tool in vet cover
-   ${INSTALL_PROGRAM} ${WRKDIR}/${MODGO_TOOLS}/${tool} \
+   ${INSTALL_PROGRAM} ${WRKDIR}/go/bin/${tool} \
${PREFIX}/${MODGO_TOOLS}/${tool}
 .endfor
 
Index: distinfo
===
RCS file: /cvs/ports/devel/go-tools/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo8 Jun 2015 09:41:03 -   1.1.1.1
+++ distinfo6 Dec 2015 18:46:56 -
@@ -1,2 +1,2 @@
-SHA256 (go-tools-1.4.20150206.tar.gz) = 
TeD9TrQh23FPay1LlAvHUTuTmEb7ZxsWx/okCb3vf+g=
-SIZE (go-tools-1.4.20150206.tar.gz) = 1625310
+SHA256 (go-tools-1.5.tar.gz) = DYZjGq7I0MLKcFbgLIov39ocwqbqPXPI8YU++CyM3ic=
+SIZE (go-tools-1.5.tar.gz) = 1634851
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/go-tools/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   11 Aug 2015 20:15:41 -  1.3
+++ pkg/PLIST   6 Dec 2015 18:46:56 -
@@ -1,9 +1,7 @@
-@comment $OpenBSD: PLIST,v 1.3 2015/08/11 20:15:41 jasper Exp $
-@pkgpath devel/gocover
-@pkgpath textproc/godoc
-@conflict stress-*
+@comment $OpenBSD$
 @bin bin/benchcmp
 @bin bin/callgraph
+@bin bin/cover
 @bin bin/digraph
 @bin bin/eg
 @bin bin/fiximports
@@ -17,6 +15,6 @@
 @bin bin/ssadump
 @bin bin/stress
 @bin bin/stringer
+@bin bin/vet
 @bin ${MODGO_TOOLS}/cover
 @bin ${MODGO_TOOLS}/vet
-@rcscript ${RCDIR}/godoc



Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Michael McConville wrote:
> Stuart Henderson wrote:
> > Slight problem with the go update, it breaks build of some ports using
> > the go module:
> > 
> > textproc/go-xlsx
> > net/go-websocket
> > devel/go-check-v1
> > devel/go-tools
> 
> I'm working on an update for go-tools.
> 
> We have a manual install command for cover and vet, but the binaries
> moved from $MODGO_TOOLS to the main binary dir. Not sure if we still
> need them to be be under $MODGO_TOOLS anymore. The below diff leaves a
> copy in both dirs.
> 
> Also, make update-plist isn't recognizing the rc script for me. It says:
> 
> > make-plist: Bogus element outside of every prefix: /etc/rc.d/godoc

I just realized that that tag doesn't make sense to use here. It's a
shame that they don't use releases. We'll have to pick a daily tag to
use, as was the case before.

> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/go-tools/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  11 Aug 2015 20:15:41 -  1.3
> +++ Makefile  6 Dec 2015 18:46:56 -
> @@ -3,9 +3,8 @@
>  COMMENT =various tools for the Go programming language
>  GH_ACCOUNT = golang
>  GH_PROJECT = tools
> -GH_COMMIT =  27e692e6ec36d8f48be794f32553e1400c70dbf2
> -DISTNAME =   go-tools-1.4.20150206
> -REVISION =   1
> +GH_TAGNAME = release-branch.go1.5
> +DISTNAME =   go-tools-1.5
>  CATEGORIES = devel
>  HOMEPAGE =   http://golang.org/
>  
> @@ -50,7 +49,7 @@ post-patch:
>  post-install:
>   ${INSTALL_DATA_DIR} ${PREFIX}/${MODGO_TOOLS}
>  .for tool in vet cover
> - ${INSTALL_PROGRAM} ${WRKDIR}/${MODGO_TOOLS}/${tool} \
> + ${INSTALL_PROGRAM} ${WRKDIR}/go/bin/${tool} \
>   ${PREFIX}/${MODGO_TOOLS}/${tool}
>  .endfor
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/go-tools/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  8 Jun 2015 09:41:03 -   1.1.1.1
> +++ distinfo  6 Dec 2015 18:46:56 -
> @@ -1,2 +1,2 @@
> -SHA256 (go-tools-1.4.20150206.tar.gz) = 
> TeD9TrQh23FPay1LlAvHUTuTmEb7ZxsWx/okCb3vf+g=
> -SIZE (go-tools-1.4.20150206.tar.gz) = 1625310
> +SHA256 (go-tools-1.5.tar.gz) = DYZjGq7I0MLKcFbgLIov39ocwqbqPXPI8YU++CyM3ic=
> +SIZE (go-tools-1.5.tar.gz) = 1634851
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/devel/go-tools/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 11 Aug 2015 20:15:41 -  1.3
> +++ pkg/PLIST 6 Dec 2015 18:46:56 -
> @@ -1,9 +1,7 @@
> -@comment $OpenBSD: PLIST,v 1.3 2015/08/11 20:15:41 jasper Exp $
> -@pkgpath devel/gocover
> -@pkgpath textproc/godoc
> -@conflict stress-*
> +@comment $OpenBSD$
>  @bin bin/benchcmp
>  @bin bin/callgraph
> +@bin bin/cover
>  @bin bin/digraph
>  @bin bin/eg
>  @bin bin/fiximports
> @@ -17,6 +15,6 @@
>  @bin bin/ssadump
>  @bin bin/stress
>  @bin bin/stringer
> +@bin bin/vet
>  @bin ${MODGO_TOOLS}/cover
>  @bin ${MODGO_TOOLS}/vet
> -@rcscript ${RCDIR}/godoc
> 



vifm

2015-12-06 Thread Predrag Punosevac
I noticed that vifm has been removed from the OpenBSD port three prior
to 5.8 release. Are there technical reasons for such decision (I
remember pains to initial import vifm into the port three due to the
code quality)? It looks like vifm got many new features which might have
triggered the decision. 

I just tried ranger instead of vifm but it seems overkill for an
occasional user like myself (I found vifm sometimes useful with ssh/tmux
sessions).

Best,
Predrag



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2015/12/06 23:32:50

Modified files:
security   : Makefile 

Log message:
SUBDIR += zaproxy



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2015/12/06 23:32:10

Log message:
import zaproxy,  web application security tool.
from sebastien dellac , ok benoit@.

Status:

Vendor Tag: rpointel
Release Tags:   rpointel_20151207

N ports/security/zaproxy/Makefile
N ports/security/zaproxy/distinfo
N ports/security/zaproxy/files/zaproxy.sh
N ports/security/zaproxy/pkg/DESCR
N ports/security/zaproxy/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/06 22:46:17

Log message:
Import vacuum-0.13a

Vacuum Magic is a fast-paced sidescrolling shoot-em-up. The point of the
game is using your magical vacuum field to collect food and defend
against monsters. Food and certain monsters can also be spat out and
used as a projectile against other monsters.

Vacuum Magic can be played by up to six players, either cooperatively
or against each other.

ok benoit@ (quite a while ago, sorry for forgetting this...)

Status:

Vendor Tag: bentley
Release Tags:   bentley_20151206

N ports/games/vacuum/Makefile
N ports/games/vacuum/distinfo
N ports/games/vacuum/pkg/DESCR
N ports/games/vacuum/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/06 22:46:54

Modified files:
games  : Makefile 

Log message:
+vacuum



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/07 00:52:32

Modified files:
cad/openscad   : Makefile distinfo 
cad/openscad/patches: patch-boost_pri 
cad/openscad/pkg: PLIST 
Added files:
cad/openscad/patches: patch-openscad_pro 

Log message:
- update to openscad-2015.03-2



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/07 00:51:27

Modified files:
math/cgal  : Makefile distinfo 
math/cgal/patches: patch-CMakeLists_txt 
math/cgal/pkg  : PLIST 

Log message:
- update to cgal-4.6.3
* last version before dropping qt4 support
- add NO_TEST



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/06 21:26:53

Modified files:
games/openttd  : Makefile distinfo 
games/openttd/pkg: PLIST 

Log message:
Update to openttd-1.5.3.



NEW: textproc/tinyxml2

2015-12-06 Thread Anthony J. Bentley
Hi,

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
integrated into other programs.

In brief, TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.

ok?

-- 
Anthony J. Bentley


tinyxml2.tar.gz
Description: tinyxml2.tar.gz


CVS: cvs.openbsd.org: ports

2015-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/06 23:56:42

Modified files:
graphics/gegl03: Makefile distinfo 

Log message:
Update to gegl03-0.3.4.



CVS: cvs.openbsd.org: ports

2015-12-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/07 00:56:34

Modified files:
sysutils/virt-manager: Makefile distinfo 
sysutils/virt-manager/pkg: PLIST 

Log message:
update to virt-manager-1.3.1