[update] www/p5-WWW-Search 2.517 -> 2.518

2019-05-20 Thread Charlene Wendling


Here is an update for WWW::Search.

What's new upstream [0]:

- upstream don't force us to use Env anymore, as they use it for
  their own purpose
- if tests fail, the html content is saved to a file

What's new in the port:

- the module really needs itself as TEST_DEPENDS to perform all its
  tests
- devel/p5-Test-File is actually a TEST_DEPENDS
- i've reluctantly kept the p5-Mail-* optional dependencies to avoid
  breaking users' setup

Testing:

- 'make test' passes
- there are 2 consumers: www/p5-WWW-Ebay (it passes), and
  www/p5-WWW-Search-Ebay (it doesn't pass because it's outdated,
  but it's the next on the list)


Comments/feedback are welcome :) 

Charlène.


[0]
https://metacpan.org/source/MTHURN/WWW-Search-2.518/Changes
[1] http://0x0.st/zm4r.tgz


Index: Makefile
===
RCS file: /cvs/ports/www/p5-WWW-Search/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile12 May 2017 20:54:50 -  1.13
+++ Makefile21 May 2019 03:40:33 -
@@ -2,7 +2,7 @@
 
 COMMENT=   virtual base class for WWW searches
 
-DISTNAME = WWW-Search-2.517
+DISTNAME=  WWW-Search-2.518
 CATEGORIES=www
 
 # perl
@@ -13,17 +13,21 @@ PKG_ARCH=   *
 
 RUN_DEPENDS=   converters/p5-DateManip \
devel/p5-File-Slurp \
-   devel/p5-Test-File \
-   mail/p5-Email-MIME>=1.910 \
-   mail/p5-Email-Send \
math/p5-Bit-Vector \
misc/p5-User \
www/p5-CGI \
www/p5-HTML-Parser>=2.23 \
www/p5-HTML-Tree \
www/p5-URI \
-   www/p5-libwww
+   www/p5-libwww>=2
+
+# Optional dependencies, kept to not break users' setup
+RUN_DEPENDS+=  mail/p5-Email-MIME>=1.910 \
+   mail/p5-Email-Send
+
+# The module needs itself to perform all its tests
 TEST_DEPENDS=  devel/p5-IO-Capture \
+   devel/p5-Test-File \
www/p5-WWW-Search
 
 MAKE_ENV+= TEST_POD=Yes
Index: distinfo
===
RCS file: /cvs/ports/www/p5-WWW-Search/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo12 May 2017 20:54:50 -  1.6
+++ distinfo21 May 2019 03:40:33 -
@@ -1,2 +1,2 @@
-SHA256 (WWW-Search-2.517.tar.gz) = BAI1OzgImLJzYp0o/eTYzpDSCtx2UbeGiZICxLpRxBI=
-SIZE (WWW-Search-2.517.tar.gz) = 95286
+SHA256 (WWW-Search-2.518.tar.gz) = WLj0lNDSAgXOzkLnw7NWfPZsxaMcPMBzdYYdCrR+ATA=
+SIZE (WWW-Search-2.518.tar.gz) = 94261



Seafile-v6.2.11 - NamedPipeClient - python module import error

2019-05-20 Thread Abhinav Tamaskar
Hi Kirill and others,
  I have been trying to get seafile working on my server and have not been
able to get
`seaf-cli` to start run on my machine. Unfortunately, it seems like some
files are missing
in the latest version of the package.

To reproduce the error:
$ pkg_add seafile-daemon
$ seaf-cli
Traceback (most recent call last):
  File /usr/local/bin/seaf-cli, line 99, in 
import seafile
  File /usr/local/lib/python2.7/site-packages/seafile/__init__.py, line 2,
in 
from rpcclient import SeafileRpcClient as RpcClient
  File /usr/local/lib/python2.7/site-packages/seafile/rpcclient.py, line 1,
in 
from pysearpc import searpc_func, SearpcError, NamedPipeClient
ImportError: cannot import name NamedPipeClient

System information:
My current system is running the latest snapshot as of this moment, on an
arm64 machine
(rockpro64). There are no patches applied on top of standard package.
Kernel version:
OpenBSD 6.5-current (GENERIC.MP) #19: Thu May 16 17:05:43 MDT 2019
dera...@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP

Possible cause and resolution:
I believe this is an issue with the file
`.../net/seafile/libsearpc/pkg/PLIST`, which does not
contain the names of all the required files. If the file names are added
maybe it will work.
I do not have a system capable of compiling ports, so this is a conjecture
based on an
educated guess.

Let me know if I am being unclear at any point and I can try to clarify.

Thanks a bunch for the port,
Abhinav


回复: [Update] www/p5-Cookie-Baker : update to 0.10

2019-05-20 Thread wen heping
Here is revised patch.
Now remove p5-CGI from TEST_DEPENDS since TEST_DEPENDS includes RUN_DEPENDS.

wen

发件人: Charlene Wendling 
发送时间: 2019年5月15日 22:13
收件人: wen heping
抄送: ports@openbsd.org
主题: Re: [Update] www/p5-Cookie-Baker : update to 0.10

On Wed, 15 May 2019 08:38:13 +
wen heping  wrote:

> Hi, ports@ :
>
> Here is a patch to update www/p5-Cookie-Baker to 0.10, which is
> required by the future update of www/p5-Plack. It build well and
> passed all tests on my amd64-current system.
>
> Only one port p5-Plack depends on www/p5-Cookie-Baker, p5-Plack
> build well and passed all tests with this update.

Same results here.

>Comments ?

As far as Perl is concerned, TEST_DEPENDS includes RUN_DEPENDS,
so you don't need to add www/p5-URI to TEST_DEPENDS.

With that tweaked, OK cwen@

> wen

Charlène.
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Cookie-Baker/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile1 May 2019 19:57:07 -   1.3
+++ Makefile21 May 2019 02:51:29 -
@@ -4,18 +4,16 @@ COMMENT = cookie string generator / par
 
 MODULES =  cpan
 PKG_ARCH = *
-DISTNAME = Cookie-Baker-0.06
+DISTNAME = Cookie-Baker-0.10
 CATEGORIES =   www
-REVISION = 0
 
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
 
 RUN_DEPENDS =  www/p5-URI
 
-TEST_DEPENDS = devel/p5-Test-Time \
-   www/p5-URI
+TEST_DEPENDS = devel/p5-Test-Time
 
-CONFIGURE_STYLE =  modbuild
+CONFIGURE_STYLE =  modbuild tiny
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Cookie-Baker/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo18 Jan 2016 22:37:16 -  1.1.1.1
+++ distinfo21 May 2019 02:51:29 -
@@ -1,2 +1,2 @@
-SHA256 (Cookie-Baker-0.06.tar.gz) = 
Sx+xc9aXevkC+gGCQqCygJnlYSovpD4BYDgHgfXXbqA=
-SIZE (Cookie-Baker-0.06.tar.gz) = 11976
+SHA256 (Cookie-Baker-0.10.tar.gz) = 
tCutFbEtpM3FyQyQL6861IQoGkIgP6TnZShmQ09vpN0=
+SIZE (Cookie-Baker-0.10.tar.gz) = 12401


[update] www/p5-WWW-Mechanize-GZip 0.12 -> 0.14

2019-05-20 Thread Charlene Wendling


Here is an update for WWW::Mechanize::GZip.

There is no actual changes to the code [0], only to the distribution.

What's new in the port:

- zap redundant perl5 in CATEGORIES
- change DESCR to make it shorter, and remove the URL that now leads to
  some e-commerce stuff
- enable Pod testing

Testing: 

- 'make test' passes
- there are no consumers

