CVS: cvs.openbsd.org: ports

2020-10-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/28 17:17:36

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

Log message:
Update to diffoscope-161



CVS: cvs.openbsd.org: ports

2020-10-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/28 17:07:32

Modified files:
multimedia/streamlink: Makefile distinfo 
multimedia/streamlink/pkg: PLIST 

Log message:
Update to streamlink-1.7.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.7.0



CVS: cvs.openbsd.org: ports

2020-10-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/28 16:47:00

Modified files:
games/julius   : Makefile distinfo 

Log message:
Update to julius-1.5.1
This version is the same as 1.5.0 with a fix for Android, the 1.5.0
changelog is here: https://github.com/bvschaik/julius/releases/tag/v1.5.0



CVS: cvs.openbsd.org: ports

2020-10-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/28 10:16:17

Modified files:
games/devilutionx: Makefile distinfo 
Removed files:
games/devilutionx/patches: patch-CMakeLists_txt 

Log message:
Update to devilutionx-1.1.0
Changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.1.0
ok solene@



CVS: cvs.openbsd.org: ports

2020-10-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/28 08:16:22

Modified files:
games/openrct2 : Makefile distinfo 
games/openrct2/patches: patch-CMakeLists_txt 
games/openrct2/pkg: PLIST 

Log message:
Update to openrct-0.3.1
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.1

ok daniel@, additional testing by Florian Viehweger



CVS: cvs.openbsd.org: ports

2020-10-09 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/09 20:01:49

Modified files:
sysutils/ugrep : Makefile distinfo 
sysutils/ugrep/patches: patch-configure 

Log message:
Update to ugrep-3.0.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.1



CVS: cvs.openbsd.org: ports

2020-10-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/08 20:36:44

Modified files:
astro/gnuastro : Makefile distinfo 
astro/gnuastro/patches: patch-configure 
astro/gnuastro/pkg: PLIST 

Log message:
Update to gnuastro-0.13 -- note the major bump to the shlib due to removed
symbols.
Full changelog is here:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13
testing on macppc and ok cwen@



CVS: cvs.openbsd.org: ports

2020-10-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/08 20:33:40

Modified files:
x11/elementary/dock: Makefile 

Log message:
Add devel/help2man to BDEPS -- latest arm64 bulk failed because of this.
Alerted by naddy@



UPDATE: astro/gnuastro 0.12 => 0.13

2020-10-04 Thread Brian Callahan
Hello ports --

Attached is an update to GNU Astro. The NEWS file contains all the
major changes:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13

Note that the shared library major is bumped due to removed symbols.

While here, I'd like to take maintainer and also add a homepage that
was missing from import.

All tests pass on amd64.

OK?

~Brian
Index: Makefile
===
RCS file: /cvs/ports/astro/gnuastro/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile	24 Jun 2020 19:26:25 -	1.1.1.1
+++ Makefile	3 Oct 2020 16:21:31 -
@@ -1,10 +1,13 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2020/06/24 19:26:25 bcallah Exp $
 
 COMMENT =	GNU Astronomy Utilities
-DISTNAME =	gnuastro-0.12
+DISTNAME =	gnuastro-0.13
 CATEGORIES =	astro
 
-SHARED_LIBS +=	gnuastro  0.0 # 10.0
+SHARED_LIBS +=	gnuastro  1.0 # 11.0
+
+HOMEPAGE =	https://www.gnu.org/software/gnuastro/
+MAINTAINER =	Brian Callahan 
 
 # GPLv3+
 PERMIT_PACKAGE =	Yes
Index: distinfo
===
RCS file: /cvs/ports/astro/gnuastro/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	24 Jun 2020 19:26:25 -	1.1.1.1
+++ distinfo	3 Oct 2020 16:21:31 -
@@ -1,2 +1,2 @@
-SHA256 (gnuastro-0.12.tar.gz) = Jy784mtsgLrIYkjrjqLgY4AbHlAd7PZflWusW5FIK5s=
-SIZE (gnuastro-0.12.tar.gz) = 5559331
+SHA256 (gnuastro-0.13.tar.gz) = YmT76h+z0f+Xi3Dm0w50tqqgpu+EFJvszknAQ5+HHiU=
+SIZE (gnuastro-0.13.tar.gz) = 5638209
Index: patches/patch-configure
===
RCS file: /cvs/ports/astro/gnuastro/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure	24 Jun 2020 19:26:25 -	1.1.1.1
+++ patches/patch-configure	3 Oct 2020 16:21:31 -
@@ -5,7 +5,7 @@ Remove hardcoded -O3
 Index: configure
 --- configure.orig
 +++ configure
-@@ -19378,7 +19378,7 @@ fi
+@@ -20265,7 +20265,7 @@ fi
  if test "x$enable_debug" = "xyes"; then :
cflags_add="-g -O0"; enable_shared=no
  else
@@ -14,7 +14,7 @@ Index: configure
  fi
  CFLAGS="-Wall $cflags_add $CFLAGS"
  CXXFLAGS="-Wall $cflags_add $CXXFLAGS"
