Re: CVS: cvs.openbsd.org: ports

2017-08-04 Thread Rajneesh N. Shetty


www.bolluru.blogspot.com
 Rajneesh N. Shetty


On Sat, 5/8/17, Giovanni Bechis  wrote:

 Subject: CVS: cvs.openbsd.org: ports
 To: ports-changes@openbsd.org
 Received: Saturday, 5 August, 2017, 9:56 AM
 
 CVSROOT:    /cvs
 Module name:    ports
 Changes by:    giova...@cvs.openbsd.org   
 2017/08/04 17:56:42
 
 Modified files:
    
 net/p5-Net-Whois-Raw: Makefile distinfo 
 
 Log message:
 bugfix update to 2.99007
 
 



[repost][UPDATE] sysutils/tarsnap-gui

2017-08-04 Thread Josh Grosse
Repost from 28 July:

sysutils/tarsnap-gui update from 0.9 to 1.0.

Tested on amd64.  Comments? Questions?
Index: Makefile
===
RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile27 Jul 2017 10:05:20 -  1.10
+++ Makefile28 Jul 2017 10:11:35 -
@@ -2,10 +2,9 @@
 
 COMMENT =  frontend to the popular Tarsnap backup service
 
-V =0.9
+V =1.0
 DISTNAME = tarsnap-gui-${V}
 CATEGORIES =   sysutils
-REVISION = 2
 
 MAINTAINER =   Josh Grosse 
 
@@ -14,7 +13,7 @@ PERMIT_PACKAGE_CDROM =Yes
 
 WANTLIB += GL Qt5Core Qt5Gui Qt5Network Qt5Sql Qt5Widgets c m
 WANTLIB += pthread
-WANTLIB += ${COMPILER_LIBCXX}
+WANTLIB += ${COMPILER_LIBCXX}
 
 GH_ACCOUNT =   Tarsnap
 GH_PROJECT =   tarsnap-gui
Index: distinfo
===
RCS file: /systems/cvs/ports/sysutils/tarsnap-gui/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo30 May 2016 21:31:16 -  1.4
+++ distinfo28 Jul 2017 09:55:45 -
@@ -1,2 +1,2 @@
-SHA256 (tarsnap-gui-0.9.tar.gz) = 5H4eYR8se7URG8wdLYb6LARbpK8j+EMLvDxy9UZXLLg=
-SIZE (tarsnap-gui-0.9.tar.gz) = 433454
+SHA256 (tarsnap-gui-1.0.tar.gz) = zSHSqF8HPnLxCQBjL9y0mVaYUlWlcR+09tQ0QzsJ2sk=
+SIZE (tarsnap-gui-1.0.tar.gz) = 582190


Re: UPDATE: net/gopher 3.0.11 to 3.0.16

2017-08-04 Thread Brian Callahan
Hi Kaashif --

On 8/4/2017 9:12 PM, Kaashif Hymabaccus wrote:
> Hello ports@,
>
> This is an update for net/gopher. Changes:
>
> * The original MASTER_SITE is out of date, no new tarballs are
>   there. Development happens on GitHub now, so I moved everything
>   there with GH_*. quux.org still exists, but it's not up-to-date, so
>   not worth linking to.
>
> * License is really GPLv2.
>
> Also, I'm maintainer. I get the feeling gopher isn't popular any more,
> so there are probably not many users of this, but what few users of
> this there are will hopefully appreciate timely updates. 

As someone who runs a large-scale public gopher server (in gopher terms,
at least), there are just better choices than the official client. But
anyhow, this reads ok; I'll take a closer look at it later. Oh, you
don't need the HOMEPAGE line if you're just gonna use the default github
repo. And use "GPLv2 only" as the license marker if there's no "or
later" clause.

~Brian

> diff --git Makefile Makefile
> index a1fdac8ab83..92f60bc0a03 100644
> --- Makefile
> +++ Makefile
> @@ -2,27 +2,31 @@
>  
>  COMMENT= distributed document delivery client
>  
> -V=   3.0.11
> -DISTNAME=gopher_${V}
> -PKGNAME= gopher-${V}
> -REVISION=2
> +V=   3.0.16
> +DISTNAME=gopher-${V}
> +
> +GH_ACCOUNT=  jgoerzen
> +GH_PROJECT=  gopher
> +GH_TAGNAME=  release/${V}
> +
>  CATEGORIES=  net
>  
> -HOMEPAGE=http://quux.org/devel/gopher/Downloads/
> +HOMEPAGE=https://github.com/jgoerzen/gopher
>  
> -# GPL
> -PERMIT_PACKAGE_CDROM=Yes
> +MAINTAINER=  Kaashif Hymabaccus 
>  
> -MASTER_SITES=${HOMEPAGE}
> +# GPLv2
> +PERMIT_PACKAGE_CDROM=Yes
>  
>  WANTLIB= c m curses termcap
>  
>  USE_GMAKE=   Yes
>  CONFIGURE_STYLE=gnu
>  MAKE_FLAGS=  CLIENTLIB=${SYSCONFDIR}/gopher
> -WRKDIST= ${WRKDIR}/gopher
>  NO_TEST= Yes
>  
> +WRKDIST= ${WRKDIR}/gopher-release-${V}
> +
>  pre-configure:
>   @perl -pi -e "s,!!PREFIX!!,${PREFIX},g;" \
>   -e "s,!!SYSCONFDIR!!,${SYSCONFDIR},g" ${WRKSRC}/doc/gopher.1
> diff --git distinfo distinfo
> index 1d0887a5b9e..dd6a5a34794 100644
> --- distinfo
> +++ distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (gopher_3.0.11.tar.gz) = LPGjFAC+Ztj7w23quyCiFPGMKm8Lgm/axe5SjkLpJ5c=
> -SIZE (gopher_3.0.11.tar.gz) = 318250
> +SHA256 (gopher-3.0.16.tar.gz) = No4TadnZqv3Q4HAtexkoJ4RyeF/EeRF9GslQYiVJeCs=
> +SIZE (gopher-3.0.16.tar.gz) = 320011
> diff --git pkg/PLIST pkg/PLIST
> index 37688335ce6..5437a010e8c 100644
> --- pkg/PLIST
> +++ pkg/PLIST
> @@ -1,6 +1,6 @@
>  @comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/31 12:52:20 steven Exp $
> -bin/gopher
> -bin/gophfilt
> +@bin bin/gopher
> +@bin bin/gophfilt
>  @man man/man1/gopher.1
>  @man man/man1/gophfilt.1
>  @man man/man5/gopherrc.5
>
>




Re: UPDATE: xfishtank to 2.5

2017-08-04 Thread Kaashif Hymabaccus
On Sat, Jul 22, 2017 at 08:40:06PM +0100, Kaashif Hymabaccus wrote:
> According to the LICENSE file:
> 
> I tracked down John Bradley , who wrote the
> xfish program back around 1987, that xfishtank is derived from. He
> stated the following copyright:
> 
> > It doesn't have one - do whatever you'd like with it.  Enjoy!
> >
> > --jhb
> 
> This is not a real license, but it does imply we are allowed to
> distribute it, correct? This is why I set PERMIT_* to Yes. The rest of
> the program (written by other authors from 1988 onwards) is under a
> permissive license, so should be ok.

Upon further consideration, I have realised that this is not
ok. Please find an updated diff where the PERMIT_* are set to "no
license" just like before.

Also the order of the lines was a bit scrambled before, hopefully it's
better now.

diff --git Makefile Makefile
index eba5a1b45a4..7de35be4f18 100644
--- Makefile
+++ Makefile
@@ -2,23 +2,25 @@
 
 COMMENT=   fish swim in the background of your screen
 
-DISTNAME=  xfishtank-2.2
-REVISION=  1
+GH_ACCOUNT=jim-rees
+GH_PROJECT=xfishtank
+GH_TAGNAME=v2.5
+
 CATEGORIES=x11
 
-MASTER_SITES=  http://distcache.freebsd.org/ports-distfiles/
+HOMEPAGE=  http://jim.rees.org/computers/xfishtank.html
+
+MAINTAINER=Kaashif Hymabaccus 
 
 PERMIT_PACKAGE_CDROM=  no license
 PERMIT_PACKAGE_FTP=no license
 PERMIT_DISTFILES_FTP=  no license
 
-WANTLIB=   X11 Xau Xdmcp Xext c m
+WANTLIB=   X11 Xau Xdmcp Xext c m Imlib2
 
-CONFIGURE_STYLE= imake noman
-WRKDIST=   ${WRKDIR}/xfishtank2.0
+LIB_DEPENDS=   graphics/imlib2
 
-post-patch:
-   @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} clean
+CONFIGURE_STYLE= imake
 
 NO_TEST=   Yes
 
diff --git distinfo distinfo
index 5a578d98550..d1b6f90033a 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfishtank-2.2.tar.gz) = Q5EijAdPzNc6nqgzLgkOktebon+eY2kwNfOSOH0DEiw=
-SIZE (xfishtank-2.2.tar.gz) = 360031
+SHA256 (xfishtank-2.5.tar.gz) = vYzjxOetsOYrKU3jB5csDV4qRCsJTBeKO+CE4+JqCOA=
+SIZE (xfishtank-2.5.tar.gz) = 153554
diff --git patches/patch-Imakefile patches/patch-Imakefile
index 18e2571dd34..c89f354545a 100644
--- patches/patch-Imakefile
+++ patches/patch-Imakefile
@@ -1,18 +1,14 @@
-$OpenBSD: patch-Imakefile,v 1.1 2007/10/26 23:54:56 ajacoutot Exp $
 Imakefile.orig Wed Dec 16 01:04:35 1992
-+++ Imakefile  Sat Oct 27 01:50:24 2007
-@@ -2,12 +2,12 @@
+$OpenBSD$
+
+Index: Imakefile
+--- Imakefile.orig
 Imakefile
+@@ -1,7 +1,7 @@
+  EXTRA_INCLUDES = -I./fishmaps
  LOCAL_LIBRARIES = $(XLIB)
  DEPLIBS = $(DEPXLIB)