Comments/feedback are welcome!

Charlène.


[0]
https://metacpan.org/diff/file?source=PEGI/WWW-Mechanize-GZip-0.12=PEGI/WWW-Mechanize-GZip-0.14


Index: Makefile
===
RCS file: /cvs/ports/www/p5-WWW-Mechanize-GZip/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile20 Mar 2016 19:57:22 -  1.2
+++ Makefile21 May 2019 02:29:56 -
@@ -5,12 +5,14 @@ COMMENT=  tries to fetch webpages with gz
 MODULES=   cpan
 PKG_ARCH=  *
 
-DISTNAME=  WWW-Mechanize-GZip-0.12
-CATEGORIES=www perl5
+DISTNAME=  WWW-Mechanize-GZip-0.14
+CATEGORIES=www
 
 # Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
 RUN_DEPENDS =  www/p5-WWW-Mechanize
+
+MAKE_ENV+= TEST_POD=Yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-WWW-Mechanize-GZip/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo18 Nov 2013 16:49:14 -  1.1.1.1
+++ distinfo21 May 2019 02:29:56 -
@@ -1,2 +1,2 @@
-SHA256 (WWW-Mechanize-GZip-0.12.tar.gz) = 
yOPrQ+JaJyliEvJv0EcY5US3KPcGpOoZYwO+7hZt5Xc=
-SIZE (WWW-Mechanize-GZip-0.12.tar.gz) = 3040
+SHA256 (WWW-Mechanize-GZip-0.14.tar.gz) = 
sGD26zIrdUefz9gK9skoyAbVann5l0o2PdW4WCgSHfI=
+SIZE (WWW-Mechanize-GZip-0.14.tar.gz) = 3527
Index: pkg/DESCR
===
RCS file: /cvs/ports/www/p5-WWW-Mechanize-GZip/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   18 Nov 2013 16:49:14 -  1.1.1.1
+++ pkg/DESCR   21 May 2019 02:29:56 -
@@ -1,19 +1,6 @@
 The WWW::Mechanize::GZip module tries to fetch a URL by requesting
-gzip-compression from the webserver.
+gzip-compression from the web server. If such compression is not
+available, the content will be available nonetheless.
 
-If the response contains a header with 'Content-Encoding: gzip', it
-decompresses the response in order to get the original (uncompressed)
-content.
-
-This module will help to reduce bandwith fetching webpages, if supported
-by the webeserver. If the webserver does not support gzip-compression,
-no decompression will be made.
-
-This modules is a direct subclass of WWW::Mechanize and will therefore
-support any methods provided by WWW::Mechanize.
-
-The decompression is handled by Compress::Zlib::memGunzip.
-
-There is a small webform, you can instantly test, whether a webserver
-supports gzip-compression on a particular URL:
-http://www.computerhandlung.de/www-mechanize-gzip.htm
+This module is a direct subclass of WWW::Mechanize and will therefore
+support any method provided by WWW::Mechanize.
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-WWW-Mechanize-GZip/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Nov 2013 16:49:14 -  1.1.1.1
+++ pkg/PLIST   21 May 2019 02:29:56 -
@@ -1,5 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/18 16:49:14 merdely Exp $
-${P5SITE}/WWW/
-${P5SITE}/WWW/Mechanize/
 ${P5SITE}/WWW/Mechanize/GZip.pm
 @man man/man3p/WWW::Mechanize::GZip.3p



[update] devel/p5-SVN-Notify 2.86 -> 2.87

2019-05-20 Thread Charlene Wendling


Here is an update for SVN::Notify.

Upstream moved from Email::Address to Email::Address::XS.
That's it [0]. Please note they seem to have a hard time with 
defining what is a hard dependency from an optional one,
mostly because they wanted to keep Perl<=5.8 compat.

We're better off grep'ing the source.

What's new in the port:

- reworked depends according to what i've said earlier
- there is no Pod testing so i removed TEST_POD

Testing: 

- 'make test' passes
- there are no consumers

Comments/feedback are welcome!

Charlène.


[0]
https://metacpan.org/diff/file?target=MPGHF/SVN-Notify-2.87/=DWHEELER%2FSVN-Notify-2.86


Index: Makefile
===
RCS file: /cvs/ports/devel/p5-SVN-Notify/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile28 Apr 2016 14:21:58 -  1.18
+++ Makefile21 May 2019 01:33:36 -
@@ -5,19 +5,16 @@ COMMENT=  subversion activity notificatio
 MODULES=   cpan
 PKG_ARCH=  *
 
-DISTNAME = SVN-Notify-2.86
+DISTNAME=  SVN-Notify-2.87
 CATEGORIES=devel
 
-# perl
+# Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
-RUN_DEPENDS=   devel/subversion,-perl \
-   www/p5-HTML-Parser
-BUILD_DEPENDS= ${RUN_DEPENDS}
-TEST_DEPENDS=  mail/p5-Email-Address
+RUN_DEPENDS=   devel/subversion,-perl \
+   mail/p5-Email-Address-XS>=1.03 \
+   www/p5-HTML-Parser
 
-MAKE_ENV=  TEST_POD=Yes
-
-CONFIGURE_STYLE= modbuild
+CONFIGURE_STYLE=   modbuild
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/p5-SVN-Notify/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo28 Apr 2016 14:21:58 -  1.10
+++ distinfo21 May 2019 01:33:36 -
@@ -1,2 +1,2 @@
-SHA256 (SVN-Notify-2.86.tar.gz) = HCMNCVNocCYadeDQBeRRD2s48WmUtJQGTUgxLz6FLhc=
-SIZE (SVN-Notify-2.86.tar.gz) = 99031
+SHA256 (SVN-Notify-2.87.tar.gz) = a4ktOxcBC95FZc1dYr6eyrAbB4fKWagil7Vdirs/6xQ=
+SIZE (SVN-Notify-2.87.tar.gz) = 99243



[update] www/p5-HTML-Template 2.9 -> 2.97

2019-05-20 Thread Charlene Wendling


Here is a long overdue update for HTML::Template.

What's new upstream (97 lines of changelog [0]): 

- full UTF-8 templates support
- allow clean XML style tags like ""
- add a config() method to allow global defaults, reducing boilerplate
  code
- add lazy caching
- most importantly, nothing backward incompatible :)

What's new in the port:

- use Perl license marker, and metacpan HOMEPAGE
- as CGI has been dropped from core modules since Perl 5.22, we need
  to pull it as dependency for tests
- add Pod testing

Testing:

- 'make test' passes
- There are 11 direct consumers that i've tested [1], and found no new
  issues due to that update.

Comments/feedback are welcome!

Charlène.


[0] https://metacpan.org/source/SAMTREGAR/HTML-Template-2.97/Changes
[1] http://0x0.st/zmVL.tgz


Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-Template/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile6 May 2019 19:36:30 -   1.10
+++ Makefile20 May 2019 23:35:58 -
@@ -4,13 +4,14 @@ COMMENT=  use HTML Templates from CGI scr
 
 MODULES=   cpan
 PKG_ARCH=  *
-DISTNAME=  HTML-Template-2.9
+DISTNAME=  HTML-Template-2.97
 CATEGORIES=www
-REVISION=  0
 
-HOMEPAGE=  http://sourceforge.net/projects/html-template/
-
-# GPL/Artistic license
+# Perl
 PERMIT_PACKAGE_CDROM=  Yes
