Re: Wanted to make a quick suggestion

2018-02-07 Thread Anthony J. Bentley
Hi Boni, Boni Satani writes: > Thank you for your reply. > > I would still recommend adding our guide so that people can discover > additional DNSCrypt alternative. We're not going to add thinly-veiled advertisement to our ports tree. Please take your marketing requests elsewhere. -- Anthony

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/02/07 23:34:12 Modified files: net: Makefile Log message: +libtorrent-rasterbar, +deluge

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/02/07 23:32:10 Log message: Import deluge-1.3.15. Deluge is a lightweight, Free Software, cross-platform BitTorrent client. Deluge contains the common features to BitTorrent clients such

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/02/07 23:30:34 Log message: Import libtorrent-rasterbar-1.1.6. libtorrent(-rasterbar) is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.

UPDATE www/uriparser

2018-02-07 Thread Björn Ketelaars
uriparser 0.8.5 has been released. Changelog can be found at https://github.com/uriparser/uriparser/blob/master/ChangeLog The shared lib received a major number bump as a function has been removed. While here set SEPARATE_BUILD=Yes. Output Make test: # TOTAL: 1 # # PASS: 1 # # SKIP: 0 # #

UPDATE devel/gpatch

2018-02-07 Thread Björn Ketelaars
devel/gpatch received a minor update to 2.7.6. From NEWS: - Files specififed on the command line are no longer verified to be inside the current working directory, so commands like "patch -i foo.diff ../foo" will work again. - Various fixes. Output make test: # TOTAL: 44 # PASS: 38 # SKIP:

UPDATE devel/libsigsegv

2018-02-07 Thread Björn Ketelaars
devel/libsigsegv received a minor update. Changelog an be found at http://git.savannah.gnu.org/cgit/libsigsegv.git/tree/ChangeLog?id=841edd5e31e458d91e44bdd2218ade20fdaadf3e Shared lib does not need a bump. Output make test: # TOTAL: 5 # # PASS: 5 # # SKIP: 0 # # XFAIL: 0 # # FAIL: 0 # #

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2018/02/07 20:35:28 Modified files: sysutils/atf-allwinner: Makefile distinfo Log message: provide lcd power on pinebook before the pmic is enabled by u-boot OK jsg@

shared llvm library

2018-02-07 Thread Jonathan Gray
Perhaps not something that would be desirable for ports due to added runtime dependencies on llvm but it would be helpful to have a version of llvm compiled as a single shared library for using with Mesa. https://llvm.org/docs/CMake.html Adding -DLLVM_BUILD_LLVM_DYLIB:Bool=True builds a mostly

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2018/02/07 14:30:12 Modified files: archivers/lzip/pdlzip: Makefile distinfo Log message: Update to pdlzip 1.9.

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/02/07 14:03:17 Modified files: graphics/libgexiv2/pkg: PLIST Log message: Some pyyhon2.7 snagged in during the last update. Use ${MODPY_VERSION} instead of 2.7 to let it build with/for other python

Re: PHP rename fastcgi to cgi

2018-02-07 Thread Martijn van Duren
This has been lying still since November. Does anyone want to comment on, or OK this? martijn@ Index: devel/quirks//Makefile === RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.563 diff -u -p -a -u -r1.563

Syslog-ng OpenBSD system source driver pull request

2018-02-07 Thread csszep
FYI: https://github.com/balabit/syslog-ng/pull/1875 csszep

NEW: net/p5-IP-Country-DB_File

2018-02-07 Thread Giovanni Bechis
pkg/DESCR: IP::Country::DB_File is a light-weight module for fast IP address to country translation based on DB_File. The country code database is stored in a Berkeley DB file. You have to build the database using build_ipcc.pl or IP::Country::DB_File::Builder before you can lookup country codes.

[NEW] devel/p5-System-Info