-   SYS_LIBRARIES = -lm
--CDEBUGFLAGS = -g
-+XCOMMCDEBUGFLAGS = -g
+-  SYS_LIBRARIES = -lImlib2 -lm
++  SYS_LIBRARIES = -L/usr/X11R6/lib -L/usr/local/lib -lImlib2 -lm
+MANSRCSUFFIX = 1x
  
-SRCS = xfish.c medcut.c read.c gifread.c
-OBJS = xfish.o medcut.o read.o gifread.o
- 
--ComplexProgramTarget(xfishtank)
-+ComplexProgramTargetNoMan(xfishtank)
- 
- xfishy.h: makeh FishList
-   ./makeh > xfishy.h
+SRCS = xfish.c medcut.c
diff --git patches/patch-gifread_c patches/patch-gifread_c
deleted file mode 100644
index 5d3fd9cfaf8..000
--- patches/patch-gifread_c
+++ /dev/null
@@ -1,11 +0,0 @@
-$OpenBSD: patch-gifread_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
 gifread.c.orig Mon Jul 28 20:58:24 2008
-+++ gifread.c  Mon Jul 28 20:58:41 2008
-@@ -56,6 +56,7 @@
- 
- #include 
- #include 
-+#include 
- #if  defined(SYSV) || defined(SVR4)
- #include 
- #else /* SYSV */
diff --git patches/patch-makeh_c patches/patch-makeh_c
deleted file mode 100644
index 035ba7ac187..000
--- patches/patch-makeh_c
+++ /dev/null
@@ -1,10 +0,0 @@
-$OpenBSD: patch-makeh_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
 makeh.c.orig   Mon Jul 28 20:54:02 2008
