Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Theo de Raadt
Philip Guenther wrote: > On Sun, Feb 13, 2022 at 11:18 PM Mark Kettenis > wrote: > > > > From: Greg Steuck > > > Date: Sun, 13 Feb 2022 22:37:13 -0800 > > > > > > To give a sense of the kind of change required to get the feature I > > > want, see the patch at the end. The change in

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/02/14 00:47:41 Modified files: net/libnice: Makefile Log message: libnice: on ld.bfd architectures disable meson's default of using "-Wl,--as-needed" to fix a build failure due to missing

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Theo de Raadt
Philip Guenther wrote: > Those of long memory will recall a hackathon where dependencies on libc > were put in place, the libm vs libc deps were changed as functions were > moved from libm to libc, and base builds completely broke. My recall is > that the diffs had to basically be unrolled to

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Theo de Raadt
> The solution would be to add symlinks like all the other OSes do. But > Theo doesn't like that. No, the problem is you add symbolic links, how long before software ecosystems in ports choose the short names in linkage -- "because it also works"? If they do so, all the transition benefits we

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Philip Guenther
On Sun, Feb 13, 2022 at 11:29 PM Philip Guenther wrote: > On Sun, Feb 13, 2022 at 11:18 PM Mark Kettenis > wrote: > >> > From: Greg Steuck >> > Date: Sun, 13 Feb 2022 22:37:13 -0800 >> > >> > To give a sense of the kind of change required to get the feature I >> > want, see the patch at the

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Philip Guenther
On Sun, Feb 13, 2022 at 11:18 PM Mark Kettenis wrote: > > From: Greg Steuck > > Date: Sun, 13 Feb 2022 22:37:13 -0800 > > > > To give a sense of the kind of change required to get the feature I > > want, see the patch at the end. The change in DriverUtils.cpp is just to > > show that the same

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Greg Steuck
Mark Kettenis writes: >> From: Greg Steuck >> Date: Sun, 13 Feb 2022 22:37:13 -0800 >> >> To give a sense of the kind of change required to get the feature I >> want, see the patch at the end. The change in DriverUtils.cpp is just to >> show that the same function is hiding in there. >> >> If

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Mark Kettenis
> From: Greg Steuck > Date: Sun, 13 Feb 2022 22:37:13 -0800 > > To give a sense of the kind of change required to get the feature I > want, see the patch at the end. The change in DriverUtils.cpp is just to > show that the same function is hiding in there. > > If this looks like a good

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/02/13 23:57:50 Modified files: geo/postgis: Makefile distinfo geo/postgis/pkg: PLIST Log message: geo/postgis: update to 3.2.1

Re: Power-up cc --print-file-name for .so names

2022-02-13 Thread Greg Steuck
To give a sense of the kind of change required to get the feature I want, see the patch at the end. The change in DriverUtils.cpp is just to show that the same function is hiding in there. If this looks like a good direction, I can cleanup the code and maybe it could be shared, though I'm not

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Klemens Nanni
On Mon, Feb 14, 2022 at 12:44:39AM +0100, Theo Buehler wrote: > Index: Makefile > === > RCS file: /cvs/ports/net/libnice/Makefile,v > retrieving revision 1.40 > diff -u -p -r1.40 Makefile > --- Makefile 13 Feb 2022 18:13:31 -

Re: update dino to 0.3.0

2022-02-13 Thread Klemens Nanni
On Sun, Feb 13, 2022 at 06:15:50PM +, Klemens Nanni wrote: > Build-testing on sparc64 shows linking errors when building tests. > Compiler invocations are the same on amd64 and sparc64, so the "only" > difference is base-clang/lld vs. base-gcc/bfd. > > I don't immediately see what's wrong and

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Klemens Nanni
On Mon, Feb 14, 2022 at 12:44:39AM +0100, Theo Buehler wrote: > The committed version doesn't build for me on sparc64 due to undefined > references. The patch below (cribbed from cwen's patch to > gnome/x11/seahorse) partly fixes it. I see plenty of linker warnings > below which I'm not sure how