+
+TEST_DEPENDS=  www/p5-CGI
+
+MAKE_ENV+= TEST_POD=Yes AUTHOR_TESTING=Yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-Template/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo18 Jan 2015 03:15:45 -  1.6
+++ distinfo20 May 2019 23:35:58 -
@@ -1,2 +1,2 @@
-SHA256 (HTML-Template-2.9.tar.gz) = 
Yml7+kxlcp/lor8IvqHODWXdBgBk0yfdpmGcYKURQEc=
-SIZE (HTML-Template-2.9.tar.gz) = 82558
+SHA256 (HTML-Template-2.97.tar.gz) = 
ZUevYfOqhXk/hhYZCTjWd9eZX7O3IMFiWAQLyTXiEp8=
+SIZE (HTML-Template-2.97.tar.gz) = 88236
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-HTML-Template/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   15 Sep 2004 18:49:51 -  1.3
+++ pkg/PLIST   20 May 2019 23:35:58 -
@@ -1,4 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:49:51 espie Exp $
 ${P5SITE}/HTML/
+${P5SITE}/HTML/Template/
 ${P5SITE}/HTML/Template.pm
+${P5SITE}/HTML/Template/FAQ.pm
 @man man/man3p/HTML::Template.3p
+@man man/man3p/HTML::Template::FAQ.3p



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2019/05/20 17:45:48

Modified files:
devel/gettext  : Makefile 
Added files:
devel/gettext/patches: patch-gettext-tools_src_msgmerge_c 

Log message:
Fix behaviour of msgmerge --for-msgfmt on PO files with no translations.
>From upstream git.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2019/05/20 16:15:31

Modified files:
archivers/gcpio: Makefile 
archivers/gshar+gunshar: Makefile 
archivers/gtar : Makefile 
astro/celestia : Makefile 
astro/gcal : Makefile 
astro/kstars   : Makefile 
audio/ario : Makefile 
audio/audacious: Makefile 
audio/audacious-plugins: Makefile 
audio/audacity : Makefile 
audio/clementine: Makefile 
audio/exaile   : Makefile 
audio/fluidsynth: Makefile 
audio/grip : Makefile 
audio/herrie   : Makefile 
audio/libgpod  : Makefile 
audio/libofa   : Makefile 
audio/madplay  : Makefile 
audio/moc  : Makefile 
audio/mp3info  : Makefile 
audio/ncmpc: Makefile 
audio/normalize: Makefile 
audio/picard   : Makefile 
audio/quodlibet: Makefile 
audio/radiotray: Makefile 
audio/solfege  : Makefile 
audio/sonata   : Makefile 
audio/timidity : Makefile 
audio/vorbis-tools: Makefile 
cad/kicad  : Makefile 
cad/klogic : Makefile 
cad/openscad   : Makefile 
comms/amtterm  : Makefile 
comms/fldigi   : Makefile 
comms/gammu: Makefile 
comms/minicom  : Makefile 
comms/scmxx: Makefile 
converters/dos2unix: Makefile 
converters/recode: Makefile 
databases/gdbm : Makefile 
databases/kdb  : Makefile 
databases/kexi : Makefile 
devel  : Makefile 
devel/autogen  : Makefile 
devel/bison: Makefile 
devel/cflow: Makefile 
devel/cpp-hocon: Makefile 
devel/doc++: Makefile 
devel/gettext  : Makefile distinfo 
devel/gettext/patches: patch-gettext-runtime_intl_dcigettext_c 
   patch-gettext-runtime_intl_relocatable_c 
devel/gindent  : Makefile 
devel/git  : Makefile 
devel/git-cola : Makefile 
devel/glib2: Makefile 
devel/gmake: Makefile 
devel/gwenhywfar: Makefile 
devel/id-utils : Makefile 
devel/iso-codes: Makefile 
devel/kdevelop : Makefile 
devel/kdiff3   : Makefile 
devel/kf5/baloo: Makefile 
devel/kf5/frameworkintegration: Makefile 
devel/kf5/kactivities: Makefile 
devel/kf5/kbookmarks: Makefile 
devel/kf5/kcmutils: Makefile 
devel/kf5/kconfigwidgets: Makefile 
devel/kf5/kdeclarative: Makefile 
devel/kf5/kdelibs4support: Makefile 
devel/kf5/kdesignerplugin: Makefile 
devel/kf5/kdesu: Makefile 
devel/kf5/kdewebkit: Makefile 
devel/kf5/kdoctools: Makefile 
devel/kf5/kfilemetadata: Makefile 
devel/kf5/kholidays: Makefile 
devel/kf5/khtml: Makefile 
devel/kf5/ki18n: Makefile 
devel/kf5/kiconthemes: Makefile 
devel/kf5/kinit: Makefile 
devel/kf5/kio  : Makefile 
devel/kf5/kirigami2: Makefile 
devel/kf5/kjs  : Makefile 
devel/kf5/kjsembed: Makefile 
devel/kf5/kmediaplayer: Makefile 
devel/kf5/knewstuff: Makefile 
devel/kf5/knotifyconfig: Makefile 
devel/kf5/kpackage: Makefile 
devel/kf5/kparts: Makefile 
devel/kf5/kpeople: Makefile 
devel/kf5/kpty : Makefile 
devel/kf5/kross: Makefile 
devel/kf5/krunner: Makefile 
devel/kf5/kservice: Makefile 
devel/kf5/ktexteditor: Makefile 
devel/kf5/ktextwidgets: Makefile 
devel/kf5/kunitconversion: Makefile 
devel/kf5/kwallet: Makefile 
devel/kf5/kxmlgui: Makefile 
devel/kf5/kxmlrpcclient: Makefile 
devel/kf5/plasma-framework: Makefile 
devel/kf5/purpose: Makefile 
devel/kreport  : Makefile 
devel/leatherman: Makefile 
devel/libconfuse: Makefile 
devel/libftdi1 : Makefile 
devel/libidn   : Makefile 
devel/mercurial: Makefile 
devel/monotone : Makefile 
devel/p5-Locale-gettext: Makefile 
devel/p5-libintl: Makefile 
devel/popt : Makefile 
devel/quilt: Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
devel/rapidsvn : Makefile 
devel/subversion: Makefile 
devel/xdg-user-dirs: Makefile 
editors/calligra: Makefile 
editors/cooledit: Makefile 
editors/kile   : Makefile 
editors/kile-kde4: Makefile 
editors/libreoffice: Makefile 
editors/nano   : Makefile 
editors/neovim : Makefile 
editors/tea: Makefile 
editors/vim: Makefile 
editors/xemacs21/stable: Makefile 
education/gtypist: Makefile 
emulators/dolphin: Makefile 
emulators/fs-uae: Makefile 

Re: [UPDATE] devel/check 0.10.0 => 0.12.0

2019-05-20 Thread Stuart Henderson
On 2019/05/20 11:24, Peter Ezetta wrote:
> Ping :)
> 
> On Thu, May 16, 2019 at 6:25 AM Peter Ezetta  wrote:
> 
> > Hi Stuart,
> >
> > Sorry about that, I have attached a diff instead of pasting it this time.
> >
> > There are quite a few changes over the last few releases. Change notes are
> > available here: https://libcheck.github.io/check/NEWS
> >
> > - Peter
> >
> >
> >
> > On Thu, May 16, 2019 at 1:24 AM Stuart Henderson 
> > wrote:
> >
> >> On 2019/05/15 09:55, Peter Ezetta wrote:
> >> > Hello Ports,
> >> >
> >> > The following diff updates devel/check from v0.10.0 to 0.12.0, as well
> >> as
> >> > updating the master site from SourceForge to GitHub. This change was
> >> > required for a personal project which utilizes the ck_assert_ldouble_*
> >> > macros, which were introduced in 0.11.0.
> >> >
> >> > I was unsure whether modifying the existing patches or creating new
> >> patches
> >> > was the correct way to go. This diff modifies the existing patches, but
> >> I
> >> > could re-do this with fresh patches if that is more appropriate.
> >> >
> >> > This has update been tested successfully against my own code on amd64.
> >> Any
> >> > testing or feedback would be greatly appreciated.
> >>
> >> Your diff reads OK, but it's word-wrapped and doesn't apply with patch,
> >> so I haven't done a test build or checked to see if there are any changes
> >> to the library that would require a SHARED_LIBS bump.
> >>
> >>