2018-02-07 Thread James E Keenan
Hello ports@, Here is a new port, for Perl extension System-Info (version 0.56) (http://search.cpan.org/dist/System-Info/). From pkg/DESCR: System::Info is a Perl extension aimed at presenting system-related information (such as number of CPUs, architecture, operating system, release data)

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/07 10:34:08 Modified files: textproc/gxml : Makefile distinfo Log message: Update to gxml-0.16.1.

Re: [NEW] devel/p5-Time-Local

2018-02-07 Thread Nigel Taylor
On 02/07/18 16:23, James E Keenan wrote: > Hello ports@, > > Here is a new port, for Perl extension Time-Local (version 1.25). > > From pkg/DESCR: > > Time::Local is a Perl module which efficiently computes time from local > and GMT time. > > The module provides two functions, timelocal() and

Re: UPDATE: games/urbanterror

2018-02-07 Thread Ryan Freeman
On Wed, Feb 07, 2018 at 07:22:04AM +, Mikolaj Kucharski wrote: > On Tue, Feb 06, 2018 at 08:58:29AM -0800, Ryan Freeman wrote: > > -DISTNAME = urbanterror-4.3.2 > > +DISTNAME = urbanterror-4.3.2p1 > > I think `p` marker is reserved for REVISION, so why not useing > revision directly? Woops,

Re: [NEW] devel/p5-Time-Local

2018-02-07 Thread James E Keenan
On 02/07/2018 11:47 AM, Nigel Taylor wrote: On 02/07/18 16:23, James E Keenan wrote: Hello ports@, Here is a new port, for Perl extension Time-Local (version 1.25). From pkg/DESCR: Time::Local is a Perl module which efficiently computes time from local and GMT time. The module provides two

[patch] i3status volume display

2018-02-07 Thread Carlin Bingham
Hi, i3status doesn't display the volume on some hardware, specifically auich(4), and I think anything else in the ac97(4) family possibly has the same problem. On auich at least the AUDIO_MIXER_READ ioctl fails if num_channels isn't specified. Also i3status reads the mute status from the wrong

[NEW] devel/p5-Time-Local

2018-02-07 Thread James E Keenan
Hello ports@, Here is a new port, for Perl extension Time-Local (version 1.25). From pkg/DESCR: Time::Local is a Perl module which efficiently computes time from local and GMT time. The module provides two functions, timelocal() and timegm(), which are the inverse of the Perl 5 built-in

Re: [NEW] net/onionshare

2018-02-07 Thread attila
attila wrote: > Klemens Nanni wrote: > > On Tue, Dec 12, 2017 at 10:45:21AM -0600, attila wrote: > > > Klemens Nanni wrote: > > > > You should zap V and PKGNAME, set GH_TAGNAME=v1.1 and move GH_* right > > > > beneath COMMENT; see infrastructure/templates/Makefile.template. > > >

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2018/02/07 07:18:23 Modified files: www/hiawatha : Makefile www/hiawatha/pkg: PLIST Log message: Workaround for mbedtls 2.7 until I find a better fix.

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/02/07 07:04:48 Modified files: sysutils/bitrot: Makefile distinfo Log message: Update to bitrot-0.9.2. 0.9.2 bugfix: one place in the code incorrectly hardcoded UTF-8 as the filesystem encoding

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/07 06:52:23 Modified files: graphics/py-cairo: Makefile distinfo graphics/py-cairo/pkg: PFRAG.no-python3 PFRAG.python3 PLIST Log message: Update to py-cairo-1.16.1. - unfuck PLIST

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2018/02/07 04:39:47 Modified files: games/freeciv : Makefile distinfo Log message: bugfix update to freeciv-2.5.10

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/02/07 02:58:48 Modified files: sysutils/shelldap: Makefile distinfo Log message: Update to shelldap 1.4.0.

Re: [UPDATE] textproc/py-podcastparser for net/gpodder update

2018-02-07 Thread Daniel Jakots
On Tue, 30 Jan 2018 18:37:13 -0500, trondd wrote: > Daniel Jakots wrote: > > > On Thu, 25 Jan 2018 20:06:29 -0500, trondd > > wrote: > > > > > +MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} > > > > As it's a library and

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/02/07 02:07:57 Modified files: textproc/py-podcastparser: Makefile distinfo textproc/py-podcastparser/pkg: PLIST Log message: Update to py-podcastparser-0.6.2 and add a py3 flavor >From Tim

CVS: cvs.openbsd.org: ports

2018-02-07 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2018/02/07 02:08:32 Modified files: textproc : Makefile Log message: + py-podcastparser,python3