On Fri Feb 07, 2025 at 03:12:41PM -0800, Andrew Hewus Fresh wrote:
>
> rsadowski@ noticed that portbump started showing a warning about calling
> an undefined "import" method:
>
>
> Attempt to call undefined import method with arguments ("w_stem")
> via package "Util" (Perhaps you forgot
On Sun, Mar 02, 2025 at 09:36:24PM +0100, Volker Schlecht wrote:
> On 2025-03-02 17:47, Jeremie Courreges-Anglas wrote:
> > Confirmed. I checked that the same -D/#defines set was used before
> > and after. In the new version some are passed on the cli and some end
> > up in sqlite_cfg.h. Looks m
2025-02-22T14:10:02+0100 Denis Fondras :
> Thank you very much Johannes.
>
> Your changes work perfectly and I upgraded to v2.4.4.
Sorry for the late reply Denis. I built the port again on a clean system
and it seems that we are still missing x11/gtk+3,-main in BUILD_DEPENDS.
With that added, OK
Hello,
I want to port an application that application is monerod.
It needs some git submodules to be cloned.
It there any flag in the Makefile to do it?
Best regards,
Daniel Hejduk
On 2025/03/02 17:01, izzy Meyer wrote:
> do a man bsd.port.mk
>
> what you want is DIST_TUPLE
>
> also, fyi, you don't "clone" distfiles. ports with git repositories upstream
> pull down stable tagged tarballs.
those git-archive tarballs are *not* stable.
On 2025/02/28 21:21, Florian Viehweger wrote:
> Am 28. Februar 2025 18:29:42 UTC schrieb Volker Schlecht
> :
> >On 2025-02-28 17:54, Florian Viehweger wrote:
> >
> >> Thank you for beating me to it. I've modified your version, most tests
> >> are working now. According to this[1] post, cmake doesn
On Sun Mar 02, 2025 at 04:23:56AM +, Stuart Henderson wrote:
> Currently, kicad is marked brokem due to
> https://gitlab.com/kicad/code/kicad/-/issues/18621 so there is
> no package in -current.
>
> As it depends on Python, the lack of package will interfere with a
> regular update from 7.6 to
On 2025/03/02 19:23, Johannes Thyssen Tishman wrote:
> 2025-03-02T04:23:56+ Stuart Henderson :
> > Currently, kicad is marked brokem due to
> > https://gitlab.com/kicad/code/kicad/-/issues/18621 so there is
> > no package in -current.
> >
> > As it depends on Python, the lack of package will i
2025-03-02T00:20:07-0500 Brad Smith :
> On 2025-03-01 5:26 a.m., Johannes Thyssen Tishman wrote:
> > 2025-02-28T17:10:44+ Johannes Thyssen Tishman:
> > > From [1]:
> > > > CMake 3.29 and below provide a FindBoost module, but it needs constant
> > > > updates to keep up with upstream Boost rele
I do think we need to do _something_ with this, because as things stand,
if an i386 user has fish as their shell, they will be left with old
binaries which will stop working sometime. If not going for this
approach then we'll need something in current.html / release notes
so that people can change
On Sun, Mar 02, 2025 at 05:47:02PM +0100, Jeremie Courreges-Anglas wrote:
> Confirmed. I checked that the same -D/#defines set was used before
> and after. In the new version some are passed on the cli and some end
> up in sqlite_cfg.h.
Just to be 100% clear: I'm not saying that the exact same
On Sun, Mar 02, 2025 at 05:47:02PM +0100, Jeremie Courreges-Anglas wrote:
>
> FWIW I put your last diff in a bulk build on arm64 (clang 19), looks
> mostly good so far:
>
> I=10372 B=144 Q=3229 T=596 F=0 !=263
> L=net/icinga/core2
> E=games/zelda3-ro
>
> More input below,
>
> On Fri, Feb 28, 20
2025-03-02T04:23:56+ Stuart Henderson :
> Currently, kicad is marked brokem due to
> https://gitlab.com/kicad/code/kicad/-/issues/18621 so there is
> no package in -current.
>
> As it depends on Python, the lack of package will interfere with a
> regular update from 7.6 to 7.7 at releas, leavi
On Mon, 03 Mar 2025 00:01:07 +0100,
izzy Meyer wrote:
>
> do a man bsd.port.mk
>
> what you want is DIST_TUPLE
>
Keep in mind that it should be a series of DIST_TUPLE for main repository
and each submodule.
--
wbr, Kirill
On 2025/03/02 22:59, Daniel Hejduk wrote:
> Hello,
> I want to port an application that application is monerod.
> It needs some git submodules to be cloned.
> It there any flag in the Makefile to do it?
>
> Best regards,
> Daniel Hejduk
>
Do not use git-archive distfiles if there is a proper tar
Trivial update to sway 1.10.1. ok ?
Index: Makefile
===
RCS file: /local/cvs/ports/wayland/sway/Makefile,v
diff -u -p -u -r1.13 Makefile
--- Makefile31 Dec 2024 09:59:20 - 1.13
+++ Makefile2 Mar 2025 08:04:52 -
@@
hi,
here's a wip diff to update to wasi stack to llvm 19:
- drop the separate libcxxabi port, looking at how
freebsd does i folded it into libcxx
- build them with devel/llvm/19
the cmake goo is horrible, and the list of cmake args is copied around
but most of it is probably useless. for some r
Le Sun, Mar 02, 2025 at 09:06:45AM +0100, Matthieu Herrb a écrit :
> Trivial update to sway 1.10.1. ok ?
works fine here, ok
FWIW I put your last diff in a bulk build on arm64 (clang 19), looks
mostly good so far:
I=10372 B=144 Q=3229 T=596 F=0 !=263
L=net/icinga/core2
E=games/zelda3-ro
More input below,
On Fri, Feb 28, 2025 at 07:11:13PM +0100, Volker Schlecht wrote:
> Alright, so here goes my next attempt, addressi
Le Sat, Mar 01, 2025 at 10:26:23AM +, Johannes Thyssen Tishman a écrit :
> 2025-02-28T17:10:44+ Johannes Thyssen Tishman :
> > From [1]:
> > > CMake 3.29 and below provide a FindBoost module, but it needs constant
> > > updates to keep up with upstream Boost releases. Upstream Boost 1.70
>
Ok
On March 1, 2025 9:23:56 PM MST, Stuart Henderson wrote:
>Currently, kicad is marked brokem due to
>https://gitlab.com/kicad/code/kicad/-/issues/18621 so there is
>no package in -current.
>
>As it depends on Python, the lack of package will interfere with a
>regular update from 7.6 to 7.7 at r
Bulk build on sparc64-0a.ports.openbsd.org
Started : Fri Feb 28 03:47:11 MST 2025
Finished: Sun Mar 2 15:32:39 MST 2025
Duration: 2 Days 11 hours 45 minutes
Built using OpenBSD 7.6-current (GENERIC.MP) #2410: Thu Feb 27 01:48:32 MST 2025
Built 9153 packages
Number of packages built each day:
F
do a man bsd.port.mk
what you want is DIST_TUPLE
also, fyi, you don't "clone" distfiles. ports with git repositories upstream
pull down stable tagged tarballs.
Original Message
From: Daniel Hejduk
Sent: March 2, 2025 3:59:46 PM CST
To: Ports
Subject: Git submodules in a por
On Sun, Mar 02, 2025 at 02:54:42AM +, Stuart Henderson wrote:
> The dependency will be switched at some point but unlikely before 7.7
> release. I run a few things with 8.3 and just leave the 8.2 packages lying
> around unused, it's only a little bit of disk space.
>
> --
> Sent from a phone
On 2025-03-02 17:47, Jeremie Courreges-Anglas wrote:
Confirmed. I checked that the same -D/#defines set was used before
and after. In the new version some are passed on the cli and some end
up in sqlite_cfg.h. Looks mostly good, fts3 is indeed implied by
fts4, but geopoly is no longer implied
25 matches
Mail list logo