Committed (with a shared library bump as there are new functions exported,
so a program depending against this version may not work with an older version).



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 15:36:54

Modified files:
devel/check: Makefile distinfo 
devel/check/patches: patch-Makefile_in patch-doc_Makefile_in 

Log message:
update to check-0.12.0, from Peter Ezetta, plus shared lib minor bump from
me due to new exported functions



[update] www/p5-HTML-TableContentParser 0.13 -> 0.301

2019-05-20 Thread Charlene Wendling


Here is an update for HTML::TableContentParser.

What's new upstream [0]:

- modernise the distribution and tests, fix documentation
- fix table in table parsing
- treat  like , the old behaviour has been kept as an option

What's new in the port: 

- reflow DESCR
- put a valid license marker
- spacing fixes

Testing: 

- 'make test' passes
- there are no consumers

Comments/feedback are welcome!

Charlène. 


[0]
https://metacpan.org/source/WYANT/HTML-TableContentParser-0.301/Changes


Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-TableContentParser/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile20 Mar 2016 19:57:18 -  1.13
+++ Makefile20 May 2019 21:04:53 -
@@ -4,14 +4,12 @@ COMMENT=  module to parse the content of 
 
 MODULES=   cpan
 PKG_ARCH=  *
-DISTNAME=  HTML-TableContentParser-0.13
-REVISION=  3
+DISTNAME=  HTML-TableContentParser-0.301
 CATEGORIES=www devel
 
-# GPL
-PERMIT_PACKAGE_CDROM=   Yes
+# Perl
+PERMIT_PACKAGE_CDROM=  Yes
 
 RUN_DEPENDS=   www/p5-HTML-Parser
-BUILD_DEPENDS= ${RUN_DEPENDS}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-TableContentParser/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo18 Jan 2015 03:15:44 -  1.4
+++ distinfo20 May 2019 21:04:53 -
@@ -1,2 +1,2 @@
-SHA256 (HTML-TableContentParser-0.13.tar.gz) = 
PrnID2Wt9QgwCpX1kdjFjct9dOkLG35dTZkIWZxbVWg=
-SIZE (HTML-TableContentParser-0.13.tar.gz) = 4664
+SHA256 (HTML-TableContentParser-0.301.tar.gz) = 
NdExHoDNoXdBYu2E2+IlWQ9ofhoy2sCbKizQvEqMxGU=
+SIZE (HTML-TableContentParser-0.301.tar.gz) = 17316
Index: pkg/DESCR
===
RCS file: /cvs/ports/www/p5-HTML-TableContentParser/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   30 Jun 2004 08:29:04 -  1.1.1.1
+++ pkg/DESCR   20 May 2019 21:04:53 -
@@ -1,6 +1,5 @@
-This module pulls out the contents of a table from a
-string containing HTML.  Each time a table is encountered,
-data will be stored in an array consisting of a hash of
-whatever was discovered about the table -- id, name, bor-
-der, cellspacing etc, and of course data contained within
-the table.
+This module pulls out the contents of a table from a string containing
+HTML. Each time a table is encountered, data will be stored in an array
+consisting of a hash of whatever was discovered about the table -- id,
+name, border, cellspacing etc, and of course data contained within the
+table.



[update] www/p5-HTML-SiteTear 1.44 -> 1.46

2019-05-20 Thread Charlene Wendling
Hi ports,

Here is an update for HTML::SiteTear. 

What's new upstream (partial, see [0]): 

- support embed and param html tags
- avoid accidental file clobbering 
- handle non-existent paths given to functions

Port-wise it's a simple update with a dependencies cleanup.

Testing: 

- 'make test' passes
- there are no consumers

Comments/feedback are welcome.

Charlène.


[0] https://metacpan.org/source/TKURITA/HTML-SiteTear-1.46/Changes


Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-SiteTear/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile4 May 2019 01:18:59 -   1.10
+++ Makefile20 May 2019 20:54:59 -
@@ -4,20 +4,15 @@ COMMENT=  make a separate copy of a web s
 
 MODULES=   cpan
 PKG_ARCH=  *
-DISTNAME = HTML-SiteTear-1.44
+DISTNAME=  HTML-SiteTear-1.46
 CATEGORIES=www
-REVISION=  0
 
 # Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
 RUN_DEPENDS=   devel/p5-Class-Accessor \
www/p5-HTML-Copy \
-   www/p5-HTML-Parser \
-   www/p5-HTML-Tagset \
-   www/p5-URI \
-   www/p5-libwww
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
+   www/p5-HTML-Parser>=3.4 \
+   www/p5-URI
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-SiteTear/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo10 Nov 2014 11:09:57 -  1.2
+++ distinfo20 May 2019 20:54:59 -
@@ -1,2 +1,2 @@
-SHA256 (HTML-SiteTear-1.44.tar.gz) = 
wooWwsmWsRbTwAQoPhsqwb9r9kDeLAbAK/iMSFzx4/4=
-SIZE (HTML-SiteTear-1.44.tar.gz) = 9788
+SHA256 (HTML-SiteTear-1.46.tar.gz) = 
BrceSqWPFaIiEhOSWUwlDX9fd3ioJRnD4U5hxlrVPv4=
+SIZE (HTML-SiteTear-1.46.tar.gz) = 10578



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 14:52:36

Modified files:
audio/fluidsynth: Makefile 
audio/herrie   : Makefile 
audio/mikmod   : Makefile 
audio/mp3blaster: Makefile 
audio/nap  : Makefile 
audio/ocp  : Makefile 
comms/colrdx   : Makefile 
comms/lcdproc  : Makefile 
comms/tlf  : Makefile 
databases/sqlite: Makefile 
databases/sqsh : Makefile 
devel/arm-elf/gdb: Makefile 
devel/arm-none-eabi/gdb: Makefile 
devel/avr/gdb  : Makefile 
devel/cscope   : Makefile 
devel/cunit: Makefile 
devel/gdb  : Makefile 
devel/msp430/gdb: Makefile 
devel/ruby-ncurses: Makefile 
devel/simulavr : Makefile 
editors/beav   : Makefile 
editors/bvi: Makefile 
editors/dhex   : Makefile 
editors/hexcurse: Makefile 
editors/hnb: Makefile 
editors/ht : Makefile 
editors/se : Makefile 
editors/traditional-vi: Makefile 
editors/tweak  : Makefile 
editors/xwpe   : Makefile 
education/dvorak7min: Makefile 
education/epte : Makefile 
emulators/x48  : Makefile 
games/bastet   : Makefile 
games/bluemoon : Makefile 
games/braincurses: Makefile 
games/cgames   : Makefile 
games/cmatrix  : Makefile 
games/gnugo: Makefile 
games/sl   : Makefile 
games/vitetris : Makefile 
games/vms-empire: Makefile 
games/zangband : Makefile 
games/ztrack   : Makefile 
graphics/aalib : Makefile 
japanese/less  : Makefile 
lang/apl   : Makefile 
lang/librep: Makefile 
lang/pfe   : Makefile 
math/freemat   : Makefile 
math/libqalculate: Makefile 
math/mathomatic: Makefile 
math/pari  : Makefile 
misc/ccze  : Makefile 
misc/clex  : Makefile 
misc/gnuwatch  : Makefile 
multimedia/xine-ui: Makefile 
net/argus-clients: Makefile 
net/dnstop : Makefile 
net/ekg: Makefile 
net/epic4  : Makefile 
net/freetalk   : Makefile 
net/honeyd : Makefile 
net/mtr: Makefile 
net/ncftp  : Makefile 
net/nload  : Makefile 
net/silc-client: Makefile 
net/slurm  : Makefile 
net/spectrum-tools: Makefile 
net/tn5250 : Makefile 
net/yafc   : Makefile 
net/yaz: Makefile 
net/ytalk  : Makefile 
productivity/devtodo: Makefile 
security/ikeman: Makefile 
security/zkt   : Makefile 
sysutils/dtpstree: Makefile 
sysutils/ipmitool: Makefile 
sysutils/libstatgrab: Makefile 
sysutils/lookat: Makefile 
sysutils/multitail: Makefile 
sysutils/tmate : Makefile 
sysutils/whowatch: Makefile 
textproc/sablotron: Makefile 
textproc/urlview: Makefile 
www/retawq : Makefile 
x11/xrestop: Makefile 