-@@ -27470,7 +27470,7 @@ $as_echo_n "checking for shell to use with libtool... 
+@@ -28419,7 +28419,7 @@ $as_echo_n "checking for shell to use with libtool... 
  cprog=libtool_shell_test.c
  $as_echo "#include "[] > $cprog
  $as_echo "int main(void){printf(\"success\\n\"); return 0;}" >> $cprog
Index: pkg/PLIST
===
RCS file: /cvs/ports/astro/gnuastro/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	24 Jun 2020 19:26:25 -	1.1.1.1
+++ pkg/PLIST	3 Oct 2020 16:21:31 -
@@ -32,6 +32,7 @@ include/gnuastro/fits.h
 include/gnuastro/git.h
 include/gnuastro/interpolate.h
 include/gnuastro/jpeg.h
+include/gnuastro/kdtree.h
 include/gnuastro/label.h
 include/gnuastro/list.h
 include/gnuastro/match.h


CVS: cvs.openbsd.org: ports

2020-10-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/10/03 08:41:23

Modified files:
math/bc-gh : Makefile distinfo 

Log message:
Update to bc-gh-3.1.6
Changelog: https://github.com/gavinhoward/bc/releases/tag/3.1.6



Re: CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan


On Friday, September 25, 2020 5:29 PM, Brian Callahan  
wrote:

> On Friday, September 25, 2020 5:25 PM, Stuart Henderson s...@spacehopper.org 
> wrote:
>
> > On 2020/09/25 21:23, Brian Callahan wrote:
> >
> > > Hi Stuart --
> > > On Friday, September 25, 2020 5:19 PM, Stuart Henderson 
> > > s...@spacehopper.org wrote:
> > >
> > > > On 2020/09/25 21:17, Brian Callahan wrote:
> > > >
> > > > > Hi Stuart --
> > > > > On Friday, September 25, 2020 5:11 PM, Stuart Henderson 
> > > > > s...@spacehopper.org wrote:
> > > > >
> > > > > > On 2020/09/25 15:04, Brian Callahan wrote:
> > > > > >
> > > > > > > CVSROOT: /cvs
> > > > > > > Module name: ports
> > > > > > > Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:04:29
> > > > > > > Removed files:
> > > > > > > audio/exaile : Makefile distinfo
> > > > > > > audio/exaile/patches: patch-Makefile patch-data_exaile_desktop
> > > > > > > patch-plugins_Makefile
> > > > > > > patch-tests_xl_trax_test_track_py
> > > > > > > patch-tools_generate-launcher
> > > > > > > patch-xl_main_py
> > > > > > > audio/exaile/pkg: DESCR PLIST
> > > > > > > Log message:
> > > > > > > Remove audio/exaile
> > > > > > > It is still living in Python 2 land, and while there exists a 
> > > > > > > collection
> > > > > > > of PRs and issues on GitHub that explain what needs to be done to 
> > > > > > > migrate
> > > > > > > to Python 3, no one has done it. There are lots of good 
> > > > > > > alternatives.
> > > > > > > Requested by and ok aja@
> > > > > >
> > > > > > since what needs to be done is "wait for 3.1 release, update" it's 
> > > > > > hard
> > > > > > to say if anybody is doing that or not
> > > > >
> > > > > Antoine asked for its removal and I wasn't stepping up to maintain
> > > > > this, and so I wasn't willing to stand in the way. We can always
> > > > > revive this later if it ever does get updated. As I understood things,
> > > > > exaile was blocking other ports work.
> > > > > ~Brian
> > > >
> > > > We can but it's more of a pain to revive after it's been rm'd.
> > > > Can we at least have a quirks.pm obsolete reason that isn't a lie?
> > >
> > > I was told that it wasn't being maintained upstream so that's the one
> > > I chose. Looks like there is activity so I will change quirks.pm.
> > > Though I don't see one that looks too great.
> > > "python2 port superseded by python3 version", #14 maybe?
> >
> > It is no problem to add a new one reason. I'm not sure what it would say
> > though because there are quite a few ports that are py2-only which we
> > cannot remove..
>
> How does "Python 2; requires obsolete and removed version of Python 2
> modules" sound? That as far as I can tell is accurate.
>
> ~Brian

...which is effectively what 13 says



Re: CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan


On Friday, September 25, 2020 5:25 PM, Stuart Henderson  
wrote:

