Re: [NEW] devel/go-goptlib

2017-08-22 Thread attila
attila  wrote:
> 
> attila  writes:
> 
> > Hi ports@,
> >
> > This is the first of four new ports that are part of Pluggable
> > Transports, which are used in the Tor Browser Bundle but which can
> > also be used without it.  The main port is net/obfs4proxy, which needs
> > three others to support it: devel/go-goptlib, security/go-ed25519,
> > security/go-siphash.
> >
> > This is devel/go-goptlib:
> >
> > $ cat pkg/DESCR
> > goptlib is a library for writing Tor pluggable transports in Go.
> >
> > https://spec.torproject.org/pt-spec
> > https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
> > https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
> > https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
> >
> > There is browseable documentation here:
> > https://godoc.org/git.torproject.org/pluggable-transports/goptlib.git
> >
> > Report bugs to the tor-...@lists.torproject.org mailing list or to the
> > bug tracker at https://trac.torproject.org/projects/tor.
> >
> > To the extent possible under law, the authors have dedicated all
> > copyright and related and neighboring rights to this software to the
> > public domain worldwide. This software is distributed without any
> > warranty. See COPYING.
> >
> >
> > Port attached.  Feedback most welcome.
> 
> Original port was lacking BUILD_DEPENDS.  Attached is a version that
> fixes it.

Ping.  Port attached.

Pax, -A
-- 
https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net}
pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D  09C1 4068 D5D5 62A7 29CF



go-goptlib.tgz
Description: Binary data


Audacity

2017-08-22 Thread Freddy Fisker

Hi

Is there any reason why Audacity haven´t been upgraded since version 1.3.9 
?


Best regards
Freddy



UPDATE: Lynis-2.5.3

2017-08-22 Thread Gonzalo L. Rodriguez
Hello,

Small update for Lynis to 2.5.3:

https://cisofy.com/changelog/lynis/2.5.3/

Ok? Comments?

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/security/lynis/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile12 Jul 2017 17:30:46 -  1.17
+++ Makefile22 Aug 2017 16:20:21 -
@@ -2,7 +2,7 @@
 
 COMMENT=   security auditing tool
 
-DISTNAME = lynis-2.5.2
+DISTNAME = lynis-2.5.3
 
 CATEGORIES=security
 
Index: distinfo
===
RCS file: /cvs/ports/security/lynis/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo12 Jul 2017 17:30:46 -  1.15
+++ distinfo22 Aug 2017 16:20:21 -
@@ -1,2 +1,2 @@
-SHA256 (lynis-2.5.2.tar.gz) = a03HTsD6oAn8XTT4q4WJXlPG9PArwWA3eQXcuVsFhaE=
-SIZE (lynis-2.5.2.tar.gz) = 264098
+SHA256 (lynis-2.5.3.tar.gz) = rcxEjCs/Pyzf9Cz3EEzpmmCo/PguEiT9hH7j8n8ki4U=
+SIZE (lynis-2.5.3.tar.gz) = 264760


Re: [FIX] gnupg2

2017-08-22 Thread Pierre-Emmanuel André
On Tue, Aug 22, 2017 at 02:28:59PM +0100, Edd Barrett wrote:
> Hi,
> 
> The last update to gnupg2 broke `gpg2 --refresh`.
> 
> ---8<---
> $ gpg2 --refresh
> gpg: connecting dirmngr at '/home/edd/.gnupg/S.dirmngr' failed: IPC connect 
> call failed
> gpg: keyserver refresh failed: No dirmngr
> --->8---
> 
> The reason: dirmngr is dumping core:
> 
> ---8<---
> $ dirmngr
> assertion "res == 0" failed: file "npth.c", line 123, function "enter_npth"
> zsh: abort (core dumped)  dirmngr
> --->8---
> 
> Since the crash is to do with npth, I tried updating this port, and it
> appears to be fixed. dirmngr now works:
> 
> ---8<---
> $ dirmngr
> ...
> OK Dirmngr 2.1.23 at your service
> --->8---
> 
> Can people try this diff and see if it works for them? OK?
>

