Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Josh Grosse
On Wed, Jul 03, 2024 at 07:22:46PM -0400, Jag Talon wrote: > Thank you for adjusting the REVISION! I should've read the man page > first. > > How do you get the diff of a new file, btw? See the "Directory comparison options" in the diff(1) man page. CVS, got, and git all have diff subcommands,

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Josh Grosse
On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > ah i reconfigured my editor and it should have less whitespace now :) > > i added the revision as well thank you. OK? I've got some minor changes to Jag's latest diff: 1. REVISION=0 as recommended by bsd.port.mk(5). 2. Two extra

Re: update: net/transmission 4.0.6

2024-06-21 Thread Josh Grosse
Ping in regards to https://marc.info/?l=openbsd-ports=171828585031997=2 On Thu, Jun 13, 2024 at 09:40:14AM -0400, Josh Grosse wrote: > This is a bugfix release that includes the previously patches > that Brad cherry picked for libfmt 10. > > Tested on amd64. The -gtk and -qt b

update: net/transmission 4.0.6

2024-06-13 Thread Josh Grosse
HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse +DEBUG_PACKAGES=${BUILD_PACKAGES} + # GPLv2+ PERMIT_PACKAGE=Yes @@ -45,7 +46,7 @@ WANTLIB-qt += Qt6Widgets MODULES += devel/cmake \ textproc/intltool -BUILD_DEPENDS-common

Re: transmission_daemon silently freeze?

2024-05-21 Thread Josh Grosse
On Tue, May 21, 2024 at 08:37:26PM +0300, kasak wrote: > > 03.05.2024 20:21, Josh Grosse ??: > > On Fri, May 03, 2024 at 05:31:16PM +0300, kasak wrote: > > > OpenBSD 7.5 GENERIC.MP#82 amd64 > > There's not enough information here to understand either the ca

Re: transmission_daemon silently freeze?

2024-05-03 Thread Josh Grosse
On Fri, May 03, 2024 at 05:31:16PM +0300, kasak wrote: > OpenBSD 7.5 GENERIC.MP#82 amd64 There's not enough information here to understand either the cause or solution to your problem. I happen to have pre-built, unsigned debug-* packages for 7.5-release on amd64, for use with egdb (from

Re: transmission_daemon silently freeze?

2024-05-03 Thread Josh Grosse
On Fri, May 03, 2024 at 11:26:00AM +0300, kasak wrote: > i'm sorry for bothering. > > my transmission_daemon freezes for unknown reason, I wanted to know is this > some bug or troubles with my hardware? I'm the maintainer for net/transmission. I'm aware of one previously reported issue with

Re: [update] shells/tcsh 6.24.07 -> 6.24.10