Power-up cc --print-file-name for .so names

2022-02-13 Thread Greg Steuck
Since OpenBSD always uses .so.major.minor I observe GHCi running into trouble when resolving -l on its own. The way it tries to find the shared object to load is by relying on `cc --print-file-name`. I see this: $ ghci -v -lc++ ... Search directories (gcc): *** systool:linker: *** gcc: cc

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Theo Buehler
The committed version doesn't build for me on sparc64 due to undefined references. The patch below (cribbed from cwen's patch to gnome/x11/seahorse) partly fixes it. I see plenty of linker warnings below which I'm not sure how to deal with. /usr/bin/ld: warning: libgmodule-2.0.so.4200.14, needed

Update textproc/ruby-nokogiri 1.11.7 -> 1.13.1

2022-02-13 Thread Jeremy Evans
This updates nokogiri to the current version. The largest change between the in-tree version and this new version is an HTML5 parser based on gumbo. The full changelog is available at https://nokogiri.org/CHANGELOG.html Unfortunately, it's no longer possible to avoid the mini_portile2

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/13 14:23:15 Removed files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Forgot to remove in the last

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 14:21:03 Modified files: net/tdesktop : Makefile net/tg_owt : Makefile net/tg_owt/pkg : PLIST Log message: Install stripped Ship stripped executables until we build

Re: tdesktop, tg_owt: install stripped

2022-02-13 Thread Klemens Nanni
On Sun, Feb 13, 2022 at 08:04:54PM +, Stuart Henderson wrote: > On 2022/02/13 15:19, Klemens Nanni wrote: > > Unless we build debug-* packages or use a custom DEBUG=... build to > > figure out what's going on, I think shipping an unstripped executable > > like this is not needed: > > > >

Re: CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
On Sun, Feb 13, 2022 at 12:53:45AM -0700, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rsadow...@cvs.openbsd.org 2022/02/13 00:53:45 > > Modified files: > graphics/inkscape: Makefile distinfo > graphics/inkscape/pkg: PLIST > > Log message:

Re: new: devel/py-i3ipc

2022-02-13 Thread Stuart Henderson
On 2022/02/11 23:15, Sergey Andrianov wrote: > Hello, > > I've created a port for i3ipc Python library. It allows you to control > the i3 window manager and it's useful for writing scripts for > notifications, status generators, daemons etc. > > Please comment on how's bad/good is packaging. >

Re: tdesktop, tg_owt: install stripped

2022-02-13 Thread Stuart Henderson
On 2022/02/13 15:19, Klemens Nanni wrote: > Unless we build debug-* packages or use a custom DEBUG=... build to > figure out what's going on, I think shipping an unstripped executable > like this is not needed: > > $ du -h `which telegram-desktop` > 236M

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 13:04:03 Modified files: devel/libnfs : Makefile distinfo devel/libnfs/patches: patch-include_nfsc_libnfs_h patch-lib_socket_c devel/libnfs/pkg:

Re: UPDATE: gtest 1.11.0 + some patches from upstream