Yes, go for it.
ok pea@

> 
> Index: devel/npth/Makefile
> ===
> RCS file: /home/edd/cvsync/ports/devel/npth/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- devel/npth/Makefile   1 Oct 2016 13:56:26 -   1.6
> +++ devel/npth/Makefile   22 Aug 2017 13:15:34 -
> @@ -2,9 +2,9 @@
>  
>  COMMENT= new GNU Portable Threads Library
>  
> -DISTNAME=npth-1.2
> +DISTNAME=npth-1.5
>  
> -SHARED_LIBS= npth 0.0# 0.5
> +SHARED_LIBS= npth 1.0# 1.1
>  
>  CATEGORIES=  devel
>  
> Index: devel/npth/distinfo
> ===
> RCS file: /home/edd/cvsync/ports/devel/npth/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- devel/npth/distinfo   18 Sep 2015 10:41:05 -  1.2
> +++ devel/npth/distinfo   22 Aug 2017 13:15:34 -
> @@ -1,2 +1,2 @@
> -SHA256 (npth-1.2.tar.bz2) = bdvd2yz0mkcj+dGtZWPEgNZ2Dctjy3cmuPw7wuG2wIo=
> -SIZE (npth-1.2.tar.bz2) = 298735
> +SHA256 (npth-1.5.tar.bz2) = KUppDB9Te5Ltgp2Ge+5Tfka+k/vWCxbARjD7v82ds8I=
> +SIZE (npth-1.5.tar.bz2) = 299308
> Index: devel/npth/patches/patch-configure
> ===
> RCS file: /home/edd/cvsync/ports/devel/npth/patches/patch-configure,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-configure
> --- devel/npth/patches/patch-configure18 Sep 2015 10:41:05 -  
> 1.2
> +++ devel/npth/patches/patch-configure22 Aug 2017 13:15:34 -
> @@ -1,12 +1,13 @@
>  $OpenBSD: patch-configure,v 1.2 2015/09/18 10:41:05 pea Exp $
>  configure.orig   Sat Apr 11 14:02:28 2015
> -+++ configureFri Sep 11 14:50:04 2015
> -@@ -2306,8 +2306,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
> +Index: configure
> +--- configure.orig
>  configure
> +@@ -2311,8 +2311,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>   #   (Interfaces removed/changed:AGE=0)
>   #
> - LIBNPTH_LT_CURRENT=0
> --LIBNPTH_LT_AGE=0
> --LIBNPTH_LT_REVISION=5
> + LIBNPTH_LT_CURRENT=1
> +-LIBNPTH_LT_AGE=1
> +-LIBNPTH_LT_REVISION=1
>  +LIBNPTH_LT_AGE=${LIBnpth_MAJOR}
>  +LIBNPTH_LT_REVISION=${LIBnpth_MINOR}
>   
> Index: security/gnupg2/Makefile
> ===
> RCS file: /home/edd/cvsync/ports/security/gnupg2/Makefile,v
> retrieving revision 1.52
> diff -u -p -r1.52 Makefile
> --- security/gnupg2/Makefile  10 Aug 2017 14:55:48 -  1.52
> +++ security/gnupg2/Makefile  22 Aug 2017 13:15:51 -
> @@ -4,6 +4,7 @@ COMMENT = GNU privacy guard - a free PGP
>  
>  DISTNAME =   gnupg-2.1.23
>  CATEGORIES = security
> +REVISION =   0
>  
>  MASTER_SITES =   ${MASTER_SITE_GNUPG:=gnupg/}
>  
> @@ -26,7 +27,7 @@ LIB_DEPENDS =   archivers/bzip2 \
>   databases/sqlite3 \
>   devel/gettext \
>   devel/libusb1 \
> - devel/npth \
> + devel/npth>=1.5 \
>   security/gnutls \
>   security/libassuan>=2.4.3 \
>   security/libgcrypt \
> 
> -- 
> Best Regards
> Edd Barrett
> 
> http://www.theunixzoo.co.uk



