Re: CVS: cvs.openbsd.org: ports

2020-01-23 Thread Kurt Mosiejczuk
On Wed, Jan 22, 2020 at 09:11:55AM -0700, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2020/01/22 09:11:55

> Modified files:
>   net/isc-dhcp   : Makefile distinfo 
>   net/isc-dhcp/patches: patch-bind_Makefile_in 
> patch-client_Makefile_in 
>   net/isc-dhcp/pkg: PLIST-main PLIST-omapi 
> Added files:
>   net/isc-dhcp/patches: patch-keama_confparse_c patch-keama_data_c 
> patch-keama_eval_c patch-keama_keama_c 
> patch-keama_keama_h 
> Removed files:
>   net/isc-dhcp/patches: patch-common_socket_c 

> Log message:
> update to isc-dhcp-4.4.2 and build the new "keama" tool (Kea migration 
> assistant)

This failed in the new sparc64 build I'm running. Adding a
COMPILER = base-clang ports-gcc line to Makefile fixes it.

--Kurt



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2020/01/23 22:20:37

Modified files:
audio/audacity : Makefile distinfo 
audio/audacity/patches: patch-configure_ac 
patch-lib-src_FileDialog_Makefile_am 
patch-src_AudacityApp_cpp 
patch-src_AudioIO_cpp 
audio/audacity/pkg: PLIST 
Removed files:
audio/audacity/patches: patch-src_MemoryX_h 

Log message:
Update to audacity-2.3.3

Changes:
https://github.com/audacity/audacity/releases/tag/Audacity-2.3.3

OK solene@



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/01/23 21:53:37

Modified files:
net/wget   : Makefile 
Removed files:
net/wget/patches: patch-src_openssl_c 

Log message:
Revert previous. No longer needed.



Re: mu: use ports-gcc

2020-01-23 Thread Xiyue Deng
Stefan Hagen  writes:

> Stuart Henderson wrote:
>> On 2020/01/22 18:25, Stefan Hagen wrote:
>>> Stuart Henderson wrote:
 On 2020/01/21 18:22, Xiyue Deng wrote:
>  # C++14 required
> -COMPILER=base-clang ports-clang
>+COMPILER= base-clang ports-gcc

 This part is ok with me with the bump added.
>>>
>>> Experiement below:
>>>
>>> I don't have a gcc architecture available, so i tried to compile mail/mu
>>> und its dependency database/xapian-core with COMPILER= ports-gcc set on
>>> my amd64 box.
>>>
>>> It looks like xapian-core is not honoring the COMPILER= ports-gcc
>>> flag.
>>
>> That is working here, did you have an old package lying around etc?:
>
> Sort of. I figured it out. I recompiled xapian-core without adding a
> revision. Which then has installed the cached package.
>
> It worked now.
>
>> No maildirs here for full tests with mu, but "make test" has lots of "OK"s..
>
> That, and I did some manual tests on my 200k email-mailbox.
>
> Updated patch below.
>
> Best Regards,
> Stefan

Oh BTW please help commit it because I don't have permission.  Thanks again!

>
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/mu/Makefile,v
> retrieving revision 1.18
> diff -u -p -u -p -r1.18 Makefile
> --- Makefile21 Jul 2019 00:10:04 -  1.18
> +++ Makefile22 Jan 2020 20:13:28 -
> @@ -3,6 +3,7 @@
>  COMMENT=   maildir indexer and searcher with emacs frontend
>
>  DISTNAME=  mu-1.2.0
> +REVISION=  1
>
>  CATEGORIES=mail
>  HOMEPAGE=  http://www.djcbsoftware.nl/code/mu/
> @@ -13,9 +14,9 @@ MAINTAINER=   Stefan Hagen   PERMIT_PACKAGE=Yes
>
>  WANTLIB+=  assuan c ffi gio-2.0 glib-2.0 gmime-3.0 gmodule-2.0
> -WANTLIB+=  gobject-2.0 gpg-error gpgme gthread-2.0 iconv
> +WANTLIB+=  gobject-2.0 gpg-error gpgme gthread-2.0 iconv idn2
>  WANTLIB+=  intl json-glib-1.0 m pcre pthread ${COMPILER_LIBCXX}
> -WANTLIB+=  uuid xapian z
> +WANTLIB+=  unistring uuid xapian z
>
>  MASTER_SITES=  https://github.com/djcb/mu/releases/download/1.2/
>  EXTRACT_SUFX=  .tar.xz
> @@ -30,7 +31,7 @@ LIB_DEPENDS=  databases/xapian-core \
>
>
>  # C++14 required
> -COMPILER=  base-clang ports-clang
> +COMPILER=  base-clang ports-gcc
>
>  AUTOCONF_VERSION=  2.69
>  AUTOMAKE_VERSION=  1.15


signature.asc
Description: PGP signature


Fwd: UPDATE net/ruby-macaddr to 1.7.2

2020-01-23 Thread George Rosamond
ping.


 Forwarded Message 
Subject: UPDATE net/ruby-macaddr to 1.7.2
Date: Mon, 9 Dec 2019 16:49:47 -0500
From: George Rosamond 
To: OpenBSD Ports 

Simple diff attached.

lockfile added to pkg/PLIST, trailing slash added to HOMEPAGE.

g

Index: Makefile
===
RCS file: /cvs/ports/net/ruby-macaddr/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile12 Jul 2019 20:48:47 -  1.4
+++ Makefile9 Dec 2019 21:47:46 -
@@ -2,10 +2,10 @@
 
 COMMENT=   cross platform mac address determiniation
 
-DISTNAME=  macaddr-1.7.1
+DISTNAME=  macaddr-1.7.2
 CATEGORIES=net
 
-HOMEPAGE=  https://github.com/ahoward/macaddr
+HOMEPAGE=  https://github.com/ahoward/macaddr/
 
 # ruby
 PERMIT_PACKAGE=Yes
