On Thu, 17 Aug 2023 20:21 +0200, Omar Polo wrote:
> don't feel strongly about SEPARATE_BUILD but I'd propend to skip it.
> It's ok op@ to import either way.
>
> Thanks!
I'm OK with skipping it. :) Bumping this and reattaching the tarball
you sent in response to mine.
stylua.tar.gz
Description:
Hi. :) domain-sift is a tool I wrote in Perl to extract domains
from files/STDIN and format + print the domains to STDOUT. I use
it along with unwind/unbound on machines running OpenBSD to block
malicious/unwanted domains. domain-sift uses OpenBSD::Pledge(3p)
and OpenBSD::Unveil(3p).
Home page: ht
Forgot to attach the diff.
Index: Makefile
===
RCS file: /cvs/ports/devel/pygame/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- Makefile26 Nov 2022 23:28:13 - 1.49
+++ Makefile29 Aug 2023 19:54:35 -
Hi, I have a diff for devel/pygame to bring it up to version 2.5.1,
but I noticed that Python 2 and SDL1 support were deprecated in
2.0.3.
https://github.com/pygame/pygame/releases/tag/2.0.3
These are the ports that were yielded by `make show-required-by`,
and they all contain MODPY_DEFAULT_VERSI
On Thu, 3 Aug 2023 22:55 +0100, Stuart Henderson wrote:
> On 2023/08/03 12:24, Ashlen wrote:
> > On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote:
> > > you can get tests to run with these (and this also needs
> > > SEPARATE_BUILD = No otherwise when it buil
On Thu, 17 Aug 2023 08:36 +0200, Theo Buehler wrote:
> > Side note: I noticed MODCARGO_INSTALL_TARGET_PATH is undocumented
> > in cargo-module(5), along with MODCARGO_WANTLIB. Should they be
> > included in that man page?
>
> I have added a blurb for MODCARGO_INSTALL_TARGET_PATH after sending my
>
On Thu, 17 Aug 2023 10:23 +0200, Omar Polo wrote:
> Some tweaks for the makefile:
>
> - the indentation of the value is off (you're not using tab multiples
>of 8 columns?)
I guess I forgot to `:set tabstop=8 shiftwidth=8`. Usually I prefer
values of 4 and adjust those manually as needed. I'l
On Thu, 17 Aug 2023 07:10 +0200, Theo Buehler wrote:
> On Wed, Aug 16, 2023 at 11:01:38PM -0600, Ashlen wrote:
> > Selene is a modern Lua linter written in Rust.
> >
> > GitHub: https://github.com/Kampfkarren/selene
> > Docs: https://kampfkarren.github.io/selene/
>
Description:
"""
An opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau,
built using full-moon. StyLua is inspired by the likes of prettier,
it parses your Lua codebase, and prints it back out from scratch,
enforcing a consistent code style.
StyLua mainly follows the Roblox Lua Style G
Selene is a modern Lua linter written in Rust.
GitHub: https://github.com/Kampfkarren/selene
Docs: https://kampfkarren.github.io/selene/
This was easy enough to port. Tests run and pass. do-install hook
seems to be needed due to a `Cargo.toml` issue.
===> Faking installation for selene-0.25.0
On Thu, 3 Aug 2023 17:37 +0100, Stuart Henderson wrote:
> you can get tests to run with these (and this also needs
> SEPARATE_BUILD = No otherwise when it builds the .t binaries, it puts
> them in the build dir, and there's nothing setup to replace the MacOS
> binaries present in the test dir in t
Updates productivity/timewarrior from 1.1.1 to 1.5.0.
https://github.com/GothenburgBitFactory/timewarrior/releases/tag/v1.5.0
https://github.com/GothenburgBitFactory/timewarrior/compare/v1.1.1...v1.5.0
I looked to see if NO_TESTING could be removed, but didn't see an
obvious way to get tests to w
(CC'ing two people that expressed interest in a previous thread, I hope
that's alright)
```
$ cat /usr/ports/mystuff/x11/xst/pkg/DESCR
xst is a fork of st, which is a simple virtual terminal emulator for X
that sucks less.
Some things specific to xst include:
- Loads settings from Xresour
On Tue, 18 Jul 2023 20:42 +0100, Stuart Henderson wrote:
> On 2023/07/18 10:52, Ashlen wrote:
> > On Tue, 18 Jul 2023 14:23 +0200, Joerg Jung wrote:
> > >
> > >
> > > > On 18. Jul 2023, at 10:31, Sebastien Marie wrote:
> > > >
> > &
On Tue, 18 Jul 2023 14:23 +0200, Joerg Jung wrote:
>
>
> > On 18. Jul 2023, at 10:31, Sebastien Marie wrote:
> >
> > On Mon, Jul 17, 2023 at 11:25:37PM -0600, Ashlen wrote:
> >> Hello,
> >> I am reaching out to discuss the possibility of adding
Hello,
I am reaching out to discuss the possibility of adding an xresources
flavor to x11/st. In my opinion, this addition would greatly enhance the
functionality of the program by allowing it to read colors and a font
from the .Xresources file.
Personally, I find it beneficial to set Solarized co
On Sun, 25 Jun 2023 14:04 +, open...@systemfailure.net wrote:
> Hi,
>
> Here's an update to i2pd.
>
> Lightly tested on current, extensively on stable (amd64).
>
> These commands are OK:
> make test
> make port-lib-depend-check
> /usr/ports/infrastructure/bin/portcheck
>
> Regards,
>
> Sys
22 Jun 2023 05:53:55 -0500,
> Edward Ahlsen-Girard a écrit :
>
> > On Wed, 21 Jun 2023 10:32:52 -0600
> > Ashlen wrote:
> >
> > > 1) Port-related mails should go to ports@, so I'm CC'ing ports@ and
> > > dropping misc@. If it becomes clear it
1) Port-related mails should go to ports@, so I'm CC'ing ports@ and
dropping misc@. If it becomes clear it's an issue with the port
itself (but I don't think it is), we can CC the maintainer later.
2) Can you please open that core file with gdb and provide the
backtrace? Should be as simple as:
#
Hi, I'm looking to update devel/p5-Module-Starter from 1.54 to 1.77.
In order to do this, I need devel/p5-Software-License imported into
the ports tree so I can add it as a RUN_DEPENDS. Without it, the
new version of `module-starter` fails during runtime.
I couldn't find a decent description upstr
Release notes:
https://github.com/mvdan/sh/releases/tag/v3.6.0
Note that `make test` fails in the last version as well as this one
(error output is attached). I'm unsure how to fix it, though, as I don't
write in Go and I didn't find anything obvious in go-module(5) that I
could adjust.
Any idea
Built + installed on amd64 and it works great. Looks like updating to
3.x would require reworking the port (upstream switched their build
system from make to cargo). Thanks for looking at this, Brad. :)
I can't give an OK, but I'd be happy to see this updated version in the
ports tree. I use it to
Release notes:
https://www.zaproxy.org/blog/2022-10-27-zap-2-12-0-the-ten-thousand-star-release/
JVM 11+ is now a requirement. log4j was updated from 2.15.0[!] to
2.19.0. An HTML injection vulnerability is patched in this release.
Builds and runs OK for the most part. zaproxy.sh was a bit broken,
On Fri, 19 May 2023 01:11 -0600, Omar Polo wrote:
> On 2023/05/19 00:01:09 -0400, A Tammy wrote:
> >
> > On 5/18/23 12:26, Ashlen wrote:
> > > Hi all. :) This is a font I recently discovered and I decided to make a
> > > proper port for it.
> > >
>
Hi all. :) This is a font I recently discovered and I decided to make a
proper port for it.
Homepage: https://rubjo.github.io/victor-mono/
GitHub: https://github.com/rubjo/victor-mono
Victor Mono is a monospaced font with a large x-height. It reminds me a
little of Iosevka, except that I find Vic
On 2023-05-16 09:30, Theo Buehler wrote:
> On Mon, May 15, 2023 at 04:47:31PM -0600, Ashlen wrote:
> > I tested the update briefly and it works. Noticed some errors in `make
> > test` about rand(), strcat(), and sprintf(), but I'm unsure what to do
> > about those.
I tested the update briefly and it works. Noticed some errors in `make
test` about rand(), strcat(), and sprintf(), but I'm unsure what to do
about those. Adding boost_atomic-mt to WANTLIB was necessary to pass
port-lib-depends-check.
Feedback? I hope I didn't miss anything obvious.
---
Changelo
On 2023-05-15 09:17, Stuart Henderson wrote:
> There must be something unusual with your local setup. Maybe in mk.conf, maybe
> you don't have sudo or doas setup to pass the environment through, maybe
> something in the checkout, not sure.
>
> There's no general problem with those ports, or we'd s
Hi, I have two questions:
1) Why does the python3 FLAVOR of devel/py-setuptools_git seem to
require extraction of the python2 version first to work?
2) Why does devel/py-setuptools_git look for python2 when a different
port is requesting the python3 version?
I encountered these issues whil
Hi. textproc/zathura will consistently SIGSEGV and dump a core file when
I hit to view the table of contents. I examined the core file and
found that this is due to an invalid read in girara_node_free,
referenced in this issue and fixed in the commit following it.
https://git.pwmt.org/pwmt/girara
Hey, happened to experiment with this module (am working through
Intermediate Perl) and noticed it wasn't the latest version.
Had to make a couple of small changes to the Makefile. I looked over the
list of changes since 0.35 the best I knew how (found the relevant
revisions with git-grep and git-
Here's a quick demonstration of what I'm talking about with net/prosody, using
testssl.sh[1]:
$ testssl.sh -t xmpp -R example.com:5222
[ snip... ]
Testing for Renegotiation vulnerabilities
Secure Renegotiation (RFC 5746) supported (OK)
Secure Client-Initiated Renegotiation VULNERAB
5a70 t buffer_meth_receive
> 5830 t buffer_meth_send
> 5740 t buffer_meth_setstats
> 5620 t buffer_open
>U luaL_prepbuffer
>
> (this is luasocket built with patch below)
>
> The lowercase 't' should mean those symbols are private
On 23/01/07 00:20, Ashlen wrote:
> As for the renaming thing, I realized I didn't actually provide any links
> showing why I kept this in. I looked at the commits and it appears their
> rationale is that anyone that writes a Lua script and imports luasocket as
> well
> as
On 23/01/07 04:33, Lucas wrote:
> Ashlen wrote:
> > On 23/01/06 12:53, Omar Polo wrote:
> > > This needs some further testing. Packages that depends on luasockets
> > > are
> > >
> > > - devel/luacopasno test suite
> > > -
(Sorry Omar, I accidentally replied directly off-list)
On 23/01/06 12:53, Omar Polo wrote:
> Hello,
>
> On 2023/01/04 21:13:29 -0700, Ashlen wrote:
> > Updated a couple of things.
> >
> > - Use '&&' instead of ';' so that sed only executes a
Updated a couple of things.
- Use '&&' instead of ';' so that sed only executes after a successful cd.
- Needed to patch version string in src/luasocket.h, I guess I left that out for
some reason.
- Add TEST_DEPENDS so that make test only works if net/luasocket is installed.
Is this OK? Any f
Hey, this is my first diff to the ports tree. How does this look? I don't
program in Lua (yet), but I followed the porting guide and from what I can tell,
this seems alright.
Some quick notes:
- HOMEPAGE and GH_ACCOUNT changed.
- The do-install hook is changed to a post-install hook because it h
On 22/04/24 08:11, Landry Breuil wrote:
> Le Sat, Apr 23, 2022 at 05:44:41PM -0600, Ashlen a écrit :
> > I'm still getting the same problem with the mupdf plugin on the snapshot
> > mentioned below.
> >
> >
> > $ sysctl -n kern.version
> > OpenBSD 7.1-cu
I'm still getting the same problem with the mupdf plugin on the snapshot
mentioned below.
$ sysctl -n kern.version
OpenBSD 7.1-current (GENERIC.MP) #483: Sat Apr 23 05:33:19 MDT 2022
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Here are the dynamic libraries marked a
On 22/04/03 21:04, Stuart Henderson wrote:
> [ dropping misc@ from CC list ]
>
> On 2022/04/03 11:25, Ashlen wrote:
> > With the previous emails in mind, I have a diff for the build script in
> > the ports tree if it would help. My xmonad.hs hardly changes these days.
&g
With the previous emails in mind, I have a diff for the build script in
the ports tree if it would help. My xmonad.hs hardly changes these days.
If the build script actually recompiled xmonad every time instead of
quitting if xmonad.hs hasn't changed, I don't think this issue would
come up in the f
On 2020/09/12 12:36, Erling Westenvik wrote:
> Thanks for the diff. Ncmpcpp still crashes when trying to fetch lyrics though.
> Gdb output with last version and after rebuilding with debug flags:
Yep, same here. Needed `-l` to patch(1) the diff, not sure if it's an
issue with the diff or PEBCAK. P
43 matches
Mail list logo