Re: UPDATE: Varnish-5.1.3

2017-08-22 Thread Gonzalo L. Rodriguez
ping

On [14/08/17] [11:00P], Gonzalo L. Rodriguez wrote:
; Hello,
; 
; Update for Varnish to 5.1.3:
; 
; * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12425
; * Switch to GH repo.varnish-cache.org going down soon.
; 
; Ok? Comments?
; 
; 
; Cheers.-
; -- 
; Sending from my toaster.

; Index: Makefile
; ===
; RCS file: /cvs/ports/www/varnish/Makefile,v
; retrieving revision 1.30
; diff -u -p -r1.30 Makefile
; --- Makefile  11 Apr 2017 03:00:12 -  1.30
; +++ Makefile  14 Aug 2017 13:55:39 -
; @@ -2,7 +2,12 @@
;  
;  COMMENT =high-performance HTTP accelerator
;  
; -DISTNAME =   varnish-5.1.2
; +V =  5.1.3
; +GH_ACCOUNT = varnishcache
; +GH_PROJECT = varnish-cache
; +GH_TAGNAME = varnish-${V}
; +DISTNAME =   varnish-${V}
; +
;  CATEGORIES = www
;  
;  SHARED_LIBS =varnishapi  1.0
; @@ -15,20 +20,29 @@ MAINTAINER =  Jim Razmus II https://varnish-cache.org/_downloads/
;  
; -MASTER_SITES =   http://repo.varnish-cache.org/source/
; +WANTLIB += c execinfo m ncursesw pcre pthread readline termcap
;  
; -BUILD_DEPENDS =  textproc/py-docutils
; +BUILD_DEPENDS =  devel/libtool \
; + textproc/py-docutils
;  LIB_DEPENDS =devel/pcre
;  # The internal backtrace implementation fails to build with -Werror on 
arm/hppa
;  LIB_DEPENDS +=   devel/libexecinfo
;  
; -CONFIGURE_STYLE =gnu
; +WRKDIST =${WRKDIR}/varnish-cache-${DISTNAME}
; +USE_GMAKE =  Yes
; +CONFIGURE_STYLE =autoconf
; +AUTOCONF_VERSION =   2.69
; +AUTOMAKE_VERSION =   1.15
;  CONFIGURE_ENV =  CPPFLAGS="-I${LOCALBASE}/include" \
;   LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
;  
;  TEST_TARGET =check
; +
; +post-patch:
; + cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
; + AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
;  
;  post-install:
;   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/varnish
; Index: distinfo
; ===
; RCS file: /cvs/ports/www/varnish/distinfo,v
; retrieving revision 1.15
; diff -u -p -r1.15 distinfo
; --- distinfo  11 Apr 2017 03:00:12 -  1.15
; +++ distinfo  14 Aug 2017 13:55:39 -
; @@ -1,2 +1,2 @@
; -SHA256 (varnish-5.1.2.tar.gz) = OdhYE34mlIp8hfBzY/E/B3jaYdI0Em4DoWCgy5uk/OM=
; -SIZE (varnish-5.1.2.tar.gz) = 2597817
; +SHA256 (varnish-5.1.3.tar.gz) = LHa1runnFbhGQaHeHbzDlWPCRJZDb6TlQXrNMp6AvSI=
; +SIZE (varnish-5.1.3.tar.gz) = 1183690


-- 
Sending from my toaster.



Re: [FIX] gnupg2

2017-08-22 Thread Giovanni Bechis
It fixes gpg2 --send-keys as well, same siff here.
  Ok for me.
Cheers
  Giovanni