Index: distinfo
===
RCS file: /cvs/ports/net/ruby-macaddr/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo4 Jun 2015 14:46:16 -   1.2
+++ distinfo9 Dec 2019 21:47:46 -
@@ -1,2 +1,2 @@
-SHA256 (macaddr-1.7.1.gem) = C1imRbEd5oOI34UVpORt0Ef/vLSSllRtpQVWuCuKkbI=
-SIZE (macaddr-1.7.1.gem) = 11776
+SHA256 (macaddr-1.7.2.gem) = 2jd4CZaLvBFgvwKpmekWuzJVAAAHKR2dGkmpPO7a34I=
+SIZE (macaddr-1.7.2.gem) = 11776
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/ruby-macaddr/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Mar 2013 20:20:39 -  1.1.1.1
+++ pkg/PLIST   9 Dec 2019 21:47:46 -
@@ -2,6 +2,7 @@
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/Gemfile
+${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
 ${GEM_LIB}/gems/${DISTNAME}/LICENSE
 ${GEM_LIB}/gems/${DISTNAME}/README
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile


UPDATE sysutils/sslmate-1.7.1

2020-01-23 Thread George Rosamond
diff attached.

v1.7.1 (2019-03-08)
 * Bugfix release.
 * sslmate download: don't prevent further downloads if there is an
error with just one certificate.

g
Index: sslmate//Makefile
===
RCS file: /cvs/ports/sysutils/sslmate/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- sslmate//Makefile	12 Jul 2019 20:49:52 -	1.12
+++ sslmate//Makefile	24 Jan 2020 02:20:02 -
@@ -2,7 +2,7 @@
 
 COMMENT =		client for the sslmate.com online certificate service
 
-DISTNAME =		sslmate-1.7.0
+DISTNAME =		sslmate-1.7.1
 CATEGORIES =		sysutils
 
 HOMEPAGE =		https://sslmate.com/
Index: sslmate//distinfo
===
RCS file: /cvs/ports/sysutils/sslmate/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- sslmate//distinfo	19 Jan 2019 15:04:06 -	1.9
+++ sslmate//distinfo	24 Jan 2020 02:20:02 -
@@ -1,2 +1,2 @@
-SHA256 (sslmate-1.7.0.tar.gz) = VdJzvTmDruG4iot8pvMSgdvjaeufRsf8uhHeXfy+F24=
-SIZE (sslmate-1.7.0.tar.gz) = 70963
+SHA256 (sslmate-1.7.1.tar.gz) = RU4ZM4kQNjGJs0nP40dzUaIMNMb9oPMSrRQ7Foj6psQ=
+SIZE (sslmate-1.7.1.tar.gz) = 71016


CVS: cvs.openbsd.org: ports

2020-01-23 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/23 19:15:17

Modified files:
www/ruby-passenger: Makefile 

Log message:
This won't build on any but i386, amd64, arm, and aarch64. We've already
marked nginx-passenger ONLY_FOR_ARCHES. Do the same for www/ruby-passenger
itself.

ok jeremy@



UPDATE fonts/overpass to 3.0.4

2020-01-23 Thread George Rosamond
Update to 3.0.4 attached.

Minor changes to font, but Makefile changes include:

- addition of README.md and LICENSE.md
- inclusion of woff and woff2 fonts
- www site to https

Thanks

g
Index: overpass//Makefile
===
RCS file: /cvs/ports/fonts/overpass/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- overpass//Makefile	12 Jul 2019 20:46:13 -	1.4
+++ overpass//Makefile	24 Jan 2020 02:03:48 -
@@ -4,12 +4,12 @@ PKG_ARCH =		*
 
 COMMENT =		font family inspired by Highway Gothic
 
-V =			3.0.3
+V =			3.0.4
 DISTNAME =		overpass-$V
 
 CATEGORIES =		fonts
 
-HOMEPAGE =		http://overpassfont.org/
+HOMEPAGE =		https://overpassfont.org/
 
 # SIL OFL 1.1
 PERMIT_PACKAGE =	Yes
@@ -21,10 +21,14 @@ GH_TAGNAME =		$V
 NO_BUILD =		Yes
 NO_TEST =		Yes
 
+DOCDIR =		${PREFIX}/share/doc/overpass
+FONTDIR =		${PREFIX}/share/fonts/overpass
+
 do-install:
-	${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/overpass
+	${INSTALL_DATA_DIR} ${DOCDIR} ${FONTDIR}
 	${INSTALL_DATA} ${WRKSRC}/desktop-fonts/*/*.otf \
-		${WRKSRC}/webfonts/*/*.ttf \
+		${WRKSRC}/webfonts/*/*.{ttf,woff,woff2} \
 		${PREFIX}/share/fonts/overpass
+	${INSTALL_DATA} ${WRKSRC}/{README.md,LICENSE.md} ${DOCDIR}
 
 .include 
Index: overpass//distinfo
===
RCS file: /cvs/ports/fonts/overpass/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- overpass//distinfo	11 Jun 2018 13:22:25 -	1.3
+++ overpass//distinfo	24 Jan 2020 02:03:48 -
@@ -1,2 +1,2 @@
-SHA256 (overpass-3.0.3.tar.gz) = VXWWUJexaCMwqaTTbkCQv+U/bPl/cjUa2/ROBeAIqKo=
-SIZE (overpass-3.0.3.tar.gz) = 6532060
+SHA256 (overpass-3.0.4.tar.gz) = B2ANZ0X1GZrSEMfznpNNzZcWtUYV5EzPH4MAAaDaNZc=
+SIZE (overpass-3.0.4.tar.gz) = 6533677
Index: overpass//pkg/PLIST
===
RCS file: /cvs/ports/fonts/overpass/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- overpass//pkg/PLIST	2 Nov 2017 20:23:19 -	1.2
+++ overpass//pkg/PLIST	24 Jan 2020 02:03:48 -
@@ -1,43 +1,86 @@
 @comment $OpenBSD: PLIST,v 1.2 2017/11/02 20:23:19 bentley Exp $
+share/doc/overpass/
+share/doc/overpass/LICENSE.md
+share/doc/overpass/README.md
 share/fonts/
 @fontdir share/fonts/overpass/
 share/fonts/overpass/overpass-bold-italic.otf
 share/fonts/overpass/overpass-bold-italic.ttf
+share/fonts/overpass/overpass-bold-italic.woff
+share/fonts/overpass/overpass-bold-italic.woff2
 share/fonts/overpass/overpass-bold.otf
 share/fonts/overpass/overpass-bold.ttf
+share/fonts/overpass/overpass-bold.woff
+share/fonts/overpass/overpass-bold.woff2
 share/fonts/overpass/overpass-extrabold-italic.otf
 share/fonts/overpass/overpass-extrabold-italic.ttf
+share/fonts/overpass/overpass-extrabold-italic.woff
+share/fonts/overpass/overpass-extrabold-italic.woff2
 share/fonts/overpass/overpass-extrabold.otf
 share/fonts/overpass/overpass-extrabold.ttf
+share/fonts/overpass/overpass-extrabold.woff
+share/fonts/overpass/overpass-extrabold.woff2
 share/fonts/overpass/overpass-extralight-italic.otf
 share/fonts/overpass/overpass-extralight-italic.ttf
+share/fonts/overpass/overpass-extralight-italic.woff
+share/fonts/overpass/overpass-extralight-italic.woff2
 share/fonts/overpass/overpass-extralight.otf
 share/fonts/overpass/overpass-extralight.ttf
+share/fonts/overpass/overpass-extralight.woff
+share/fonts/overpass/overpass-extralight.woff2
 share/fonts/overpass/overpass-heavy-italic.otf
 share/fonts/overpass/overpass-heavy-italic.ttf
+share/fonts/overpass/overpass-heavy-italic.woff
+share/fonts/overpass/overpass-heavy-italic.woff2
 share/fonts/overpass/overpass-heavy.otf
 share/fonts/overpass/overpass-heavy.ttf
+share/fonts/overpass/overpass-heavy.woff
+share/fonts/overpass/overpass-heavy.woff2
 share/fonts/overpass/overpass-italic.otf
 share/fonts/overpass/overpass-italic.ttf
+share/fonts/overpass/overpass-italic.woff
+share/fonts/overpass/overpass-italic.woff2
 share/fonts/overpass/overpass-light-italic.otf
 share/fonts/overpass/overpass-light-italic.ttf
+share/fonts/overpass/overpass-light-italic.woff
+share/fonts/overpass/overpass-light-italic.woff2
 share/fonts/overpass/overpass-light.otf
 share/fonts/overpass/overpass-light.ttf
+share/fonts/overpass/overpass-light.woff
+share/fonts/overpass/overpass-light.woff2
 share/fonts/overpass/overpass-mono-bold.otf
 share/fonts/overpass/overpass-mono-bold.ttf
+share/fonts/overpass/overpass-mono-bold.woff
+share/fonts/overpass/overpass-mono-bold.woff2
 share/fonts/overpass/overpass-mono-light.otf
 share/fonts/overpass/overpass-mono-light.ttf
+share/fonts/overpass/overpass-mono-light.woff
+share/fonts/overpass/overpass-mono-light.woff2
 share/fonts/overpass/overpass-mono-regular.otf
 share/fonts/overpass/overpass-mono-regular.ttf
+share/fonts/overpass/overpass-mono-regular.woff
+share/fonts/overpass/overpass-mono-regular.woff2
 share/fonts/overpass/overpass-mono-semibold.otf
 

sparc64 bulk build report

2020-01-23 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org

Started : Tue Jan 21 12:11:43 MST 2020
Finished: Thu Jan 23 19:02:53 MST 2020
Duration: 2 Days 6 hours 51 minutes

Built using OpenBSD 6.6-current (GENERIC.MP) #192: Tue Jan 21 07:29:30 MST 2020

Built 9872 packages

Number of packages built each day:
Jan 21: 6826
Jan 22: 2426
Jan 23: 620


Critical path missing pkgs:
http://build-failures.rhaalovely.net/sparc64/2020-01-21/summary.log

Build failures: 45
http://build-failures.rhaalovely.net/sparc64/2020-01-21/benchmarks/fio.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/cad/magic.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/cad/netgen.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/cad/qucs.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/chinese/libpinyin.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/comms/xastir.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/devel/ddd.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/devel/py-unicorn,python3.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/devel/rebar,erlang21.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/emulators/BasiliskII.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/emulators/fs-uae.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/games/pokerth.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/games/xevil.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/geo/spatialite/gis.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/graphics/asymptote.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/graphics/colord-gtk.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/graphics/gegl04.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/lang/apl.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/lang/janet.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/lang/squeak/vm.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/mail/kopano/core.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/math/py-scikit-learn.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/multimedia/mkvtoolnix,no_x11.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/multimedia/synfig.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/net/dleyna/renderer.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/net/dleyna/server.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/net/mutella.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/net/telegram-purple.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/print/hplip,-common.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/productivity/gnucash.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/security/ophcrack.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/sysutils/collectd,-main.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/telephony/iaxclient.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/telephony/pjsua,-main.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/www/newsboat.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/www/ruby-passenger,ruby26.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/gnome/bijiben.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/gnome/builder.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/gnome/mutter.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/gtk+4,-cloudprint.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/kde4/libs,,-en_US.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/kde4/smokeqt.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/libdbus-c++.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/libhandy.log
http://build-failures.rhaalovely.net/sparc64/2020-01-21/x11/ogre.log

Recurrent failures:
 failures/cad/magic.log
 failures/cad/netgen.log
 failures/cad/qucs.log
 failures/chinese/libpinyin.log
 failures/comms/xastir.log
 failures/devel/rebar,erlang21.log
 failures/emulators/BasiliskII.log
 failures/emulators/fs-uae.log
 failures/games/pokerth.log
 failures/games/xevil.log
 failures/geo/spatialite/gis.log
 failures/graphics/asymptote.log
 failures/graphics/colord-gtk.log
 failures/lang/apl.log
 failures/lang/janet.log
 failures/lang/squeak/vm.log
 failures/math/py-scikit-learn.log
 failures/multimedia/mkvtoolnix,no_x11.log
 failures/multimedia/synfig.log
 failures/net/dleyna/renderer.log
 failures/net/dleyna/server.log
 failures/net/mutella.log
 failures/net/telegram-purple.log
 failures/print/hplip,-common.log
 failures/productivity/gnucash.log
 failures/summary.log
 failures/sysutils/collectd,-main.log
 failures/telephony/iaxclient.log
 failures/telephony/pjsua,-main.log
 failures/www/newsboat.log
 failures/x11/gnome/bijiben.log
 failures/x11/gnome/builder.log
 failures/x11/kde4/libs,,-en_US.log
 

Re: [NEW] textproc/scdoc

2020-01-23 Thread Ingo Schwarze
Hi,

Stuart Henderson wrote on Thu, Jan 23, 2020 at 11:26:12AM +:
> On 2020/01/22 23:34, Raymond E. Pasco wrote:

>> Having looked at it a bit more, I see other statically linked ports with
>> empty WANTLIB (e.g. shells/tcsh), but that doesn't necessarily mean it's
>> correct. Since I don't know, here's another tgz identical to the last
>> but with WANTLIB=c (which, if you remove -static, is what it would
>> require).

> Please don't statically link it. The few ports doing this are special cases.

OK, here we go, with the following changes to what Raymond sent:

 * Delete -static from LDFLAGS in the Makefile.
   I found no way to feed that in via the environment,
   so i patched the Makefile.

 * Polish the COMMENT.  Saying just "generator" is not helpful
   because it doesn't say from which source format, and this is
   particularly relevant here because it uses an extremely unusual
   format that nothing else uses, so the claim "generator" is overly
   broad.  Also make it clear that generating man pages actually
   means generating old 1979-style man(7) code.

 * Polish DESCR in the same vein.  POSIX is irrelevant here;
   were are writing a decsription for OpenBSD.


Obviously, this is only yet another low-quality man(7) generator
(emitting pointless low-level roff(7) code, lots of bogus .P,
incorrectly encoded dashes, using low-level font escapes rather
than proper man(7) macros, failing to properly generate .MT
and .UR, ... - and that's just from inspecting the thirty line
file scdoc.1 itself) so using it certainly isn't encouraged.

But given that some people use it anyway for documentating their
software, i agree that a port is needed, even if only as a dependency
for other, potentially more useful ports.

OK?
  Ingo


tmp.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2020-01-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/01/23 15:46:16

Modified files:
devel/p5-FFI-CheckLib: Makefile distinfo 

Log message:
update p5-FFI-CheckLib to 0.26



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/01/23 15:43:35

Modified files:
www/youtube-dl : Makefile distinfo 

Log message:
Update to 2020.01.24; unbreaks youtube.



Mark www/ruby-passenger ONLY_FOR_ARCHES aarch64 amd64 arm i386

2020-01-23 Thread Kurt Mosiejczuk
We marked nginx-passenger this way, but we're still trying to build
passenger itself on the other arches.

ok to mark ruby-passenger this way too?

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/www/ruby-passenger/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile12 Nov 2019 06:38:20 -  1.64
+++ Makefile23 Jan 2020 22:17:17 -
@@ -8,6 +8,8 @@ PASS_VERSION =  6.0.4
 NGINX_VERSION =1.16.1
 DISTNAME = passenger-${PASS_VERSION}
 
+ONLY_FOR_ARCHES =  aarch64 amd64 arm i386
+
 CATEGORIES =   www
 DISTFILES =${DISTNAME}.gem \
nginx-${NGINX_VERSION}.tar.gz:0



Re: UPDATE: lang/apl 1.7 => 1.8

2020-01-23 Thread Brian Callahan



On 2019-12-30 3:02 PM, Brian Callahan wrote:

Hi ports --

I submitted this some time ago without any response. Updated to 
account for new ports changes.


OK?

~Brian



Ping. I know APL isn't a particularly popular language, but it would be 
nice to get this update in.
Diff attached here. Added debug packages too; this takes just long 
enough to build on my machine that it seems worth it.


~Brian

Index: Makefile
===
RCS file: /cvs/ports/lang/apl/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	12 Jul 2019 20:47:16 -	1.4
+++ Makefile	23 Jan 2020 22:12:14 -
@@ -1,35 +1,46 @@
 # $OpenBSD: Makefile,v 1.4 2019/07/12 20:47:16 sthen Exp $
 
 COMMENT =	interpreter for the programming language APL
-DISTNAME =	apl-1.7
+DISTNAME =	apl-1.8
 CATEGORIES =	lang
-REVISION =	1
 
 SHARED_LIBS +=	_sql  0.0 # 0.0
-SHARED_LIBS +=	_template_F0  0.0 # 0.0
-SHARED_LIBS +=	_template_F12 0.0 # 0.0
-SHARED_LIBS +=	_template_OP1 0.0 # 0.0
-SHARED_LIBS +=	_template_OP2 0.0 # 0.0
-SHARED_LIBS +=	emacs 0.0 # 0.0
+SHARED_LIBS +=	emacs 0.1 # 0.1
 
 HOMEPAGE =	https://www.gnu.org/software/apl/
-MAINTAINER =	Giuseppe Cocomazzi 
+MAINTAINER =	Brian Callahan 
 
 # GPLv3+
 PERMIT_PACKAGE =	Yes
 
-WANTLIB += c m curses pthread ${COMPILER_LIBCXX}
+WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
+WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
+WANTLIB += c cairo cairo-gobject curses epoxy execinfo expat ffi
+WANTLIB += fftw3 fontconfig freetype fribidi gdk-3 gdk_pixbuf-2.0
+WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
+WANTLIB += gtk-3 harfbuzz iconv intl m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pcre pcre2-32 pixman-1 png xcb xcb-render
+WANTLIB += xcb-shm z
 
-COMPILER =		base-clang ports-gcc base-gcc
+DEBUG_PACKAGES =	${BUILD_PACKAGES}
+
+COMPILER =	base-clang ports-gcc
 
 MASTER_SITES =	${MASTER_SITE_GNU:=apl/}
 
+LIB_DEPENDS =	devel/libexecinfo \
+		devel/pcre2 \
+		math/fftw3 \
+		x11/gtk+3
+
 RUN_DEPENDS =	fonts/apl-fonts
 
 CONFIGURE_STYLE =	gnu
 CONFIGURE_ARGS +=	--without-sqlite3 \
 			--without-postgresql
-CONFIGURE_ENV +=	CXX_WERROR=no
+CONFIGURE_ENV +=	CXX_WERROR=no \
+			CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 USE_GMAKE =	Yes
 
Index: distinfo
===
RCS file: /cvs/ports/lang/apl/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	11 Sep 2017 23:44:11 -	1.1.1.1
+++ distinfo	23 Jan 2020 22:12:14 -
@@ -1,2 +1,2 @@
-SHA256 (apl-1.7.tar.gz) = j/biglbXo836ncYCXjkFMSMQsnpDZF711hf9SltDuB8=
-SIZE (apl-1.7.tar.gz) = 3080318
+SHA256 (apl-1.8.tar.gz) = FE9MhYoNQwzo8ovpCjWSDdjglR5Wl2y4C1UFP6DYu8s=
+SIZE (apl-1.8.tar.gz) = 3565018
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure	11 Sep 2017 23:44:11 -	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.1.1.1 2017/09/11 23:44:11 bcallah Exp $
 configure.orig	Fri Mar 17 16:03:06 2017
-+++ configure	Mon Jul 17 17:11:15 2017
-@@ -21413,7 +21413,7 @@ echo
- #
- echo "configure: creating $srcdir/src//buildtag.hh"
- rm -f $srcdir/src/buildtag.hh
--cd $srcdir/src ; source ./buildtag ; cd ..
-+cd $srcdir/src ; . ./buildtag ; cd ..
- 
- # create src/makefile.h
- #
Index: patches/patch-doc_Makefile_in
===
RCS file: /cvs/ports/lang/apl/patches/patch-doc_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in	11 Sep 2017 23:44:11 -	1.1.1.1
+++ patches/patch-doc_Makefile_in	23 Jan 2020 22:12:14 -
@@ -1,15 +1,15 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2017/09/11 23:44:11 bcallah Exp $
 doc/Makefile.in.orig	Fri Jul 21 10:19:37 2017
-+++ doc/Makefile.in	Fri Jul 21 10:19:58 2017
-@@ -342,11 +342,9 @@ man1_MANS = apl.1
+Index: doc/Makefile.in
+--- doc/Makefile.in.orig
 doc/Makefile.in
+@@ -354,10 +354,8 @@ man1_MANS = apl.1
  dist_doc_DATA = \
  	apl.1			\
  	apl.texi		\
 -	apl.info		\
  	apl.html		\
- 	APL-on-Macintosh.pdf	\
  	libapl.texi		\
 -	libapl.info		\
+ 	PLOT_circle.png		\
+ 	PLOT_zigzag.png		\
  	libapl.html
- 
- all: all-am
Index: patches/patch-gnu-apl_d_preferences_in
===
RCS file: /cvs/ports/lang/apl/patches/patch-gnu-apl_d_preferences_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gnu-apl_d_preferences_in
--- patches/patch-gnu-apl_d_preferences_in	11 Sep 2017 23:44:11 -	1.1.1.1
+++ patches/patch-gnu-apl_d_preferences_in	23 Jan 2020 22:12:14 -
@@ -1,7 

net/isc-bind 9.15.8 update, tests wanted from BIND users

2020-01-23 Thread Stuart Henderson
As upstream say...

   "We expect that this will be the final version of the 9.15
   experimental development branch released before that branch is
   designated as stable and transitions to become BIND 9.16 (at which
   point we will begin a new 9.17 experimental development branch.) If
   you are one of the operators who has been helping by testing the 9.15
   experimental development branch we especially encourage feedback on
   the branch *before* we release BIND 9.16.0."

Here's a port update diff if anyone is running this and would like to
test.



Index: Makefile
===
RCS file: /cvs/ports/net/isc-bind/Makefile,v
retrieving revision 1.109
diff -u -p -r1.109 Makefile
--- Makefile23 Jan 2020 22:08:08 -  1.109
+++ Makefile23 Jan 2020 22:11:17 -
@@ -5,9 +5,9 @@ COMMENT=Berkeley Internet Name Daemon: 
 # 9.11 is an ESV.  After 9.11 the format changes: odd numbers are devel,
 # even numbers are stable (and for stable branches, point releases are
 # bug fixes only).  The next ESV will be 9.16.
-V= 9.14.10
+V= 9.15.8
+EXTRACT_SUFX=  .tar.xz
 EPOCH= 0
-REVISION=  0
 
 DISTNAME=  bind-$V
 PKGNAME=   isc-bind-${V:S/-P/pl/}
@@ -30,18 +30,20 @@ MAINTAINER= Stuart Henderson 
  #include 
  #include 
@@ -11,7 +11,7 @@ Index: bin/dig/dig.c
  
  #include 
  #include 
-@@ -2246,6 +2247,15 @@ void dig_setup(int argc, char **argv)
+@@ -2486,6 +2487,15 @@ dig_setup(int argc, char **argv) {
ISC_LIST_INIT(server_list);
ISC_LIST_INIT(search_list);
  
@@ -27,7 +27,7 @@ Index: bin/dig/dig.c
debug("dig_setup()");
  
/* setup dighost callbacks */
-@@ -2274,6 +2284,16 @@ void dig_query_setup(bool is_batchfile, bool config_on
+@@ -2517,6 +2527,16 @@ void dig_query_setup(bool is_batchfile, bool config_on
setup_file_key();
else if (keysecret[0] != 0)
setup_text_key();
Index: patches/patch-bin_dig_host_c
===
RCS file: /cvs/ports/net/isc-bind/patches/patch-bin_dig_host_c,v
retrieving revision 1.12
diff -u -p -r1.12 patch-bin_dig_host_c
--- patches/patch-bin_dig_host_c18 Dec 2019 19:38:17 -  1.12
+++ patches/patch-bin_dig_host_c23 Jan 2020 22:11:17 -
@@ -3,7 +3,7 @@ $OpenBSD: patch-bin_dig_host_c,v 1.12 20
 Index: bin/dig/host.c
 --- bin/dig/host.c.orig
 +++ bin/dig/host.c
-@@ -17,6 +17,7 @@
+@@ -15,6 +15,7 @@
  #include 
  #include 
  #include 
@@ -11,7 +11,7 @@ Index: bin/dig/host.c
  
  #ifdef HAVE_LOCALE_H
  #include 
-@@ -874,6 +875,15 @@ main(int argc, char **argv) {
+@@ -875,6 +876,15 @@ main(int argc, char **argv) {
dighost_trying = trying;
dighost_shutdown = host_shutdown;
  
@@ -27,7 +27,7 @@ Index: bin/dig/host.c
debug("main()");
progname = argv[0];
pre_parse_args(argc, argv);
-@@ -886,6 +896,16 @@ main(int argc, char **argv) {
+@@ -887,6 +897,16 @@ main(int argc, char **argv) {
setup_file_key();
else if (keysecret[0] != 0)
setup_text_key();
Index: patches/patch-bin_dig_nslookup_c
===
RCS file: /cvs/ports/net/isc-bind/patches/patch-bin_dig_nslookup_c,v
retrieving revision 1.13
diff -u -p -r1.13 patch-bin_dig_nslookup_c
--- patches/patch-bin_dig_nslookup_c18 Dec 2019 19:38:17 -  1.13
+++ patches/patch-bin_dig_nslookup_c23 Jan 2020 22:11:17 -
@@ -3,7 +3,7 @@ $OpenBSD: patch-bin_dig_nslookup_c,v 1.1
 Index: bin/dig/nslookup.c
 --- bin/dig/nslookup.c.orig
 +++ bin/dig/nslookup.c
-@@ -1003,6 +1003,15 @@ main(int argc, char **argv) {
+@@ -1004,6 +1004,15 @@ main(int argc, char **argv) {
result = isc_app_start();
check_result(result, "isc_app_start");
  
@@ -19,7 +19,7 @@ Index: bin/dig/nslookup.c
setup_libs();
progname = argv[0];
  
-@@ -1012,6 +1021,15 @@ main(int argc, char **argv) {
+@@ -1013,6 +1022,15 @@ main(int argc, char **argv) {
setup_file_key();
else if (keysecret[0] != 0)
setup_text_key();
Index: patches/patch-bin_named_include_named_globals_h
===
RCS file: 
/cvs/ports/net/isc-bind/patches/patch-bin_named_include_named_globals_h,v
retrieving revision 1.13
diff -u -p -r1.13 patch-bin_named_include_named_globals_h
--- patches/patch-bin_named_include_named_globals_h 18 Dec 2019 15:05:43 
-  1.13
+++ patches/patch-bin_named_include_named_globals_h 23 Jan 2020 22:11:17 
-
@@ -3,7 +3,7 @@ $OpenBSD: patch-bin_named_include_named_
 Index: bin/named/include/named/globals.h
 --- bin/named/include/named/globals.h.orig
 +++ bin/named/include/named/globals.h
-@@ -135,7 +135,7 @@ EXTERN const char *named_g_defaultpidfile  
INIT(NAME
+@@ -137,7 +137,7 @@ EXTERN const char *

CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 15:08:08

Modified files:
net/isc-bind   : Makefile 
Added files:
net/isc-bind/patches: patch-lib_dns_dst_openssl_h 
  patch-lib_dns_openssldh_link_c 
  patch-lib_dns_opensslrsa_link_c 
  patch-lib_isc_aes_c 

Log message:
get rid of some of bind's "|| defined(LIBRESSL_VERSION_NUMBER)" for things
that libressl now has



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 14:22:00

Modified files:
lang/php/7.3   : Makefile distinfo 

Log message:
update to php-7.3.14



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 14:22:09

Modified files:
lang/php/7.3   : Tag: OPENBSD_6_6 Makefile distinfo 

Log message:
update to php-7.3.14



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 14:21:31

Modified files:
lang/php/7.2   : Tag: OPENBSD_6_6 Makefile distinfo 

Log message:
update to php-7.2.27



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 14:21:04

Modified files:
lang/php/7.2   : Makefile distinfo 

Log message:
update to php-7.2.27



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/01/23 14:21:08

Modified files:
math/py-tables : Makefile 

Log message:
- needs ports-gcc on at least sparc64 as suggested by sthen@ and confirmed
by kmos@

- fix tests to run like upstream recommends



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/23 13:52:05

Modified files:
net/isc-bind   : Makefile distinfo 

Log message:
update to BIND 9.14.10



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2020/01/23 12:06:43

Modified files:
sysutils/colortail: Makefile 

Log message:
remove MASTER_SITE because we are fetching from github



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2020/01/23 11:10:55

Modified files:
sysutils/colortail: Makefile distinfo 
sysutils/colortail/patches: patch-TailFile_cc 
Removed files:
sysutils/colortail/patches: patch-CfgFileParser_cc 
patch-CfgFileParser_h 
patch-ColorTail_cc 
patch-Colorizer_cc patch-Info_cc 
patch-OptionsParser_cc 
patch-TailFile_h patch-Usage_cc 
patch-main_cc 

Log message:
update to 0.3.3; fixes aggressive malloc settings as well which were
found by mlarkin@ and tedu@



Re: UPDATE: devel/gmake 4.2.1 => 4.3

2020-01-23 Thread Christian Weisgerber
Christian Weisgerber:

> These failed to build:
> 
> devel/jdk/11?
> devel/libfirm   # vs. \#
> emulators/mame  spaces not added by +=
> multimedia/gstreamer-0.10/plugins-base  # vs. \#

FWIW, I intend to work on these over the coming days.

At the moment I'm looking into the regression test that fails on
aarch64.

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



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2020/01/23 06:54:49

Modified files:
www/phpmyadmin : Makefile distinfo 
www/phpmyadmin/pkg: PLIST 

Log message:
bugfix update to 4.9.4



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/23 06:52:17

Modified files:
sysutils/beats/filebeat: Makefile distinfo 
sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml 

Log message:
Update filebeat 7.5.1 -> 7.5.2
Relase notes: 
https://www.elastic.co/guide/en/beats/libbeat/7.5/release-notes-7.5.2.html



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/23 06:49:37

Modified files:
sysutils/logstash: Makefile distinfo 
sysutils/logstash/pkg: PLIST 

Log message:
Update logstash 7.5.1 -> 7.5.2
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-2.html



Re: UPDATE: fonts/public-sans to 1.00.8

2020-01-23 Thread Benoit Lecocq




On 23/01/2020 14:20, George Rosamond wrote:

Changes for 1.008 on releases page, mostly font display related:

https://github.com/uswds/public-sans/releases

g



Committed, thanks !



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/01/23 06:47:18

Modified files:
fonts/public-sans: Makefile distinfo 

Log message:
Update to public-sans-1.008 from George Rosamond, thanks.



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/23 06:43:35

Modified files:
www/kibana : Makefile distinfo 
www/kibana/pkg : PLIST 

Log message:
Update kibana 7.5.1 -> 7.5.2
Relase notes: 
https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.2.html



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/23 06:42:12

Modified files:
textproc/elasticsearch: Makefile distinfo 
textproc/elasticsearch/pkg: PLIST 

Log message:
Update elasticsearch 7.5.1 -> 7.5.2
Relase notes: 
https://www.elastic.co/guide/en/elasticsearch/reference/7.5/release-notes-7.5.2.html



UPDATE: fonts/public-sans to 1.00.8

2020-01-23 Thread George Rosamond
Changes for 1.008 on releases page, mostly font display related:

https://github.com/uswds/public-sans/releases

g
Index: public-sans//Makefile
===
RCS file: /cvs/ports/fonts/public-sans/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- public-sans//Makefile	15 Nov 2019 07:43:53 -	1.4
+++ public-sans//Makefile	23 Jan 2020 13:20:13 -
@@ -2,7 +2,7 @@
 
 COMMENT =		strong, neutral, principles-driven typeface
 
-V =			1.007
+V =			1.008
 DISTNAME =		public-sans-v$V
 PKGNAME =		public-sans-$V
 
Index: public-sans//distinfo
===
RCS file: /cvs/ports/fonts/public-sans/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- public-sans//distinfo	15 Nov 2019 07:43:53 -	1.4
+++ public-sans//distinfo	23 Jan 2020 13:20:13 -
@@ -1,2 +1,2 @@
-SHA256 (public-sans-v1.007.zip) = XpLwz93vPwyOG9btY+uS6sroXzdiHGm1r3Wv3izSYBk=
-SIZE (public-sans-v1.007.zip) = 5813704
+SHA256 (public-sans-v1.008.zip) = EsWIAEitP2L4tvhoFCy4tpQCmgN7aIZ4jOWHur4CaHQ=
+SIZE (public-sans-v1.008.zip) = 5819325


Re: [PATCH] Update inputmethods/anthy from 9100 to 0.4

2020-01-23 Thread Bryan Linton
On 2020-01-20 16:20:00, Omar Polo  wrote:
> Bryan, sorry for the double email, as always I forgot to CC ports.
> 
> On Sun, Jan 19, 2020 at 10:48:18AM +0900, Bryan Linton wrote:
> > On 2020-01-18 13:16:58, Omar Polo  wrote:
> > > Hi,
> > > 
> > > Thanks for working on this!  It compiles here, but I cannot judge
> > > the quality of the patch. Some comments after a bit of testing with
> > > inputmethod/uim:
> > >
> 
> Another thing that I've noticed, the description for anthy says
> 
>   With its complement package anthy-emacs, [...]
> 
> but here the package is emacs-anthy:
> 
>   $ pkg_info | grep emacs-anthy
>   emacs-anthy-0.4p4   emacs files for anthy
> 
> (patch below)
> 

Good catch!  Updated version of port attached.

-- 
Bryan

Index: Makefile
===
RCS file: /cvs/ports/inputmethods/anthy/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile12 Jul 2019 20:47:12 -  1.25
+++ Makefile21 Jan 2020 11:23:17 -
@@ -3,12 +3,14 @@
 COMMENT-main = japanese input method
 COMMENT-emacs =emacs files for anthy
 
-V =9100h
-DISTNAME = anthy-$V
+V =0.4
+DISTNAME = anthy_$V.orig
+WRKDIST =  ${WRKDIR}/anthy-$V
 PKGNAME-main = anthy-$V
 PKGNAME-emacs =emacs-anthy-$V
-REVISION-main = 2
-REVISION-emacs = 4
+REVISION-main = 0
+REVISION-emacs = 0
+EPOCH =0
 
 SHARED_LIBS += anthydic 1.0  # .1.0
 SHARED_LIBS += anthy1.0  # .1.0
@@ -16,14 +18,14 @@
 
 CATEGORIES =   inputmethods japanese
 
-HOMEPAGE = https://anthy.osdn.jp/
+HOMEPAGE = https://wiki.debian.org/Teams/DebianAnthy
 
-# GPL, part LGPL
+# GPLv3, parts are LGPLv3 and/or LGPLv2+
 PERMIT_PACKAGE =   Yes
 
 WANTLIB-main = c m
 
-MASTER_SITES = ${MASTER_SITE_OSDN_JP:=anthy/37536/}
+MASTER_SITES = http://deb.debian.org/debian/pool/main/a/anthy/
 
 FAKE_FLAGS =   sysconfdir=$(PREFIX)/share/examples/anthy
 
Index: distinfo
===
RCS file: /cvs/ports/inputmethods/anthy/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo18 Jan 2015 03:14:16 -  1.5
+++ distinfo21 Jan 2020 11:23:17 -
@@ -1,2 +1,2 @@
-SHA256 (anthy-9100h.tar.gz) = 0lbwdfAYtKPLDRZe1hUf2kun2xYhcn4OtUVptuInVUc=
-SIZE (anthy-9100h.tar.gz) = 4446148
+SHA256 (anthy_0.4.orig.tar.gz) = /fWQvupwk/Myex7udgE+STbkxmWefMAd0f3W5vLpyfc=
+SIZE (anthy_0.4.orig.tar.gz) = 5619024
Index: patches/patch-src-util_anthy_el
===
RCS file: patches/patch-src-util_anthy_el
diff -N patches/patch-src-util_anthy_el
--- patches/patch-src-util_anthy_el 7 Dec 2013 23:42:04 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src-util_anthy_el,v 1.1 2013/12/07 23:42:04 yasuoka Exp $
 src-util/anthy.el.orig Sat Nov 30 10:40:43 2013
-+++ src-util/anthy.el  Sat Nov 30 10:40:55 2013
-@@ -892,7 +892,7 @@
-((event-matches-key-specifier-p event 'backspace) 8)
-(t
- (char-to-int (event-to-character event)
--last-command-char))
-+last-command-event))
- 
- ;;
- ;;
Index: pkg/DESCR-main
===
RCS file: /cvs/ports/inputmethods/anthy/pkg/DESCR-main,v
retrieving revision 1.1
diff -u -r1.1 DESCR-main
--- pkg/DESCR-main  21 Nov 2006 00:12:40 -  1.1
+++ pkg/DESCR-main  21 Jan 2020 11:23:17 -
@@ -1,7 +1,7 @@
 Anthy is a japanese input method library that can be used
 from many setups.
 
-With its complement package anthy-emacs, it can be used with
+With its complement package emacs-anthy, it can be used with
 emacs, using the simple anthy-agent wedge for communication.
 
 It can also be accessed from uim.
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/inputmethods/anthy/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -r1.5 PLIST-main
--- pkg/PLIST-main  22 May 2015 11:31:16 -  1.5
+++ pkg/PLIST-main  21 Jan 2020 11:23:17 -
@@ -2,18 +2,17 @@
 @pkgpath inputmethods/anthy
 @bin bin/anthy-agent
 @bin bin/anthy-dic-tool
-@bin bin/anthy-morphological-analyzer
 include/anthy/
 include/anthy/anthy.h
 include/anthy/dicutil.h
 include/anthy/input.h
-lib/libanthy.a
+@static-lib lib/libanthy.a
 lib/libanthy.la
 @lib lib/libanthy.so.${LIBanthy_VERSION}
-lib/libanthydic.a
+@static-lib lib/libanthydic.a
 lib/libanthydic.la
 @lib lib/libanthydic.so.${LIBanthydic_VERSION}
-lib/libanthyinput.a
+@static-lib lib/libanthyinput.a
 lib/libanthyinput.la
 @lib lib/libanthyinput.so.${LIBanthyinput_VERSION}
 lib/pkgconfig/anthy.pc


Re: [NEW] textproc/scdoc

2020-01-23 Thread Stuart Henderson
On 2020/01/22 23:34, Raymond E. Pasco wrote:
> Having looked at it a bit more, I see other statically linked ports with
> empty WANTLIB (e.g. shells/tcsh), but that doesn't necessarily mean it's
> correct. Since I don't know, here's another tgz identical to the last
> but with WANTLIB=c (which, if you remove -static, is what it would
> require).

Please don't statically link it. The few ports doing this are special cases.



Re: firefox: pledge "", syscall 289

2020-01-23 Thread Landry Breuil
On Thu, Jan 23, 2020 at 10:08:06AM +0100, Claus Assmann wrote:
> Sorry if I missed something, but the last info I found on this
> was to set these two options to avoid the problem:
> $ fgrep pledge prefs.js
> user_pref("security.sandbox.pledge.content", "moo");
> user_pref("security.sandbox.pledge.main", "moo");
> 
> I also tried to set it to "", but that doesn't help either.
> System info:
> OpenBSD neec.esmtp.org 6.6 GENERIC.MP#3 amd64
> firefox 72.0.2 (stable)
> 
> syscall 289 seems to be shmget? Just for the fun of it I added it
> to the list but then firefox removes the entire line from prefs.js
> -- it seems to be an invalid entry (also not listed in pledge(2)).
> 
> How can I prevent firefox from crashing for this case?

Since 72 was backported to stable pledge config/overrides isnt in
about:config prefs anymore but in /etc/firefox, have a look at the
pkg-readme provided by the package.



firefox: pledge "", syscall 289

2020-01-23 Thread Claus Assmann
Sorry if I missed something, but the last info I found on this
was to set these two options to avoid the problem:
$ fgrep pledge prefs.js
user_pref("security.sandbox.pledge.content", "moo");
user_pref("security.sandbox.pledge.main", "moo");

I also tried to set it to "", but that doesn't help either.
System info:
OpenBSD neec.esmtp.org 6.6 GENERIC.MP#3 amd64
firefox 72.0.2 (stable)

syscall 289 seems to be shmget? Just for the fun of it I added it
to the list but then firefox removes the entire line from prefs.js
-- it seems to be an invalid entry (also not listed in pledge(2)).

How can I prevent firefox from crashing for this case?

-- 
Address is valid for this mailing list only, please do not reply
to it direcly, but to the list.



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/23 01:21:12

Modified files:
geo: Makefile 

Log message:
+gpxsee



CVS: cvs.openbsd.org: ports

2020-01-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/23 01:20:43

Log message:
Import gpxsee 7.19.

GPXSee is a GPS log file viewer and analyzer that supports all common GPS 
log
file formats.
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,..)
* Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG & JNX
maps, TwoNav RMaps, GeoTIFF images, MBTiles)
* Elevation, speed, heart rate, cadence, power, temperature and gear
ratio/shifts graphs
* Support for POI files
* Print/export to PDF
* Multiple tracks in one view

ok solene@

Status:

Vendor Tag: landry
Release Tags:   landry_20200123

N ports/geo/gpxsee/Makefile
N ports/geo/gpxsee/distinfo
N ports/geo/gpxsee/patches/patch-src_map_albersequal_cpp
N ports/geo/gpxsee/patches/patch-src_map_albersequal_h
N ports/geo/gpxsee/patches/patch-src_map_krovak_cpp
N ports/geo/gpxsee/patches/patch-src_map_krovak_h
N ports/geo/gpxsee/pkg/PLIST
N ports/geo/gpxsee/pkg/DESCR

No conflicts created by this import