On Tue Nov 30, 2021 at 04:03:16PM +0100, Martin Ziemer wrote:
> This patch updates remind from 3.3.9 to 3.3.10.
>
> Tested on two amd64 systems. (One with and one without tkremind)
Committed, thanks
>
> Index: Makefile
> ===
> RCS
Update NetBeans to 12.6
diff --git a/devel/netbeans/Makefile b/devel/netbeans/Makefile
index 15d40d4229a..bac4745f3f0 100644
--- a/devel/netbeans/Makefile
+++ b/devel/netbeans/Makefile
@@ -2,7 +2,7 @@
COMMENT= NetBeans Java IDE
-V= 12.5
+V=
Update kdiff3 to 1.9.4
diff --git a/devel/kdiff3/Makefile b/devel/kdiff3/Makefile
index 15e05de6a67..75e710975d0 100644
--- a/devel/kdiff3/Makefile
+++ b/devel/kdiff3/Makefile
@@ -2,7 +2,7 @@
COMMENT = compares and merges multiple files or directories
-DISTNAME = kdiff3-1.9.3
+DISTNA
I rebuilt the downstream dependencies, so I feel this should be a safe
update.
OK?
>From 2a7f941776071389212cf350165fe5c235d0b160 Mon Sep 17 00:00:00 2001
From: Greg Steuck
Date: Sat, 4 Dec 2021 20:29:56 -0800
Subject: [PATCH] Upgrade devel/cabal-install to 3.6.2.0
The goal is to have an easier
See below for a diff for ocaml to the 4.12.x series. Only a few changes
were needed for this update and they're already in the tree:
- mldonkey and unison 2.4.x needed a small diff
- dune needed to be updated to 2.7.0
All ocaml ports were built successfully on amd64 (except coccinelle which
is s
On December 3, 2021 5:04:32 PM MST, Antoine Jacoutot
wrote:
>Hi.
>
>Once again, falling with gawk.
>Can't we set something up in Makefile.inc or whatever?
I'll get it fixed up in the morning.
>
>
>Configuring in ./sim
>configure: creating cache ./config.cache
>checking for x86_64-unknown-openbs
Omar Polo writes:
> Hello,
>
> I'd like to include the desktop file (+ icon) and the manpage in the
> Godot package.
>
> The manpage is some release old and lacks some newer flags, but it's way
> better than `godot --help | less` and the missing options are not
> super-important IMHO. Moreover,
Klemens Nanni wrote:
> On Sat, Nov 06, 2021 at 07:12:23PM +, Klemens Nanni wrote:
> > On Sat, Nov 06, 2021 at 07:40:33PM +, Lewis ingraham wrote:
> > > Thank you for answering! So I have done what you recommended. Would this
> > > revision suffice?
> >
> > Better but still lack tabs and n
Timo Myyrä writes:
> Hi,
>
> Here's an bump to chicken scheme.
> Works here on amd64.
Hello,
builds fine, WANTLIB and plist ok, and from a quick test it's working
correctly. `make test` passes too :D
I've only one doubt
> -SHARED_LIBS= chicken 7.1 # 11
> +SHARED_LIBS= chicken 7.2 # 11
I thi
- long width;
+ int width;
and then:
- width = strtol(argv[pos++], NULL, 10);
+ width = (int)strtol(argv[pos++], NULL, 10);
This is not right.
You need to leave the type as long, and then range check it. I understand
you are uncomfortable
On Sat, Dec 04, 2021 at 10:11:19AM +, Stuart Henderson wrote:
> On 2021/12/04 10:37, Sebastien Marie wrote:
> > I started to look at sparc64: it will an interesting arch, as c++
> > ports are using estdc++ by default. For now I don't copied the related
> > code from devel/llvm to devel/llvm13 (
Hi,
Here's an update to emulators/fceux to v2.5.0. A few highlights:
* Dependency on graphics/ffmpeg for recording videos
* Cmakelists patch changed. Some upstream changes went in
* QT ConsoleWindow.cpp patch no longer needed (upstream changes)
Runs well on my amd64 system -- tested wi
I'm busy decorating atm. It was literally about 5 minutes work to do. The
problem with using the Linux libuuid is that there's a function which
conflicts with one of the uuid functions in libc so I'm really much happier
to not pull it in unless unavoidable (and it's very avoidable here)
--
Se
Hi,
current ocaml uses %02d format specifier in its autoconf. This is not
supported by our base m4. I had no idea how to force autoconf to use
devel/m4. So I added support for this flag to base m4. OK?
Alternatively suggestions are welcome how to force use of
/usr/local/bin/gm4 instead of /usr
I attched my patch.
It build well and run well and passed all 910 tests on my amd64-7.0 system.
wen
发件人: Solene Rapenne
发送时间: 2021年12月3日 20:19
收件人: wen heping
抄送: ports@openbsd.org
主题: Re: 回复: update databases/py-peewee
On Fri, 3 Dec 2021 12:08:07 +
Hi,
Here's an bump to chicken scheme.
Works here on amd64.
Timo
diff 1c7cb3a469cd4eafc1a5285d791d86da4f5c86b5 /usr/ports
blob - 2f597d8a02ca3a374834eea760842bda0da788ff
file + lang/chicken/Makefile.inc
--- lang/chicken/Makefile.inc
+++ lang/chicken/Makefile.inc
@@ -2,7 +2,7 @@
COMMENT=
On 2021/12/04 10:37, Sebastien Marie wrote:
> I started to look at sparc64: it will an interesting arch, as c++
> ports are using estdc++ by default. For now I don't copied the related
> code from devel/llvm to devel/llvm13 (to make clang-13 to use estdc++
> instead of libc++ for generated code), a
On 2021/12/04 00:49, Theo Buehler wrote:
> No feedback. I'm going to commit this patch tomorrow.
OK. I've never used sshmitm though (and fortunately there aren't many
devices around that still use SSHv1 to test it with!)
> On Fri, Nov 26, 2021 at 09:18:21AM +0100, Theo Buehler wrote:
> > The buil
On Fri, Dec 03, 2021 at 12:22:06PM +0100, Sebastien Marie wrote:
> Hi,
>
> While there is on-going work to get llvm13 in base, I started to look
> to make a devel/llvm13 port, independant from devel/llvm (which is
> mirroring version in base), in order to be able to continue working on
> recent co
19 matches
Mail list logo