> On 2020/09/25 21:23, Brian Callahan wrote:
>
> > Hi Stuart --
> > On Friday, September 25, 2020 5:19 PM, Stuart Henderson 
> > s...@spacehopper.org wrote:
> >
> > > On 2020/09/25 21:17, Brian Callahan wrote:
> > >
> > > > Hi Stuart --
> > > > On Friday, September 25, 2020 5:11 PM, Stuart Henderson 
> > > > s...@spacehopper.org wrote:
> > > >
> > > > > On 2020/09/25 15:04, Brian Callahan wrote:
> > > > >
> > > > > > CVSROOT: /cvs
> > > > > > Module name: ports
> > > > > > Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:04:29
> > > > > > Removed files:
> > > > > > audio/exaile : Makefile distinfo
> > > > > > audio/exaile/patches: patch-Makefile patch-data_exaile_desktop
> > > > > > patch-plugins_Makefile
> > > > > > patch-tests_xl_trax_test_track_py
> > > > > > patch-tools_generate-launcher
> > > > > > patch-xl_main_py
> > > > > > audio/exaile/pkg: DESCR PLIST
> > > > > > Log message:
> > > > > > Remove audio/exaile
> > > > > > It is still living in Python 2 land, and while there exists a 
> > > > > > collection
> > > > > > of PRs and issues on GitHub that explain what needs to be done to 
> > > > > > migrate
> > > > > > to Python 3, no one has done it. There are lots of good 
> > > > > > alternatives.
> > > > > > Requested by and ok aja@
> > > > >
> > > > > since what needs to be done is "wait for 3.1 release, update" it's 
> > > > > hard
> > > > > to say if anybody is doing that or not
> > > >
> > > > Antoine asked for its removal and I wasn't stepping up to maintain
> > > > this, and so I wasn't willing to stand in the way. We can always
> > > > revive this later if it ever does get updated. As I understood things,
> > > > exaile was blocking other ports work.
> > > > ~Brian
> > >
> > > We can but it's more of a pain to revive after it's been rm'd.
> > > Can we at least have a quirks.pm obsolete reason that isn't a lie?
> >
> > I was told that it wasn't being maintained upstream so that's the one
> > I chose. Looks like there is activity so I will change quirks.pm.
> > Though I don't see one that looks too great.
> > "python2 port superseded by python3 version", #14 maybe?
>
> It is no problem to add a new one reason. I'm not sure what it would say
> though because there are quite a few ports that are py2-only which we
> cannot remove..

How does "Python 2; requires obsolete and removed version of Python 2
modules" sound? That as far as I can tell is accurate.

~Brian



Re: CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
Hi Stuart --

On Friday, September 25, 2020 5:19 PM, Stuart Henderson  
wrote:

> On 2020/09/25 21:17, Brian Callahan wrote:
>
> > Hi Stuart --
> > On Friday, September 25, 2020 5:11 PM, Stuart Henderson 
> > s...@spacehopper.org wrote:
> >
> > > On 2020/09/25 15:04, Brian Callahan wrote:
> > >
> > > > CVSROOT: /cvs
> > > > Module name: ports
> > > > Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:04:29
> > > > Removed files:
> > > > audio/exaile : Makefile distinfo
> > > > audio/exaile/patches: patch-Makefile patch-data_exaile_desktop
> > > > patch-plugins_Makefile
> > > > patch-tests_xl_trax_test_track_py
> > > > patch-tools_generate-launcher
> > > > patch-xl_main_py
> > > > audio/exaile/pkg: DESCR PLIST
> > > > Log message:
> > > > Remove audio/exaile
> > > > It is still living in Python 2 land, and while there exists a collection
> > > > of PRs and issues on GitHub that explain what needs to be done to 
> > > > migrate
> > > > to Python 3, no one has done it. There are lots of good alternatives.
> > > > Requested by and ok aja@
> > >
> > > since what needs to be done is "wait for 3.1 release, update" it's hard
> > > to say if anybody is doing that or not
> >
> > Antoine asked for its removal and I wasn't stepping up to maintain
> > this, and so I wasn't willing to stand in the way. We can always
> > revive this later if it ever does get updated. As I understood things,
> > exaile was blocking other ports work.
> > ~Brian
>
> We can but it's more of a pain to revive after it's been rm'd.
> Can we at least have a quirks.pm obsolete reason that isn't a lie?

I was told that it wasn't being maintained upstream so that's the one
I chose. Looks like there is activity so I will change quirks.pm.

Though I don't see one that looks too great.
"python2 port superseded by python3 version", #14 maybe?

~Brian



Re: CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
Hi Stuart --

On Friday, September 25, 2020 5:11 PM, Stuart Henderson  
wrote:

> On 2020/09/25 15:04, Brian Callahan wrote:
>
> > CVSROOT: /cvs
> > Module name: ports
> > Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:04:29
> > Removed files:
> > audio/exaile : Makefile distinfo
> > audio/exaile/patches: patch-Makefile patch-data_exaile_desktop
> > patch-plugins_Makefile
> > patch-tests_xl_trax_test_track_py
> > patch-tools_generate-launcher
> > patch-xl_main_py
> > audio/exaile/pkg: DESCR PLIST
> > Log message:
> > Remove audio/exaile
> > It is still living in Python 2 land, and while there exists a collection
> > of PRs and issues on GitHub that explain what needs to be done to migrate
> > to Python 3, no one has done it. There are lots of good alternatives.
> > Requested by and ok aja@
>
> since what needs to be done is "wait for 3.1 release, update" it's hard
> to say if anybody is doing that or not

Antoine asked for its removal and I wasn't stepping up to maintain
this, and so I wasn't willing to stand in the way. We can always
revive this later if it ever does get updated. As I understood things,
exaile was blocking other ports work.

~Brian



CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:40:55

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Update exaile's obsolete reason to depends on obsolete dependencies, which
appears to reflect the currect reality of things.
Requested by sthen@



CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:05:04

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Register exaile removal



CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:04:29

Removed files:
audio/exaile   : Makefile distinfo 
audio/exaile/patches: patch-Makefile patch-data_exaile_desktop 
  patch-plugins_Makefile 
  patch-tests_xl_trax_test_track_py 
  patch-tools_generate-launcher 
  patch-xl_main_py 