Il 22 agosto 2017 15:28:59 CEST, Edd Barrett  ha scritto:
>Hi,
>
>The last update to gnupg2 broke `gpg2 --refresh`.
>
>---8<---
>$ gpg2 --refresh
>gpg: connecting dirmngr at '/home/edd/.gnupg/S.dirmngr' failed: IPC
>connect call failed
>gpg: keyserver refresh failed: No dirmngr
>--->8---
>
>The reason: dirmngr is dumping core:
>
>---8<---
>$ dirmngr
>assertion "res == 0" failed: file "npth.c", line 123, function
>"enter_npth"
>zsh: abort (core dumped)  dirmngr
>--->8---
>
>Since the crash is to do with npth, I tried updating this port, and it
>appears to be fixed. dirmngr now works:
>
>---8<---
>$ dirmngr
>...
>OK Dirmngr 2.1.23 at your service
>--->8---
>
>Can people try this diff and see if it works for them? OK?
>
>
>Index: devel/npth/Makefile
>===
>RCS file: /home/edd/cvsync/ports/devel/npth/Makefile,v
>retrieving revision 1.6
>diff -u -p -r1.6 Makefile
>--- devel/npth/Makefile1 Oct 2016 13:56:26 -   1.6
>+++ devel/npth/Makefile22 Aug 2017 13:15:34 -
>@@ -2,9 +2,9 @@
> 
> COMMENT=  new GNU Portable Threads Library
> 
>-DISTNAME= npth-1.2
>+DISTNAME= npth-1.5
> 
>-SHARED_LIBS=  npth 0.0# 0.5
>+SHARED_LIBS=  npth 1.0# 1.1
> 
> CATEGORIES=   devel
> 
>Index: devel/npth/distinfo
>===
>RCS file: /home/edd/cvsync/ports/devel/npth/distinfo,v
>retrieving revision 1.2
>diff -u -p -r1.2 distinfo
>--- devel/npth/distinfo18 Sep 2015 10:41:05 -  1.2
>+++ devel/npth/distinfo22 Aug 2017 13:15:34 -
>@@ -1,2 +1,2 @@
>-SHA256 (npth-1.2.tar.bz2) =
>bdvd2yz0mkcj+dGtZWPEgNZ2Dctjy3cmuPw7wuG2wIo=
>-SIZE (npth-1.2.tar.bz2) = 298735
>+SHA256 (npth-1.5.tar.bz2) =
>KUppDB9Te5Ltgp2Ge+5Tfka+k/vWCxbARjD7v82ds8I=
>+SIZE (npth-1.5.tar.bz2) = 299308
>Index: devel/npth/patches/patch-configure
>===
>RCS file: /home/edd/cvsync/ports/devel/npth/patches/patch-configure,v
>retrieving revision 1.2
>diff -u -p -r1.2 patch-configure
>--- devel/npth/patches/patch-configure 18 Sep 2015 10:41:05 -  1.2
>+++ devel/npth/patches/patch-configure 22 Aug 2017 13:15:34 -
>@@ -1,12 +1,13 @@
> $OpenBSD: patch-configure,v 1.2 2015/09/18 10:41:05 pea Exp $
> configure.origSat Apr 11 14:02:28 2015
>-+++ configure Fri Sep 11 14:50:04 2015
>-@@ -2306,8 +2306,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>+Index: configure
>+--- configure.orig
> configure
>+@@ -2311,8 +2311,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  #   (Interfaces removed/changed: AGE=0)
>  #
>- LIBNPTH_LT_CURRENT=0
>--LIBNPTH_LT_AGE=0
>--LIBNPTH_LT_REVISION=5
>+ LIBNPTH_LT_CURRENT=1
>+-LIBNPTH_LT_AGE=1
>+-LIBNPTH_LT_REVISION=1
> +LIBNPTH_LT_AGE=${LIBnpth_MAJOR}
> +LIBNPTH_LT_REVISION=${LIBnpth_MINOR}
>  
>Index: security/gnupg2/Makefile
>===
>RCS file: /home/edd/cvsync/ports/security/gnupg2/Makefile,v
>retrieving revision 1.52
>diff -u -p -r1.52 Makefile
>--- security/gnupg2/Makefile   10 Aug 2017 14:55:48 -  1.52
>+++ security/gnupg2/Makefile   22 Aug 2017 13:15:51 -
>@@ -4,6 +4,7 @@ COMMENT =  GNU privacy guard - a free PGP
> 
> DISTNAME =gnupg-2.1.23
> CATEGORIES =  security
>+REVISION =0
> 
> MASTER_SITES =${MASTER_SITE_GNUPG:=gnupg/}
> 
>@@ -26,7 +27,7 @@ LIB_DEPENDS =archivers/bzip2 \
>   databases/sqlite3 \
>   devel/gettext \
>   devel/libusb1 \
>-  devel/npth \
>+  devel/npth>=1.5 \
>   security/gnutls \
>   security/libassuan>=2.4.3 \
>   security/libgcrypt \