2022-02-13 Thread Andrew Krasavin
On Sat, Feb 12, 2022 at 11:50:23PM +, Klemens Nanni wrote: `make update-plist' adds tags for msgpack, though. Thank you, I had forgotten about that. Feedback? OK? In any case, thank you. diff for devel/msgpack: Separate diffs in the same mail are a bit annoying to apply, best send

Re: [update] devel/py-fastimport to 0.9.14

2022-02-13 Thread Kurt Mosiejczuk
On Sun, Feb 06, 2022 at 07:27:02PM +, portno12 wrote: > i don't see a change log in the repo but here is a small update to the port > all tests passing on amd64 Committed. Thanks! --Kurt

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 12:54:09 Modified files: devel/py-fastimport: Makefile distinfo devel/py-fastimport/pkg: PLIST Log message: Update devel/py-fastimport to 0.9.14 Only consumer (py-dulwhich) passes all

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 12:42:11 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavformat_rtpproto_c patch-libavformat_udp_c Log

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 12:41:17 Modified files: net/haproxy: Tag: OPENBSD_7_0 Makefile distinfo Log message: update -stable to haproxy-2.4.12, from Brad "no interest from me, but no objection" danj@

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2022/02/13 11:56:48 Added files: databases/gdbm/patches: patch-tools_Makefile_in Log message: reinstitute fix for parallel build Without this, every build with MAKE_JOBS=4 on my hw.ncpu=4 machines fails

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/02/13 11:19:48 Modified files: www/sfeed : Makefile distinfo Log message: Update sfeed 1.1 => 1.2 Fixes: * sfeed parser: extend the time range to atleast 64-bit (long long). * sfeed parser:

update dino to 0.3.0

2022-02-13 Thread Klemens Nanni
https://dino.im/blog/2022/02/dino-0.3-release/ New dino works well for me on amd64, altough I have not tested conference calls yet. Build-testing on sparc64 shows linking errors when building tests. Compiler invocations are the same on amd64 and sparc64, so the "only" difference is

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 11:14:22 Modified files: net: Makefile Log message: + libnice

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 11:13:31 Added files: net/libnice: Makefile distinfo net/libnice/pkg: DESCR PLIST Log message: Reimport net/libnice at 0.1.18 Previously removed due to lack of consumers, new

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 11:00:35 Log message: Reimport net/libnice at 0.1.18 Previously removed due to lack of consumers, new net/dino 0.3.0 starts depending on libnice. Start shared library version at

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/02/13 10:42:28 Modified files: infrastructure/lib/OpenBSD: TrackFile.pm Log message: oops missed one

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Antoine Jacoutot
On Sun, Feb 13, 2022 at 01:06:17PM +, Klemens Nanni wrote: > On Sun, Feb 13, 2022 at 02:01:09PM +0100, Antoine Jacoutot wrote: > > On Sun, Feb 13, 2022 at 12:57:49PM +, Klemens Nanni wrote: > > > On Sun, Feb 13, 2022 at 09:02:47AM +0100, Antoine Jacoutot wrote: > > > > On Sun, Feb 13, 2022

Re: NEW: x11/fvwm3

2022-02-13 Thread Rafael Sadowski
On Sun Feb 13, 2022 at 11:29:47AM +0100, Michael wrote: > On Sun, Feb 13, 2022 at 09:24:07AM +0100, Rafael Sadowski wrote: > > On Sat Feb 05, 2022 at 04:09:11PM +0100, Michael wrote: > > > Hi ports@, > > > > > > this is a new port for x11/fvmw3 1.0.4 based on our fvwm2 port. > > > > > > As the

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/13 09:38:31 Modified files: astro/stellarium: Makefile devel/cmake: Makefile devel/cmake/patches: patch-Source_cmComputeLinkInformation_cxx devel/qt-creator:

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 08:24:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Remove net/libnice obsolete reason The old version was no longer used, a new 0.1.18

tdesktop, tg_owt: install stripped

2022-02-13 Thread Klemens Nanni
Unless we build debug-* packages or use a custom DEBUG=... build to figure out what's going on, I think shipping an unstripped executable like this is not needed: $ du -h `which telegram-desktop` 236M/usr/local/bin/telegram-desktop Stripping via cmake yields 105M instead.

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 06:40:26 Modified files: www/squid : Makefile distinfo Log message: update to squid-5.4.1

Re: CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
On 2022/02/13 06:07, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2022/02/13 06:07:36 > > Modified files: > mail/mutt : Makefile distinfo > mail/mutt/patches: patch-main_c patch-mutt_sasl_c > > Log message: > update

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 06:25:01 Modified files: sysutils/ansible-lint: Makefile distinfo sysutils/ansible-lint/pkg: PLIST Removed files: sysutils/ansible-lint/patches: patch-setup_py Log message:

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 06:07:36 Modified files: mail/mutt : Makefile distinfo mail/mutt/patches: patch-main_c patch-mutt_sasl_c Log message: update to mutt-2.2.0

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 06:07:05 Modified files: graphics/libplacebo: Makefile distinfo graphics/libplacebo/pkg: PLIST Log message: update to libplacebo-4.192.1

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Klemens Nanni
On Sun, Feb 13, 2022 at 02:01:09PM +0100, Antoine Jacoutot wrote: > On Sun, Feb 13, 2022 at 12:57:49PM +, Klemens Nanni wrote: > > On Sun, Feb 13, 2022 at 09:02:47AM +0100, Antoine Jacoutot wrote: > > > On Sun, Feb 13, 2022 at 01:15:57AM +, Klemens Nanni wrote: > > > > This is a dependency

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/02/13 06:04:48 Modified files: textproc/py-ruamel.yaml: Makefile distinfo Log message: update to py3-ruamel.yaml-0.17.21

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Antoine Jacoutot
On Sun, Feb 13, 2022 at 12:57:49PM +, Klemens Nanni wrote: > On Sun, Feb 13, 2022 at 09:02:47AM +0100, Antoine Jacoutot wrote: > > On Sun, Feb 13, 2022 at 01:15:57AM +, Klemens Nanni wrote: > > > This is a dependency of the new net/dino 0.3.0 version. > > > > > > Information for

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Klemens Nanni
On Sun, Feb 13, 2022 at 09:02:47AM +0100, Antoine Jacoutot wrote: > On Sun, Feb 13, 2022 at 01:15:57AM +, Klemens Nanni wrote: > > This is a dependency of the new net/dino 0.3.0 version. > > > > Information for inst:libnice-0.1.18 > > Did you miss attaching the tarball? Yup... > Also

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/02/13 05:42:46 Modified files: infrastructure/lib/OpenBSD: FS2.pm infrastructure/bin: update-plist Log message: automatically add @sample for login class files.

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:05:40 Modified files: x11/gnome/control-center/patches: patch-meson_build patch-panels_display_meson_build

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:03:25 Modified files: security/libfprint: Makefile Log message: Add comment about GUsb.

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:02:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Fix comment, we have GUsb now.

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:01:38 Modified files: graphics/simple-scan: Makefile Removed files: graphics/simple-scan/patches: patch-meson_build

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:00:51 Modified files: devel : Makefile Log message: +libgusb

Re: Remove cmake wxneeded hack and set USE_WXNEEDED

2022-02-13 Thread Stuart Henderson
On 2022/02/13 08:07, Rafael Sadowski wrote: > New diff with following changes: > > - Remove the cmake webkit/webengine hack. > - Add USE_WXNEEDED=yes ONLY in cmake ports. No more on py-qt ... as in > the previous one. > - Add the missing bump. > > OK? OK. Though actually I think USE_WXNEEDED

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 05:00:19 Log message: Import libgusb-0.3.10 GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 04:15:45 Modified files: devel/msgpack : Makefile devel/msgpack/pkg: PLIST Log message: Build with C++17 devel/gtest consumers should match standard versions. msgpack fails to build

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 04:15:33 Modified files: devel/gtest: Makefile distinfo devel/gtest/pkg: PLIST Log message: Update to latest commit This includes OpenBSD specific fixes for gtest's own tests as

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/02/13 04:10:56 Modified files: math/coq : Makefile Log message: Drop default DISTNAME and WRKDIST values bsd.port.mk(5) copes with leading "V" in distnames. OK Yozo TODA (maintainer)

Re: UPDATE: www/sfeed from 1.1 to 1.2

2022-02-13 Thread Hiltjo Posthuma
On Sun, Feb 06, 2022 at 02:00:23PM +0100, Hiltjo Posthuma wrote: > Hi, > > This updates www/sfeed from 1.1 to 1.2. > > diff --git www/sfeed/Makefile www/sfeed/Makefile > index 448a1e3dfde..5a40f5fda19 100644 > --- www/sfeed/Makefile > +++ www/sfeed/Makefile > @@ -1,7 +1,7 @@ > # $OpenBSD:

Re: NEW: x11/fvwm3

2022-02-13 Thread Michael
On Sun, Feb 13, 2022 at 09:24:07AM +0100, Rafael Sadowski wrote: > On Sat Feb 05, 2022 at 04:09:11PM +0100, Michael wrote: > > Hi ports@, > > > > this is a new port for x11/fvmw3 1.0.4 based on our fvwm2 port. > > > > As the README [1] suggests config files from fvwm2 currently work but > >

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 02:53:42 Removed files: x11/gnome/maps/patches: patch-data_meson_build Log message: yet another forgotten cvs rm ...

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/13 02:14:58 Modified files: lang/clazy : Makefile distinfo lang/clazy/patches: patch-CMakeLists_txt lang/clazy/pkg : PLIST Log message: Update clazy to 1.11

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2022/02/13 02:11:57 Modified files: www/chromium/patches: patch-build_config_compiler_BUILD_gn Log message: revert previous; the bug is somewhere else

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 01:54:07 Modified files: x11/libhandy : Makefile distinfo x11/libhandy/pkg: PLIST Log message: Update to libhandy-1.5.90.

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/02/13 01:52:26 Modified files: print/libspectre: Makefile distinfo Removed files: print/libspectre/patches: patch-libspectre_spectre-device_c Log message: Update to

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/13 01:34:53 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: Makefile distinfo x11/kde-plasma/breeze/pkg: PLIST x11/kde-plasma/breeze-grub:

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Denis Fondras
CVSROOT:/cvs Module name:ports Changes by: de...@cvs.openbsd.org 2022/02/13 01:26:39 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: Update to v2.5.2 Tested by Mark Patruck, thanks.

Re: NEW: x11/fvwm3

2022-02-13 Thread Rafael Sadowski
On Sat Feb 05, 2022 at 04:09:11PM +0100, Michael wrote: > Hi ports@, > > this is a new port for x11/fvmw3 1.0.4 based on our fvwm2 port. > > As the README [1] suggests config files from fvwm2 currently work but > this might change. Since fvwm2 is still maintained (at least for bug > fixes) I

Re: [update] intellij and pycharm

2022-02-13 Thread Rafael Sadowski
On Fri Feb 11, 2022 at 10:54:45PM -0600, Lucas Raab wrote: > Hello, > > Here are twin updates to pycharm and intellij to 2021.3.2, both > pretty minor. They've beem working fine so far. > > Changelogs: >

Re: Update to Inkscape

2022-02-13 Thread Rafael Sadowski
On Wed Feb 09, 2022 at 04:58:44PM +0100, Gonzalo L. Rodriguez wrote: > On Wed, 09 Feb 2022 at 06:03:29 +0100, Freddy Fisker wrote: > > There is a version 1.1.2 update to Inkscape which have some corrections I > > need. > > > > I hope OpenBSD will have this update soon. > > > > Best regards > >

Re: new net/libnice 0.1.18 (new net/dino 0.3.0 dependency)

2022-02-13 Thread Antoine Jacoutot
On Sun, Feb 13, 2022 at 01:15:57AM +, Klemens Nanni wrote: > This is a dependency of the new net/dino 0.3.0 version. > > Information for inst:libnice-0.1.18 Did you miss attaching the tarball? Also it used to be in ports: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/libnice/

CVS: cvs.openbsd.org: ports

2022-02-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/02/13 01:01:03 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 65.0.0