Log message:
another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/05/20 14:02:27

Modified files:
www/varnish: Makefile 
www/varnish/pkg: PLIST varnishd.rc 
Added files:
www/varnish/files: varnishreload varnishreload.1 

Log message:
Add varnishreload script

varnishreload(1) is a simple script that reloads Varnish's active VCL
without restarting the server.  See the manual for more details.

This enables reload in our rc(8) script.

OK gonzalo



Re: NEW: Tacacs+ port - shrubbery.net version

2019-05-20 Thread Gleydson Soares
Hi Jan,

thank you for your effort on this port.
i've pushed it to openbsd-wip at
https://github.com/jasperla/openbsd-wip/tree/master/net/tacacs%2B
it addresses the joint work of you and sthen@

are you still ok regarding of taking maintanership?

i will give some extra tests and double review next days.

Thank you,
Gleydson.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2019/05/20 13:38:55

Modified files:
emulators/xroar: Makefile distinfo 

Log message:
Update to xroar 0.35.4.



Re: [UPDATE] devel/check 0.10.0 => 0.12.0

2019-05-20 Thread Peter Ezetta
Ping :)

On Thu, May 16, 2019 at 6:25 AM Peter Ezetta  wrote:

> Hi Stuart,
>
> Sorry about that, I have attached a diff instead of pasting it this time.
>
> There are quite a few changes over the last few releases. Change notes are
> available here: https://libcheck.github.io/check/NEWS
>
> - Peter
>
>
>
> On Thu, May 16, 2019 at 1:24 AM Stuart Henderson 
> wrote:
>
>> On 2019/05/15 09:55, Peter Ezetta wrote:
>> > Hello Ports,
>> >
>> > The following diff updates devel/check from v0.10.0 to 0.12.0, as well
>> as
>> > updating the master site from SourceForge to GitHub. This change was
>> > required for a personal project which utilizes the ck_assert_ldouble_*
>> > macros, which were introduced in 0.11.0.
>> >
>> > I was unsure whether modifying the existing patches or creating new
>> patches
>> > was the correct way to go. This diff modifies the existing patches, but
>> I
>> > could re-do this with fresh patches if that is more appropriate.
>> >
>> > This has update been tested successfully against my own code on amd64.
>> Any
>> > testing or feedback would be greatly appreciated.
>>
>> Your diff reads OK, but it's word-wrapped and doesn't apply with patch,
>> so I haven't done a test build or checked to see if there are any changes
>> to the library that would require a SHARED_LIBS bump.
>>
>>


CVS: cvs.openbsd.org: ports

2019-05-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2019/05/20 11:47:39

Modified files:
net/wireguard-go: Makefile distinfo 

Log message:
update to wireguard-go-0.0.20190517



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2019/05/20 11:16:56

Modified files:
devel/py-r2pipe: Makefile distinfo 
devel/py-r2pipe/pkg: PLIST 

Log message:
update to r2pipe-1.3.1



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 10:59:12

Modified files:
textproc/p5-PerlIO-utf8_strict: Makefile 

Log message:
WANTLIB+=c



Blender - no gui menu displayed

2019-05-20 Thread Mihai Popescu
Hello,

Maybe it is already known, but blender is not able to display gui
menus. IT renders just a blank no menu and items window. I will send
some terminal errors and dmesg. More info can be sent later.

search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value not found.
search for unknown operator 'RENDER_OT_play_rendered_anim',
'RENDER_OT_play_rendered_anim'
search for unknown operator 'WM_OT_context_toggle', 'WM_OT_context_toggle'
RNA_string_set: OperatorProperties.data_path not found.
search for unknown operator 'WM_OT_context_cycle_enum',
'WM_OT_context_cycle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_boolean_set: OperatorProperties.wrap not found.
search for unknown operator 'WM_OT_context_toggle_enum',
'WM_OT_context_toggle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value_1 not found.
RNA_string_set: OperatorProperties.value_2 not found.
search for unknown operator 'WM_OT_context_toggle_enum',
'WM_OT_context_toggle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value_1 not found.
RNA_string_set: OperatorProperties.value_2 not found.
search for unknown operator 'WM_OT_context_cycle_enum',
'WM_OT_context_cycle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_boolean_set: OperatorProperties.wrap not found.
search for unknown operator 'WM_OT_context_toggle', 'WM_OT_context_toggle'
RNA_string_set: OperatorProperties.data_path not found.
search for unknown operator 'WM_OT_context_cycle_enum',
'WM_OT_context_cycle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_boolean_set: OperatorProperties.wrap not found.
search for unknown operator 'WM_OT_context_toggle_enum',
'WM_OT_context_toggle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value_1 not found.
RNA_string_set: OperatorProperties.value_2 not found.
search for unknown operator 'VIEW3D_OT_edit_mesh_extrude_move_normal',
'VIEW3D_OT_edit_mesh_extrude_move_normal'
search for unknown operator 'WM_OT_context_cycle_enum',
'WM_OT_context_cycle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_boolean_set: OperatorProperties.wrap not found.
search for unknown operator 'WM_OT_context_toggle_enum',
'WM_OT_context_toggle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value_1 not found.
RNA_string_set: OperatorProperties.value_2 not found.
search for unknown operator 'WM_OT_context_toggle_enum',
'WM_OT_context_toggle_enum'
RNA_string_set: OperatorProperties.data_path not found.
RNA_string_set: OperatorProperties.value_1 not found.
RNA_string_set: OperatorProperties.value_2 not found.
search for unknown operator 'WM_OT_context_toggle', 'WM_OT_context_toggle'
RNA_string_set: OperatorProperties.data_path not found.
search for unknown operator 'WM_OT_context_cycle_enum',
'WM_OT_context_cycle_enum'
RNA_string_set: OperatorProperties.data_path 

Re: Update: devel/gettext 0.20.1 + multi-packaging

2019-05-20 Thread Stuart Henderson
On 2019/05/20 15:30, Christian Weisgerber wrote:
> On 2019-05-12, Christian Weisgerber  wrote:
> 
> > Update devel/gettext to 0.20.1.
> >
> > It will also require tweaking the *_DEPENDS of dependent ports and
> > bumping the REVISION of all ports that have a LIB_DEPENDS/RUN_DEPENDS
> > on one of the gettext components.  I'll handle that.
> 
> Since these are already comprehensive changes:
> Any objections to renaming the runtime package from gettext to
> gettext-runtime while I'm here?
> 
> -- 
> Christian "naddy" Weisgerber  na...@mips.inka.de
> 

As long as LIB_DEPENDS=devel/gettext finger memory still works I don't
much mind what the package is called.