[FIX] gnupg2

2017-08-22 Thread Edd Barrett
Hi,

The last update to gnupg2 broke `gpg2 --refresh`.

---8<---
$ gpg2 --refresh
gpg: connecting dirmngr at '/home/edd/.gnupg/S.dirmngr' failed: IPC connect 
call failed
gpg: keyserver refresh failed: No dirmngr
--->8---

The reason: dirmngr is dumping core:

---8<---
$ dirmngr
assertion "res == 0" failed: file "npth.c", line 123, function "enter_npth"
zsh: abort (core dumped)  dirmngr
--->8---

Since the crash is to do with npth, I tried updating this port, and it
appears to be fixed. dirmngr now works:

---8<---
$ dirmngr
...
OK Dirmngr 2.1.23 at your service
--->8---

Can people try this diff and see if it works for them? OK?


Index: devel/npth/Makefile
===
RCS file: /home/edd/cvsync/ports/devel/npth/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- devel/npth/Makefile 1 Oct 2016 13:56:26 -   1.6
+++ devel/npth/Makefile 22 Aug 2017 13:15:34 -
@@ -2,9 +2,9 @@
 
 COMMENT=   new GNU Portable Threads Library
 
-DISTNAME=  npth-1.2
+DISTNAME=  npth-1.5
 
-SHARED_LIBS=   npth 0.0# 0.5
+SHARED_LIBS=   npth 1.0# 1.1
 
 CATEGORIES=devel
 
Index: devel/npth/distinfo
===
RCS file: /home/edd/cvsync/ports/devel/npth/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- devel/npth/distinfo 18 Sep 2015 10:41:05 -  1.2
+++ devel/npth/distinfo 22 Aug 2017 13:15:34 -
@@ -1,2 +1,2 @@
-SHA256 (npth-1.2.tar.bz2) = bdvd2yz0mkcj+dGtZWPEgNZ2Dctjy3cmuPw7wuG2wIo=
-SIZE (npth-1.2.tar.bz2) = 298735
+SHA256 (npth-1.5.tar.bz2) = KUppDB9Te5Ltgp2Ge+5Tfka+k/vWCxbARjD7v82ds8I=
+SIZE (npth-1.5.tar.bz2) = 299308
Index: devel/npth/patches/patch-configure
===
RCS file: /home/edd/cvsync/ports/devel/npth/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- devel/npth/patches/patch-configure  18 Sep 2015 10:41:05 -  1.2
+++ devel/npth/patches/patch-configure  22 Aug 2017 13:15:34 -
@@ -1,12 +1,13 @@
 $OpenBSD: patch-configure,v 1.2 2015/09/18 10:41:05 pea Exp $
 configure.orig Sat Apr 11 14:02:28 2015