audio/exaile/pkg: DESCR PLIST 

Log message:
Remove audio/exaile
It is still living in Python 2 land, and while there exists a collection
of PRs and issues on GitHub that explain what needs to be done to migrate
to Python 3, no one has done it. There are lots of good alternatives.
Requested by and ok aja@



CVS: cvs.openbsd.org: ports

2020-09-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/25 15:02:23

Modified files:
audio  : Makefile 

Log message:
-exaile



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/23 22:34:39

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20200919



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/23 22:11:53

Modified files:
multimedia/streamlink: Makefile distinfo 
multimedia/streamlink/pkg: PLIST 

Log message:
Update to streamlink-1.6.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.6.0



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/23 09:58:12

Modified files:
sysutils/ugrep : Makefile distinfo 
sysutils/ugrep/patches: patch-configure 

Log message:
Update to ugrep-2.5.6
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.6



CVS: cvs.openbsd.org: ports

2020-09-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/23 09:37:32

Modified files:
lang/quickjs   : Makefile distinfo 
lang/quickjs/patches: patch-Makefile patch-qjs_c patch-qjsc_c 
  patch-quickjs-libc_c patch-quickjs_c 
  patch-tests_test_builtin_js 
lang/quickjs/pkg: PLIST 
Added files:
lang/quickjs/patches: patch-tests_test_std_js 
Removed files:
lang/quickjs/patches: patch-quickjs_h 

Log message:
Update to quickjs-2020.09.06
A full changelog is here: https://bellard.org/quickjs/Changelog
>From gkoehler@, who also tested it on macppc and powerpc64!



CVS: cvs.openbsd.org: ports

2020-09-16 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/16 19:43:35

Modified files:
www/purritobin : Makefile distinfo 

Log message:
Update to purritobin-0.2.4, from maintainer Aisha Tammy.
Changelog: https://github.com/PurritoBin/PurritoBin/releases/tag/0.2.4



CVS: cvs.openbsd.org: ports

2020-09-16 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/16 19:40:32

Modified files:
www/uwebsockets: Makefile distinfo 

Log message:
Update to uwebsockets-18.13.0, from maintainer Aisha Tammy.
Changelog: https://github.com/uNetworking/uWebSockets/releases/tag/v18.13.0



CVS: cvs.openbsd.org: ports

2020-09-16 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/16 19:38:30

Modified files:
net/usockets   : Makefile distinfo 
net/usockets/patches: patch-Makefile 

Log message:
Update to usockets-0.6.0, from maintainer Aisha Tammy with some tweaks by
me.
Note the major bump, due to a symbol being removed.
Changelog: https://github.com/uNetworking/uSockets/releases/tag/v0.6.0



CVS: cvs.openbsd.org: ports

2020-09-15 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/15 20:59:12

Modified files:
games/stockfish: Makefile distinfo 
games/stockfish/patches: patch-src_Makefile 

Log message:
Update to Stockfish 12.
Changelog:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_12
Notably, Stockfish now uses a neural network for its analysis and decision
making.

ok tracey@, who also reports successful sparc64 usage



CVS: cvs.openbsd.org: ports

2020-09-12 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/12 08:01:22

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

Log message:
Update to diffoscope-160



CVS: cvs.openbsd.org: ports

2020-09-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/11 22:03:15

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20200829



CVS: cvs.openbsd.org: ports

2020-09-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/11 22:01:51

Modified files:
lang/gravity   : Makefile distinfo 

Log message:
Update to gravity-0.7.9
Changelog: https://github.com/marcobambini/gravity/compare/0.7.8...0.7.9



CVS: cvs.openbsd.org: ports

2020-09-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/11 15:12:49

Modified files:
games/openrct2 : Makefile distinfo 
games/openrct2/patches: patch-CMakeLists_txt 
patch-src_openrct2_common_h 
games/openrct2/pkg: PLIST 
Removed files:
games/openrct2/patches: patch-src_openrct2_CMakeLists_txt 

Log message:
Update to openrct2-0.3.0
Big changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.0
Thanks to Nam Nguyen for additional testing!



CVS: cvs.openbsd.org: ports

2020-09-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/07 15:08:27

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-2.5.5
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.5



CVS: cvs.openbsd.org: ports

2020-09-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/09/07 15:04:21

Modified files:
graphics/feh   : Makefile distinfo 
graphics/feh/patches: patch-man_feh_pre 

Log message:
Update to feh-3.5
Changelog: https://feh.finalrewind.org/archive/3.5/
Notably adds the ability to do --version-sort, thanks to tim@
ok paco@



CVS: cvs.openbsd.org: ports

2020-08-30 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/30 12:54:07

Modified files:
editors/editorconfig-core-c: Makefile distinfo 
editors/editorconfig-core-c/pkg: PLIST 

Log message:
Update to editorconfig-core-c-0.12.4.
Changelog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.4

Its one consumer (x11/elementary/code) is happy with this.



CVS: cvs.openbsd.org: ports

2020-08-29 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/29 20:31:28

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-158



CVS: cvs.openbsd.org: ports

2020-08-27 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/27 08:48:49

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20200822