I have wantlib syncs to do in 466 ports (I haven't started yet), would
you prefer to do yours before or after?



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 09:59:30

Modified files:
graphics/pecl-imagick: Makefile distinfo 

Log message:
update to pecl-imagick-3.4.4, sync wantlib



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 09:58:15

Modified files:
devel/boost: Makefile 

Log message:
boost-md needs LIB_DEPENDS/WANTLIB on -main



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 09:55:14

Modified files:
databases/mdbtools: Makefile 

Log message:
sync wantlib



Re: Update: devel/gettext 0.20.1 + multi-packaging

2019-05-20 Thread Christian Weisgerber
On 2019-05-12, Christian Weisgerber  wrote:

> Update devel/gettext to 0.20.1.
>
> It will also require tweaking the *_DEPENDS of dependent ports and
> bumping the REVISION of all ports that have a LIB_DEPENDS/RUN_DEPENDS
> on one of the gettext components.  I'll handle that.

Since these are already comprehensive changes:
Any objections to renaming the runtime package from gettext to
gettext-runtime while I'm here?

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



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2019/05/20 09:28:29

Modified files:
net/openconnect: Makefile distinfo 

Log message:
Update to openconnect-8.03.

Fairly minor update. Announcement, which includes details, can be found
at
http://lists.infradead.org/pipermail/openconnect-devel/2019-May/005358.html

OK sthen@



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2019/05/20 09:12:28

Modified files:
devel/libexecinfo: Makefile 
devel/libexecinfo/patches: patch-examples_Makefile 
   patch-libbacktrace_Makefile 
   patch-libbacktrace_backtrace_3 
devel/libexecinfo/pkg: PLIST 

Log message:
Delete the needless MLINKS because the feature will soon be removed
from base.  Instead, add the missing .Nm macros to the NAME section
of the manual page.  Delete the misleading MANDIR variable and
regenate the patches while here.  Bump.
OK sthen@ marco@



Re: UPDATE: Nextcloud-16.0.1

2019-05-20 Thread Stefan Sperling
On Sun, May 19, 2019 at 10:41:04AM +0200, Gonzalo L. Rodriguez wrote:
> What about this one? All happy?
> 
> OK?
> 

Runs fine on my sparc64 (which is still at 6.5 atm...)



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/05/20 08:59:37

Modified files:
security/nss   : Makefile 
security/nss/pkg: DESCR 

Log message:
Stop mentioning SSLv2 and SSLv3

ok landry@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/05/20 08:59:05

Modified files:
lang/gcc/8 : Makefile 
lang/gcc/8/patches: patch-gcc_config_aarch64_openbsd_h 
patch-gcc_config_alpha_openbsd_h 
patch-gcc_config_arm_openbsd_h 
patch-gcc_config_i386_openbsdelf_h 
patch-gcc_config_mips_openbsd_h 
patch-gcc_config_pa_pa-openbsd_h 
patch-gcc_config_sparc_openbsd64_h 

Log message:
Adjust gcc specs to not pass -dynamic-linker to ld if -shared is given on
the command line.  This resulted in shared libraries with an .interp section,
confusing plist generation tools.

Discussed with espie@, guenther@ and kettenis@; initial patch from espie@.

ok espie@



Re: UPDATE: Nextcloud-16.0.1

2019-05-20 Thread Gonzalo L. Rodriguez
Well, new diff after talking to sthen@ about the upcoming changes in php default
version, we can use 7.3 so far for -current.

OK?

On Sun, 19 May 2019 at 10:41:04 +0200, Gonzalo L. Rodriguez wrote:
> What about this one? All happy?
> 
> OK?
> 
> Cheers.-
> 
> On Sat, 18 May 2019 at 11:41:58 -0400, Stefan Sperling wrote:
> > On Sat, May 18, 2019 at 10:07:44AM +0200, Gonzalo L. Rodriguez wrote:
> > > A diff would be nice, I like a simpler version of httpd.conf.
> > 
> > Is this OK?
> > 
> > diff 280bf952361344623a0efd16a764d42cf5d7a8b9 /usr/ports
> > blob - 03857e21f187289323ca086848538a0ab24d2cfe
> > file + www/nextcloud/Makefile
> > --- www/nextcloud/Makefile
> > +++ www/nextcloud/Makefile
> > @@ -5,6 +5,7 @@ COMMENT=easy and universal access to shared 
> > and/or p
> >  V= 16.0.0
> >  DISTNAME=  nextcloud-${V}
> >  EXTRACT_SUFX=  .tar.bz2
> > +REVISION=  0
> >  
> >  CATEGORIES=www
> >  
> > blob - ef8c31fac5a80c2878b486f1472ac53152e7119b
> > file + www/nextcloud/pkg/README
> > --- www/nextcloud/pkg/README
> > +++ www/nextcloud/pkg/README
> > @@ -38,9 +38,6 @@ httpd(8) example configuration for Nextcloud:
> >  server "domain.tld" {
> > listen on egress tls port 443
> >  
> > -   root "/nextcloud"
> > -   request strip 1
> > -
> > hsts max-age 15768000
> >  
> > tls {
> > @@ -48,28 +45,54 @@ server "domain.tld" {
> > key "/etc/ssl/private/domain.tld_private.pem"
> > }
> >  
> > -   # First deny access to the specified files
> > -   location "/.ht*"{ block }
> > -   location "/.user*"  { block }
> > -   location "/3rdparty*"   { block }
> > -   location "/README"  { block }
> > -   location "/autotest*"   { block }
> > -   location "/build*"  { block }
> > -   location "/config*" { block }
> > -   location "/console*"{ block }
> > -   location "/data*"   { block }
> > -   location "/db_*"{ block }
> > -   location "/indie*"  { block }
> > -   location "/issue*"  { block }
> > -   location "/lib*"{ block }
> > -   location "/occ*"{ block }
> > -   location "/templates*"  { block }
> > -   location "/tests*"  { block }
> > +   # Set max upload size to 513M (in bytes)
> > +   connection max request body 537919488
> > +   connection max requests 1000
> > +   connection request timeout 3600
> > +   connection timeout 3600
> >  
> > -   location "/*.php*" {
> > +block drop
> > +
> > +   # Ensure that no '*.php*' files can be fetched from these directories
> > +   location "/nextcloud/config/*" {
> > +   block drop
> > +   }
> > +   location "/nextcloud/data/*" {
> > +   block drop
> > +   }
> > +
> > +   # Note that this matches "*.php*" anywhere in the request path.
> > +   location "/nextcloud/*.php*" {
> > root "/nextcloud"
> > request strip 1
> > fastcgi socket "/run/php-fpm.sock"
> > +   pass
> > +   }
> > +
> > +   location "/nextcloud/apps/*" {
> > +   root "/nextcloud"
> > +   request strip 1
> > +   pass
> > +   }
> > +
> > +   location "/nextcloud/core/*" {
> > +   root "/nextcloud"
> > +   request strip 1
> > +   pass
> > +   }
> > +
> > +   location "/nextcloud/settings/*" {
> > +   root "/nextcloud"
> > +   request strip 1
> > +   pass
> > +   }
> > +
> > +   location "/nextcloud" {
> > +   block return 301 "$DOCUMENT_URI/index.php"
> > +   }
> > +
> > +   location "/nextcloud/" {
> > +   block return 301 "$DOCUMENT_URI/index.php"
> > }
> >  }
> >  
> > ---8<---
> 
> -- 
> 
>   - gonzalo

> Index: Makefile
> ===
> RCS file: /cvs/ports/www/nextcloud/Makefile,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile
> --- Makefile  29 Apr 2019 11:52:20 -  1.38
> +++ Makefile  19 May 2019 08:36:56 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= easy and universal access to shared and/or personal 
> files
>  
> -V=   16.0.0
> +V=   16.0.1
>  DISTNAME=nextcloud-${V}
>  EXTRACT_SUFX=.tar.bz2
>  
> @@ -56,6 +56,9 @@ RUN_DEPENDS +=  lang/php/${MODPHP_VERSIO
>  
>  # distributed caching and Transactional File Locking
>  RUN_DEPENDS +=   databases/pecl-redis${MODPHP_FLAVOR}
> +
> +# image processing
> +RUN_DEPENDS +=   graphics/pecl-imagick${MODPHP_FLAVOR}
>  
>  do-install:
>   cp -Rp ${WRKSRC} ${INSTDIR}
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/nextcloud/distinfo,v
> retrieving revision 1.24
> diff -u -p -r1.24 distinfo
> --- 

CVS: cvs.openbsd.org: ports

2019-05-20 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2019/05/20 07:36:33

Modified files:
www/nextcloud  : Tag: OPENBSD_6_4 Makefile 

Log message:
Force the PHP version to 7.1 which is the minimum required by
Nextcloud, spotted by matthieu@ by the hard way.

Discussed with sthen@

OK sthen@



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 07:24:20

Modified files:
www/composer   : Makefile distinfo 

Log message:
update to composer-1.8.5, switch to MODPHP_VERSION=7.3



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 07:23:45

Modified files:
net/librenms   : Makefile 
mail/roundcubemail: Makefile 
mail/rcube-contextmenu: Makefile 
mail/rcube-dkimstatus: Makefile 
mail/rcube-dovecot_ident: Makefile 
mail/rcube-ldapAliasSync: Makefile 
mail/rcube-markasjunk2: Makefile 
mail/rcube-sieverules: Makefile 
mail/rcube-sieverules/pkg: DESCR 
mail/rcube-yubikey-plugin: Makefile 

Log message:
- switch librenms, roundcube and related ports to php 7.3

- mention in rcube-sieverules/pkg/DESCR that it's unmaintained upstream
(suggest using the bundled Managesieve plugin instead)



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/20 06:28:29

Modified files:
misc/osinfo/osinfo-db: Makefile 

Log message:
Merged upstream.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2019/05/20 05:46:38

Modified files:
textproc/highlight: Makefile distinfo 
textproc/highlight/patches: patch-man_highlight_1 
textproc/highlight/pkg: PLIST 

Log message:
Update to highlight-3.51.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 04:31:23

Modified files:
databases/mariadb: Makefile 

Log message:
MariaDB port tweaks from Brad;

For libmariadb don't try to pick up cURL and use external zlib.
For the CONNECT engine don't try to pick up Mongo.

(plus small comment/ONLY_FOR_ARCHS tweaks and s/do-regress/do-test/)



Re: Libllvm conflict [Fwd: LLVM ERROR: inconsistency in registered CommandLine options]

2019-05-20 Thread Jeremie Courreges-Anglas


cc'ing Rafael (maintainer),

On Sun, May 19 2019, Stuart Henderson  wrote:
> Forwarded from us...@openbgpd.org(!)
>
> --- Forwarded message ---
> From: Masayoshi Fujimoto m.fujim...@protonmail.ch
> Date: 18 May 2019 22:53:16
> Subject: LLVM ERROR: inconsistency in registered CommandLine options
> To: us...@openbgpd.org
>
>> Hi,
>> I used amd64/install6.5.iso from ftp server,
>> OpenBSD 6.5 (guest on Virtualbox). FreeBSD-12.0 (host)
>> I would like to use qtcreator.
>> After I installed qt-creator from package ( #pkg_add qt-creator),
>> I got the following error.
>>
>> $ qtcreator
>> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to 
>> '/tmp/runtime-masayoshi'
>> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to 
>> '/tmp/runtime-masayoshi'
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING: symbol(_ZTVN4llvm15SIFrameLoweringE) size mismatch, relink
>> your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING: symbol(_ZTVN4llvm26X86ReturnProtectorLoweringE) size
>> mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFbRKN4llvm15TargetInstrInfoERKNS2_19TargetSubtargetInfoEPKNS2_12MachineInstrERSA_ENS_9allocatorISE_EESD_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFNS_6vectorINS_4pairItN4llvm15LegalizeActions14LegalizeActionEEENS_9allocatorIS7_RKSA_ENS8_ISE_EESD_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFN4llvm19TargetTransformInfoERKNS2_8FunctionEENS_9allocatorIS8_EES7_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFvRN4llvm3orc3VSOENS_10unique_ptrINS3_19MaterializationUnitENS_14default_deleteIS7_ENS_9allocatorISC_EESB_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFvN4llvm5ErrorEENS_9allocatorIS5_EES4_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIN4llvm3orc19OrcMCJITReplacement19NotifyObjectLoadedTENS_9allocatorIS5_EEFvyRKNS2_6object10ObjectFileERKNS2_11RuntimeDyld16LoadedObjectInfo)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFvRKN4llvm18PassManagerBuilderERNS2_6legacy15PassManagerBaseEENS_9allocatorISA_EES9_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING: symbol(_ZTVN4llvm16X86FrameLoweringE) size mismatch, relink
>> your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIPFbRKN4llvm11GlobalValueEENS_9allocatorIS7_EES6_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING: symbol(_ZTVN4llvm19AMDGPUFrameLoweringE) size mismatch,
>> relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING: symbol(_ZTVN4llvm17R600FrameLoweringE) size mismatch, relink
>> your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIN4llvm12function_refIFvNS2_5ErrorNS_9allocatorIS6_EES5_EE)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIN4llvm3orc19OrcMCJITReplacement16NotifyFinalizedTENS_9allocatorIS5_EEFvyRKNS2_6object10ObjectFileERKNS2_11RuntimeDyld16LoadedObjectInfo)
>> size mismatch, relink your program
>> qtcreator:/usr/local/lib/libLLVM-7.so: /usr/lib/libLLVM.so.0.0 :
>> WARNING:
>> symbol(_ZTVNSt3__110__function6__funcIZN4llvm18LegalityPredicates3allINS_8functionIFbRKNS2_13LegalityQueryEET_SB_SB_EUlS8_E_NS_9allocatorISC_EES9_EE)
>> size mismatch, relink your program
>> : CommandLine Error: Option 'pm-max-devirt-iterations' registered more
>> than once!
>> LLVM ERROR: inconsistency in registered CommandLine options

Can't reproduce here on -current, does this happen on a -current
machine, or on OpenBSD 6.5?

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: net/net-snmp: fix off-by-one in file logging

2019-05-20 Thread Stuart Henderson
On 2019/05/19 23:44, Fabian Raetz wrote:
> Hi
> 
> i tried netsnmpd from net/net-snmp today and run into a problem with the
> default config where the daemon crashed while starting.
> 
> It seemed to be an off-by-one related to file based logging which already
> got fixed upstream [0]. netsnmpd started after applying the patch from
> upstream.

Thanks, I've added the patch.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 02:45:11

Modified files:
net/net-snmp   : Makefile 
Added files:
net/net-snmp/patches: patch-snmplib_snmp_logging_c 

Log message:
add patch, 'Avoid off-by-one error when logging "" to a file'
from net-snmp upstream via Fabian Raetz



Re: [UPDATE] plaso and all its dependencies

2019-05-20 Thread Remi Pointel

ping

Le 14-05-2019 20:07, Remi Pointel a écrit :

Hi,

attached is the diff to update plaso and all its dependencies.

2 new dependencies are needed:
- bencode.py: simple bencode parser
- libfsapfs: library and tools to access the Apple File System

While here, I enabled the python3 flavor for all libraries. The idea
is to anticipate the switch to python3.
When we will sure that plaso work fine with python3, I will remove the
python2 stuff.

Ok?

Cheers,

Remi.




Re: Installing arduino 1.8.7.v0 on OpenBSD 6.5 gives version conflicts

2019-05-20 Thread Stuart Henderson
On 2019/05/18 19:46, Jon Fineman wrote:
> I have gcc 4.2.1 that came with bsd and I added gcc 8.3.0 for myself. I get 
> the below conflicts when I try and pkg_add arduino-1.8.7.v0 
> 
> quirks-3.124 signed on 2019-04-15T12:10:16Z
> Collision in avr-gcc-5.4.0p2: the following files already exist
> /usr/local/lib/libcc1.la (gcc-libs-8.3.0 and avr-gcc-5.4.0p2)
> Collision in avr-gcc-5.4.0p2: the following files already exist
> /usr/local/lib/libcc1.la (gcc-libs-8.3.0 and avr-gcc-5.4.0p2)
> Can't install avr-libc-2.0.0: can't resolve avr-gcc-5.4.0p2
> Can't install arduino-1.8.7v0: can't resolve avr-libc-2.0.0,avr-gcc-5.4.0p2
> Couldn't install arduino-1.8.7v0 avr-gcc-5.4.0p2 avr-libc-2.0.0
> 
> I tried installing avr-libc and avr-gcc but they also gave conflicts.
> 
> What would be the best way to resolve this?
> 
> Thanks.
> 

Honestly the simplest way would be to run snapshots, this conflict is
removed in -current.



CVS: cvs.openbsd.org: ports

2019-05-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/20 02:15:31

Modified files:
net/wireguard-go: Makefile 

Log message:
ONLY_FOR_ARCHS=amd64; go's zerrors_openbsd_*.go files only define EPROTO
for amd64, not i386/arm.



Re: math/grace fix FLAVORS

2019-05-20 Thread Martin Reindl
Am 02.05.19 um 13:44 schrieb Martin Reindl:
> On Thu, May 02, 2019 at 12:39:36PM +0100, Stuart Henderson wrote:
>> On 2019/05/02 13:36, Martin Reindl wrote:
>>> Hello ports,
>>>
>>> for math/grace, the three available FLAVORS are not enabled in the 
>>> Makefile. Because
>>> fftw can be used on netcdf data, I suggest removing these flavors 
>>> altogether and
>>> only keeping the no_x11.
>>>
>>> -m
>>>
>>>
> [...]
>>>  FLAVORS=   no_x11 fftw netcdf
>>
>> They need removing here ^^ as well, and also in pkg/DESCR.
>>
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/math/Makefile,v
> retrieving revision 1.158
> diff -u -p -u -p -r1.158 Makefile
> --- Makefile  4 Mar 2019 12:51:15 -   1.158
> +++ Makefile  2 May 2019 11:41:09 -
> @@ -33,6 +33,7 @@
>   SUBDIR += gnuplot
>   SUBDIR += gnuplot,no_x11
>   SUBDIR += grace
> + SUBDIR += grace,no_x11
>   SUBDIR += graphviz
>   SUBDIR += grpn
>   SUBDIR += gunits
> Index: grace/Makefile
> ===
> RCS file: /cvs/ports/math/grace/Makefile,v
> retrieving revision 1.44
> diff -u -p -u -p -r1.44 Makefile
> --- grace/Makefile23 Jun 2018 19:53:36 -  1.44
> +++ grace/Makefile2 May 2019 11:41:09 -
> @@ -3,7 +3,7 @@
>  COMMENT= GRaphing, Advanced Computation and Exploration of data
>  
>  DISTNAME=grace-5.1.15
> -REVISION=8
> +REVISION=9
>  CATEGORIES=  math
>  
>  HOMEPAGE=http://plasma-gate.weizmann.ac.il/Grace/
> @@ -22,16 +22,22 @@ MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/ac-t
>  CONFIGURE_ARGS+= --with-bundled-xbae \
>   --with-extra-incpath=${LOCALBASE}/include \
>   --with-extra-ldpath=${LOCALBASE}/lib \
> + --with-fftw \
> + --enable-netcdf \
>   --enable-grace-home=${PREFIX}/grace
>  
> -LIB_DEPENDS =graphics/jpeg \
> +LIB_DEPENDS =devel/t1lib \
> + graphics/jpeg \
>   graphics/png \
> - devel/t1lib \
>   graphics/tiff \
> + math/fftw \
> + math/netcdf \
>   print/pdflib
> -WANTLIB +=   jpeg>=62 png>=2 t1>=5 tiff>=35 pdf>=2
>  
> -FLAVORS= no_x11 fftw netcdf
> +WANTLIB +=   jpeg>=62 png>=2 pdf>=2 t1>=5 tiff>=35 fftw>=2 \
> + netcdf>=1
> +
> +FLAVORS= no_x11
>  FLAVOR?=
>  
>  .if ${FLAVOR:Mno_x11}
> @@ -43,22 +49,6 @@ LIB_DEPENDS+=  x11/motif
>  WANTLIB+=ICE SM X11 Xext Xmu Xpm Xt Xm
>  MAKE_ENV+=   MOTIFLIB='-L${LOCALBASE}/lib -lXm'
>  CONFIGURE_ENV=   LDFLAGS=-lm
> -.endif
> -
> -.if ${FLAVOR:Mfftw}
> -LIB_DEPENDS +=   math/fftw
> -WANTLIB +=   fftw>=2
> -CONFIGURE_ARGS+= --with-fftw
> -.else
> -CONFIGURE_ARGS+= --without-fftw
> -.endif
> -
> -.if ${FLAVOR:Mnetcdf}
> -LIB_DEPENDS +=   math/netcdf
> -WANTLIB +=   netcdf>=1
> -CONFIGURE_ARGS+= --enable-netcdf
> -.else
> -CONFIGURE_ARGS+= --disable-netcdf
>  .endif
>  
>  GRACE_DIR=${TRUEPREFIX}/grace
> Index: grace/pkg/DESCR
> ===
> RCS file: /cvs/ports/math/grace/pkg/DESCR,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 DESCR
> --- grace/pkg/DESCR   29 May 2013 20:46:25 -  1.4
> +++ grace/pkg/DESCR   2 May 2019 11:41:09 -
> @@ -9,5 +9,3 @@ or perform automated tasks.
>  
>  Flavors:
>  no_x11 - build command line tool only, no gui
> -fftw   - use math/fftw for optimized FFT
> -netcdf - use math/netcdf for network common data form support
> 

Note, flavors were not built since 2001 when this was first imported.
And while 5.1.25 has been released a few years ago it needs a newer
version of pdflib.

-m



Re: CVS: cvs.openbsd.org: ports

2019-05-20 Thread Thomas Frohwein
On Sun, May 19, 2019 at 10:26:41PM -0600, Thomas Frohwein wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   t...@cvs.openbsd.org2019/05/19 22:26:41
> 
> Log message:
> This is FAudio, an XAudio reimplementation that focuses solely on 
> developing
> fully accurate DirectX Audio runtime libraries for the FNA project, 
> including
> XAudio2, X3DAudio, XAPO, and XACT3.
> 
> Status:
> 
> Vendor Tag:   thfr
> Release Tags: thfr_20190519
> 
> N ports/audio/faudio/Makefile
> N ports/audio/faudio/distinfo
> N ports/audio/faudio/pkg/DESCR
> N ports/audio/faudio/pkg/PLIST
> 
> No conflicts created by this import
> 

This was tweaks and ok bcallah@