-+++ configure  Fri Sep 11 14:50:04 2015
-@@ -2306,8 +2306,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+Index: configure
+--- configure.orig
 configure
+@@ -2311,8 +2311,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
  #   (Interfaces removed/changed:  AGE=0)
  #
- LIBNPTH_LT_CURRENT=0
--LIBNPTH_LT_AGE=0
--LIBNPTH_LT_REVISION=5
+ LIBNPTH_LT_CURRENT=1
+-LIBNPTH_LT_AGE=1
+-LIBNPTH_LT_REVISION=1
 +LIBNPTH_LT_AGE=${LIBnpth_MAJOR}
 +LIBNPTH_LT_REVISION=${LIBnpth_MINOR}
  
Index: security/gnupg2/Makefile
===
RCS file: /home/edd/cvsync/ports/security/gnupg2/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- security/gnupg2/Makefile10 Aug 2017 14:55:48 -  1.52
+++ security/gnupg2/Makefile22 Aug 2017 13:15:51 -
@@ -4,6 +4,7 @@ COMMENT =   GNU privacy guard - a free PGP
 
 DISTNAME = gnupg-2.1.23
 CATEGORIES =   security
+REVISION = 0
 
 MASTER_SITES = ${MASTER_SITE_GNUPG:=gnupg/}
 
@@ -26,7 +27,7 @@ LIB_DEPENDS = archivers/bzip2 \
databases/sqlite3 \
devel/gettext \
devel/libusb1 \
-   devel/npth \
+   devel/npth>=1.5 \
security/gnutls \
security/libassuan>=2.4.3 \
security/libgcrypt \

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: [UPDATE] archivers/lzop to 1.04

2017-08-22 Thread Frederic Cambus
On Thu, Aug 17, 2017 at 02:52:11PM +0200, Frederic Cambus wrote:
> Hi ports@,
> 
> Here is a diff to update lzop to 1.04 and switch HOMEPAGE / MASTER_SITES
> to https.

Revised diff, to also update license marker and specify GPLv2+.

Comments? OK?

Index: Makefile
===
RCS file: /cvs/ports/archivers/lzop/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile10 Mar 2013 22:28:04 -  1.31
+++ Makefile22 Aug 2017 12:50:34 -
@@ -2,11 +2,11 @@
 
 COMMENT=   fast file compressor similar to gzip
 
-DISTNAME=  lzop-1.03
+DISTNAME=  lzop-1.04
 CATEGORIES=archivers
-HOMEPAGE=  http://www.lzop.org/
+HOMEPAGE=  https://www.lzop.org/
 
-# GPLv2
+# GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 
 MASTER_SITES=  ${HOMEPAGE}download/
Index: distinfo
===
RCS file: /cvs/ports/archivers/lzop/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo4 Apr 2013 16:03:56 -   1.7
+++ distinfo22 Aug 2017 12:50:34 -
@@ -1,2 +1,2 @@
-SHA256 (lzop-1.03.tar.gz) = wUJbjHfUn1pnnVoSbJDqatmVhaVeM1phPK5Z6Qnbssk=
-SIZE (lzop-1.03.tar.gz) = 370775
+SHA256 (lzop-1.04.tar.gz) = fnK2Kopgr/UgCgR+6gdzqPsgXK96y+F3TZUUfzBaL0E=
+SIZE (lzop-1.04.tar.gz) = 393483
Index: pkg/PLIST
===
RCS file: /cvs/ports/archivers/lzop/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   20 Nov 2009 13:35:25 -  1.3
+++ pkg/PLIST   22 Aug 2017 12:50:34 -
@@ -1,3 +1,15 @@
 @comment $OpenBSD: PLIST,v 1.3 2009/11/20 13:35:25 ajacoutot Exp $
 @bin bin/lzop
 @man man/man1/lzop.1