CVS: cvs.openbsd.org: ports

2020-08-26 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/26 16:44:48

Modified files:
x11/worker : Makefile distinfo 
Removed files:
x11/worker/patches: patch-src_aguix_aguix_cc 
patch-src_aguix_aguix_h 
patch-src_aguix_awindow_cc 
patch-src_worker_net_wm_icon_h 

Log message:
Update to worker-4.5.1
This is a bugfix release that fixes the 32-bit build error I reported, so
all the patches go away.
Tested on amd64 and i386.



CVS: cvs.openbsd.org: ports

2020-08-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/24 09:23:14

Modified files:
lang/gpc   : Makefile 

Log message:
Add mips64 to the NOT_FOR_ARCHS list. MIPS support is incomplete.
Setting this as to not waste visa@'s time doing bulk builds. We have begun
to fix things, but more work needs to be done and I need to dig out my
octeon machine in order to finish things.



CVS: cvs.openbsd.org: ports

2020-08-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/24 08:29:02

Modified files:
audio/mscore   : Makefile 

Log message:
Use -Oz on i386 to ensure that the linker doesn't run out of memory when
linking musescore.

>From sthen@'s i386 build logs



CVS: cvs.openbsd.org: ports

2020-08-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/23 13:38:14

Modified files:
editors/featherpad: Makefile distinfo 
editors/featherpad/pkg: PLIST 

Log message:
Update to featherpad-0.15.0
Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.15.0



CVS: cvs.openbsd.org: ports

2020-08-22 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/22 12:25:04

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-157



CVS: cvs.openbsd.org: ports

2020-08-20 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/20 21:22:50

Modified files:
x11/worker : Makefile 
Added files:
x11/worker/patches: patch-src_aguix_aguix_cc 
patch-src_aguix_aguix_h 
patch-src_aguix_awindow_cc 
patch-src_worker_net_wm_icon_h 

Log message:
Upstream mistakenly uses a signed long in a place where they should be
using an unsigned long, which triggers a build failure (-Wc++11-narrowing)
on 32-bit systems.

I have reported this upstream.

Bump REVISION.

Thanks to sthen@'s i386 build failures emails, which alerted me to the
issue.



CVS: cvs.openbsd.org: ports

2020-08-20 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/20 21:20:08

ports/x11/worker/patches

Update of /cvs/ports/x11/worker/patches
In directory cvs.openbsd.org:/tmp/cvs-serv90354/patches

Log Message:
Directory /cvs/ports/x11/worker/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-08-19 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/19 12:58:06

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-2.5.3
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.3



CVS: cvs.openbsd.org: ports

2020-08-18 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/18 10:22:04

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-156



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 17:43:34

Modified files:
lang/seed7 : Makefile distinfo 
lang/seed7/pkg : PLIST 

Log message:
Update to seed7-20200727



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 16:14:51

Modified files:
x11/worker : Makefile distinfo 
x11/worker/pkg : PLIST 

Log message:
Update to worker-4.5.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org3a520a1



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 13:45:02

Modified files:
www/links+ : Makefile distinfo 

Log message:
Update to links-2.21, from MAINTAINER Tim Meunier.
Changelog: http://links.twibright.com/download/ChangeLog



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 11:04:33

Modified files:
x11: Makefile 

Log message:
+hsetroot



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 11:04:13

Log message:
Import x11/hsetroot, a wallpaper changer that works with compositors.
Original submission from Stefan Hagen, who takes MAINTAINER -- thanks!
tweak and ok sthen@

