CVS: cvs.openbsd.org: ports

2021-02-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/02/06 14:38:23 Modified files: graphics/unwebp: Makefile distinfo Log message: bug-fix release: correct delays in animated pics

CVS: cvs.openbsd.org: ports

2021-02-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/02/06 08:24:06 Added files: japanese/canna/patches: patch-lib_RKC_rkc_c Log message: obvious fix for -fno-common

-fno-common fix for japanese/Wnn

2021-02-05 Thread Marc Espie
Seems to build alright. okay ? Index: patches/patch-Wnn_jserver_de_c === RCS file: /cvs/ports/japanese/Wnn/patches/patch-Wnn_jserver_de_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-Wnn_jserver_de_c ---

Re: Ports documentation: document that TRUSTED_PKG_PATH is needed in doas.conf?

2021-02-05 Thread Marc Espie
As the idiot responsible for how the framework actually works, I'm always running with keepenv. Building ports by hand always end up installing *whatever* as root, so I don't see nopass as much of a security risk either. Heck, you're going to put that shit in /usr/local/bin and run it anyway.

Re: textproc/pinfo: fix for -fno-common and -O0

2021-02-04 Thread Marc Espie
On Thu, Feb 04, 2021 at 09:10:16PM +0100, Theo Buehler wrote: > Obvious fix to avoid duplicate definition of use_manual. The conversion > from inline to static inline fixes the build with -O0. I ran into that > because I tested with CFLAGS=-fno-common which removed -O2. I can land > that

Re: Update lang/iverilog to 11.0 (fixes no-common)

2021-02-03 Thread Marc Espie
On Tue, Feb 02, 2021 at 09:18:53PM -0800, Greg Steuck wrote: > Christian Weisgerber writes: > > > Greg Steuck: > > > >> iverilog still starts. > > > > But the regression tests fail: > > > > driver/iverilog -B. -BMvpi -BPivlpp -tcheck -ocheck.vvp ./examples/hello.vl > > Cannot locate IVL modules

Re: Creating package debug... Fatal error: can't parse comment is too long

2021-02-02 Thread Marc Espie
On Tue, Feb 02, 2021 at 11:45:24AM +, Stuart Henderson wrote: > On 2021/02/02 10:05, Marc Espie wrote: > > On Sun, Jan 24, 2021 at 09:50:50PM +, Stuart Henderson wrote: > > > You are correct that it will require bumping every port that has > > > debug packages.

Re: Creating package debug... Fatal error: can't parse comment is too long

2021-02-02 Thread Marc Espie
On Sun, Jan 24, 2021 at 09:50:50PM +, Stuart Henderson wrote: > You are correct that it will require bumping every port that has > debug packages. It might be better to only change the comment > if it's too long (so that existing ones aren't changed). Actually, I'm not sure it's strictly

Re: UPDATE: Japana-2.0.6

2021-02-01 Thread Marc Espie
,9 @@ > > COMMENT =proxy that can transliterate japanese > > -DISTNAME = japana-2.0.5 > -REVISION = 0 > +DISTNAME = japana-2.0.6 > CATEGORIES = www japanese converters > -HOMEPAGE = http://www.h.shuttle.de/mitch/japana.en.html > +HOMEPAGE = https://www.c

HEADS-UP: pkgtools issue

