Thomas Frohwein writes:
> Thomas Frohwein wrote:
> > dosbox-staging is a sane fork of dosbox that emphasizes sane defaults
> > and code quality. It has advantages over both dosbox and dosbox-x in
> > ports. Compared to dosbox-x, the window size and fullscreen defaults
> > and implementation work a
ression of
data, calculating hashes and checksums, IPv6 and X.509 parsing, changing
character encodings, and much more.
ok?
--
Anthony J. Bentley
cyberchef.tar.gz
Description: GNU Zip compressed data
Caspar Schutijser writes:
> Nit: for the licensing comment, most ports just write "GPLv2" in this
> case.
I disagree, it's better to explicitly mark "GPLv2+" or "GPLv2 only":
many ports simply labeled "GPLv2" are actually GPLv2+, but one can't
make that guess without checking the code. The distinc
Rafael Sadowski writes:
> We can drop COMPILER_LIBCXX here. It's C onyl, OK?
Needs REVISION bump. And musicbrainz5 went missing. ok with those fixed.
> diff --git a/x11/gnustep/cynthiune/Makefile b/x11/gnustep/cynthiune/Makefile
> index ae18162bb36..7250d5c0de9 100644
> --- a/x11/gnustep/cynthiun
Rafael Sadowski writes:
> Simple header-only port: utf8cpp-4.0.6. I need this to update
> audio/taglib. OK to import?
We already have this as devel/utfcpp.
an9...@sdf.org writes:
> Hi ports@
>
> I installed the latest version of the misc/screen package
> (screen-5.0.1.2.tgz), and noticed that the "DEFAULT KEY BINDINGS"
> section in the installed man page is corrupted and unreadable - it is
> supposed to be a table of key bindings and their descript
devel/srecord sets USE_GROFF=Yes. The build uses groff(1) in three ways:
1. Runs soelim(1) on the manpages, then installs them to man1/3/5.
2. Runs groff -Tascii on the manpages, then installs them to cat1/3/5.
3. Runs groff -Tps on additional documentation, then installs to share/doc.
None of th
Subscribe
Upstream modified the manuals without changing the filenames. The new
manuals seem to have better fonts.
We can't just update the checksums, because that'll break the build
machines. So this diff does the {} thing to give the distfiles unique
filenames.
I also moved the manuals to share/doc/ sinc
ok?
diff f2cbf41c9c516d78a713d42312199bda76623cc3 refs/heads/j2k25
commit - f2cbf41c9c516d78a713d42312199bda76623cc3
commit + 04635eb8b73c0d55a4d3862766a5f1e64d4a656f
blob - d8a4b7a8e696e00d71c635b6bb6b874724abb458
blob + c253cf95e3d2375539bdc486692452d625aa5dbc
--- mail/opensmtpd-filters/dkimsig
Sadeep Madurange writes:
> I installed KiCad. When I open a schematic file, and click on "Place
> Symbols", KiCad crashes while trying to load footprint libraries. I see
> the following error in dmesg:
>
> ### AML PARSE ERROR (0x279a7): Undefined name:
> \\_SB_.PCI0.RP09.PEGP.NVDN
> error evaluatin
Jan Stary writes:
> This is current/amd64 with
>
> libtorrent-0.14.0p0v0 BitTorrent library written in C++
> rtorrent-0.10.0p0v0 ncurses BitTorrent client based on libTorrent
>
> Upon starting rtorrent, I get the following error messages
>
> Caught internal_error: SocketFd::close() called on an inv
Theo Buehler writes:
> pulseview has been hardcoding C++11 for a while. This no longer works
> with the parts of newer boost they use which started using C++14
> features. Letting the compiler use its default dialect should be fine
> nowadays as g++ 8 uses C++14 and clang 16 uses C++17.
>
> This is
I came across a CMake project that couldn't find sdl2-net. I've seen
the problem before: it's because the cmake config is looking for an
unversioned .so. We already have equivalent patches in sdl2, sdl2-image,
sdl2-mixer, sdl2-ttf.
ok?
diff 5a3b2804456bd22fe0e22a52774b96faf45326b9
5a70c43569e751
Anthony J. Bentley writes:
> Kirill A. Korinsky writes:
> > On Wed, 02 Apr 2025 11:06:38 +0200,
> > "Anthony J. Bentley" wrote:
> > >
> > > For the version number, I arbitrarily chose 3.8.0pre20250402
> > >
> > > Once 3.8
Simon Howard writes:
> Hi folks, nice to see the new port is now in CVS. I just noticed a couple
> of nitpicky things about the COMMENT line I hadn't noticed when reviewing
> it:
>
> FIrstly SDL Sopwith is not a "clone" of the original but is directly
> descended from the original source. NetHack
x-tools/archive/
+EXTRACT_SUFX = .tar.gz
+
+MAINTAINER = Anthony J. Bentley
# GPLv3+
PERMIT_PACKAGE = Yes
-WANTLIB += ${COMPILER_LIBCXX} c kiwix zim
+WANTLIB += ${COMPILER_LIBCXX} c docopt kiwix zim
# C++11
COMPILER = base-clang ports-gcc
-LIB_DEPENDS = www
Kirill A. Korinsky writes:
> On Wed, 02 Apr 2025 11:06:38 +0200,
> "Anthony J. Bentley" wrote:
> >
> > For the version number, I arbitrarily chose 3.8.0pre20250402
> >
> > Once 3.8.0 comes out, deleting the new middle hunk will be all that's
>
Ryan Freeman writes:
> On Thu, Mar 27, 2025 at 04:36:02AM -0600, Anthony J. Bentley wrote:
> > Ryan Freeman writes:
> > > Attached is a new port of SDL Sopwith.
> > >
> > > From the website: https://fragglet.github.io/sdl-sopwith/
> > >
> > >
Ryan Freeman writes:
> Attached is a new port of SDL Sopwith.
>
> From the website: https://fragglet.github.io/sdl-sopwith/
>
> SDL Sopwith is a port of the classic biplane shoot 'em-up "Sopwith" to run
> on modern computers and operating systems. It is named "SDL Sopwith" as it
> uses the LibSDL c
time ago.
(sorry I don't have the time to test this.)
J
This patch disables OpenMP, avoiding issues
with the new llvm-openmp.
Index: Makefile
===
RCS file: /cvs/ports/graphics/libraw/Makefile,v
diff -u -p -r1.54 Makefile
--- Makefile25 Oct 2024 11:47:16 - 1.54
+++ Makefile
This patch disables OpenMP, avoiding issues
with the new llvm-openmp.
Index: Makefile
===
RCS file: /cvs/ports/audio/libsoxr/Makefile,v
diff -u -p -r1.10 Makefile
--- Makefile7 Nov 2023 14:19:19 - 1.10
+++ Makefile2
the number of
threads in a port-specific way.
Most ports will compute OMP_NUM_THREADS= which is rarely
what you want.
Ports like math/armadillo and math/eigen3 are source-only ports (or
mostly) and the user/programmer selects OpenMP directly, so no
change is needed for these.
J
going to test this in Arch Linux and if I can get it to print, I'd
like to port uvtools to OpenBSD.
--
J. Scott Heppler
bunch of cMake work arounds.
FreeCAD is the most capable OpenSource 3D program out there - this
seems like a good time to get it into ports.
Anyone else working on this?
Is Py_Collada a valuable option?
I recall seeing some tools to import FreeBSD ports into OpenBSD - do
they work?
--
J. Scott Heppler
SASANO Takayoshi writes:
> Hi,
>
> update Noto Serif CJK 2.002 -> 2.003.
> (Noto Sans CJK still 2.004)
>
> update details:
> https://github.com/notofonts/noto-cjk/blob/main/Serif/NEWS.md
>
> ok?
ok bentley@
> Index: Makefile
> ===
>
SASANO Takayoshi writes:
> --- pkg/PLIST 11 Mar 2022 19:00:25 - 1.3
> +++ pkg/PLIST 26 Oct 2024 03:24:30 -
> @@ -1,4 +1,9 @@
> share/fonts/
> @fontdir share/fonts/noto/
> +share/fonts/noto/Noto-COLRv1-emojicompat.ttf
> +share/fonts/noto/Noto-COLRv1-noflags.ttf
> +share/fonts/noto/Not
SASANO Takayoshi writes:
> update Noto fonts 20201206-phase3 -> 24.9.1 release.
Thanks, this new repo and tag are a good find.
> following fonts are no longer supported (maybe create new package for them):
> ---
> Arimo
> Cousine
> NotoSansDisplay
> NotoSansKhmerUI
> NotoSansLaoUI
> NotoSansMyanm
Hi,
I noticed recently that rtorrent in -current now segfaults on exit.
rtorrent and libtorrent haven't changed in some time, so it must be
some dependency that changed. There's a lot of curl in the backtrace,
so that's probably it.
Both rtorrent and libtorrent were updated in September. Unfortun
Hi,
docopt helps you create most beautiful command-line interfaces easily,
where the option parser is generated based on the beautiful help message
that you write yourself.
This is a necessary dependency for an upcoming kiwix-tools update.
ok?
--
Anthony J. Bentley
docopt.cpp.tar.gz
ssp2: Sega Smash Pack 2
wonderboy3: Wonder Boy The Dragon's Trap
zamn: Zombies Ate My Neighbors and Ghoul Patrol
I've tested with my DRM-free copy of Double Dragon Trilogy from GOG.com.
ok?
--
Anthony J. Bentley
gextoolbox-with-deps.tar.gz
Description: GNU Zip compressed data
because it makes the current situation
simple.
My suggestion is to split this into a MULTI-PACKAGE.
You don't have a patch for audio/cmu-sphinx3 and audio/cmu-sphinxbase.
I believe that is all that is missing.
--J
On 2024-10-31 16:10, Rafael Sadowski wrote:
On Thu Oct 31, 2024 at 04:04:19PM -0400, j...@bitminer.ca wrote:
On Sun May 19, 2024 at 06:48:17PM +0200, Rafael Sadowski wrote:
> Before I go deeper into the rabbit hole I would like to ask for
> feedback. Below you can see my idea. I woul
izzy Meyer writes:
> On Fri, 25 Oct 2024 12:20:36 -0700
> Bryan Vyhmeister wrote:
>
> > On Fri, Oct 25, 2024 at 12:10:06PM -0500, izzy Meyer wrote:
> > > I am considering disabling building the server altogether as its
> > > not a default option. It might be good to make a separate port for
> > >
Landry Breuil writes:
> here's a new port for a marble madness clone, trackballs 1.3.4, from the
> previous attempt 10 years ago
> https://marc.info/?l=openbsd-ports&m=137011105211205&w=2 - upstream
> moved to github and updated for sdl2/guile3, and it seems to start/run
> fine here in basic testin
johan...@thyssentishman.com wrote:
I couldn't find a way to compile
calculix-ccx without OpenMP support and I have zero knowledge on
fortran
to find out if this can be patched.
There's a few issues with OpenMP on OpenBSD. As I understand it, there
are
ports that presume that OpenMP is pres
Marc Espie writes:
> Here's the basic pkg_add change, very lightly tested for now.
> Not that many lines, considering :)
The manpage changes make sense to me.
Typo:
> + my $o = $class->new_owned_objet($args);
"pkg_add docbook" (with its @tag libxml2/rebuild) has problems:
Running tags|
Benjamin Stürz writes:
> On 8/26/24 2:56 AM, Jonathan Gray wrote:
> > The licensing/legality of this has not changed since
> > last time:
> >
> > https://marc.info/?l=openbsd-ports&m=161442903129677&w=2
>
> Can't we then just set PERMIT_PACKAGE=no?
PERMIT_PACKAGE=no makes sense where a user build
Marc Espie writes:
> Plan for deployment:
> - @extraglob is already recognized and won't cause any issue
> - pkg_add changes first, so that rm -> extraglob can happen later in packages
> - extraglob in packages... if the tools are not there yet, you may end with
> remnant files on your installation
wen heping writes:
> Here is a patch for archivers/libzim to update to 9.2.2.
> It build well on amd64-current system, but there are 5 tests failed,
> same as current version 9.1.0.
> Three ports depend on it: www/kiwix/libkiwix and www/kiwix/kiwix-tools
> build well and pass all tests, textp
Jag Talon writes:
> By default, Mini vMac emulates a Macintosh Plus. Another popular model
> that Mini vMac emulates is a Macintosh II because it offers more memory
> (8MB instead of 4MB), a larger screen, and color.
So /usr/local/bin/minivmac will emulate only one machine or the other
depending o
Hi,
I had a long debug on ffmpeg on riscv64 and noticed that it only works with this
patch:
0813/stern$ more patch-libavdevice_v4l2_c
--- libavdevice/v4l2.c.orig.portWed Apr 12 20:01:50 2023
+++ libavdevice/v4l2.c Mon Jul 22 16:21:58 2024
@@ -95,11 +
Jag Talon writes:
> Ah thank you for catching that! I modified the README and DESCR files
> and also deleted PKGNAME=${DISTNAME}.
>
> Attaching the tarball. Thank you for reviewing!
ok bentley@
Johannes Thyssen Tishman writes:
> Ping
>
> 2024-06-02T17:41:30Z Johannes Thyssen Tishman
> :
>
> > 2024-06-02T08:59:01Z "Rafael Sadowski" :
> >> Looks good. There is already 4.0.2 released, but if anyone wants to
> >> import it, ok rsadowski.
> >
> > Thanks for reviewing this forgotten port Rafae
Theo Buehler writes:
> On Sat, Jul 13, 2024 at 07:56:15PM +0200, Tobias Heider wrote:
> > I'd like to update codechecker to the newest version.
> > This is a dependency of sarif-tools which is now needed for codechecker.
> > Please review because I have no idea what I am doing.
>
> Needs ply at run
Frederic Cambus writes:
> Hi ports@,
>
> The ICQ network has been decomissioned on June 26th [1], so I would like
> to propose net/p5-Net-ICQ2000 and net/vicq for deletion.
>
> For info, we are the only ones to still package these programs:
>
> https://repology.org/project/perl:net-icq2000/versions
Seen while updating cdogs-sdl:
CMake Error at src/cdogs/CMakeLists.txt:242 (target_link_libraries):
Target "cdogs" links to:
SDL2_mixer::SDL2_mixer
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_pac
On Fri, 12 Jul 2024, izder456 wrote:
On your link, it does not say to send the tarball to the mailing list.
The link you provided is not clearly written and if you look at some recently
committed new ports in the mailing list - none are tarballs.
On Wed, 10 Jul 2024 10:57:31 -0700 (PDT)
&q
> On 7/3/24 11:41 PM, Jag Talon wrote:
> > Apologies for the noise, but I have more consistent spacing in this
> > tarball now.
> >
> > OK?
- PKGNAME=${DISTNAME} can be deleted
- The flavors were removed (good idea), but DESCR still lists them all
- pkg/README also mentions nonexistent flavors
T
Lucas Gabriel Vuotto writes:
> Freshly out of the oven, here is an update for snes9x to its latest
> version.
I've committed this. Thanks for the detailed email.
Anthony J. Bentley writes:
> The diff below replaces MODFONT_TYPES with a mechanism similar to
> MODFONT_DOCFILES: the port sets MODFONT_FONTFILES to a list of paths
> (which may contain wildcards) relative to WRKSRC to install to the font
> directory. This means 12 of the 14 cu
Currently, the font module defines a default install target based on
file extension. A port sets MODFONT_TYPES to "ttf otf", and the module
installs ${WRKSRC}/*.ttf and ${WRKSRC}/*.otf to MODFONT_DIR.
This misses two fairly common cases:
- the port needs to install font files from multiple subdir
To create a diff:
https://www.openbsd.org/anoncvs.html
Rafael Sadows is all things Qt5/6 and has a full plate. Getting him to review
your *.diff would go a long way. I think he has commit privileges.
--
J. Scott Heppler
Fabien Romano writes:
> The package install in /usr/local/share/tyrian instead of opentyrian so this
> does not work with opentyrian script.
Yes, this location changed when the package was updated to 2.1.20221123.
The wrapper script is no longer necessary and I decided not to patch the
location ch
design
that scales usability-wise beyond trivial rewriting cases. git filter-repo
is now recommended by the git project instead of git filter-branch.
ok?
--
Anthony J. Bentley
git-filter-repo.tar.gz
Description: GNU Zip compressed data
izder456 writes:
> On Mon, 27 May 2024 17:49:31 -0500
> izder456 wrote:
>
> > On Sun, 26 May 2024 12:04:51 -0500
> > izder456 wrote:
> >
> > > On Fri, 24 May 2024 22:24:20 -0500
> > > izder456 wrote:
> > >
> > > > On Thu, 2 May 2024 12:39:10 -0400
> > > > Thomas Frohwein wrote:
> > > >
Hi,
To play games/opentyrian requires the data files from the freeware
version of Tyrian. pkg/README currently suggests downloading the files
(from a fixed, versioned URL) and manually copying them to /usr/local/share.
I would rather have a port do this for me.
ok?
--
Anthony J. Bentley
Anthony J. Bentley writes:
> The majority of font ports don't use the font module. One reason why
> is that in a lot of cases, doing so doesn't make the makefile any
> simpler.
>
> One area where this can be easily improved is with font documentation.
> It's very
Thomas Frohwein writes:
> On Mon, Jul 08, 2024 at 08:28:22PM +0100, Fabien Romano wrote:
> >
> > On 08/07/2024 16:18, Anthony J. Bentley wrote:
> > > Thomas Frohwein writes:
> > >> This is the port of IndieRunner, which aims to serve as a versatile laun
> ch
Thomas Frohwein writes:
> This is the port of IndieRunner, which aims to serve as a versatile launcher
> for commercial games released on other platforms with open-source engines/
> libraries. It takes care of selecting a runtime, configuring it, and avoiding
> to trip over bundled incompatible lib
> On Tue, 07 May 2024 22:32:44 +0900,
> SASANO Takayoshi wrote:
> >
> > here is vlgothic-20230918 diff. (fixed U+33C7 glyph)
> >
> > ok?
ok bentley@
Thomas Frohwein writes:
> Attached the updated tarball; looking for an okay for this slightly
> modified draft as it's been a few years[1]...
ok bentley@
Thomas Frohwein writes:
> Hi,
>
> ioquake3 is another port that fails with BTCFI, and for now restored to
> running order with USE_NOBTCFI=Yes. While here, enable DEBUG_PACKAGES
> per bentley's suggestion.
>
> ok?
Please add an explanatory comment for USE_NOBTCFI (like: is it a
custom JIT? is it a
Are there plans to backport this to 7.5 packages-stable?
Thanks,
--
J. Scott Heppler
Anthony J. Bentley writes:
> Here's an updated diff, which I'll commit in a few days unless
> someone objects.
I've committed this. A few days? Eh...
> Index: Makefile
> ===
> RCS file: /cvs/ports/games
Solene Rapenne writes:
> using updated diff from
> https://marc.info/?l=openbsd-ports&m=171334749408321&q=mbox
>
> I get a compilation error, here are the last 200 lines
> ...
> /tmp/pobj_mfs/minetest-5.8.0/minetest-5.8.0/lib/irrlichtmt/source/Irrlicht/CI
> rrDeviceLinux.cpp:335:31: error: use of u
Fabien ROMANO writes:
> This port is using a release, not a commit id, which is a fixed tarballs from
> github, this is perfectly fine ?
GitHub tarballs generated from tags have the same stability problems as
GitHub tarballs generated from commit IDs.
It's impractical to avoid them completely (b
Stuart Henderson writes:
> On 2024/05/29 20:11, Fabien ROMANO wrote:
> > By curiosity, lang/lua (5.1.5) doesn't USE_NOBTCFI, there is no JIT ?
> > Why its required for minetest (lua 5.1.4), some patches they bring ?
>
> This diff changes minetest from using lua (no jit, works on most
> archs) to lu
Stuart Henderson writes:
> How useful is love/0.10, does it still make sense to keep it?
games/orthorobot depends on it.
Anthony J. Bentley writes:
> Stuart Henderson writes:
> > On 2024/04/17 12:14, Anthony J. Bentley wrote:
> > > > The internetarchive package provides a command-line tool named 'ia',
> > > > as well as a Python module for programmatic access to A
Martijn van Duren writes:
> Back in 2018 Jasper explicitly disabled wxWidgets on vbam so it wouldn't
> accidentally get picked up. I reckon it would be worth it to enable it
> explicitly, since it would build the visualboyadvance-m binary.
>
> Not only brings it some menu options which allows you t
this is normally done via /etc/pulse/default.pa but I have not been
able to find an OpenBSD specific guide.
Is it possible to use the LXQt panel volume widget to control system sound?
Thanks
--
J. Scott Heppler
all some interest in the OpenBSD mailing lists.
There are some Qt5 -> Qt6 issues with FreeCAD stable that I'll address in a
separate post.
--
J. Scott Heppler
the VFS objects ... but has Samba been silently
ignoring them ?
Thanks,
- J
Stuart Henderson writes:
> I've tweaked DESCR/README slightly for openhab-addons. This has been sitting
> on ports@ for quite a while, as is usual for a java port there are some
> things which sit a bit awkwardly compared to some other ports but I
> think it's basically alright. Any oks to import?
Stuart Henderson writes:
> Perhaps consider replacing pre-patch with this which I think is a little
> clearer:
>
> FIX_CRLF_FILES = `find . -type f`
Can this be tweaked to limit it to text files, without making it too
complicated?
I only see a single binary file in the distfile, but still...
Hi,
mail-parser is not only a wrapper for 'email' in the Python Standard
Library. It gives you an easy way to pass raw mail to a Python object
that you can use in your code.
There's a provided command-line tool that's easy to test.
ok?
--
Anthony J. Bentley
mailparse
Stuart Henderson writes:
> On 2024/04/17 12:14, Anthony J. Bentley wrote:
> > > The internetarchive package provides a command-line tool named 'ia',
> > > as well as a Python module for programmatic access to Archive.org.
> > >
> > >
> >
Hi,
> The internetarchive package provides a command-line tool named 'ia',
> as well as a Python module for programmatic access to Archive.org.
>
>
> Would have been fun to put it under archivers/, but I decided
> against it.
>
> ok?
Updated R
izder456 writes:
> > I am still looking to upgrade these. OK to merge?
>
> Whoops, forgot to attach the .diff with all the changes, here:
Thanks for this diff. A few things:
- USE_NOBTCFI required after switch to luajit (crashes on BTI
hardware otherwise)
- build fails due to missing include fo
Hi,
The internetarchive package provides a command-line tool named 'ia',
as well as a Python module for programmatic access to Archive.org.
Would have been fun to put it under archivers/, but I decided
against it.
ok?
--
Anthony J. Bentley
internetarchive.tar.gz
Descriptio
Paco Esteban writes:
> Hi ports@,
>
> This is an update of games/openttd to its latest version 14.0
> Announcement here: https://www.openttd.org/news/2024/04/13/openttd-14-0
> Changelog here: https://cdn.openttd.org/openttd-releases/14.0/changelog.txt
Hm!
/usr/ports/pobj/openttd-14.0/openttd-14.0
Anthony J. Bentley writes:
> This diff adds the variables MODFONT_DOCDIR (which defaults to
> ${PREFIX}/share/doc/${MODFONT_FAMILY}) and MODFONT_DOCFILES (a user-
> specified list of files relative to WRKSRC).
And the manpage diff:
Index: port-
The majority of font ports don't use the font module. One reason why
is that in a lot of cases, doing so doesn't make the makefile any
simpler.
One area where this can be easily improved is with font documentation.
It's very common for fonts to come with doc files like readmes, font
showcases, and
Hi,
Dima Pasechnik writes:
> However, gphelp installed by the latest (pari 2.15.4) port is broken:
>
> $ gphelp -k "elliptic curves"
> Could not find translation file, docdir='/usr/local/bin' at /usr/local/bin/gp
> help line 151.
It's been quite some time, but I've fixed this in our package. Than
Anthony J. Bentley writes:
> So, this diff makes the following straightforward changes:
>
> - replace all TYPEFACE with MODFONT_FAMILY
> - replace all FONTTYPES with MODFONT_TYPES
> - replace V/VERSION with MODFONT_VERSION (only if the module uses it,
> i.e., if TYPEFACE i
The font module has very unorthodox use of variables.
- Other modules are namespaced, but this one looks for weirdly named
variables like FONTDIR, FONTTYPES, and TYPEFACE.
- Even worse, the font module sets PKGNAME from the extremely generic
variables V and VERSION. As far as I know, no other
Hi,
This updates netsurf and netsurf-fb and their dependencies to the latest
versions.
As always, tests on additional architectures appreciated.
ok?
Index: browser/Makefile
===
RCS file: /cvs/ports/www/netsurf/browser/Makefile,v
di
pdate did not replace the package for 7.5. I expect
this will correct in 7.5 on the next firefox-esr update.
Regards
---
J. Scott Heppler
ox-esr-115.9.1
--
J. Scott Heppler
Penguin Innovations
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NOTICE: This e-mail message and any attachments may
contain legally privileged and confidential information intended
solely for the use of the intended recipients. If you are
have a couple of use-cases for it.
J
Anthony J. Bentley writes:
> > I have no opinion whether it's worth fixing or just mark with some
> > NOT_FOR_ARCHS or ONLY_FOR_ARCHS (perhaps ONLY_FOR_ARCHS=${LP64_ARCHS}
> > if it's only really expected to work on 64-bit)
>
> I've reported it upstream:
&
Stuart Henderson writes:
> this one fails on i386:
>
> FAILED: src/teakra/src/CMakeFiles/teakra.dir/test_generator.cpp.o
> /pobj/melonds-0.9.5/bin/c++ -DARCHITECTURE_x86=1 -DMELONDS_VERSION=\"0.9.5\"
> -I/pobj/melonds-0.9.5/melonDS-0.9.5/src/teakra/src/../include -I/pobj/melonds
> -0.9.5/melonDS-0
Hi,
I just downloaded squid to audit it and found that OpenBSD has wrong checksums.
http://www.squid-cache.org/Versions/v6/squid-6.7.tar.xz.asc
Unless squid-cache.org got hacked, thses are the correct SHA1/MD5 hashsums.
(unfortunately no SHA256).
pjp@vega$ sha256 -b squid-6.7.tar.xz
SHA256 (squ
Stefan Sperling writes:
> Generally, do you think it would make sense to pre-configure de-cs, and
> add appropriate run-depends, such that it will spawn a working emulator
> for a given system out of the box?
I would prefer not to change the defaults from what they would be on
other platforms. It'
Hi,
EmulationStation Desktop Edition is a frontend for browsing and launching
games from your multi-platform game collection.
Note: this is a fork of emulators/emulationstation, which has not been
updated upstream in ten years.
ok?
--
Anthony J. Bentley
es-de.tar.gz
Description: GNU Zip
Thanks again; I've imported this.
izder456 writes:
> > Use or remove commented out
> > CMAKE_BUILD_TYPE=Release?
>
> I say re-enable it, I usually hard-force Release builds when I build
> cmake projects locally.
cmake.port.mk already sets it.
ed firmware requirement.
- No need to set NO_TESTS, because 'make test' doesn't error out.
That malloc patch is correct; please push it upstream.
I went ahead and reformatted the port to fix the issues listed above.
Update is attached.
ok to import?
--
Anthony J. Bentley
melonds.tar.gz
Description: melonds.tar.gz
n, 8 Jan 2024, Rafael Sadowski wrote:
Would you recommend completely replacing the current ports tree with wip-ports
or is there some way to update the libraries that I did not catch in the
porting guide? I had similiar issues with lximage-qt and pcmanfm-qt - both
fake installs built but had a
1 - 100 of 1039 matches
Mail list logo