2024-01-09 Thread Josh Grosse
On Tue, Jan 09, 2024 at 08:34:52AM +0100, Rafael Sadowski wrote: > On Mon Jan 08, 2024 at 05:40:50PM -0500, Josh Grosse wrote: > > Ping. > > Thanks Josh Grosse. > > Committed with missing patches updates (make update-patches). Thank you for catching that! When a `make p

Re: [update] shells/tcsh 6.24.07 -> 6.24.10

2024-01-08 Thread Josh Grosse
Ping. On Thu, Dec 28, 2023 at 01:44:15PM -0500, Josh Grosse wrote: > I've been using this minor update on amd64 for a week > without any issues. > diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile > index 9d88e16c1c5..57525949880 100644 > --- a/shells/tcsh/Makefile >

[update] shells/tcsh 6.24.07 -> 6.24.10

2023-12-28 Thread Josh Grosse
I've been using this minor update on amd64 for a week without any issues. diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 9d88e16c1c5..57525949880 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,6 +1,6 @@ COMMENT= extended C-shell with many useful features

[update] net/transmission 4.0.5

2023-12-15 Thread Josh Grosse
Attached is a minor update from 4.0.4 to 4.0.5, described upstream as a bug fix release. The gtk, qt, and web clients (this last with transmission-daemon) have been lightly tested on amd64. The change log follows. - Highlights * Fixed 4.0.0 bug where the IP address

Re: [update] net/transmission 4.0.4

2023-09-23 Thread Josh Grosse
ping. On Mon, Sep 18, 2023 at 08:42:01PM -0400, Josh Grosse wrote: > This is an update from 4.0.3 to 4.0.4. Lightly tested > the -gtk, -qt, and -daemon binaries on amd64. > > diff --git a/net/transmission/Makefile b/net/transmission/Makefile > index ce94928b0ad..d5070c72809 100

[update] net/transmission 4.0.4

2023-09-18 Thread Josh Grosse
-gtk-${VER} @@ -10,9 +10,6 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISION-gtk= 1 -REVISION-main= 1 -REVISION-qt= 1 # GPLv2+ PERMIT_PACKAGE=Yes diff --git a/net/transmission/distinfo b/net

Re: [revision] fix missing libdep for net/transmission

2023-09-15 Thread Josh Grosse
f --git a/net/transmission/Makefile b/net/transmission/Makefile index 335908e903f..ce94928b0ad 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -10,9 +10,9 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER= Josh Gros

Re: [revision] fix missing libdep for net/transmission

2023-09-15 Thread Josh Grosse
On Fri, Sep 15, 2023 at 07:31:00PM +0200, Antoine Jacoutot wrote: > On Fri, Sep 15, 2023 at 12:22:59PM -0400, Josh Grosse wrote: > > During bulk build, naddy@ took note of a missing libdep > > in net/transmission's Makefile. The build failed to > > find libdeflate due to

[revision] fix missing libdep for net/transmission

2023-09-15 Thread Josh Grosse
index 335908e903f..e2cf1338446 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -10,9 +10,9 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISION-gtk= 0 -REVISION-main= 0 -REVISION-qt= 0

[update] net/transmission 4.0.3

2023-04-21 Thread Josh Grosse
Attached is an update for net/transmission from 4.0.2 to 4.0.3. 4.0.3 is a minor bugfix release. This diff includes a new patch from upstream for their PR #5424 to fix a problem reported to ports@ by Raf Czlonka yesterday: https://marc.info/?t=16819898542=1=2 The patch has been tested

Re: UPDATE: pianobar 2022.04.01

2023-04-20 Thread Josh Grosse
On Tue, Apr 18, 2023 at 08:08:45PM -0400, Brad Smith wrote: > Here is an update to pianobar 2022.04.01. > > > Release 2022.04.01 > > - Not a joke > - Fix compilation with ffmpeg 5.0 and replace deprecated function > - Improved retry handling with unreliable HTTP proxies > - Minor UI

Re: [net/transmission] issues with magnet links after port update to 4.0.2

2023-04-20 Thread Josh Grosse
On Thu, Apr 20, 2023 at 12:23:38PM +0100, Raf Czlonka wrote: > Hello, > > Recent transmission port update brought some issues related to > magnet links when used with transmission-cli - essentially, the > error/warning messages are the same as the ones reported for > transmission-remote[0][1],

Re: [update] net/transmission 4.0.2

2023-04-11 Thread Josh Grosse
On Wed, Apr 12, 2023 at 12:18:47AM +0300, Kirill Bychkov wrote: > On Fri, April 7, 2023 14:35, Josh Grosse wrote: > > On Fri, Apr 07, 2023 at 10:30:22AM +0100, Stuart Henderson wrote: > >> .. > >> > +LIB_DEPENDS-common += net/curl net/libpsl net/miniupnp/libnat

Re: [update] net/transmission 4.0.2

2023-04-07 Thread Josh Grosse
3.00 +VER= 4.0.2 DISTNAME= transmission-${VER} PKGNAME-main= transmission-${VER} PKGNAME-gtk= transmission-gtk-${VER} @@ -13,22 +10,17 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISIO

[update] net/transmission 4.0.2

2023-04-06 Thread Josh Grosse
} PKGNAME-gtk= transmission-gtk-${VER} @@ -13,22 +10,17 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISION-gtk= 2 -REVISION-main= 2 -REVISION-qt= 2 # GPLv2+ PERMIT_PACKAGE=Yes -MASTER_SITES

Re: [update] net/transmission 4.0.1 - work in progress

2023-04-06 Thread Josh Grosse
On Thu, Apr 06, 2023 at 11:55:18AM +, Klemens Nanni wrote: > On Tue, Mar 14, 2023 at 09:28:45PM -0400, Josh Grosse wrote: > > I think this may be ready for testing by transmission users. > > I saw now feedback on this. Shall we commit? > Works for me in light testing

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-14 Thread Josh Grosse
ME= transmission-${VER} PKGNAME-main= transmission-${VER} PKGNAME-gtk= transmission-gtk-${VER} @@ -13,22 +10,17 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES=net HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISION-gtk= 2 -REVISION-main= 2 -REVISI

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-11 Thread Josh Grosse
On Sat, Mar 11, 2023 at 12:55:39PM +, Klemens Nanni wrote: > 10.03.2023 20:47, Klemens Nanni ??: > > +++ pkg/PLIST-main 10 Mar 2023 14:45:13 - > > @@ -22,81 +22,84 @@ > > @man man/man1/transmission-remote.1 > > @man man/man1/transmission-show.1 > > @comment share/applications/

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
* MASTER_SITES over 2 lines to fit within 80 chars, per portcheck(). diff --git a/net/transmission/Makefile b/net/transmission/Makefile index ae7a342a6b4..6c384373071 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -14,7 +14,8 @@ MAINTAINER= Josh Grosse # GPLv2+

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 03:20:51PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > > On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > > > On 2023/03/09 18:02, Josh Grosse wrote: > > > > 2) I am havin

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > On 2023/03/09 18:02, Josh Grosse wrote: > > 2) I am having an issue with "size mismatch" warnings as both > >libevent and devel/libevent2 are required by the main and > >gtk subpackages.

[update] net/transmission 4.0.1 - work in progress

2023-03-09 Thread Josh Grosse
HOMEPAGE= https://transmissionbt.com/ MAINTAINER=Josh Grosse -REVISION-gtk= 2 -REVISION-main= 2 -REVISION-qt= 2 # GPLv2+ PERMIT_PACKAGE=Yes -MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ +MASTER_SITES= \ + https://git

Re: UPDATE: SMPlayer-22.7.0

2023-02-07 Thread Josh Grosse
On Tue, Feb 07, 2023 at 09:38:28AM +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for SMPlayer to 22.7.0: > > https://www.smplayer.info/en/changes > > OK? Comments? Tested on amd64. :) portcheck(1) recommends that: manual pages should go under ${PREFIX}/man/ rather than under

Re: [update] sysutils/udfclient

2022-12-24 Thread Josh Grosse
Ping. On Fri, Dec 16, 2022 at 08:11:42AM -0500, Josh Grosse wrote: > A minor update from 0.8.12 -> 0.8.20 is attached. Tested on amd64. > > Changelog: > > "Minor release adding support for realtime file types as found > on discs written by PVRs." diff --git

[update] sysutils/udfclient

2022-12-16 Thread Josh Grosse
A minor update from 0.8.12 -> 0.8.20 is attached. Tested on amd64. Changelog: "Minor release adding support for realtime file types as found on discs written by PVRs."

Re: [update] sysutils/udfclient

2022-12-16 Thread Josh Grosse
It would help if I attached the diff On Fri, Dec 16, 2022 at 08:11:42AM -0500, Josh Grosse wrote: > A minor update from 0.8.12 -> 0.8.20 is attached. Tested on amd64. > > Changelog: > > "Minor release adding support for realtime file types as found > on discs wr

Re: update sysutils/obsdfreqd

2022-11-01 Thread Josh Grosse
On Mon, Oct 31, 2022 at 06:57:53PM +0100, Sol??ne Rapenne wrote: > I made a new release of obsdfreqd. The temperature mode is now trying > to detect a CPU temperature sensor instead of using the first sensor > found, or you can give it a specific temperature sensor to use. No regressions noted

Re: [new] archivers/7zip

2022-09-19 Thread Josh Grosse
On Sun, Sep 18, 2022 at 09:20:56PM +0100, Stuart Henderson wrote: > The issue with the unrar code is that it changes the produced binary to > a non-free license. That's why it is packaged separately in p7zip. > (roughly "must not use to create a rar compatible compressor") The attached v5 tarball

Re: [new] archivers/7zip

2022-09-18 Thread Josh Grosse
On Sun, Sep 18, 2022 at 12:47:28AM -0400, George Koehler wrote: > On Fri, 16 Sep 2022 21:54:54 -0400 > Josh Grosse wrote: > > > Attached is a "v3" tarball with the above changes, producing a single `7zz` > > executable binary. There is no long any co

Re: [new] archivers/7zip

2022-09-16 Thread Josh Grosse
On Fri, Sep 16, 2022 at 09:35:12AM -0400, Josh Grosse wrote: > On Fri, Sep 16, 2022 at 08:44:09AM +0100, Stuart Henderson wrote: > > Well done, Windows-centric software is usually a pain to get building! Sorry > > I have found a few more things though - some easy some a

Re: [new] archivers/7zip

2022-09-16 Thread Josh Grosse
On Fri, Sep 16, 2022 at 08:44:09AM +0100, Stuart Henderson wrote: > Well done, Windows-centric software is usually a pain to get building! Sorry > I have found a few more things though - some easy some a bit more fiddly. > > Some of the -Wno-xxx might not be accepted by gcc, and the actual >

Re: [new] archivers/7zip

2022-09-15 Thread Josh Grosse
Oops. V2 tarball attached, now. On Thu, Sep 15, 2022 at 11:37:43PM -0400, Josh Grosse wrote: > On Thu, Sep 15, 2022 at 10:23:00PM -0400, George Koehler wrote: > > On Thu, 15 Sep 2022 13:55:35 -0400 > > Josh Grosse wrote: > > > > > A corrected tarball is attach

Re: [new] archivers/7zip

2022-09-15 Thread Josh Grosse
On Thu, Sep 15, 2022 at 10:23:00PM -0400, George Koehler wrote: > On Thu, 15 Sep 2022 13:55:35 -0400 > Josh Grosse wrote: > > > A corrected tarball is attached -- pkg/DESCR was accidently empty. > > I can't install p7zip with 7zip, > > | Collision in p7zip-16.02p6:

[new] archivers/7zip

2022-09-15 Thread Josh Grosse
The 7zip project was originally Windows-only. It is now directly buildable on open systems. Attached is a port for its standalone command-line executable. My expectation is that this should eventually replace archivers/p7zip, as that portable version of 7zip is both a defunct project and it has

Re: [new] archivers/7zip

2022-09-15 Thread Josh Grosse
A corrected tarball is attached -- pkg/DESCR was accidently empty. 7zip.tgz Description: application/tar-gz

Re: UPDATE: SMPlayer-22.2.0

2022-06-20 Thread Josh Grosse
On Mon, Jun 20, 2022 at 10:42:56AM +0200, Gonzalo Rodriguez wrote: > ping > > On 5/31/22 20:44, Gonzalo L. Rodriguez wrote: > > Update for SMPlayer to 22.2.0: > > > > https://www.smplayer.info/en/changes Works fine on amd64. Unable to test new features.

Re: security update: sysutils/ntfs-3g: 2017.3.23 -> 2022.5.17

2022-06-11 Thread Josh Grosse
On Sat, Jun 11, 2022 at 02:49:40AM +, Yifei Zhan wrote: > This is a security update for ntfs-3g. > > - Tested on amd64, mount/read OK. Tested on amd64 with writes. Wrtes of small files work fine. The tested drive is on mSATA connected via a USB 3.0 adapter.

Re: mail/procmail CVE-2017-16844

2022-05-04 Thread Josh Grosse
On Thu, May 05, 2022 at 12:09:37AM +0100, Stuart Henderson wrote: > It has been de-abandoned upstream, there is a new release from earlier this > year. Update diff for that below FWIW. It builds, runtime not tested, I > have forgotten how to use it. I've just tested it on amd64, and it works

Re: Let codeblocks build on riscv64

2022-04-18 Thread Josh Grosse
On Tue, Apr 19, 2022 at 01:39:04AM +0200, Jeremie Courreges-Anglas wrote: > > codeblocks doesn't build any more on riscv64, I had to duplicate the > aarch64 #define goo in the embedded copy of nspr or something. This > should be safe, riscv64 is a little-endian LP64 arch like aarch64 or > amd64.

Re: [new] obsdfreqd, a frequency scheduler daemon in userland

2022-04-07 Thread Josh Grosse
On Thu, Apr 07, 2022 at 09:50:16PM +0200, Solene Rapenne wrote: > let me present you obsdfreqd, a program to manage the CPU frequency, > fully parametric. It can support different values depending on battery > or not for building more advanced profiles. One fun feature is that you > can also

Re: [update] krita-gmic-plugin 3.0.0.2 => 3.0.2.1

2022-03-29 Thread Josh Grosse
On March 29, 2022 3:20:12 PM EDT, Stefan Hagen wrote: >Hi, > >just a few days ago, the krita patched gmic plugin was updated to same >version as the gmic-qt 3.0.2 we have already. They versioned it as 3.0.2.1. > >I want to commit this update before the lock, because it prevents me to >set EPOCH

Re: [WIP] UPDATE: security/keepassxc 1.6.6 -> 1.7.0 | Feedback/testing needed

2022-03-27 Thread Josh Grosse
On Sun, Mar 27, 2022 at 08:39:48AM +0200, Rafael Sadowski wrote: > Other tests, feedback? Rafael, COMPILER_LIBCXX is still in use, producing "Extra: pthread.26" I've also tested with FLAVOR=browser for the first time, which I'd never used before. Thanks!

Re: [WIP] UPDATE: security/keepassxc 1.6.6 -> 1.7.0 | Feedback/testing needed

2022-03-26 Thread Josh Grosse
hem from the file before patching, and then the patch file won't need them. I can't comment on test failures. :) > Obrigado. > ~Ricardo > > > > > From: ~Ricardo > > Sent: Sat Mar 26 20:04:11 CET 2022 > > To: , Josh Gr

Re: [WIP] UPDATE: security/keepassxc 1.6.6 -> 1.7.0 | Feedback/testing needed

2022-03-26 Thread Josh Grosse
On Sat, Mar 26, 2022 at 11:07:46AM +0100, ~Ricardo wrote: > Opps, Forgot to remove quazip dependency. It's no longer used. > Summary of changes: > https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.0 > > Obrigado. > ~Ricardo Built and tested on amd64. Notes: I removed REVISION from

Re: update devel/codeblocks to 20.03 patch level 12751

2022-03-20 Thread Josh Grosse
On Sun, Mar 20, 2022 at 09:49:15AM +, Stuart Henderson wrote: [snip] > How about this on top? (Plus maybe go back to the smaller distfile?) > It doesn't inlude the svn date but the rev should be good enough. > > diff -uNp -x CVS -r codeblocks.jggimi/Makefile codeblocks/Makefile [snip]

Re: update devel/codeblocks to 20.03 patch level 12751

2022-03-17 Thread Josh Grosse
On Thu, Mar 17, 2022 at 12:38:07AM +, Stuart Henderson wrote: > On 2022/03/16 19:39, Josh Grosse wrote: > > Yes, thanks! I'll rebuild here and send an updated diff > > after I've tested. It takes a few hours on this laptop. :) New diff attached. Your recommende

Re: update devel/codeblocks to 20.03 patch level 12751

2022-03-16 Thread Josh Grosse
On Wed, Mar 16, 2022 at 11:31:34PM +, Stuart Henderson wrote: > > diff --git > > a/devel/codeblocks/patches/patch-src_plugins_contrib_dragscroll_dragscrollcfg_h > > > > b/devel/codeblocks/patches/patch-src_plugins_contrib_dragscroll_dragscrollcfg_h > > index ccf08ff3315..c9aaaee7fc3 100644

Re: update devel/codeblocks to 20.03 patch level 12751

2022-03-16 Thread Josh Grosse
Attached is the diff I should have sent, with correct WANTLIBS added. On Tue, Mar 15, 2022 at 10:12:32PM -0400, Josh Grosse wrote: > Recently, problems with wxWidgets handling and startup have been > noticed with codeblocks 20.03. Upstream has 730+ commits since > 20.03 but have not y

update devel/codeblocks to 20.03 patch level 12751

2022-03-15 Thread Josh Grosse
Recently, problems with wxWidgets handling and startup have been noticed with codeblocks 20.03. Upstream has 730+ commits since 20.03 but have not yet tagged any new release or candidates of any kind. Their recent HEAD at revision 12571 seems to solves both issues. I have exported the source

Re: update: sysutils/udfclient 0.8.12

2022-03-05 Thread Josh Grosse
Ping. On Sat, Feb 26, 2022 at 08:16:31AM -0500, Josh Grosse wrote: > Upgrade from 0.8.11 to 0.8.12. > > Changelog: Minor release adding support for NetBSD's dk(4) disc devices. > > Tested -- without testing dk(4) -- on amd64. > diff --git a/sysutils/udfclient/Makefile b/

Re: update: textproc/calibre to 5.37.0

2022-03-03 Thread Josh Grosse
Ping. On Wed, Feb 23, 2022 at 05:35:24PM -0500, Josh Grosse wrote: > Update from 5.32.0 to 5.37.0 > > Change log: https://calibre-ebook.com/whats-new > > Tested lightly on amd64. > diff --git a/textproc/calibre/Makefile b/textproc/calibre/Makefile > index a5f09344e6

Re: gmic update

2022-03-01 Thread Josh Grosse
On Tue, Mar 01, 2022 at 05:42:32PM +0100, Marc Espie wrote: > > Here's an update to gmic and gmic-qt. > This uses the newly commited framework parts that ditch $OpenBSD$ > Hence a bit of churn. > > Apart from that, things seem okay. > > There was a fuck-up wrt the cmake framework with upstream,

update: sysutils/udfclient 0.8.12

2022-02-26 Thread Josh Grosse
Upgrade from 0.8.11 to 0.8.12. Changelog: Minor release adding support for NetBSD's dk(4) disc devices. Tested -- without testing dk(4) -- on amd64. diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 13a839df483..0a3342a8cdc 100644 --- a/sysutils/udfclient/Makefile +++

update: textproc/calibre to 5.37.0

2022-02-23 Thread Josh Grosse
Update from 5.32.0 to 5.37.0 Change log: https://calibre-ebook.com/whats-new Tested lightly on amd64. diff --git a/textproc/calibre/Makefile b/textproc/calibre/Makefile index a5f09344e64..b1a78e4ea16 100644 --- a/textproc/calibre/Makefile +++ b/textproc/calibre/Makefile @@ -2,7 +2,7 @@

Update: audio/pianobar 2020.04.05 -> 2020.11.28

2022-01-31 Thread Josh Grosse
Tested on amd64. ChangeLog: Release 2020.11.28 - Support changing station modes - Allow choosing time format - Add optional debug output diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index f3e3c013d39..fabe5511b56 100644 --- a/audio/pianobar/Makefile +++

Update: graphics/gimp/stable 2.10.28 -> 2.10.30

2022-01-30 Thread Josh Grosse
Tested (lightly) on amd64. Copied from the head of file "NEWS": Overview of Changes from GIMP 2.10.28 to GIMP 2.10.30 = Core: - Do not follow subpixel font rendering choice from system settings for

Re: update: graphics/gnofract4d

2021-12-29 Thread Josh Grosse
Attached is a "v3" diff, because: On Wed, Dec 29, 2021 at 08:54:23PM -0500, Josh Grosse wrote: > > Removing py-gtk2 without a replacement rings alarm bells. Checking > > the requirements list on https://github.com/fract4d/gnofract4d > > it's going to want at leas

Re: update: graphics/gnofract4d

2021-12-29 Thread Josh Grosse
Thank you, Stuart, as always! On Wed, Dec 29, 2021 at 11:26:54AM +, Stuart Henderson wrote: > Please change these unconditionally i.e. for gcc archs too. > cc/c++ are still valid names in that case (and gcc/g++ aren't > really).. Done. > > COMPILER = base-clang ports-gcc

update: graphics/gnofract4d

2021-12-28 Thread Josh Grosse
Attached is a diff to update from 3.14.1 to 4.3. Tested on amd64 only. This could use tests on on a gcc4 architecture -- if both gtk+3 and python 3.9 are available -- as I am using an alternate PATCHDIR to modify a hard-coded "gcc" as the default compiler to "cc" on clang architectures only.

Re: UPDATE: QEMU 6.2.0

2021-12-18 Thread Josh Grosse
On Fri, Dec 17, 2021 at 09:05:53AM -0500, Josh Grosse wrote: > On Wed, Dec 15, 2021 at 12:16:01AM -0500, Brad Smith wrote: > > Here is an update to QEMU 6.2.0. > > Builds fine, and I did some very minimal testing of OpenBSD > guests with i386/amd64. I've also test an O

Re: UPDATE: QEMU 6.2.0

2021-12-17 Thread Josh Grosse
On Wed, Dec 15, 2021 at 12:16:01AM -0500, Brad Smith wrote: > Here is an update to QEMU 6.2.0. Builds fine, and I did some very minimal testing of OpenBSD guests with i386/amd64. Thus spake portcheck: hardcoded paths detected in pkg/README-main, consider using SUBST_VARS and

Re: UPDATE: gmic/gmic-qt

2021-12-09 Thread Josh Grosse
On Thu, Dec 09, 2021 at 09:23:06PM +0100, Marc Espie wrote: > g'mic released a new major(!) version 3.0. > > Things seem to work just fine. > > I've removed my junk for rebuilding the script file since the new one > includes some community scripts. > > okay ? Did a little bit of testing of

Re: UPDATE: SMPlayer-21.10.0

2021-12-09 Thread Josh Grosse
On Thu, Dec 09, 2021 at 03:53:52PM +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for SMPlayer to 21.10.0: > > https://www.smplayer.info/en/changes > > OK? Comments? Working OK for me on amd64; youtube vids work well through it too as long as yt-dlp is installed. It could be

Re: UPDATE: SMTube-21.10.0

2021-12-09 Thread Josh Grosse
On Thu, Dec 09, 2021 at 03:21:19PM +0100, Gonzalo L. Rodriguez wrote: > Hello, > > Update for SMTube to 21.10.0: > > https://www.smtube.org/en/index > > OK? Comments? I needed to install yt-dlp to stop hesitations, so this minor Makefile change may help. Otherwise tested OK on amd64 for me.

Re: patch print/py-reportlab for Python 3.9 base64

2021-12-06 Thread Josh Grosse
On Mon, Dec 06, 2021 at 11:11:01PM +, Stuart Henderson wrote: > On 2021/12/06 16:20, Josh Grosse wrote: > > It appears that the transition to Python 3.9 caused a regression > > for print/py-reportlab. The base64 API changed: encodestring and > > decodestring are now e

patch print/py-reportlab for Python 3.9 base64

2021-12-06 Thread Josh Grosse
It appears that the transition to Python 3.9 caused a regression for print/py-reportlab. The base64 API changed: encodestring and decodestring are now encodebytes and decode bytes. The attached patch revises print/py-reportlab accordingly. I have added `MODPY_VERSION=3.9` to the Makefile, which

Re: [wip] graphics/gimp/stable 2.99.8

2021-12-01 Thread Josh Grosse
On Wed, Nov 03, 2021 at 02:49:29PM +0100, Landry Breuil wrote: > Hi, > > here's a very wip port for gimp 3 latest beta (cf > https://www.gimp.org/news/2021/10/20/gimp-2-99-8-released/), builds and > packages fine here - untested at runtime, but that's one less py-gtk2 > consumer. Seems it detects

Re: UPDATE: FFmpeg 4.4.1

2021-11-07 Thread Josh Grosse
On Sat, Nov 06, 2021 at 10:30:35PM -0400, Brad Smith wrote: > On Sun, Oct 24, 2021 at 09:35:11PM -0400, Brad Smith wrote: > > Here is an update to FFmpeg 4.4.1. > > And with the missing MPlayer piece. Tested ffplay / ffmpeg and mplayer on amd64. Working for me.

Re: [new] graphics/peek, a simple screencast to mp4/gif recorder

2021-10-29 Thread Josh Grosse
On Fri, Oct 29, 2021 at 10:28:24PM +0200, Landry Breuil wrote: > Hi, > > seems to work in basic testing, either outputting gif or mp4 files, cf > https://github.com/phw/peek/ for the website. it can use > https://gif.ski/ at runtime if found but that isnt port yet, for now it > seems to work fine

update: textproc/calibre

2021-10-25 Thread Josh Grosse
Update from 5.28.0 to 5.30.0. Tested on amd64. Changelog: https://calibre-ebook.com/whats-new diff --git a/textproc/calibre/Makefile b/textproc/calibre/Makefile index 958c9fa7eab..32bbf6600bd 100644 --- a/textproc/calibre/Makefile +++ b/textproc/calibre/Makefile @@ -2,7 +2,7 @@ COMMENT =

Re: NEW PORT: pngcheck

2021-10-17 Thread Josh Grosse
On Sun, Oct 17, 2021 at 11:03:38AM +0200, Marc Espie wrote: > Compiles out of the box, a bit of love to the man pages > (upstreamed) > > seems to work just fine, verifies correct pngs, and errors out properly > on truncated ones Works for me on amd64 with .png files. I don't have the other

Re: update: security/cvechecker

2021-10-06 Thread Josh Grosse
Oops. I neglected to include the new patches. Revised diff attached. diff --git a/security/cvechecker/Makefile b/security/cvechecker/Makefile index d52a00ba1bc..1a9f106c6ca 100755 --- a/security/cvechecker/Makefile +++ b/security/cvechecker/Makefile @@ -4,8 +4,7 @@ COMMENT=local CVE

update: security/cvechecker

2021-10-06 Thread Josh Grosse
Attached is an update to cvechecker 4.0, which switches to JSON from gzip. Tested on amd64. diff --git a/security/cvechecker/Makefile b/security/cvechecker/Makefile index d52a00ba1bc..1a9f106c6ca 100755 --- a/security/cvechecker/Makefile +++ b/security/cvechecker/Makefile @@ -4,8 +4,7 @@ COMMENT=

Re: textproc/calibre depends on devel/py-jeepney

2021-10-04 Thread Josh Grosse
On Mon, Oct 04, 2021 at 07:23:41PM +0200, Caspar Schutijser wrote: > Hi, > > Calibre depends on py-deepney. Becomes apparent for example when > clicking "Fetch news", selecting a news source and then clicking > "Download now". Diff below is one way to fix it. > > Caspar Thanks, Caspar. This

[update] textproc/calibre

2021-10-03 Thread Josh Grosse
This update to 5.28.0 has had some testing on amd64. diff --git a/textproc/calibre/Makefile b/textproc/calibre/Makefile index cb9b5e6c48b..154f735cc86 100644 --- a/textproc/calibre/Makefile +++ b/textproc/calibre/Makefile @@ -2,7 +2,7 @@ COMMENT = ebook management application -V

Re: UPDATE: gmic and dependent ports

2021-08-30 Thread Josh Grosse
On Mon, Aug 30, 2021 at 04:37:56PM +0200, Marc Espie wrote: > On Sun, Aug 01, 2021 at 01:19:10PM +0200, Marc Espie wrote: > > G'mic released a new version, 2.9.8. > > > > Here's a patch to adjust to the new version (mostly removal of upstreamed > > patch). There are some minor tweaks (there's no

Re: UPDATE: SMTube-21.7.0

2021-08-24 Thread Josh Grosse
On Thu, Aug 19, 2021 at 12:03:43PM +0100, Stuart Henderson wrote: > On 2021/08/19 06:28, Josh Grosse wrote: > > On Thu, Aug 19, 2021 at 10:26:02AM +0200, Gonzalo L. Rodriguez wrote: > > > ping... > > > > > > anyone? > > > > Hi. I get the follo

Re: UPDATE: SMTube-21.7.0

2021-08-19 Thread Josh Grosse
On Thu, Aug 19, 2021 at 10:26:02AM +0200, Gonzalo L. Rodriguez wrote: > ping... > > anyone? Hi. I get the following message from portcheck(1). The output from port-lib-depends-check is clean. "LIB_DEPENDS x11/qt5/qtscript not needed for x11/smtube ?" Tested fine on amd64.

Re: [update] shells/tcsh 6.22.03 -> 6.22.04

2021-08-17 Thread Josh Grosse
Corrected. This removes $REVISION. diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index d178f13a6e9..1e0ce9eb387 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -2,8 +2,7 @@ COMMENT= extended C-shell with many useful features -DISTNAME= tcsh-6.22.03

[update] shells/tcsh 6.22.03 -> 6.22.04

2021-08-17 Thread Josh Grosse
>From the "Fixes" file: Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle) Fix $x:q:h and $x:q:t return the whole string for strings not containing / diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index d178f13a6e9..b109f141950 100644 --- a/shells/tcsh/Makefile +++

Re: wip - unbreak graphics/mapnik

2021-05-20 Thread Josh Grosse
Please remove me as maintainer per my last email. Thanks. On May 20, 2021 10:54:40 AM EDT, Kirill Bychkov wrote: >On Thu, May 20, 2021 09:05, Landry Breuil wrote: >> Le Wed, May 19, 2021 at 05:51:07PM +0300, Kirill Bychkov a ?crit : >>> > >>> Josh, would you like to take maintainership? >>>

Re: wip - unbreak graphics/mapnik

2021-05-19 Thread Josh Grosse
On Wed, May 19, 2021 at 05:51:07PM +0300, Kirill Bychkov wrote: Josh want to take maintainership, dont hesitate ! I dont use it. Thank you for the offer, but I've never used mapnik. I was hoping to get past the $BROKEN issue so that I could see what it could do with OSM files.

wip - unbreak graphics/mapnik

2021-05-16 Thread Josh Grosse
The attached patch updates mapnik from 3.0.10 to 3.1.0. * This resolves the undefined unicode string that broke earlier releases of mapnik. * I am unable to figure out how to set the XMLPARSER to libxml2 so that OpenStreetMap map files can be parsed by mapnik-render. I've tried

Re: UPDATE: textproc/hunspell

2020-09-15 Thread Josh Grosse
On Tue, Sep 15, 2020 at 06:43:36AM +0200, Rafael Sadowski wrote: > I was a little surprised at the k2k20 that our hunspell version is so > old. The latest version 1.7 is from 11.2018. Please find below a diff to > update hunspell to 1.7 and bump/adjust all consumer. I've tested the updated

[WIP] sysutils/e2fsprogs 1.42.2 -> 1.45.6

2020-09-14 Thread Josh Grosse
This WIP update to the latest revision adds fuse2fs(1), which is a fuse(4) client for ext2/ext3/ext4. At the moment this tool is effectively a read-only mount. I can read files with it, and use mkdir to create new directories, but normal files are not writeable, from my testing on amd64. The

[update] graphics/gimp/stable 2.10.18 -> 2.10.20

2020-09-09 Thread Josh Grosse
Working for me on amd64. Release highlights (from https://www.gimp.org/news/2020/06/11/gimp-2-10-20-released/) Tool-group menus can now expand on hover Non-destructive cropping now available by cropping the canvas rather than actual pixels Better PSD support: exporting of 16-bit

Re: [pkg-readme update] sysutils/udfclient

2020-09-08 Thread Josh Grosse
Argh. Yet another diff, as the prior post missed the Makefile REVISION. diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 7dc63d78d72..5a268222e62 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -3,6 +3,7 @@ COMMENT = userland

Re: [pkg-readme update] sysutils/udfclient

2020-09-08 Thread Josh Grosse
New diff - an additional typo was discovered by Jens A. Griepentrog. diff --git a/sysutils/udfclient/pkg/README b/sysutils/udfclient/pkg/README index caa00e7de1e..9f2063994d3 100644 --- a/sysutils/udfclient/pkg/README +++ b/sysutils/udfclient/pkg/README @@ -31,16 +31,19 @@ Special files and links

[pkg-readme update] sysutils/udfclient

2020-09-06 Thread Josh Grosse
This diff clarifies when a virtual "a" partition may be used with udfclient images. Thanks to Jens A. Griepen for bringing the matter to my attention. diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 7dc63d78d72..7c2c926fa9f 100644 --- a/sysutils/udfclient/Makefile +++

Re: [pkg-readme update] sysutils/udfclient

2020-09-06 Thread Josh Grosse
On Sun, Sep 06, 2020 at 06:06:40PM -0400, Josh Grosse wrote: > This diff clarifies when a virtual "a" partition may be > used with udfclient images. > > Thanks to Jens A. Griepen for bringing the matter to my > attention. Corrected thinko in Makefile. diff --git a/sysu

Re: x11/i3 bugfix release

2020-07-30 Thread Josh Grosse
On Thu, Jul 30, 2020 at 01:26:42PM +0200, Solene Rapenne wrote: > This updates i3 to last version, a tiny bugfix release Working for me on amd64. Thanks!!

Re: [update] net/transmission

2020-07-01 Thread Josh Grosse
"Ping." On Sat, May 23, 2020 at 02:20:38PM -0400, Josh Grosse wrote: > Update from 2.94 to 3.00 > > Changelog: https://github.com/transmission/transmission/releases/tag/3.00 > Index: Makefile > === >

Re: [update] devel/codeblocks

2020-06-25 Thread Josh Grosse
On Thu, Jun 25, 2020 at 04:04:28PM +0200, Charlene Wendling wrote: > Hi, > > On Fri, 5 Jun 2020 19:44:06 -0400 > Josh Grosse wrote: > > > Update from 17.12 to 20.03. Builds and runs > > on amd64. Changelog: > > http://www.codeblocks.org/downloads/binaries/

  1   2   3   4   >