-+++ makeh.cMon Jul 28 20:54:11 2008
-@@ -1,5 +1,6 @@
- 
- #include 
-+#include 
- 
- main()
- {
diff --git patches/patch-medcut_c patches/patch-medcut_c
deleted file mode 100644
index cf8b21288c7..000
--- patches/patch-medcut_c
+++ /dev/null
@@ -1,9 +0,0 @@
-$OpenBSD: patch-medcut_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
 medcut.c.orig  Mon Jul 28 20:57:39 2008
-+++ medcut.c   Mon Jul 28 20:57:44 2008
-@@ -1,4 +1,5 @@
- #include 
-+#include 
- #include "medcut.h"
- 
- #define RED 0
diff --git patches/patch-read_c patches/patch-read_c
deleted file mode 100644
index 9d5bf6c4fd0..000
--- patches/patch-read_c
+++ /dev/null
@@ -1,10 +0,0 @@
-$OpenBSD: patch-read_c,v 1.1 2008/07/28 22:29:49 sthen Exp $
 read.c.origMon Jul 28 20:58:19 2008
-+++ read.c Mon Jul 28 20:58:45 2008
-@@ -1,5 +1,6 @@
- #include 
- #include 
-+#include 
- #include "compact.h"
- #include "medcut.h"
- 
diff --git patches/patch-xfish_c patches/patch-xfish_c
deleted file mode 100644
index a7f865f30ec..000
--- patches/patch-xfish_c
+++ /dev/null
@@ -1,333 +0,0 @@
-$OpenBSD: patch-xfish_c,v 

UPDATE: net/gopher 3.0.11 to 3.0.16

2017-08-04 Thread Kaashif Hymabaccus
Hello ports@,

This is an update for net/gopher. Changes:

* The original MASTER_SITE is out of date, no new tarballs are
  there. Development happens on GitHub now, so I moved everything
  there with GH_*. quux.org still exists, but it's not up-to-date, so
  not worth linking to.

* License is really GPLv2.

Also, I'm maintainer. I get the feeling gopher isn't popular any more,
so there are probably not many users of this, but what few users of
this there are will hopefully appreciate timely updates. 

diff --git Makefile Makefile
index a1fdac8ab83..92f60bc0a03 100644
--- Makefile
+++ Makefile
@@ -2,27 +2,31 @@
 
 COMMENT=   distributed document delivery client
 
-V= 3.0.11
-DISTNAME=  gopher_${V}
-PKGNAME=   gopher-${V}
-REVISION=  2
+V= 3.0.16
+DISTNAME=  gopher-${V}
+
+GH_ACCOUNT=jgoerzen
+GH_PROJECT=gopher
+GH_TAGNAME=release/${V}
+
 CATEGORIES=net
 
-HOMEPAGE=  http://quux.org/devel/gopher/Downloads/
+HOMEPAGE=  https://github.com/jgoerzen/gopher
 
-# GPL
-PERMIT_PACKAGE_CDROM=  Yes
+MAINTAINER=Kaashif Hymabaccus 
 
-MASTER_SITES=  ${HOMEPAGE}
+# GPLv2
+PERMIT_PACKAGE_CDROM=  Yes
 
 WANTLIB=   c m curses termcap
 
 USE_GMAKE= Yes
 CONFIGURE_STYLE=gnu
 MAKE_FLAGS=CLIENTLIB=${SYSCONFDIR}/gopher
-WRKDIST=   ${WRKDIR}/gopher
 NO_TEST=   Yes
 
+WRKDIST=   ${WRKDIR}/gopher-release-${V}
+
 pre-configure:
@perl -pi -e "s,!!PREFIX!!,${PREFIX},g;" \
-e "s,!!SYSCONFDIR!!,${SYSCONFDIR},g" ${WRKSRC}/doc/gopher.1
diff --git distinfo distinfo
index 1d0887a5b9e..dd6a5a34794 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (gopher_3.0.11.tar.gz) = LPGjFAC+Ztj7w23quyCiFPGMKm8Lgm/axe5SjkLpJ5c=
-SIZE (gopher_3.0.11.tar.gz) = 318250
+SHA256 (gopher-3.0.16.tar.gz) = No4TadnZqv3Q4HAtexkoJ4RyeF/EeRF9GslQYiVJeCs=
+SIZE (gopher-3.0.16.tar.gz) = 320011
diff --git pkg/PLIST pkg/PLIST
index 37688335ce6..5437a010e8c 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/31 12:52:20 steven Exp $
-bin/gopher
-bin/gophfilt
+@bin bin/gopher
+@bin bin/gophfilt
 @man man/man1/gopher.1
 @man man/man1/gophfilt.1
 @man man/man5/gopherrc.5




telephony/asterisk: tests wanted, especially CHAN_PJSIP

2017-08-04 Thread Stuart Henderson
Asterisk wants either GCC nested functions, or working -fblocks in clang
which uses libBlocksRuntime. We haven't been successful in getting the latter
to work correctly with dlopen()d libs so this diff switches to ports GCC to
unbreak build.

Because this would result in a c++ library conflict with a clang/libc++
build of telephony/pjsua, it switches to an embedded pjsua/pjsip build
instead (which is generally preferable anyway, it avoids several
unnecessary deps and has a few patches wanted by asterisk).

So tests in general would be welcome, and if there's someone reading who
already has a working chan_pjsip Asterisk configuration on OpenBSD,
testing that this doesn't break things would be very appreciated.


Index: Makefile
===
RCS file: /cvs/ports/telephony/asterisk/Makefile,v
retrieving revision 1.258
diff -u -p -r1.258 Makefile
--- Makefile16 Jul 2017 19:19:02 -  1.258
+++ Makefile5 Aug 2017 00:05:54 -
@@ -1,31 +1,22 @@
 # $OpenBSD: Makefile,v 1.258 2017/07/16 19:19:02 espie Exp $
 
-# XXX uses -fblocks on clang, or nested functions on gcc.
-#
-# on clang/ld.bfd arches, the configure test fails to link. test looks like 
this:
-#
-#echo 'int main(){return ^{return 42;}();}' | \
-# clang -o /tmp/blockstest -fblocks -x c -L/usr/local/lib 
-lBlocksRuntime -
-#
-# -> undefined reference to `_NSConcreteGlobalBlock'
-#
-# on clang/ld.lld arches, it builds ok but runtime fails: dlopen()ing the .so 
modules
-# at runtime fails with undefined symbols from the BlocksRuntime lib.
-#
-BROKEN-aarch64=linker problems with BlocksRuntime that only 
show up at runtime
+BROKEN-aarch64=linker problems with BlocksRuntime that only show up at 
runtime
 
-COMMENT-main=  open source multi-protocol PBX and telephony toolkit
+COMMENT-main=  open source multi-protocol PBX and telephony toolkit
 
-VER=   13.17.0
-PORTROACH= limitw:0,odd
-DISTNAME=  asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
-PKGNAME-main=  asterisk-${VER}
+VER=   13.17.0
+PJ_V=  2.6
+PORTROACH= limitw:0,odd
+DISTNAME=  asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pjproject-${PJ_V}.tar.bz2:0
+PKGNAME-main=  asterisk-${VER}
+REVISION=  0
 
-CATEGORIES=telephony
+CATEGORIES=telephony
 
-HOMEPAGE=  http://www.asterisk.org/
+HOMEPAGE=  http://www.asterisk.org/
 
-MAINTAINER=Stuart Henderson 
+MAINTAINER=Stuart Henderson 
 
 # Mostly GPL v2 (only). "Specific permission is also granted to link
 # Asterisk with OpenSSL and OpenH323 and distribute the resulting binary
@@ -34,21 +25,35 @@ MAINTAINER= Stuart Henderson  undefined reference to `_NSConcreteGlobalBlock'
+#
+# Runtime fails on ld.lld arches: dlopen()ing the .so modules results in
+# undefined symbols from the BlocksRuntime lib.
+#
+COMPILER = gcc-only
 
-SHARED_LIBS=   asteriskssl 0.0 # 1
+SHARED_LIBS+=  asteriskssl 0.0 # 1
+SHARED_LIBS+=  asteriskpj 0.0  # 2
 
 MULTI_PACKAGES=-main -calendar -http_post -ldap -odbc \
-pgsql -snmp -speex -tds
 PSEUDO_FLAVORS=${MULTI_PACKAGES:N-main:C/-/no_/g}
 
-LIB_DEPENDS-main=  audio/gsm \
+LIB_DEPENDS-main=  ${MODGCC4_CPPLIBDEP} \
+   audio/gsm \
audio/libogg \
audio/libvorbis \
audio/portaudio-svn \
@@ -59,7 +64,6 @@ LIB_DEPENDS-main= audio/gsm \
graphics/tiff \
net/curl \
sysutils/e2fsprogs \
-

CVS: cvs.openbsd.org: ports

2017-08-04 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/08/04 18:09:42

Modified files:
lang/bacon : Makefile distinfo 

Log message:
Update to bacon 3.6.



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/08/04 17:56:42

Modified files:
net/p5-Net-Whois-Raw: Makefile distinfo 

Log message:
bugfix update to 2.99007



Re: [UPDATE]: net/nmap 7.60

2017-08-04 Thread Giovanni Bechis
On Fri, Aug 04, 2017 at 09:17:24PM +0100, David CARLIER wrote:
> Hi,
> 
> here an update for nmap.
> 
> Kind regards.
new diff attached with some tweaks.
zenmap regression test fails, I do not know if it is new or not.
 Cheers
  Giovanni
Index: Makefile
===
RCS file: /var/cvs/ports/net/nmap/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile26 Jul 2017 22:45:28 -  1.128
+++ Makefile4 Aug 2017 23:46:54 -
@@ -3,12 +3,10 @@
 COMMENT-main=  scan ports and fingerprint stack of network hosts
 COMMENT-zenmap=graphical frontend for nmap
 
-MODPY_EGG_VERSION= 7.50
+MODPY_EGG_VERSION= 7.60
 DISTNAME=  nmap-${MODPY_EGG_VERSION}
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-zenmap=nmap-zenmap-${MODPY_EGG_VERSION}
-REVISION-main =1
-REVISION-zenmap=   0
 
 CATEGORIES=net security
 MASTER_SITES=  http://nmap.org/dist/
@@ -44,9 +42,11 @@ CONFIGURE_ARGS=  --with-libpcap=included 
--without-nmap-update \
--disable-nls
 
-WANTLIB-main=  c crypto m ssl ${COMPILER_LIBCXX} pcre ${MODLUA_WANTLIB}
+WANTLIB-main=  c crypto m ssl ssh2 ${COMPILER_LIBCXX} pcre \
+   ${MODLUA_WANTLIB} z
 LIB_DEPENDS-main=devel/pcre \
-   ${MODLUA_LIB_DEPENDS}
+   ${MODLUA_LIB_DEPENDS} \
+   security/libssh2
 
 RUN_DEPENDS-main=
 
Index: distinfo
===
RCS file: /var/cvs/ports/net/nmap/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo14 Jun 2017 02:54:36 -  1.37
+++ distinfo4 Aug 2017 23:36:42 -
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.50.tgz) = QP6+Sk5LWDqrzdjPzrauDzZtuy/t6W5KUpNAvbbSR3Y=
-SIZE (nmap-7.50.tgz) = 11559405
+SHA256 (nmap-7.60.tgz) = Mw2UIo8xltx0gZkENXA7oatnu5UBbqBzoRo2GqdvZe8=
+SIZE (nmap-7.60.tgz) = 12807611
Index: pkg/PLIST-main
===
RCS file: /var/cvs/ports/net/nmap/pkg/PLIST-main,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST-main
--- pkg/PLIST-main  14 Jun 2017 02:54:36 -  1.12
+++ pkg/PLIST-main  4 Aug 2017 23:42:18 -
@@ -84,6 +84,7 @@ share/nmap/nselib/data/psexec/network.lu
 share/nmap/nselib/data/psexec/nmap_service.c
 share/nmap/nselib/data/psexec/nmap_service.vcproj
 share/nmap/nselib/data/psexec/pwdump.lua
+share/nmap/nselib/data/publickeydb
 share/nmap/nselib/data/rtsp-urls.txt
 share/nmap/nselib/data/snmpcommunities.lst
 share/nmap/nselib/data/ssl-fingerprints
@@ -118,12 +119,15 @@ share/nmap/nselib/informix.lua
 share/nmap/nselib/ipOps.lua
 share/nmap/nselib/ipmi.lua
 share/nmap/nselib/ipp.lua
+share/nmap/nselib/irc.lua
 share/nmap/nselib/iscsi.lua
 share/nmap/nselib/isns.lua
 share/nmap/nselib/jdwp.lua
 share/nmap/nselib/json.lua
 share/nmap/nselib/ldap.lua
 share/nmap/nselib/lfs.luadoc
+share/nmap/nselib/libssh2-utility.lua
+share/nmap/nselib/libssh2.luadoc
 share/nmap/nselib/listop.lua
 share/nmap/nselib/lpeg-utility.lua
 share/nmap/nselib/lpeg.luadoc
@@ -168,6 +172,7 @@ share/nmap/nselib/shortport.lua
 share/nmap/nselib/sip.lua
 share/nmap/nselib/slaxml.lua
 share/nmap/nselib/smb.lua
+share/nmap/nselib/smb2.lua
 share/nmap/nselib/smbauth.lua
 share/nmap/nselib/smtp.lua
 share/nmap/nselib/snmp.lua
@@ -329,6 +334,7 @@ share/nmap/scripts/ftp-bounce.nse
 share/nmap/scripts/ftp-brute.nse
 share/nmap/scripts/ftp-libopie.nse
 share/nmap/scripts/ftp-proftpd-backdoor.nse
+share/nmap/scripts/ftp-syst.nse
 share/nmap/scripts/ftp-vsftpd-backdoor.nse
 share/nmap/scripts/ftp-vuln-cve2010-4221.nse
 share/nmap/scripts/ganglia-info.nse
@@ -467,6 +473,7 @@ share/nmap/scripts/http-vuln-cve2015-163
 share/nmap/scripts/http-vuln-cve2017-1001000.nse
 share/nmap/scripts/http-vuln-cve2017-5638.nse
 share/nmap/scripts/http-vuln-cve2017-5689.nse
+share/nmap/scripts/http-vuln-cve2017-8917.nse
 share/nmap/scripts/http-vuln-misfortune-cookie.nse
 share/nmap/scripts/http-vuln-wnr1000-creds.nse
 share/nmap/scripts/http-waf-detect.nse
@@ -479,6 +486,7 @@ share/nmap/scripts/http-xssed.nse
 share/nmap/scripts/iax2-brute.nse
 share/nmap/scripts/iax2-version.nse
 share/nmap/scripts/icap-info.nse
+share/nmap/scripts/iec-identify.nse
 share/nmap/scripts/ike-version.nse
 share/nmap/scripts/imap-brute.nse
 share/nmap/scripts/imap-capabilities.nse
@@ -595,6 +603,7 @@ share/nmap/scripts/omp2-enum-targets.nse
 share/nmap/scripts/omron-info.nse
 share/nmap/scripts/openlookup-info.nse
 share/nmap/scripts/openvas-otp-brute.nse
+share/nmap/scripts/openwebnet-discovery.nse
 share/nmap/scripts/oracle-brute-stealth.nse
 share/nmap/scripts/oracle-brute.nse
 share/nmap/scripts/oracle-enum-users.nse
@@ -611,6 +620,7 @@ share/nmap/scripts/pop3-brute.nse
 share/nmap/scripts/pop3-capabilities.nse
 share/nmap/scripts/pop3-ntlm-info.nse
 share/nmap/scripts/pptp-version.nse
+share/nmap/scripts/puppet-naivesigning.nse
 

CVS: cvs.openbsd.org: ports

2017-08-04 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/08/04 17:37:41

Modified files:
sysutils/smartmontools: Makefile 

Log message:
Add mips64el. Works on my Loongson. OK giovanni@ (MAINTAINER).



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/08/04 17:17:27

Modified files:
mail/maildrop  : Makefile distinfo 

Log message:
Update to 2.9.0
ok porwise sthen@ on a similar diff



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/08/04 17:15:45

Modified files:
mail/courier-imap: Makefile distinfo 

Log message:
update to 4.18
ok portwise sthen@ on a similar diff



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/08/04 17:14:32

Modified files:
mail/courier-authlib: Makefile distinfo 
mail/courier-authlib/patches: patch-configure 

Log message:
Update to 0.68
ok portwise sthen@ on a similar diff



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/08/04 17:05:01

Modified files:
mail/courier-unicode: Makefile distinfo 
mail/courier-unicode/pkg: PLIST 

Log message:
Update to 2.0
ok portwise sthen@



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/08/04 16:33:18

Modified files:
games/eduke32  : Makefile 

Log message:
games/eduke32 tries to use ld.lld so that LTO works, but this fails on i386
(reloc problems: can't create dynamic relocation R_386_32 against local symbol
in readonly segment), so just disable LTO there instead.



Re: [NEW] LXAppearance 0.6.3

2017-08-04 Thread Андрей Болконский
I fixed the port

portcheck now passed
OK?

2017-08-04 23:22 GMT+03:00 Florian Stinglmayr :

> Hi
>
> On Fri, Aug 04, 2017 at 06:20:17PM +0300, Андрей Болконский wrote:
> > I created this port.
> >
> > LXAppearance is the standard GTK+ v2 and v3 theme switcher of LXDE.
> > Users are able to change the theme, icons, and fonts used by
> > applications easily. Starting at version 0.6.1 it also allows
> > to enable the accessibility features.
> >
> > OK?
>
> You should run portcheck [1] on your port, it has a few hints on what
> you need to improve. For example the missing OpenBSD header line, or
> the @exec, @unexec-delete lines that are missing from PLIST.
>
>
> Regards,
> Florian
>
> [1]  /usr/ports/infrastructure/bin/portcheck
>


lxappearance.tar.gz
Description: GNU Zip compressed data


CVS: cvs.openbsd.org: ports

2017-08-04 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2017/08/04 16:06:51

Modified files:
games/ioquake3 : Makefile distinfo 

Log message:
Bump to latest, includes some nasty fixes like:
https://github.com/ioquake/ioq3/commit/d2b1d124d4055c2fcbe5126863487c52fd58cca1

OK awolk@



CVS: cvs.openbsd.org: ports

2017-08-04 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2017/08/04 15:55:19

Modified files:
www/minitube   : Makefile distinfo 
www/minitube/patches: patch-src_iconutils_cpp 
  patch-src_mainwindow_cpp 
www/minitube/pkg: PLIST README 
Added files:
www/minitube/patches: patch-minitube_pro patch-src_mediaview_cpp 
Removed files:
www/minitube/patches: patch-src_gnomeglobalshortcutbackend_cpp 
  patch-src_playlistitemdelegate_cpp 
  patch-src_video_cpp 

Log message:
Update to minitube-2.8, now using qt5 and gstreamer1.



Re: Build error: net/wireshark,-gtk

2017-08-04 Thread Stuart Henderson
On 2017/07/29 13:59, Christian Weisgerber wrote:
> CMakeFiles/sshdump.dir/extcap/sshdump.c.o: In function 
> `local_interfaces_to_filter':
> /usr/obj/ports/wireshark-2.2.8/wireshark-2.2.8/extcap/sshdump.c:(.text+0xf22):
>  undefined reference to `local_interfaces_to_list'
> cc: error: linker command failed with exit code 1 (use -v to see invocation)
> ninja: build stopped: subcommand failed.
> 
> 
> Full log attached.

This has started failing on i386 as well, I have no idea what changed to trigger
it though. The symbols it complains about are in libwsutil which is present in 
the
build directory. Re-running the command with -v to get the linker invocation,
this is how it looks..

$ /usr/obj/ports/wireshark-2.2.8/bin/cc -v -Wall -Wextra -Wendif-labels 
-Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress 
-Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas 
-Wno-overlength-strings -Wno-long-long -Wheader-guard -Qunused-arguments 
-Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign 
-Wold-style-definition -Wstrict-prototypes -Wunused-const-variable 
-Wshorten-64-to-32 -Wc99-extensions -O2 -pipe -fvisibility=hidden -DNDEBUG  
-Wl,--as-needed -pie CMakeFiles/dumpcap.dir/capture_opts.c.o 
CMakeFiles/dumpcap.dir/capture_stop_conditions.c.o 
CMakeFiles/dumpcap.dir/conditions.c.o CMakeFiles/dumpcap.dir/dumpcap.c.o 
CMakeFiles/dumpcap.dir/filter_files.c.o CMakeFiles/dumpcap.dir/ringbuffer.c.o 
CMakeFiles/dumpcap.dir/sync_pipe_write.c.o 
CMakeFiles/dumpcap.dir/ws_version_info.c.o  -o run/dumpcap -L/usr/local/lib  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui/gtk  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui/qt  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/capchild  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/caputils  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/codecs  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/epan  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/randpkt_core  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/wiretap  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/writecap  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/wsutil  
-L/usr/obj/ports/wireshark-2.2.8/build-i386/run 
-Wl,-rpath,/usr/local/lib:/usr/obj/ports/wireshark-2.2.8/build-i386/ui:/usr/obj/ports/wireshark-2.2.8/build-i386/ui/gtk:/usr/obj/ports/wireshark-2.2.8/build-i386/ui/qt:/usr/obj/ports/wireshark-2.2.8/build-i386/capchild:/usr/obj/ports/wireshark-2.2.8/build-i386/caputils:/usr/obj/ports/wireshark-2.2.8/build-i386/codecs:/usr/obj/ports/wireshark-2.2.8/build-i386/epan:/usr/obj/ports/wireshark-2.2.8/build-i386/randpkt_core:/usr/obj/ports/wireshark-2.2.8/build-i386/wiretap:/usr/obj/ports/wireshark-2.2.8/build-i386/writecap:/usr/obj/ports/wireshark-2.2.8/build-i386/wsutil:/usr/obj/ports/wireshark-2.2.8/build-i386/run:
  run/libwritecap.a -lwsutil run/libcaputils.a -lpcap -lglib-2.0 -lgthread-2.0 
-lglib-2.0 -lintl -lz -lgmodule-2.0 -lgcrypt -lgpg-error -lglib-2.0 -lglib-2.0 
-lintl -lz -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib
OpenBSD clang version 4.0.0 (tags/RELEASE_400/final) (based on LLVM 4.0.0)
Target: i386-unknown-openbsd6.1
Thread model: posix
InstalledDir: /usr/bin
 "/usr/bin/ld" -e __start --eh-frame-hdr -Bdynamic -dynamic-linker 
/usr/libexec/ld.so -pie -o run/dumpcap /usr/bin/../lib/crt0.o 
/usr/bin/../lib/crtbegin.o -L/usr/local/lib 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui/gtk 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/ui/qt 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/capchild 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/caputils 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/codecs 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/epan 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/randpkt_core 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/wiretap 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/writecap 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/wsutil 
-L/usr/obj/ports/wireshark-2.2.8/build-i386/run -L/usr/bin/../lib -L/usr/lib 
--as-needed CMakeFiles/dumpcap.dir/capture_opts.c.o 
CMakeFiles/dumpcap.dir/capture_stop_conditions.c.o 
CMakeFiles/dumpcap.dir/conditions.c.o CMakeFiles/dumpcap.dir/dumpcap.c.o 
CMakeFiles/dumpcap.dir/filter_files.c.o CMakeFiles/dumpcap.dir/ringbuffer.c.o 
CMakeFiles/dumpcap.dir/sync_pipe_write.c.o 
CMakeFiles/dumpcap.dir/ws_version_info.c.o -rpath 
/usr/local/lib:/usr/obj/ports/wireshark-2.2.8/build-i386/ui:/usr/obj/ports/wireshark-2.2.8/build-i386/ui/gtk:/usr/obj/ports/wireshark-2.2.8/build-i386/ui/qt:/usr/obj/ports/wireshark-2.2.8/build-i386/capchild:/usr/obj/ports/wireshark-2.2.8/build-i386/caputils:/usr/obj/ports/wireshark-2.2.8/build-i386/codecs:/usr/obj/ports/wireshark-2.2.8/build-i386/epan:/usr/obj/ports/wireshark-2.2.8/build-i386/randpkt_core:/usr/obj/ports/wireshark-2.2.8/build-i386/wiretap:/usr/obj/ports/wireshark-2.2.8/build-i386/writecap:/usr/obj/ports/wireshark-2.2.8/build-i386/wsutil:/usr/obj/ports/wireshark-2.2.8/build-i386/run:
 

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-04 Thread Heppler, J. Scott

Revised patch attached.

Added update-mime-databases
Patched Main CMakeLists.txt to not install /etc/xdg/tint2/tintrc
Patched themes CMakeLists.txt to install all tint conf files
   to /usr/local/share/examples/tint2
@sampled /etc/xdg/tint2/tint2rc


On Aug 04, 2017: 15:53, Brian Callahan wrote:



On 8/4/2017 3:50 PM, Heppler, J. Scott wrote:

I think I have this ready but I'm having difficulty generating a diff -
the two new patches are not showing up in the diff.

I installed a snapshot ports.tar.gz and used cvs to update it.
Then I copied the Makefile, distinfo, PLIST and the two patches into the
ports tree.

I used the following syntax for the patches
patch-CMakeLists_txt
patch-themes_CMakeLists_txt

Then in /usr/ports/x11/tint2
cvs diff -u > /tmp/tint2.diff

What am I missing?



cvs add
Also, make update-patches creates diffs for you, don't manually make diffs.

~Brian


--
J. Scott Heppler

Penguin Innovations

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 



NOTICE: This e-mail message and any attachments may
contain legally privileged and confidential information intended
solely for the use of the intended recipients. If you are not an
intended recipient, you are hereby notified that you have
received this message in error and any review, dissemination,
distribution, copying, or other unauthorized use of this email
and any attachment is strictly prohibited. If you have received
this email in error, please notify the sender immediately and
delete the message and any attachments from your system.
Index: Makefile
===
RCS file: /cvs/ports/x11/tint2/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- Makefile26 Nov 2016 02:06:16 -  1.5
+++ Makefile4 Aug 2017 20:25:42 -
@@ -2,12 +2,11 @@
 
 COMMENT=freedesktop-compliant panel
 
-V= 0.12.2
-REVISION=  2
+V= 0.14.6
 CATEGORIES=x11
 DISTNAME=  tint2-$V
 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{archive${EXTRACT_SUFX}?ref=v$V}
-WRKDIST=   ${WRKDIR}/tint2-v$V-dc300c021531f47cca336e15b50adf3b4a9bc9ae
+WRKDIST=   ${WRKDIR}/tint2-v$V-8046600a552774253939b8a83bdd3fc0e60dacec
 INSTDIR=   ${PREFIX}/tint2
 
 HOMEPAGE=  https://gitlab.com/o9000/tint2/
@@ -24,31 +23,24 @@ WANTLIB += gobject-2.0 gthread-2.0 gtk-x
 WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread rsvg-2 startup-notification-1
 WANTLIB += z
 
+
 BUILD_DEPENDS= devel/gettext-tools
-LIB_DEPENDS=   graphics/imlib2 \
-   devel/gettext \
+
+LIB_DEPENDS=   devel/gettext \
devel/pango \
devel/startup-notification \
+graphics/imlib2 \
x11/gnome/librsvg \
x11/gtk+2
-RUN_DEPENDS=   x11/py-gtk2 \
-   devel/desktop-file-utils
+
 
 MODULES=   devel/cmake \
-   lang/python \
x11/gnome
 
-MODGNOME_TOOLS+= gtk-update-icon-cache
+MODGNOME_TOOLS+= desktop-file-utils \
+   gtk-update-icon-cache \
+   shared-mime-info
 
 NO_TEST=   Yes
-
-CONFIGURE_ARGS= -DMANDIR="${PREFIX}/man"
-
-post-install:
-   cp -R ${WRKSRC}/sample/ ${PREFIX}/share/examples/tint2/
-   sed -i -e '/\/usr\/local\/share\/applications/d' -e \
-   's,/usr/share/applications,${LOCALBASE}/share/applications,g' \
-   ${PREFIX}/share/examples/tint2/*tint2rc
-   rm ${PREFIX}/share/tint2/*.tint2rc
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/x11/tint2/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo11 Sep 2015 14:14:07 -  1.1.1.1
+++ distinfo4 Aug 2017 20:25:42 -
@@ -1,2 +1,2 @@
-SHA256 (tint2-0.12.2.tar.gz) = vanMkT1Ln9QTKF6jRGasFJVZ6emTjhKfRqZkwxEBM0U=
-SIZE (tint2-0.12.2.tar.gz) = 229320
+SHA256 (tint2-0.14.6.tar.gz) = F3Dio33IBmozr3OFuhu+dAUQG87Y6fx+6V1IzvU801E=
+SIZE (tint2-0.14.6.tar.gz) = 466533
Index: patches/patch-CMakeLists_txt
===
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-CMakeLists_txt4 Aug 2017 20:25:42 -
@@ -0,0 +1,13 @@
+$OpenBSD$
+
+Index: CMakeLists.txt
+--- CMakeLists.txt.orig
 CMakeLists.txt
+@@ -257,7 +257,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-p
+ install( TARGETS tint2 DESTINATION bin )
+ install( FILES tint2.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2.desktop DESTINATION 
${CMAKE_INSTALL_DATADIR}/applications )
+-install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
+ install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
+ install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} 
)
+ install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )

[UPDATE]: net/nmap 7.60

2017-08-04 Thread David CARLIER
Hi,

here an update for nmap.

Kind regards.
Index: Makefile
===
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile26 Jul 2017 22:45:28 -  1.128
+++ Makefile4 Aug 2017 20:15:14 -
@@ -3,12 +3,10 @@
 COMMENT-main=  scan ports and fingerprint stack of network hosts
 COMMENT-zenmap=graphical frontend for nmap
 
-MODPY_EGG_VERSION= 7.50
+MODPY_EGG_VERSION= 7.60
 DISTNAME=  nmap-${MODPY_EGG_VERSION}
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-zenmap=nmap-zenmap-${MODPY_EGG_VERSION}
-REVISION-main =1
-REVISION-zenmap=   0
 
 CATEGORIES=net security
 MASTER_SITES=  http://nmap.org/dist/
Index: distinfo
===
RCS file: /cvs/ports/net/nmap/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo14 Jun 2017 02:54:36 -  1.37
+++ distinfo4 Aug 2017 20:15:14 -
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.50.tgz) = QP6+Sk5LWDqrzdjPzrauDzZtuy/t6W5KUpNAvbbSR3Y=
-SIZE (nmap-7.50.tgz) = 11559405
+SHA256 (nmap-7.60.tgz) = Mw2UIo8xltx0gZkENXA7oatnu5UBbqBzoRo2GqdvZe8=
+SIZE (nmap-7.60.tgz) = 12807611
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/net/nmap/pkg/PLIST-main,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST-main
--- pkg/PLIST-main  14 Jun 2017 02:54:36 -  1.12
+++ pkg/PLIST-main  4 Aug 2017 20:15:14 -
@@ -1,18 +1,14 @@
-@comment $OpenBSD: PLIST-main,v 1.12 2017/06/14 02:54:36 benoit Exp $
-@conflict ndiff-*
-@pkgpath net/ndiff
-@pkgpath net/nmap
-@pkgpath net/nmap,no_x11
+@comment $OpenBSD$
 @bin bin/ncat
 bin/ndiff
 @bin bin/nmap
 @bin bin/nping
-@comment bin/uninstall_ndiff
+bin/uninstall_ndiff
 @man man/man1/ncat.1
 @man man/man1/ndiff.1
 @man man/man1/nmap.1
 @man man/man1/nping.1
-@comment share/applications/
+share/applications/
 share/ncat/
 share/ncat/ca-bundle.crt
 share/nmap/
@@ -84,6 +80,7 @@ share/nmap/nselib/data/psexec/network.lu
 share/nmap/nselib/data/psexec/nmap_service.c
 share/nmap/nselib/data/psexec/nmap_service.vcproj
 share/nmap/nselib/data/psexec/pwdump.lua
+share/nmap/nselib/data/publickeydb
 share/nmap/nselib/data/rtsp-urls.txt
 share/nmap/nselib/data/snmpcommunities.lst
 share/nmap/nselib/data/ssl-fingerprints
@@ -118,12 +115,15 @@ share/nmap/nselib/informix.lua
 share/nmap/nselib/ipOps.lua
 share/nmap/nselib/ipmi.lua
 share/nmap/nselib/ipp.lua
+share/nmap/nselib/irc.lua
 share/nmap/nselib/iscsi.lua
 share/nmap/nselib/isns.lua
 share/nmap/nselib/jdwp.lua
 share/nmap/nselib/json.lua
 share/nmap/nselib/ldap.lua
 share/nmap/nselib/lfs.luadoc
+share/nmap/nselib/libssh2-utility.lua
+share/nmap/nselib/libssh2.luadoc
 share/nmap/nselib/listop.lua
 share/nmap/nselib/lpeg-utility.lua
 share/nmap/nselib/lpeg.luadoc
@@ -168,6 +168,7 @@ share/nmap/nselib/shortport.lua
 share/nmap/nselib/sip.lua
 share/nmap/nselib/slaxml.lua
 share/nmap/nselib/smb.lua
+share/nmap/nselib/smb2.lua
 share/nmap/nselib/smbauth.lua
 share/nmap/nselib/smtp.lua
 share/nmap/nselib/snmp.lua
@@ -329,6 +330,7 @@ share/nmap/scripts/ftp-bounce.nse
 share/nmap/scripts/ftp-brute.nse
 share/nmap/scripts/ftp-libopie.nse
 share/nmap/scripts/ftp-proftpd-backdoor.nse
+share/nmap/scripts/ftp-syst.nse
 share/nmap/scripts/ftp-vsftpd-backdoor.nse
 share/nmap/scripts/ftp-vuln-cve2010-4221.nse
 share/nmap/scripts/ganglia-info.nse
@@ -467,6 +469,7 @@ share/nmap/scripts/http-vuln-cve2015-163
 share/nmap/scripts/http-vuln-cve2017-1001000.nse
 share/nmap/scripts/http-vuln-cve2017-5638.nse
 share/nmap/scripts/http-vuln-cve2017-5689.nse
+share/nmap/scripts/http-vuln-cve2017-8917.nse
 share/nmap/scripts/http-vuln-misfortune-cookie.nse
 share/nmap/scripts/http-vuln-wnr1000-creds.nse
 share/nmap/scripts/http-waf-detect.nse
@@ -479,6 +482,7 @@ share/nmap/scripts/http-xssed.nse
 share/nmap/scripts/iax2-brute.nse
 share/nmap/scripts/iax2-version.nse
 share/nmap/scripts/icap-info.nse
+share/nmap/scripts/iec-identify.nse
 share/nmap/scripts/ike-version.nse
 share/nmap/scripts/imap-brute.nse
 share/nmap/scripts/imap-capabilities.nse
@@ -595,6 +599,7 @@ share/nmap/scripts/omp2-enum-targets.nse
 share/nmap/scripts/omron-info.nse
 share/nmap/scripts/openlookup-info.nse
 share/nmap/scripts/openvas-otp-brute.nse
+share/nmap/scripts/openwebnet-discovery.nse
 share/nmap/scripts/oracle-brute-stealth.nse
 share/nmap/scripts/oracle-brute.nse
 share/nmap/scripts/oracle-enum-users.nse
@@ -611,6 +616,7 @@ share/nmap/scripts/pop3-brute.nse
 share/nmap/scripts/pop3-capabilities.nse
 share/nmap/scripts/pop3-ntlm-info.nse
 share/nmap/scripts/pptp-version.nse
+share/nmap/scripts/puppet-naivesigning.nse
 share/nmap/scripts/qconn-exec.nse
 share/nmap/scripts/qscan.nse
 share/nmap/scripts/quake1-info.nse
@@ -661,6 +667,7 @@ share/nmap/scripts/smb-ls.nse
 share/nmap/scripts/smb-mbenum.nse
 

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-04 Thread Brian Callahan


On 8/4/2017 3:50 PM, Heppler, J. Scott wrote:
> I think I have this ready but I'm having difficulty generating a diff -
> the two new patches are not showing up in the diff.
>
> I installed a snapshot ports.tar.gz and used cvs to update it.
> Then I copied the Makefile, distinfo, PLIST and the two patches into the
> ports tree.
>
> I used the following syntax for the patches
> patch-CMakeLists_txt
> patch-themes_CMakeLists_txt
>
> Then in /usr/ports/x11/tint2
> cvs diff -u > /tmp/tint2.diff
>
> What am I missing?
>

cvs add
Also, make update-patches creates diffs for you, don't manually make diffs.

~Brian



Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-04 Thread Heppler, J. Scott

I think I have this ready but I'm having difficulty generating a diff -
the two new patches are not showing up in the diff.

I installed a snapshot ports.tar.gz and used cvs to update it.
Then I copied the Makefile, distinfo, PLIST and the two patches into the
ports tree.

I used the following syntax for the patches
patch-CMakeLists_txt
patch-themes_CMakeLists_txt

Then in /usr/ports/x11/tint2
cvs diff -u > /tmp/tint2.diff

What am I missing?

--
J. Scott Heppler



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2017/08/04 11:45:56

Modified files:
net/libmaxminddb: Makefile distinfo 

Log message:
Update GeoLite2 databases to latest version.



Re: [NEW] LXAppearance 0.6.3

2017-08-04 Thread Андрей Болконский
Please send private mall again. I accidentally deleted the letter (sorry)...

2017-08-04 18:20 GMT+03:00 Андрей Болконский :

> I created this port.
>
> LXAppearance is the standard GTK+ v2 and v3 theme switcher of LXDE.
> Users are able to change the theme, icons, and fonts used by
> applications easily. Starting at version 0.6.1 it also allows
> to enable the accessibility features.
>
> OK?
>


CVS: cvs.openbsd.org: ports

2017-08-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/08/04 11:36:56

Modified files:
fonts/fantasque-sans: Makefile 
print/fontforge: Makefile 

Log message:
Move the BROKEN-i386 marker from fonts/fantasque-sans to print/fontforge.
fontforge hangs at runtime (looping with high cpu) on i386 following
the move to clang, was seen on fantasque-sans but now also seen on lilypond.



[UPDATE] emulators/fuse-utils to 1.3.3

2017-08-04 Thread Frederic Cambus
Hi ports@,

Here is a diff to update fuse-utils 1.3.3.

Comments? OK?

Index: Makefile
===
RCS file: /cvs/ports/emulators/fuse-utils/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile26 Jul 2017 22:45:19 -  1.26
+++ Makefile4 Aug 2017 14:46:19 -
@@ -2,10 +2,9 @@
 
 COMMENT=   Free Unix Spectrum Emulator utilities
 
-DISTNAME = fuse-utils-1.3.2
+DISTNAME=  fuse-utils-1.3.3
 CATEGORIES=emulators
 HOMEPAGE=  http://fuse-emulator.sourceforge.net/
-REVISION = 0
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===
RCS file: /cvs/ports/emulators/fuse-utils/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo18 Jul 2017 19:18:39 -  1.10
+++ distinfo4 Aug 2017 14:46:19 -
@@ -1,2 +1,2 @@
-SHA256 (fuse-utils-1.3.2.tar.gz) = RbZkv3shMImb/61GBtjegkwALuLwr5aDrTQ2MO/kGQo=
-SIZE (fuse-utils-1.3.2.tar.gz) = 490454
+SHA256 (fuse-utils-1.3.3.tar.gz) = 5iQtvzNZvouSsij7PcV1Oxfyw7bPSnDExxtjwg/p3tE=
+SIZE (fuse-utils-1.3.3.tar.gz) = 491483



[UPDATE] emulators/fuse to 1.3.8

2017-08-04 Thread Frederic Cambus
Hi ports@,

Here is a diff to update fuse to 1.3.8.

Comments? OK?

Index: Makefile
===
RCS file: /cvs/ports/emulators/fuse/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile2 Aug 2017 19:33:55 -   1.39
+++ Makefile4 Aug 2017 15:43:53 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.39 2017/08/02 19:33:55 fcambus Exp $
 
 COMMENT=   Free Unix Spectrum Emulator
-DISTNAME=  fuse-1.3.7
+DISTNAME=  fuse-1.3.8
 CATEGORIES=emulators
 HOMEPAGE=  http://fuse-emulator.sourceforge.net/
 
Index: distinfo
===
RCS file: /cvs/ports/emulators/fuse/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo2 Aug 2017 19:33:55 -   1.18
+++ distinfo4 Aug 2017 15:43:53 -
@@ -1,2 +1,2 @@
-SHA256 (fuse-1.3.7.tar.gz) = ulf0tMGn7TmLjYW32hS4W9NGAjvtF9jXtu0+BFLntLA=
-SIZE (fuse-1.3.7.tar.gz) = 1644585
+SHA256 (fuse-1.3.8.tar.gz) = KZt+/jQsYmigXoBcIEJwg7zsEnrTax6/1K5ylJeKfeE=
+SIZE (fuse-1.3.8.tar.gz) = 1645303



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/08/04 10:59:39

Modified files:
fonts/terminus-font: Makefile distinfo 
fonts/terminus-font/pkg: PLIST 

Log message:
update to terminus-font 4.46, from Kaashif Hymabaccus with a few tweaks
by me, ok LÉVAI Dániel (maintainer)



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/08/04 10:36:35

Modified files:
databases/openldap: Makefile 

Log message:
fix regression tests, one of them uses /bin/bash



Re: UPDATE: fonts/terminus-font to 4.46

2017-08-04 Thread LÉVAI Dániel
Stuart Henderson @ 2017-08-04T14:05:18 +0200:
> On 2017/07/31 14:28, Kaashif Hymabaccus wrote:
> > On Mon, Jul 31, 2017 at 10:14:39AM +0100, Stuart Henderson wrote:
> > > MODULES +=lang/python
> > > MODPY_VERSION =   ${MODPY_DEFAULT_VERSION_3}
> > > MODPY_RUNDEP =No
> > > MAKE_FLAGS =  INT=${MODPY_BIN}
> > > 
> > > > -@comment share/fonts/terminus/ter-x12b.pcf.gz
> > > > +share/fonts/terminus/ter-x12b.pcf.gz
> > > 
> > > This @comment was intentional, nothing changed regarding this font
> > > (6x12 bold - see r1.2 of the ports Makefile).
> > 
> > Thanks for the improvements. See below for the improved diff.
> > 
> > > The other question is whether anyone needs the X11 8-bit fonts that
> > > weren't removed but stopped being installed by default with this
> > > update.
> > 
> > I don't know about this. If anyone uses them, they can reply to this
> > mail, I suppose.
> 
> Turns out I *was* using ter-112n which was removed by this. It took me
> a few days to reboot and notice that xstatbar wasn't displaying, then
> a bit longer to figure out why... I'm sure I'm not the only one, so
> here's a modified diff which re-adds them.
> 
> Is this ok with you Daniel?

Yes, and thanks guys so much for taking care of this, while I was
slacking!


Daniel



[NEW] LXAppearance 0.6.3

2017-08-04 Thread Андрей Болконский
I created this port.

LXAppearance is the standard GTK+ v2 and v3 theme switcher of LXDE.
Users are able to change the theme, icons, and fonts used by
applications easily. Starting at version 0.6.1 it also allows
to enable the accessibility features.

OK?


port.tar.gz
Description: GNU Zip compressed data


clang/amd64 fallout (2017-08-03)

2017-08-04 Thread Christian Weisgerber
Here's the list of ports still broken on amd64 due to the clang switch:

audio/festival/core
devel/glog
devel/mico
devel/stp
devel/ti-msp430gcc
editors/TeXmacs
emulators/emulationstation
games/frozen-bubble
games/vacuum
graphics/simgear
multimedia/avidemux
net/isc-dhcp
security/encfs
sysutils/memtest86+
telephony/asterisk

Build logs at
http://build-failures.rhaalovely.net/amd64/2017-08-03/

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



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/08/04 06:34:56

Modified files:
databases/openldap/patches: patch-servers_slapd_back-mdb_init_c 

Log message:
Update the MDB "enforce writemap" patch following debug/feedback from
Paul B. Henson.

MDB is still disabled for now pending further testing.



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 06:21:53

Modified files:
graphics   : Makefile 

Log message:
+p5-Chart-Clicker
+p5-Color-Library
+p5-Color-Scheme
+p5-Geometry-Primitive
+p5-Graphics-Color
+p5-Graphics-Primitive
+p5-Graphics-Primitive-Driver-Cairo
+p5-Layout-Manager



Re: UPDATE: fonts/terminus-font to 4.46

2017-08-04 Thread Stuart Henderson
On 2017/07/31 14:28, Kaashif Hymabaccus wrote:
> On Mon, Jul 31, 2017 at 10:14:39AM +0100, Stuart Henderson wrote:
> > MODULES +=  lang/python
> > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
> > MODPY_RUNDEP =  No
> > MAKE_FLAGS =INT=${MODPY_BIN}
> > 
> > > -@comment share/fonts/terminus/ter-x12b.pcf.gz
> > > +share/fonts/terminus/ter-x12b.pcf.gz
> > 
> > This @comment was intentional, nothing changed regarding this font
> > (6x12 bold - see r1.2 of the ports Makefile).
> 
> Thanks for the improvements. See below for the improved diff.
> 
> > The other question is whether anyone needs the X11 8-bit fonts that
> > weren't removed but stopped being installed by default with this
> > update.
> 
> I don't know about this. If anyone uses them, they can reply to this
> mail, I suppose.

Turns out I *was* using ter-112n which was removed by this. It took me
a few days to reboot and notice that xstatbar wasn't displaying, then
a bit longer to figure out why... I'm sure I'm not the only one, so
here's a modified diff which re-adds them.

Is this ok with you Daniel?

Index: Makefile
===
RCS file: /cvs/ports/fonts/terminus-font/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile24 Apr 2016 15:44:32 -  1.11
+++ Makefile4 Aug 2017 12:05:03 -
@@ -2,8 +2,7 @@
 
 COMMENT =  fixed width fonts especially for long hacking sessions
 
-DISTNAME = terminus-font-4.40
-REVISION = 0
+DISTNAME = terminus-font-4.46
 CATEGORIES =   fonts x11
 
 HOMEPAGE = http://terminus-font.sourceforge.net/
@@ -15,11 +14,16 @@ PERMIT_PACKAGE_CDROM =  Yes
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=terminus-font/}
 
+MODULES += lang/python
+MODPY_VERSION =${MODPY_DEFAULT_VERSION_3}
+MODPY_RUNDEP = No
+MAKE_FLAGS =   INT=${MODPY_BIN}
+
 CONFIGURE_STYLE =  simple
 NO_TEST =  Yes
 USE_X11 =  Yes
 
-ALL_TARGET =   pcf
+ALL_TARGET =   pcf pcf-8bit
 
 FONTDIR =  ${PREFIX}/share/fonts/terminus
 
Index: distinfo
===
RCS file: /cvs/ports/fonts/terminus-font/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo13 Nov 2015 20:18:25 -  1.5
+++ distinfo4 Aug 2017 12:05:03 -
@@ -1,2 +1,2 @@
-SHA256 (terminus-font-4.40.tar.gz) = 
ZPUsJNPxweOfIebEMHepvj4h1DhPF29XZsAFWLpnBxE=
-SIZE (terminus-font-4.40.tar.gz) = 558440
+SHA256 (terminus-font-4.46.tar.gz) = 
TilDPlaZt23x9cmpbxIozM+OqKFnkc/vBj8rhQbHW80=
+SIZE (terminus-font-4.46.tar.gz) = 590210
Index: pkg/PLIST
===
RCS file: /cvs/ports/fonts/terminus-font/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   31 Mar 2015 09:45:11 -  1.3
+++ pkg/PLIST   4 Aug 2017 12:05:03 -
@@ -165,6 +165,24 @@ share/fonts/terminus/ter-g28b.pcf.gz
 share/fonts/terminus/ter-g28n.pcf.gz
 share/fonts/terminus/ter-g32b.pcf.gz
 share/fonts/terminus/ter-g32n.pcf.gz
+@comment share/fonts/terminus/ter-i12b.pcf.gz
+share/fonts/terminus/ter-i12n.pcf.gz
+share/fonts/terminus/ter-i14b.pcf.gz
+share/fonts/terminus/ter-i14n.pcf.gz
+share/fonts/terminus/ter-i16b.pcf.gz
+share/fonts/terminus/ter-i16n.pcf.gz
+share/fonts/terminus/ter-i18b.pcf.gz
+share/fonts/terminus/ter-i18n.pcf.gz
+share/fonts/terminus/ter-i20b.pcf.gz
+share/fonts/terminus/ter-i20n.pcf.gz
+share/fonts/terminus/ter-i22b.pcf.gz
+share/fonts/terminus/ter-i22n.pcf.gz
+share/fonts/terminus/ter-i24b.pcf.gz
+share/fonts/terminus/ter-i24n.pcf.gz
+share/fonts/terminus/ter-i28b.pcf.gz
+share/fonts/terminus/ter-i28n.pcf.gz
+share/fonts/terminus/ter-i32b.pcf.gz
+share/fonts/terminus/ter-i32n.pcf.gz
 @comment share/fonts/terminus/ter-k12b.pcf.gz
 share/fonts/terminus/ter-k12n.pcf.gz
 share/fonts/terminus/ter-k14b.pcf.gz



[Update] GnuPG 2.1.22

2017-08-04 Thread Pierre-Emmanuel André
Hi

Small diff to update GnuPG to it's latest version (2.1.22).
Tested on @amd64.

Comments, ok ?

Regards,
Index: Makefile
===
RCS file: /cvs/ports/security/gnupg2/Makefile,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 Makefile
--- Makefile	21 May 2017 11:23:30 -	1.50
+++ Makefile	4 Aug 2017 11:30:01 -
@@ -2,7 +2,7 @@
 
 COMMENT =	GNU privacy guard - a free PGP replacement
 
-DISTNAME =	gnupg-2.1.21
+DISTNAME =	gnupg-2.1.22
 CATEGORIES = 	security
 
 MASTER_SITES =	${MASTER_SITE_GNUPG:=gnupg/}
Index: distinfo
===
RCS file: /cvs/ports/security/gnupg2/distinfo,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 distinfo
--- distinfo	21 May 2017 11:23:30 -	1.21
+++ distinfo	4 Aug 2017 11:30:01 -
@@ -1,2 +1,2 @@
-SHA256 (gnupg-2.1.21.tar.bz2) = eurYqLp1tphm9YO2x0fZFBTVI7/fvpqOD+AmsWukJ90=
-SIZE (gnupg-2.1.21.tar.bz2) = 6472887
+SHA256 (gnupg-2.1.22.tar.bz2) = RnFvr54bks/KhmCfO//79btLaATfkNyFP/cGHPz7Stc=
+SIZE (gnupg-2.1.22.tar.bz2) = 6530433
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/gnupg2/pkg/PLIST,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 PLIST
--- pkg/PLIST	21 May 2017 11:23:30 -	1.17
+++ pkg/PLIST	4 Aug 2017 11:30:01 -
@@ -25,6 +25,8 @@
 @man man/man1/gpg-agent.1
 @man man/man1/gpg-connect-agent.1
 @man man/man1/gpg-preset-passphrase.1
+@man man/man1/gpg-wks-client.1
+@man man/man1/gpg-wks-server.1
 @man man/man1/gpg2.1
 @man man/man1/gpgconf.1
 @man man/man1/gpgparsemail.1


Re: UPDATE: net/tor

2017-08-04 Thread Pascal Stumpf
On Thu, 3 Aug 2017 15:52:04 +0300, Paul Irofti wrote:
> Hi again,
> 
> Here's a patch for -stable. I want to bring it up to date, no point in
> porting just the patch since this is an application not a library.
> 
> Nonetheless, if you want the patch I can port just that. 
> https://github.com/torproject/tor/commit/bb3f74e66bd9df94ce9d1949164348efac728ea9.patch

We normally don't do updates to new major releases in -stable, so I'd
say port just the patch unless a -stable maintainer steps up and gives
his ok (whoever that is nowadays - sthen@?  robert@?).

> OK?
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/tor/Makefile,v
> retrieving revision 1.100.2.1
> diff -u -p -r1.100.2.1 Makefile
> --- Makefile  11 Jun 2017 18:23:57 -  1.100.2.1
> +++ Makefile  3 Aug 2017 11:51:49 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= anonymity service using onion routing
>  
> -DISTNAME=tor-0.2.9.11
> +DISTNAME=tor-0.3.0.10
>  CATEGORIES=  net
>  HOMEPAGE=https://www.torproject.org/
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/tor/distinfo,v
> retrieving revision 1.81.2.1
> diff -u -p -r1.81.2.1 distinfo
> --- distinfo  11 Jun 2017 18:23:57 -  1.81.2.1
> +++ distinfo  3 Aug 2017 11:51:49 -
> @@ -1,2 +1,2 @@
> -SHA256 (tor-0.2.9.11.tar.gz) = wZWb6/+aVGpUy+21jIKJpCRBmRr0F9LRb3sza+iQMiE=
> -SIZE (tor-0.2.9.11.tar.gz) = 5584296
> +SHA256 (tor-0.3.0.10.tar.gz) = mo5uSaFoja5k3KEPhKQU7JpPOT+yJWrijgwuMjkYWrE=
> +SIZE (tor-0.3.0.10.tar.gz) = 5845205



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 04:03:00

Log message:
import p5-Layout-Manager 0.35
from Matthias Pitzl; OK sthen@

Comment:
2D layout management for Perl

Description:
Layout::Manager provides a simple interface for creating layout
managers, or classes that size and position components within a
container.  A few managers are provided for reference, but this
module is primarily meant to serve as a base for outside implementations.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Layout-Manager/Makefile
N ports/graphics/p5-Layout-Manager/distinfo
N ports/graphics/p5-Layout-Manager/pkg/PLIST
N ports/graphics/p5-Layout-Manager/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 04:01:27

Log message:
import p5-Graphics-Primitive-Driver-Cairo 0.47
from Matthias Pitzl; OK sthen@

Comment:
Cairo backend for Graphics::Primitive

Description:
This module draws Graphics::Primitive objects using Cairo.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile
N ports/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo
N ports/graphics/p5-Graphics-Primitive-Driver-Cairo/pkg/PLIST
N ports/graphics/p5-Graphics-Primitive-Driver-Cairo/pkg/DESCR

No conflicts created by this import



Re: NEW (sorta): www/tidy

2017-08-04 Thread Stuart Henderson
On 2017/08/04 02:54, Anthony J. Bentley wrote:
> Hi,
> 
> Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more.
> It corrects and cleans up HTML and XML documents by fixing markup errors and
> upgrading legacy code to modern standards.
> 
> libtidy is a C static and dynamic library that developers can integrate into
> their applications in order to bring all of Tidy's power to your favorite
> tools. libtidy is used today in desktop applications, web servers, and more.
> 
> 
> Now, tidy used to be in tree. It was removed in 2011 and replaced with
> www/tidyp, because tidy had been dead since 2007 and tidyp had seen
> commits in 2010. Unfortunately, tidyp never saw commits again. tidy,
> meanwhile, was picked up again in 2015 and now has HTML5 support.
> 
> Is undoing this just a matter of importing tidy, removing the
> "'tidy' => 'tidyp'" quirk and the "@pkgpath www/tidy" in tidyp?
> (Switching the tidyp consumers back to tidy? Removing tidyp?)
> 
> -- 
> Anthony J. Bentley

Importing will also require merging conflicts, it might be simpler to
cvs add.

I think it would be better to replace tidyp - www/tidyp has security
fixes taken from the tidy-html5 repo and it wouldn't surprise me if
they've fixed others that we don't have - and switch consumers back.
For this you'd also need to add @pkgpath www/tidyp to tidy and take
care of consumers.

If you want to keep both, they should be de-conflicted (remove the
symlink and adjust the @conflicts to add the versions), and make sure
consumers pick up the expected library if both are installed.



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:59:46

Log message:
import p5-Graphics-Primitive 0.67
from Matthias Pitzl; OK sthen@

Comment:
device and library agnostic graphic primitives for Perl

Description:
Graphics::Primitive is library agnostic system for drawing things.
The idea is to allow you to create and manipulate graphical components
and then pass them off to a Driver for actual drawing.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Graphics-Primitive/Makefile
N ports/graphics/p5-Graphics-Primitive/distinfo
N ports/graphics/p5-Graphics-Primitive/pkg/PLIST
N ports/graphics/p5-Graphics-Primitive/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:57:56

Log message:
import p5-Graphics-Color 0.31
from Matthias Pitzl; OK sthen@

Comment:
RGB color model for Perl

Description:
Graphics::Color::RGB represents a Color in the sRGB color space.
Individual color channels are expressed as decimal values from 0
to 1, 0 being a lack of that color (or opaque in the case of alpha)
and 1 being full color (or transparent in the case of alpha).  If
no options are provided then new instance of RGB are opaque white,
(that is equivalent to red => 1, green => 1, blue => 1, alpha =>
1).

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Graphics-Color/Makefile
N ports/graphics/p5-Graphics-Color/distinfo
N ports/graphics/p5-Graphics-Color/pkg/PLIST
N ports/graphics/p5-Graphics-Color/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:55:58

Log message:
import p5-Geometry-Primitive 0.24
from Matthias Pitzl; OK sthen@

Comment:
primitive geometry entities for Perl

Description:
Geometry::Primitive is a device and library agnostic system for
representing geometric entities such as points, lines and shapes.
It provides simple objects and many convenience methods you would
expect from a simple geometry library.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Geometry-Primitive/Makefile
N ports/graphics/p5-Geometry-Primitive/distinfo
N ports/graphics/p5-Geometry-Primitive/pkg/PLIST
N ports/graphics/p5-Geometry-Primitive/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:53:44

Log message:
import p5-Color-Scheme 1.07
from Matthias Pitzl; OK sthen@

Comment:
generate pleasant color schemes in Perl

Description:
This module is a Perl implementation of Color Schemes 2
(http://wellstyled.com/tools/colorscheme2/), a color scheme generator.
Start by visitng the Color Schemes 2 web site and playing with the
colors.  When you want to generate those schemes on the fly, begin
using this module.  The descriptions herein don't make too much
sense without actually seeing the colorful results.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Color-Scheme/Makefile
N ports/graphics/p5-Color-Scheme/distinfo
N ports/graphics/p5-Color-Scheme/pkg/PLIST
N ports/graphics/p5-Color-Scheme/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:50:18

Log message:
import p5-Color-Library 0.021
from Matthias Pitzl; OK sthen@

Comment:
an easy-to-use and comprehensive named-color library

Description:
Color::Library is an easy-to-use and comprehensive named-color
dictionary.  Currently provides coverage for www (svg, html, css)
colors, x11 colors, and more.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Color-Library/Makefile
N ports/graphics/p5-Color-Library/distinfo
N ports/graphics/p5-Color-Library/pkg/PLIST
N ports/graphics/p5-Color-Library/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:47:15

Log message:
import p5-Chart-Clicker 2.90
from Matthias Pitzl; OK sthen@

Comment:
powerful charting library for Perl

Description:
Chart::Clicker aims to be a powerful, extensible charting package
that creates really pretty output.  Charts can be saved in png,
svg, pdf and postscript format.  Clicker leverages the power of
Graphics::Primitive to create snazzy graphics without being tied
to specific backend.  You may want to begin with Chart::Clicker::Tutorial.

Status:

Vendor Tag: pitzl
Release Tags:   bluhm_20170804

N ports/graphics/p5-Chart-Clicker/Makefile
N ports/graphics/p5-Chart-Clicker/distinfo
N ports/graphics/p5-Chart-Clicker/pkg/PLIST
N ports/graphics/p5-Chart-Clicker/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/08/04 03:27:03

Modified files:
devel/p5-PerlIO-via-symlink: Makefile 
math/p5-Number-WithError: Makefile 
misc/p5-File-MMagic-XS: Makefile 
www/p5-WWW-Search-Ebay: Makefile 

Log message:
Use configure style modinst instead of p5-Module-Install dependency.
OK sthen@



NEW (sorta): www/tidy

2017-08-04 Thread Anthony J. Bentley
Hi,

Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more.
It corrects and cleans up HTML and XML documents by fixing markup errors and
upgrading legacy code to modern standards.

libtidy is a C static and dynamic library that developers can integrate into
their applications in order to bring all of Tidy's power to your favorite
tools. libtidy is used today in desktop applications, web servers, and more.


Now, tidy used to be in tree. It was removed in 2011 and replaced with
www/tidyp, because tidy had been dead since 2007 and tidyp had seen
commits in 2010. Unfortunately, tidyp never saw commits again. tidy,
meanwhile, was picked up again in 2015 and now has HTML5 support.

Is undoing this just a matter of importing tidy, removing the
"'tidy' => 'tidyp'" quirk and the "@pkgpath www/tidy" in tidyp?
(Switching the tidyp consumers back to tidy? Removing tidyp?)

-- 
Anthony J. Bentley


tidy.tar.gz
Description: tidy.tar.gz


Re: NEW: games/koboredux

2017-08-04 Thread Anthony J. Bentley
Hi Brian,

Brian Callahan writes:
> On 08/03/17 05:07, Anthony J. Bentley wrote:
> > Hi,
> >
> > Kobo Redux is a frantic '80s style 2D shooter with the look and feel a
> > '90s arcade cabinet, the smoothness of current technology, and a matching
> > soundtrack. The gameplay is fast, intense and unforgiving, while trying to
> > tone down the frustrating quirkiness of the actual games of the '80s. A tru
> e
> > challenge in the spirit of the arcade era!
> >
> > The full game, which provides improved graphics and music, can be purchased
> > from: https://olofson.itch.io/kobo-redux
> >
> >
> > ok?
> >
> 
> This is ok by me once audality2 is imported.
> One question though, and maybe suitable for inclusion in a pkg-readme: 
> if I buy the full game, how do I turn this into the full game (or can I 
> not do that)? I don't think it's worth advertising the purchase in 
> pkg/DESCR if we can't.

Turns out there are three "versions" of the game.

- The demo (graphics not in the repo)
- The full game with a retro-style graphics theme
- The full game with kobodl-style graphics (for sale)

We should be building the second one, not the first one. Getting the
third is just a matter of buying the game and copying the themes over.
Updated port attached.

-- 
Anthony J. Bentley


koboredux.tar.gz
Description: koboredux.tar.gz


Re: NEW: audio/audiality2

2017-08-04 Thread Anthony J. Bentley
Hi Brian,

Brian Callahan writes:
> Hi Anthony --
> 
> On 08/03/17 05:05, Anthony J. Bentley wrote:
> > Hi,
> >
> > Audiality 2 is a realtime audio and music engine, primarily intended for
> > video games. While it supports traditional sample playback as well as
> > additive, subtractive and granular synthesis, the distinctive feature is
> > subsample accurate realtime scripting.
> >
> >
> > This is used by the koboredux port I'll send in an upcoming mail.
> >
> > ok?
> >
> 
> Some thoughts:
> 1. I think we're better off explicitly disabling USE_JACK. It looks like 
> it accidentally fails to get picked up on my system, but if that's ever 
> "fixed" it might cause problems.

Done.

> 2. When I run make test, ninja reports that there's nothing for it to 
> do. Yet I see a binary with your TEST_TARGET name in ${WRKBUILD}/test. 
> So I'm not sure if that's the behavior you're intending. Incidentally, 
> when I run that test binary, it complains that it can't get set up with 
> SDL. But the audio works with kobord-demo so maybe I'm doing something 
> wrong there.

They're interactive programs (that have to be run from ${WRKSRC}/test).
But they're more toys than tests, and they get built with ALL_TARGET
anyway, so NO_TEST is more appropriate here.

Updated port attached.

-- 
Anthony J. Bentley


audiality2.tar.gz
Description: audiality2.tar.gz


CVS: cvs.openbsd.org: ports

2017-08-04 Thread Paul Irofti
CVSROOT:/cvs
Module name:ports
Changes by: piro...@cvs.openbsd.org 2017/08/04 02:09:11

Modified files:
net/tor: Tag: OPENBSD_6_1 Makefile distinfo 

Log message:
Backport net/tor 0.3.0.10 update.

Includes quite a few bug fixes, including an OpenBSD specific DoS.

OK robert@



CVS: cvs.openbsd.org: ports

2017-08-04 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2017/08/04 01:54:23

Modified files:
net/arping : Makefile distinfo 

Log message:
Update to arping-2.19.



Re: salt threads? Re: CVS: cvs.openbsd.org: src

2017-08-04 Thread viq
On 17-07-30 22:20:59, viq wrote:
> On 17-07-30 22:10:43, viq wrote:
> > On 17-07-30 15:50:44, Ted Unangst wrote:
> > > viq wrote:
> > > > > > anybody know what's going on?
> > > > > 
> > > > > From my running salt with trace logs, it seems that salt initialises
> > > > > everything, opens it's IPC sockets, initiates it's AES auth/handshake
> > > > > with master, and that's when things die.
> > > > 
> > > > Would output of ktrace/kdump be useful here? FWIW it's 24MB, 240k lines,
> > > > 4.2MB compressed
> > > 
> > > not especially. i already know *what* it does. somebody has to read the 
> > > code
> > > to figure out why.
> > 
> >  If you tell me what to write, I could create an issue upstream. Or you
> >  could skip the middleman and do it at
> >  https://github.com/saltstack/salt/issues and let them deal with reading
> >  the code ;)
> 
>   https://github.com/saltstack/salt/issues/42634

As per
https://github.com/saltstack/salt/issues/42634#issuecomment-320029538
this is in ZeroMQ, and currently upstream's advice is we default to TCP
transport for Salt on OpenBSD - which would require switching master
such nodes are connected to, and all minions that are connected to same
master.
   
> > > anyway, i turned the check off for now. it's good to know it triggers, but
> > > with clang and other changes now isn't the best time.
> > 
> > Thank you.



Re: devel/arm-none-eabi/gcc-linaro,aarch64 failure (clang fallout?)

2017-08-04 Thread Jonathan Gray
On Thu, Aug 03, 2017 at 11:06:56PM -0700, Nick Owens wrote:
> hi, i tried to build the aarch64 flavor of u-boot to play around with
> my new pinebook (pine64-based laptop).
> 
> unfortunately gcc-linaro fails with the following:
> 
> /usr/ports/pobj/aarch64-none-elf-gcc-linaro-6.3.2017.02-aarch64/gcc-linaro-6.3-2017.02/gcc/config/aarch64/aarch64.md:801:10873:
> fatal error: bracket nesting level exceeded maximum of 256
> 
> i couldn't quite figure out how to get "-fbracket-depth=" passed
> through from the Makefile to fix it, but some googling seems to
> indicate that's how to fix it.
> 

That is already fixed.

http://marc.info/?l=openbsd-ports-cvs=150171468727137=2

U-Boot won't work on A64/H5 until there is an allwinner specific branch
of arm trusted firmware in ports however.



devel/arm-none-eabi/gcc-linaro,aarch64 failure (clang fallout?)

2017-08-04 Thread Nick Owens
hi, i tried to build the aarch64 flavor of u-boot to play around with
my new pinebook (pine64-based laptop).

unfortunately gcc-linaro fails with the following:

/usr/ports/pobj/aarch64-none-elf-gcc-linaro-6.3.2017.02-aarch64/gcc-linaro-6.3-2017.02/gcc/config/aarch64/aarch64.md:801:10873:
fatal error: bracket nesting level exceeded maximum of 256

i couldn't quite figure out how to get "-fbracket-depth=" passed
through from the Makefile to fix it, but some googling seems to
indicate that's how to fix it.