hsetroot is a tool which allows you to compose wallpapers ("root
pixmaps") for X. It has a lot of options like rendering gradients,
solids and images and manipulate these in various ways. hsetroot also
supports alpha-channels.

hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground
for solid colors. This makes it a good xsetroot replacement when a
compositor (compton, xcompmgr, ...) is in use.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200817

N ports/x11/hsetroot/Makefile
N ports/x11/hsetroot/distinfo
N ports/x11/hsetroot/patches/patch-Makefile
N ports/x11/hsetroot/pkg/DESCR
N ports/x11/hsetroot/pkg/PLIST
N ports/x11/hsetroot/files/hsetroot.1

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:20:18

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20200809



CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:13:50

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-2.5.2
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.2



CVS: cvs.openbsd.org: ports

2020-08-13 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/13 08:02:18

Modified files:
infrastructure/db: user.list 

Log message:
Reserve 858 for _purritobin. Forgot to do this on import.
Spotted by naddy@, thanks.



Re: CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan


On Tuesday, August 11, 2020 5:43 PM, Brian Callahan  wrote:

> CVSROOT: /cvs
> Module name: ports
> Changes by: bcal...@cvs.openbsd.org 2020/08/11 15:43:59
>
> Log message:
> Import www/purritobin, a minimalistic command line pastebin.
> Original submission from Aisha Tammy (upstream), who takes MAINTAINER --
> thanks!
> tweaks and ok sthen@
>
> Status:
>
> Vendor Tag: bcallah
> Release Tags: bcallah_20200811
>
> N ports/www/purritobin/Makefile
> N ports/www/purritobin/distinfo
> N ports/www/purritobin/pkg/DESCR
> N ports/www/purritobin/pkg/PLIST
> N ports/www/purritobin/pkg/README
> N ports/www/purritobin/pkg/purritobin.rc
>
> No conflicts created by this import

I forgot to paste pkg/DESCR like I usually do. Here it is:

Purrito Bin is an ultra fast, minimalistic, encrypted command
line paste-bin server written in C++ for handling large number
of requests.

It is very easy to integrate with any standard http server such as
httpd(8), apache or nginx and follows the KISS principle towards
handling pastes. It supports pledge(2) and unveil(2) in OpenBSD
to be secure to outside script attacks.



CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/11 15:44:42

Modified files:
www: Makefile 

Log message:
+purritobin



CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/11 15:43:59

Log message:
Import www/purritobin, a minimalistic command line pastebin.
Original submission from Aisha Tammy (upstream), who takes MAINTAINER --
thanks!
tweaks and ok sthen@

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200811

N ports/www/purritobin/Makefile
N ports/www/purritobin/distinfo
N ports/www/purritobin/pkg/DESCR
N ports/www/purritobin/pkg/PLIST
N ports/www/purritobin/pkg/README
N ports/www/purritobin/pkg/purritobin.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/11 15:33:56

Modified files:
x11: Makefile 

Log message:
+screenkey



CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/11 15:33:22

Log message:
Import x11/screenkey, a utility to display keypresses on screen.
Original submission from Laurence Tratt, who takes MAINTAINER -- thanks!
Additional testing from Stefan Hagan and Florian Viehweger.
tweaks and ok sthen@

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200811

N ports/x11/screenkey/Makefile
N ports/x11/screenkey/distinfo
N ports/x11/screenkey/patches/patch-Screenkey_xlib_py
N ports/x11/screenkey/patches/patch-setup_cfg
N ports/x11/screenkey/pkg/DESCR
N ports/x11/screenkey/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-08-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/11 09:16:56

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-2.5.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.1



CVS: cvs.openbsd.org: ports

2020-08-10 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/10 08:36:39

Modified files:
games/chocolate-doom: Makefile distinfo 
games/chocolate-doom/pkg: DESCR PLIST 
Added files:
games/chocolate-doom/pkg: README 
Removed files:
games/chocolate-doom/pkg: MESSAGE 

Log message:
Update to chocolate-doom-3.0.1. Fixes CVE-2020-14983.
While here, improve pkg/DESCR and replace pkg/MESSAGE with a more
comprehensive pkg/README, from MAINTAINER Ryan Freeman.
Testing from Nam Nguyen.
ok Ryan Freeman (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-08-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/08 14:11:34

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-155



CVS: cvs.openbsd.org: ports

2020-08-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/07 10:45:52

Modified files:
audio/mscore   : Makefile distinfo 
audio/mscore/patches: patch-CMakeLists_txt 
  patch-main_CMakeLists_txt 
  patch-mscore_CMakeLists_txt 
audio/mscore/pkg: PLIST 

Log message:
Update to musescore-3.5. This is a major release.
Announcement/Changelog: https://musescore.org/en/3.5



CVS: cvs.openbsd.org: ports

2020-08-05 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/05 23:44:02

Modified files:
math/bc-gh : Makefile distinfo 

Log message:
Update to bc-gh-3.1.5. Fixes a pair of crashes.
Changelog: https://github.com/gavinhoward/bc/releases/tag/3.1.5



CVS: cvs.openbsd.org: ports

2020-08-05 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/05 02:04:39

Modified files:
lang/flang : Makefile.inc 

Log message:
Mark flang as BROKEN. Upstream has not yet ported it to llvm-10.



CVS: cvs.openbsd.org: ports

2020-08-04 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/04 08:24:33

Modified files:
math/bc-gh : Makefile distinfo 

Log message:
Update to bc-gh-3.1.4



CVS: cvs.openbsd.org: ports

2020-08-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/03 09:00:01

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-154



CVS: cvs.openbsd.org: ports

2020-07-31 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/31 17:09:46

Modified files:
games/devilutionx: Makefile 
games/devilutionx/patches: patch-CMakeLists_txt 
Added files:
games/devilutionx/patches: patch-SourceS_miniwin_h 

Log message:
Don't do LTO. Fixes linker errors with clang-10.
While here, un-workaround a workaround that was causing needless warnings.
ok brynet@



CVS: cvs.openbsd.org: ports

2020-07-31 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/31 09:51:53

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20200728



CVS: cvs.openbsd.org: ports

2020-07-29 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/29 11:20:54

Modified files:
math/spread-sheet-widget: Makefile distinfo 

Log message:
Update to spread-sheet-widget-0.6 -- note the major bump because some
symbols were removed.

math/pspp is happy with this



CVS: cvs.openbsd.org: ports

2020-07-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/28 08:54:36

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-2.5.0. Tested on amd64 and sparc64.
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.0



CVS: cvs.openbsd.org: ports

2020-07-27 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/27 10:46:11

Modified files:
comms  : Makefile 

Log message:
+dump1090



CVS: cvs.openbsd.org: ports

2020-07-27 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/27 10:45:31

Log message:
Import comms/dump1090, a simple ADS-B Mode-S decoder for RTLSDR devices.
ok benoit@

Dump 1090 is an ADS-B Mode-S decoder specifically designed for RTLSDR
devices.

The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts
on Google Maps.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21
where the checksum is xored with the ICAO address by brute forcing
the checksum field using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently
detected are shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients
(using --net).

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200727

N ports/comms/dump1090/Makefile
N ports/comms/dump1090/distinfo
N ports/comms/dump1090/pkg/DESCR
N ports/comms/dump1090/pkg/PLIST
N ports/comms/dump1090/patches/patch-dump1090_c
N ports/comms/dump1090/patches/patch-Makefile

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/25 08:51:14

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-153



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/24 11:23:37

Modified files:
x11: Makefile 

Log message:
+xcolor



CVS: cvs.openbsd.org: ports

2020-07-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/24 11:22:50

Log message:
Import x11/xcolor, a lightweight color picker.
Original submission by Laurence Tratt, who takes MAINTAINER -- thanks!
ok edd@

Lightweight color picker for X11. Use the mouse to select colors visible
anywhere on the screen to get their RGB representation.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200724

N ports/x11/xcolor/Makefile
N ports/x11/xcolor/distinfo
N ports/x11/xcolor/pkg/DESCR
N ports/x11/xcolor/pkg/PLIST
N ports/x11/xcolor/patches/patch-man_xcolor_1

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-22 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/22 09:33:15

Modified files:
math/spread-sheet-widget: Makefile distinfo 
math/spread-sheet-widget/pkg: PLIST 

Log message:
Update to spread-sheet-widget-0.5
Note the minor bump
Changelog: http://git.savannah.gnu.org/cgit/ssw.git/log/
Its one consumer (math/pspp) is happy



CVS: cvs.openbsd.org: ports

2020-07-21 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/21 20:20:17

Modified files:
lang/seed7 : Makefile distinfo 
lang/seed7/pkg : PLIST 

Log message:
Update to seed7-20200628



CVS: cvs.openbsd.org: ports

2020-07-20 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/20 08:14:59

Modified files:
fonts/unifont  : Makefile distinfo 
fonts/unifont/pkg: PLIST 

Log message:
Upstream recommends adding the _jp font to the package, so let's do that.
Recommendation came from upstream via private mail.



CVS: cvs.openbsd.org: ports

2020-07-19 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/19 15:05:46

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-152



CVS: cvs.openbsd.org: ports

2020-07-15 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/15 21:01:12

Modified files:
sysutils/ugrep : Makefile distinfo 
sysutils/ugrep/patches: patch-configure 

Log message:
Update to ugrep-2.4.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.4.1



CVS: cvs.openbsd.org: ports

2020-07-14 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/14 18:53:04

Modified files:
lang/kona  : Makefile distinfo 

Log message:
Update to kona-3.2.0.20200711



CVS: cvs.openbsd.org: ports

2020-07-12 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/12 20:13:28

Modified files:
fonts/unifont  : Makefile distinfo 

Log message:
Minor release update to unifont-13.0.3 from last week.
Changelog can be found here: https://unifoundry.com/unifont/



CVS: cvs.openbsd.org: ports

2020-07-12 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/12 12:06:49

Modified files:
lang/flang : Makefile.inc 
lang/flang/flang: Makefile distinfo 
lang/flang/flang/patches: patch-CMakeLists_txt 
  patch-lib_scutil_CMakeLists_txt 
  patch-lib_scutil_pgnewfil_c 
  patch-runtime_flang_CMakeLists_txt 
  patch-runtime_flang_async_c 
  patch-runtime_flang_stime3f_c 
  patch-runtime_flangrti_CMakeLists_txt 
  
patch-runtime_flangrti_aarch64-Linux_dumpregs_c 
  patch-runtime_flangrti_dumpregs_h 
  patch-runtime_flangrti_iostdinit_c 
  patch-runtime_flangrti_mpmalloc_c 
  patch-runtime_flangrti_trace_lin_c 
  
patch-runtime_flangrti_x86_64-Linux_dumpregs_c 
  patch-tools_flang2_CMakeLists_txt 
  patch-tools_flang2_flang2exe_CMakeLists_txt 
lang/flang/flang/pkg: PLIST 
lang/flang/libpgmath: Makefile distinfo 
lang/flang/libpgmath/patches: patch-CMakeLists_txt 
  patch-lib_CMakeLists_txt 
  patch-lib_common_CMakeLists_txt 
  patch-lib_common_dispatch_c 
  patch-lib_common_exp_fma3_CMakeLists_txt 
  patch-lib_common_fltfenv_c 
  patch-lib_common_log_fma3_CMakeLists_txt 
  patch-lib_common_pgstdinit_h 
  patch-lib_common_pow_fma3_CMakeLists_txt 
  patch-lib_common_powi_CMakeLists_txt 
  patch-lib_x86_64_CMakeLists_txt 
  patch-lib_x86_64_fast_CMakeLists_txt 
  patch-lib_x86_64_libm_inlines_amd_h 
  patch-test_lit_site_cfg_in 
lang/flang/libpgmath/pkg: PLIST 

Log message:
Update flang to its latest code.

Upstream now considers this the Classic Flang compiler in contrast to the
new Flang compiler, formerly known as f18, that has recently been
upstreamed into LLVM.



CVS: cvs.openbsd.org: ports

2020-07-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/11 20:06:39

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-151



CVS: cvs.openbsd.org: ports

2020-07-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/11 11:08:00

Modified files:
sysutils/ugrep : Makefile distinfo 
sysutils/ugrep/patches: patch-configure 
sysutils/ugrep/pkg: PLIST 

Log message:
Update to ugrep-2.4.0
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.4.0



CVS: cvs.openbsd.org: ports

2020-07-11 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/11 10:57:10

Modified files:
math/bc-gh : Makefile distinfo 

Log message:
Update to bc-gh-3.1.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/3.1.3



CVS: cvs.openbsd.org: ports

2020-07-10 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/10 18:42:29

Modified files:
archivers/libzip: Makefile 
archivers/libzip/pkg: PLIST 

Log message:
Do not install upstream's new cmake packaging code, which is broken and
has been shown to break some existing ports (emulators/mgba).
Spotted by naddy@ in his latest bulk.
Bump.



CVS: cvs.openbsd.org: ports

2020-07-10 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/10 10:22:31

Modified files:
x11/bemenu : Makefile distinfo 
x11/bemenu/patches: patch-GNUmakefile 

Log message:
Update to bemenu-0.5.0
Changelog: https://github.com/Cloudef/bemenu/releases/tag/0.5.0
Diff from Dimitri Karamazov (MAINTAINER)



CVS: cvs.openbsd.org: ports

2020-07-10 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/10 09:39:31

Modified files:
fonts/cascadia-code: Makefile distinfo 
fonts/cascadia-code/pkg: PLIST 

Log message:
Update to cascadia-code-2007.01
Changelog: https://github.com/microsoft/cascadia-code/releases/tag/v2007.01



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 21:18:10

Modified files:
archivers/libzip: Makefile distinfo 
archivers/libzip/pkg: PLIST 

Log message:
Update to libzip-1.7.1 -- note the minor bump
Changelog: https://libzip.org/news/
ok kn@



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 15:02:26

Removed files:
math/ebc   : Makefile distinfo 
math/ebc/pkg   : DESCR PLIST 

Log message:
Remove math/ebc; it has been renamed to math/bc-gh



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 15:03:02

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Register quirks entry for ebc => bc-gh.



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 15:01:52

Modified files:
math   : Makefile 

Log message:
+bc-gh
-ebc



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 15:01:13

Log message:
Re-import math/ebc as math/bc-gh. Renaming because of upstream preference
for this name, plus convergence with other packaging systems that use this
name.

While here, update bc-gh to version 3.1.1. Also improve 64-bit check in the
Makefile.

ok jca@ some time ago

This is an implementation of the POSIX bc calculator that implements GNU
bc extensions as well as the period (.) extension from the BSD flavor of
bc.

This bc also includes an implementation of dc in the same binary,
accessible via a symbolic link, which implements all *BSD and GNU
extensions, though the ! command is omitted for security concerns.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200708

N ports/math/bc-gh/Makefile
N ports/math/bc-gh/distinfo
N ports/math/bc-gh/pkg/DESCR
N ports/math/bc-gh/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-08 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/08 14:41:10

Modified files:
multimedia/streamlink: Makefile distinfo 
multimedia/streamlink/pkg: PLIST 

Log message:
Update to streamlink-1.5.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.5.0



CVS: cvs.openbsd.org: ports

2020-07-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/07 08:42:30

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

Log message:
Update to diffoscope-150



CVS: cvs.openbsd.org: ports

2020-07-05 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/05 11:20:02

Modified files:
x11/elementary/granite: Makefile distinfo 

Log message:
Update to granite-5.5.0
Changelog: https://github.com/elementary/granite/releases/tag/5.5.0



CVS: cvs.openbsd.org: ports

2020-07-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/03 17:45:00

Log message:
Import x11/elementary/calculator, the elementary OS calculator app.
ok cwen@

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200703

N ports/x11/elementary/calculator/Makefile
N ports/x11/elementary/calculator/distinfo
N ports/x11/elementary/calculator/pkg/PLIST
N ports/x11/elementary/calculator/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-07-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/03 17:45:30

Modified files:
x11/elementary : Makefile 

Log message:
+calculator



CVS: cvs.openbsd.org: ports

2020-07-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/03 11:28:11

Modified files:
x11: Makefile 

Log message:
+bemenu



CVS: cvs.openbsd.org: ports

2020-07-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/07/03 11:27:50

Log message:
Import x11/bemenu, a menu library inspired by dmenu.
Based on an original submission by Dimitri Karamazov
, who takes MAINTAINER -- thanks!
ok sthen@

Bemenu is a dynamic menu library and client program inspired by demu.
Bemenu works similar to demu but supports a wider range of outputs like
curses, x11 and wayland, etc.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200703

N ports/x11/bemenu/Makefile
N ports/x11/bemenu/distinfo
N ports/x11/bemenu/patches/patch-GNUmakefile
N ports/x11/bemenu/pkg/DESCR
N ports/x11/bemenu/pkg/PLIST

No conflicts created by this import



<    1   2   3   4   5   6   7   8   9   10   >