2021-02-01 Thread Marc Espie
While fixing another issue, I accidentally broke the pkgtools slightly (especially pkg_info), resulting in empty output when redirected :( so the parts of bsd.port.mk that depend on that (dependency handling) might break in spectacular ways. (sorry for not testing, but I definitely dit NOT

CVS: cvs.openbsd.org: ports

2021-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/01/29 03:50:36 Modified files: databases/ports-readmes-dancer: Makefile distinfo Log message: a few responsive tweaks (from julianaito)

CVS: cvs.openbsd.org: ports

2021-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/01/29 03:32:46 Modified files: databases/ports-readmes-dancer: Makefile distinfo Log message: show information from meta table, requires -current sqlports

CVS: cvs.openbsd.org: ports

2021-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/01/29 03:28:31 Modified files: databases/sqlports: Makefile databases/sqlports/files: TreeWalker.pm mksqlitedb Log message: simplify my debug process by allowing to restart build from a

CVS: cvs.openbsd.org: ports

2021-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/01/29 01:30:38 Modified files: databases/sqlports: Makefile databases/sqlports/files: Inserter.pm Sql.pm databases/sqlports/files/man: sqlports.5 Log message: add the date at which

Re: Qt4 on diet or to hell

2021-01-26 Thread Marc Espie
On Tue, Jan 26, 2021 at 09:45:50AM +0100, Rafael Sadowski wrote: > Hi Qt4 lovers, > > qucs-s in the only Qt4 consumer left in our CVS tree. I have spoken with > the maintainer and he told me that the port is actively used (not only > from him). It looks like cad/qucs-s is the only functional GUI

CVS: cvs.openbsd.org: ports

2021-01-25 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2021/01/25 06:52:17 Modified files: graphics/unwebp: Makefile distinfo Log message: minor release: - smarter algorithm for existing files: check timestamp and overwrite if the source file is newer - copy

Re: huge performance jump for package

2021-01-21 Thread Marc Espie
On Sun, Jan 17, 2021 at 12:02:49AM +0200, Mihai Popescu wrote: > Hello, > > I am running since a few months this package endless-sky-0.9.12, always on > snapshots. A month ago, this game was very slow and sluggish. There is some > meter inside the game, showing CPU and GPU utilization. They were

Re: bsd.port.mk: add .rpm to EXTRACT_CASES

2021-01-09 Thread Marc Espie
On Sat, Jan 09, 2021 at 10:38:36PM +0100, Klemens Nanni wrote: > Coming from sysutils/mdprint I want ordinary distfiles handling. > Since we have more than one port using RPM files, here is a straight > forward diff to unify each of their quirky handling. > > Less code, no plist change and we can

Re: [New] devel/fmt

2021-01-02 Thread Marc Espie
On Sat, Jan 02, 2021 at 03:44:22PM +0100, Jeremie Courreges-Anglas wrote: > On Tue, Dec 15 2020, Ashton Fagg wrote: > > Ping. Updated version attached. > > BTW upstream provides proper releases upstream, see the zip files at > https://github.com/fmtlib/fmt/releases > Usually I would suggest

Re: FETCH_PACKAGES, mk.conf and make variable substitution time

2020-12-30 Thread Marc Espie
On Wed, Dec 30, 2020 at 11:20:20PM +0100, Klemens Nanni wrote: > On Wed, Dec 30, 2020 at 09:30:57PM +, Stuart Henderson wrote: > > Oh wow, quite a deep rabbit hole to go down for this. I went for the > > simple approach: > > > > $ echo $PKG_PATH > >

Re: [sparc64/base-gcc] Fix build of devel/libdvdread

2020-12-18 Thread Marc Espie
On Fri, Dec 18, 2020 at 11:47:06AM -0500, Kurt Mosiejczuk wrote: > libdvdread uses C99 constructs so base-gcc needs to be told that for > the build to complete. The diff below does so just for base-gcc > arches. > > ok? > > (cc maintainer) > > --Kurt > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2020-12-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/12/11 03:13:14 Modified files: multimedia/shotcut: Makefile distinfo multimedia/shotcut/patches: patch-src_mainwindow_cpp patch-src_src_pro

Re: make clean=depends to clean also test-deps

2020-11-14 Thread Marc Espie
On Sat, Nov 14, 2020 at 07:36:31PM +, Mikolaj Kucharski wrote: > Hi, > > Before I dig into this, would it be okay, if make clean=depends also > cleaned up test dependencies? I often use clean-depends to clean up all > dependencies, but that leaves behind ports in test dependencies. > > Would

Re: texlive and pkg_check

2020-11-09 Thread Marc Espie
On Tue, Nov 03, 2020 at 10:35:50PM +, Edd Barrett wrote: > Hi, > > A while ago a user pointed out that if you install texlive_texmf-minimal > and then run pkg_check(8) then you get the following message: > > texlive_texmf-minimal-2020p0 has too many dependencies: > texlive_mktexlsr-2020p0 >

Re: [New] devel/flatbuffers

2020-11-09 Thread Marc Espie
On Sun, Nov 08, 2020 at 07:14:02PM -0500, Ashton Fagg wrote: > Jeremie Courreges-Anglas writes: > > > Well if you drop -Werror, it just builds. -Werror is often a pain in > > ports, we tend to disable it. > > Thanks for the tip. I did not know if that was allowed or not. I will do > the same

CVS: cvs.openbsd.org: ports

2020-11-08 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/11/08 10:01:52 Modified files: infrastructure/bin: update-plist Log message: by default, only run pkg-locatedb for "new" files, so that people will actually run it by default okay sthen@

Re: update-plist tweak

2020-11-08 Thread Marc Espie
On Sun, Nov 08, 2020 at 02:12:43PM +, Stuart Henderson wrote: > Do you think it would be hard to add smarts to optimise for directories? > Taking my pathological example, there are 3500+ files in > /usr/local/share/unifi/webapps/ROOT/app-unifi/angular/g20ab6be/. > If that dir itself does not

Re: [New] devel/flatbuffers

2020-11-08 Thread Marc Espie
On Sun, Nov 08, 2020 at 03:31:39PM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Nov 08 2020, Marc Espie wrote: > > On Fri, Nov 06, 2020 at 10:11:03PM -0500, Ashton Fagg wrote: > >> Hello, > >> > >> Please see attached for a new port: flatbuffers > &

Re: [New] devel/flatbuffers

2020-11-08 Thread Marc Espie
On Fri, Nov 06, 2020 at 10:11:03PM -0500, Ashton Fagg wrote: > Hello, > > Please see attached for a new port: flatbuffers > (https://google.github.io/flatbuffers/). > > Quoting the homepage: > > "FlatBuffers is an efficient cross platform serialization library for > C++, C#, C, Go, Java,

update-plist tweak

2020-11-08 Thread Marc Espie
Here's a major tweak to both update-plist and corresponding documentation. I'm afraid that a lot of people are not running pkglocate at all, because it takes a lot of time when a lot of files are involved, so I propose a "middle ground" as default, which should be acceptable to everyone. - by

CVS: cvs.openbsd.org: ports

2020-11-07 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/11/07 03:54:22 Modified files: infrastructure/bin: update-plist Log message: left a bit of dead code while refactoring

CVS: cvs.openbsd.org: ports

2020-11-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/11/05 04:39:44 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-etc_Makefile_in Log message: minor update to 2.10.22, okay sthen@

UPDATE: gimp 2.10.22

2020-11-04 Thread Marc Espie
I've been using it for a few days without any issue. Okay ? Index: Makefile === RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v retrieving revision 1.138 diff -u -p -r1.138 Makefile --- Makefile1 Nov 2020 20:40:45 -

Re: 'make fix-permissions' directory ownership (PORTS_PRIVSEP)

2020-11-01 Thread Marc Espie
On Wed, Oct 28, 2020 at 08:07:34PM +, Ricky Cintron wrote: > While setting up the ports tree on my system with PORTS_PRIVSEP enabled, > and after running 'doas make fix-permissions', I noticed that out of the > six affected directories under /usr/ports/ (bulk, distfiles, packages, > plist,

CVS: cvs.openbsd.org: ports

2020-10-31 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/31 04:40:36 Modified files: graphics/gimp : Makefile Log message: +lensfun

CVS: cvs.openbsd.org: ports

2020-10-31 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/31 04:40:05 Log message: gimp plugin to use lensfen (correct camera aberrations) okay and tweak solene@, thanks for the test! Status: Vendor Tag: espie Release Tags:

NEW PORT: gimp/lensfun

2020-10-27 Thread Marc Espie
Plugin for gimp to interface with the lensfun corrective library, like other graphics programs. Installs as Filters > Enhance > GimpLensfun appears to work as intended gimp-lensfun-0.2.4.tgz Description: application/tar-gz

Re: bitmap fonts: Install pango 1.44 compatible OpenType fonts

2020-10-24 Thread Marc Espie
On Sat, Oct 24, 2020 at 12:56:55PM +0200, Christopher Zimmermann wrote: > > Hi, > > now that our in tree fonttosfnt is updated to properly handle the metrics of > terminus and others bitmap fonts, I'd like to change the appropriate ports > to install .otb versions of the fonts along with their

CVS: cvs.openbsd.org: ports

2020-10-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/05 06:14:23 Modified files: graphics/gimp/resynthesizer: Makefile Log message: fix build

Re: Review for cabal.port.mk

2020-10-04 Thread Marc Espie
On Sun, Oct 04, 2020 at 10:26:50AM +0200, Sebastien Marie wrote: > On Sun, Oct 04, 2020 at 09:56:22AM +0200, Marc Espie wrote: > > I'll have to look more closely, but I have a few concerns. > > > > On Sat, Oct 03, 2020 at 11:03:43PM -0700, Greg Steuck wrote: > > > M

Re: Review for cabal.port.mk

2020-10-04 Thread Marc Espie
I'll have to look more closely, but I have a few concerns. On Sat, Oct 03, 2020 at 11:03:43PM -0700, Greg Steuck wrote: > MASTER_SITES0 = https://hackage.haskell.org/package/ That's a minor one. This sets a precedent of hijacking a MASTER_SITESn for a specific module. I don't think

CVS: cvs.openbsd.org: ports

2020-10-02 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/02 16:05:15 Modified files: graphics/gimp : Makefile Log message: +resynthesizer

CVS: cvs.openbsd.org: ports

2020-10-02 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/10/02 16:04:17 Log message: gimp-resynthesizer-plugin is a popular gimp plugin that can recreate missing content and complete patterns so that they are tileable. it is actually completely

Re: NEW PORT: resynthesizer (gimp plugin)

2020-10-02 Thread Marc Espie
The homepage did show some outdated links elsewhere... Long story short, somebody else took over, it was on the gimp registry which is dead... but the github project lives, and they even have decent new versions. Changes: - autogen gooey which seems to do the job - converted to C, so no need for

NEW PORT: resynthesizer (gimp plugin)

2020-10-01 Thread Marc Espie
(for after the release obviously) This is a fairly popular gimp plugin. porting it was mostly makefile hijinks, plus a bit of tweaks to remove deprecation warnings so it's ready for gimp 3.0. That plugin can recreate content from surrounding area mostly. Due to its nature, it's a bit slow, but

Re: [NEW] sysutils/pkg_depts

2020-09-23 Thread Marc Espie
On Tue, Sep 22, 2020 at 11:15:08AM +0200, m...@fn.de wrote: > > On 2020-09-22 10:26, Stuart Henderson wrote: > > > > This has put me off the idea further tbh. Once committed it can't simply > > be ignored, if it's not maintained in a timely fashion if things change > > in OpenBSD (which is not

Re: [NEW] sysutils/pkg_depts

2020-09-21 Thread Marc Espie
On Mon, Sep 21, 2020 at 02:36:36PM +0100, Stuart Henderson wrote: > It seems silly to have two tools that do basically the same thing, does this > have something that show-reverse-deps doesn't? And if so, wouldn't it be > better to improve the existing tool? > > Send tars not cvs diffs for new

Re: [NEW] sysutils/pkg_depts

2020-09-21 Thread Marc Espie
On Mon, Sep 21, 2020 at 02:52:34PM +0200, m...@fn.de wrote: > Anybody willing to OK? > No, I'm actually against it. Most specifically, you're not supposed to look within packing-lists directly. If I were to change the way @depend are recorded, your script will miserably fail. You've got lots

CVS: cvs.openbsd.org: ports

2020-09-08 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/09/08 21:19:10 Modified files: multimedia/shotcut: Makefile distinfo Log message: minor update, okay tracey@

update shotcut to 2020.07.11

2020-09-08 Thread Marc Espie
tested on a small video and a few effects, things work just fine. Okay ? Index: Makefile === RCS file: /cvs/ports/multimedia/shotcut/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile30 Jul 2020 14:40:07

Re: rsync 3.2.3

2020-08-26 Thread Marc Espie
On Wed, Aug 26, 2020 at 12:48:27PM +0100, Stuart Henderson wrote: > This updates rsync to 3.2.3, which amongst other things includes > https://github.com/WayneD/rsync/commit/9375a8c4c2b79a9d44ceae00de7284b77d79033c > which greatly reduces maxrss (https://github.com/WayneD/rsync/issues/81). > >

Re: UPDATE: TeX Live 2020

2020-08-11 Thread Marc Espie
On Tue, Aug 11, 2020 at 08:41:21PM +0100, Edd Barrett wrote: > Hi Elias, > > Thanks for the testing! I owe you one. > > On Sat, Aug 08, 2020 at 11:37:20PM -0300, Elias M. Mariani wrote: > > make port-lib-depends-check > > texlive_base-2020(print/texlive/base,-main): > > Missing: pcre.3 from

Re: LLVM 10: mail/bogofilter

2020-08-01 Thread Marc Espie
On Sat, Aug 01, 2020 at 05:13:11PM +0200, Christian Weisgerber wrote: > mail/bogofilter's build failure with LLVM 10 is another silly case > of a configure script failing to recognize the compiler and treating > is as gcc3 or older. >

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/30 08:40:07 Modified files: multimedia/shotcut: Makefile distinfo multimedia/shotcut/patches: patch-src_mainwindow_cpp patch-src_src_pro

Re: rsync: update to 3.2.2

2020-07-23 Thread Marc Espie
On Thu, Jul 23, 2020 at 04:31:00PM +0200, Klemens Nanni wrote: > Lots of fixes and enhancements: > https://download.samba.org/pub/rsync/NEWS#3.2.2 > > zlib patches have been merged, rest of the patches/ diff is just churn. > > For now, I've conservatively disabled lz4, zstd and xxhash support to

Re: bsd.port.mk: produce build.log

2020-07-18 Thread Marc Espie
On Sat, Jul 18, 2020 at 08:29:03PM +0200, Klemens Nanni wrote: > "make test" always produces TEST_LOGFILE (default is ${WRKDIR}/test.log) > which is really handy for analysing failures and sharing them here on > ports@. > > Diff below implements BUILD_LOGFILE so "make build" behaves the same; >

Re: to Pandoc or not

2020-07-15 Thread Marc Espie
On Wed, Jul 15, 2020 at 05:10:02PM -0700, Evan Silberman wrote: > Stuart Henderson wrote: > > On 2020/07/14 13:23, sven falempin wrote: > > > Dear readers, > > > > > > Is anyone working on that for openbsd ? > > > > > >

Re: to Pandoc or not

2020-07-15 Thread Marc Espie
On Wed, Jul 15 '20 at 05.50 NZST, Ingo Schwarze wrote: > I never found pandoc useful for anything - so much so that i never > even felt a need to evalute its quality for real. I dimly remember > that on rare occasions, i saw man(7) output generated by pandoc, > and if i remeber correctly, that

CVS: cvs.openbsd.org: ports

2020-07-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/11 06:03:58 Modified files: sysutils/random_run: Makefile distinfo Log message: new minor version: handles "-" as standard input for option -l

Re: devel/bison: fix parallel build race

2020-07-11 Thread Marc Espie
On Sat, Jul 04, 2020 at 11:47:14PM +0200, Christian Weisgerber wrote: > Parallel building devel/bison fails. There is a race where the > build tries to run the newly compiled bison for its --help output > but doesn't wait for the binary to actually be available. > > This is one of these cases

CVS: cvs.openbsd.org: ports

2020-07-07 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/07 04:53:27 Modified files: databases/sqlports: Makefile databases/sqlports/files/man: sqlports.5 Log message: flesh out some more stuff in the manpage. do a REV bump for once, since we

CVS: cvs.openbsd.org: ports

2020-07-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/06 03:06:45 Modified files: databases/sqlports: Makefile databases/sqlports/files/man: sqlports.5 databases/sqlports/pkg: DESCR-main PLIST-main Log message: move description of

Re: UPDATE: x11/xglobe

2020-07-06 Thread Marc Espie
On Sun, Jul 05, 2020 at 05:40:31PM +0200, Rafael Sadowski wrote: > Please find below a diff to update xglobe to 0.6. The original xglobe is > dead upstream. I modernized it just for fun and with the motivation to > get rid of Qt3/KDE3 from the ports tree. This is a complete rewrite in > C++17/Qt5.

CVS: cvs.openbsd.org: ports

2020-07-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/05 06:28:13 Modified files: databases/sqlports/files/man: sqlports.5 Log message: flesh out a bit more stuff from DESCR

CVS: cvs.openbsd.org: ports

2020-07-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/05 06:23:24 Added files: databases/sqlports/files/man: sqlports.5 Log message: seems that people don't expect this information to be in DESC, so start converting it to mandoc, to be completed.

CVS: cvs.openbsd.org: ports

2020-07-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/05 04:05:40 Modified files: security/openssl/1.1: Makefile security/openssl/1.1/pkg: PLIST Log message: fix broken conflict spec. nice thinko

CVS: cvs.openbsd.org: ports

2020-07-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/05 03:45:42 Modified files: x11/i3-mousedrag: Makefile x11/i3-mousedrag/pkg: PLIST x11/i3-gaps: Makefile x11/i3-gaps/pkg: PLIST Log message: missed conflict

CVS: cvs.openbsd.org: ports

2020-07-05 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/05 03:44:08 Modified files: lang/guile2: Makefile lang/guile2/pkg: PLIST lang/scheme-report: Makefile lang/scheme-report/pkg: PLIST Log message: missed conflict

CVS: cvs.openbsd.org: ports

2020-07-04 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/04 12:29:21 Modified files: infrastructure/bin: pkg_check-problems Log message: do NOT check license issues for !current packages, because we don't care that much, and more importantly, because

CVS: cvs.openbsd.org: ports

2020-07-04 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/04 10:54:22 Modified files: infrastructure/bin: pkg_check-problems Log message: seems that other people do not use this... get rid of cdrom_okay

CVS: cvs.openbsd.org: ports

2020-07-04 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/04 10:53:42 Modified files: infrastructure/lib/OpenBSD: PlistScanner.pm Log message: thinko

CVS: cvs.openbsd.org: ports

2020-06-28 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/28 04:58:25 Modified files: infrastructure/bin: register-plist Log message: register-plist is a logical place to be able to save stuff elsewhere, set up to be able to save manpages

CVS: cvs.openbsd.org: ports

2020-06-27 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/27 06:55:22 Modified files: graphics/unwebp: Makefile distinfo Log message: minor update: tweak usage, have -d also delete webp for already converted files as this makes more sense.

CVS: cvs.openbsd.org: ports

2020-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/26 08:47:05 Modified files: infrastructure/bin: update-plist Log message: explain why FAKE_TREE_OWNER is not a regular option

CVS: cvs.openbsd.org: ports

2020-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/26 07:00:07 Modified files: infrastructure/bin: update-plist Log message: add code to write conflict-related info in the cookie, so that if it changes we rerun pkglocate also check the pkglocate

CVS: cvs.openbsd.org: ports

2020-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/26 06:00:27 Modified files: infrastructure/bin: update-plist Log message: manage a pkglocate_cookie, so that pkglocate is not run every time. Note the TODOs, there's some code to be written to

CVS: cvs.openbsd.org: ports

2020-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/26 05:51:16 Modified files: infrastructure/mk: bsd.port.mk Log message: add a PKGLOCATE_COOKIE that will be filled in by update-plist turns out update-plist already groks -D thanks to inheriting

CVS: cvs.openbsd.org: ports

2020-06-26 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/26 05:02:32 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: Go.pm Log message: nit, help debug

Re: [portgen go] Fix issues with missing dependencies

2020-06-25 Thread Marc Espie
On Wed, Jun 24, 2020 at 09:38:38PM -0600, Aaron Bieber wrote: > + my @output = <$fh>; > + chomp @output; > + close $fh or die "Unable to close pipe '$cmd': $!"; You still missed that one: you won't get anything out of $!, it's $? that's gonna hold the child exit status.

CVS: cvs.openbsd.org: ports

2020-06-22 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/22 06:51:12 Modified files: infrastructure/bin: portgen Log message: remove the switch, use a map name -> class this makes it easier to add languages, and also provides more decent error reports

Re: bsd.port.mk: print failed matches in "make patch"

2020-06-16 Thread Marc Espie
On Mon, Jun 15, 2020 at 01:48:46PM +0200, Klemens Nanni wrote: > On Mon, Jun 15, 2020 at 01:39:11PM +0200, Marc Espie wrote: > > The idea looks fine, I"m not quite sure it works nor is perfect. > Why would it not work? > > > [ ] && echo will only succee

Re: update print/poppler

2020-06-16 Thread Marc Espie
On Mon, Jun 15, 2020 at 02:51:06PM +0200, Matthias Kilian wrote: > Hi, > > On Sun, Jun 14, 2020 at 06:48:34PM -0700, Greg Steuck wrote: > > > here's an update to poppler-0.89.0. Survived a bulk build on amd64, > > > but I coould'nt yet test it (because of flaky internet, and I'm > > > doing the

CVS: cvs.openbsd.org: ports

2020-06-15 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/15 13:12:48 Modified files: graphics/unwebp: Makefile distinfo Log message: a few new useful options, rtfm

Re: bsd.port.mk: print failed matches in "make patch"

2020-06-15 Thread Marc Espie
On Sat, Jun 13, 2020 at 06:46:27PM +0200, Klemens Nanni wrote: > For small ports not so much, but when updating bigger ones with lots of > patches and/or churn, I always find cumbersome to go scroll back in my > terminal to look for failed hunks or cd into WRKSRC and look for .rej > files, so

CVS: cvs.openbsd.org: ports

2020-06-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/13 03:14:14 Modified files: infrastructure/bin: register-plist Log message: refactor, no functional change. Start grouping and naming options

CVS: cvs.openbsd.org: ports

2020-06-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/11 13:55:15 Modified files: databases/sqlports: Makefile databases/sqlports/files/man: show-reverse-deps.1 databases/sqlports/files/scripts: show-reverse-deps Log message: extend

CVS: cvs.openbsd.org: ports

2020-06-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/11 10:05:52 Modified files: databases/sqlports: Makefile databases/sqlports/files/man: show-reverse-deps.1 databases/sqlports/files/scripts: show-reverse-deps Log message:

CVS: cvs.openbsd.org: ports

2020-06-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/11 09:40:41 Modified files: databases/sqlports: Makefile databases/sqlports/files/scripts: show-reverse-deps databases/sqlports/pkg: PLIST-main Added files:

CVS: cvs.openbsd.org: ports

2020-06-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/11 09:39:47 ports/databases/sqlports/files/man Update of /cvs/ports/databases/sqlports/files/man In directory cvs.openbsd.org:/tmp/cvs-serv85768/man Log Message: Directory

register-plist news

2020-06-10 Thread Marc Espie
I've started hacking on register-plist a bit, I will probably change internals yet some more. As far as user-visible changes go, there is a REGISTER_PLIST_OPTS in bsd.port.mk to pass options to it, and two new (potentially useful) options: -n so that register-plist will still check plist for

CVS: cvs.openbsd.org: ports

2020-06-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/10 01:42:39 Modified files: infrastructure/bin: register-plist Log message: add a -s snap option that will always write plist into a separate directory if no error

CVS: cvs.openbsd.org: ports

2020-06-10 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/10 00:54:29 Modified files: infrastructure/bin: register-plist Log message: I forgot about the mogrified part, respect -n too tweak the message to show that nothing got written

CVS: cvs.openbsd.org: ports

2020-06-09 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/09 15:00:33 Modified files: infrastructure/bin: register-plist Log message: add option -n, as it's the simplest one to do (do all the checks, but don't write a thing. useful for bulks with test

Re: CVS: cvs.openbsd.org: ports

2020-06-09 Thread Marc Espie
On Tue, Jun 09, 2020 at 08:21:12PM +0200, Marc Espie wrote: > On Tue, Jun 09, 2020 at 07:52:53PM +0200, Rafael Sadowski wrote: > > On Tue Jun 09, 2020 at 11:35:12AM -0600, Antoine Jacoutot wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes

Re: CVS: cvs.openbsd.org: ports

2020-06-09 Thread Marc Espie
On Tue, Jun 09, 2020 at 07:52:53PM +0200, Rafael Sadowski wrote: > On Tue Jun 09, 2020 at 11:35:12AM -0600, Antoine Jacoutot wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: ajacou...@cvs.openbsd.org 2020/06/09 11:35:12 > > > > Modified files: > >

CVS: cvs.openbsd.org: ports

2020-06-09 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/09 05:01:08 Modified files: infrastructure/mk: bsd.port.mk Log message: add REGISTER_PLIST_OPTS to be used to allow various things

Re: pkg_check on 6.7: texmf packages have too many dependencies

2020-06-04 Thread Marc Espie
On Thu, Jun 04, 2020 at 02:29:06PM +0100, Edd Barrett wrote: > Hi Folks, > > I recently received an email from a user (in CC) who reported that if > you install texlive_texmf-full on 6.7 then pkg_check will complain. > > I installed 6.7 in a VM and tried. Sure enough: > > ``` > openbsd67#

CVS: cvs.openbsd.org: ports

2020-06-03 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/03 06:06:05 Modified files: sysutils/random_run: Makefile distinfo Log message: new release, with a new option

CVS: cvs.openbsd.org: ports

2020-06-02 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/06/02 09:29:59 Modified files: graphics/libpano13: Makefile Log message: are you kidding me ? remove useless lines from Makefile

Re: NOW IN CURRENT: shotcut

2020-06-01 Thread Marc Espie
The big issue is reproducibility. I can get shotcut to crash *eventually* with something that does not look anywhere like what you guys are getting, but by default, it starts perfectly fine and I have no trouble reading videos nor playing with the timeline. Haven't figured out what's different

<    4   5   6   7   8   9   10   11   12   13   >