+share/doc/lzop/
+share/doc/lzop/AUTHORS
+share/doc/lzop/COPYING
+share/doc/lzop/NEWS
+share/doc/lzop/README
+share/doc/lzop/THANKS
+share/doc/lzop/lzop.html
+share/doc/lzop/lzop.man
+share/doc/lzop/lzop.pod
+share/doc/lzop/lzop.ps
+share/doc/lzop/lzop.tex
+share/doc/lzop/lzop.txt



Re: ARM Trusted Firmware for RK3399

2017-08-22 Thread Mark Kettenis
> Date: Tue, 22 Aug 2017 12:30:46 +0100
> From: Stuart Henderson 
> 
> On 2017/08/20 23:47, Mark Kettenis wrote:
> > > "arm-trusted-firmware" would match the repository name and seems a
> > > better fit. Maybe expand the DESCR otherwise looks good.
> > 
> > Committed that way.
> 
> ..of course I was looking in atf-rockchip/ when I checked to see if it
> had been committed yet :)
> 
> I'll fix the dep/V=1.

Thanks.  You're right about the depend.  Didn't notice because I have
the dependency installed on my machine.



Re: ARM Trusted Firmware for RK3399

2017-08-22 Thread Stuart Henderson
On 2017/08/20 23:47, Mark Kettenis wrote:
> > "arm-trusted-firmware" would match the repository name and seems a
> > better fit. Maybe expand the DESCR otherwise looks good.
> 
> Committed that way.

..of course I was looking in atf-rockchip/ when I checked to see if it
had been committed yet :)

I'll fix the dep/V=1.



Re: ARM Trusted Firmware for RK3399

2017-08-22 Thread Stuart Henderson
On 2017/08/19 17:46, Mark Kettenis wrote:
> Here is a port for ARM Trusted Firmware 1.4 that builds firmware for
> the Rockchip RK3399.  I anticipate that this port will build firmware
> for other ARMv8 Rockchip SoCs as well; there is code for the RK3328
> and RK3368 in the tree as well.  So this installs the firmware as
> rk3399-bl31.elf instead of just bl31.elf.
> 
> There is support for other SoCs as well.  We currently don't support
> any of those though.  There is some qemu code as well that I haven't
> looked into.  So maybe this should be a general ATF port?  Since there
> already is a port named "atf", I would rename this one to
> "arm-trusted-firmware".
> 
> Note that the Allwinner ATF is built from different source code, so it
> can't easily be included in a general ATF port.
> 
> Thoughts?

I would prefer to import in sysutils/arm-trusted-firmware, we can
split to subpackages if adding support for further SoCs, but that
seems a better "umbrella" directory name.

Please add the following (first needed to build rk3399/drivers/m0,
second so we can see compiler command lines):

BUILD_DEPENDS+= devel/arm-none-eabi/gcc-linaro,arm)
MAKE_FLAGS+= V=1

Then it's OK sthen.



[Update] print/mpage 2.5.7

2017-08-22 Thread Ian McWilliam
A quick update for mpage. No functional change.
Just a re-license to GPLv2 or later.

Ian McWilliam



mpage-2.5.7-update.diff
Description: Binary data
  

COMPILER

2017-08-22 Thread Marc Espie
So COMPILER changed again, hopefully for the last time.

It's now definitely a list that's somewhat more specific
base-gcc
base-clang
gcc3 (for really old stuff
ports-gcc
ports-clang

'gcc' and 'clang' are currently shortcuts so that the existing stuff
doesn't change too much.

this went thru a bulk. And is documented in bsd.port.mk(5)

mostly because people whined they didn't understand things.  Hopefully
this will make sense for everyone.

This is needed for limber stuff like gcc-only, which didn't make
enough sense...

COMPILER=base-gcc gcc3 ports-gcc

(for stuff that's happy with any gcc)

vs.

COMPILER=ports-gcc

(for stuff that really wants the gcc 4.9 from ports)