On Sun, Mar 17, 2024 at 09:50:26PM +, Lucas Raab wrote:
> Here's a ncspot update which has been working fine.
>
> cc MAINTAINER
Thanks Lucas, LGTM!
Would you (or someone else) like to take over maintainership? I don't
mind reviewing diffs for the port, but I currently lack the time to
active
Just built this on arm64, seems to be running fine as well.
Unfortunately I'm not experienced with Go port maintenance, otherwise I
would have updated to 0.13.0 as well.
Index: Makefile
===
RCS file: /cvs/ports/www/gotosocial/Makefile
On Sun, Dec 17, 2023 at 08:03:11PM +, Lucas Raab wrote:
> aha, thanks! Updated diff attached
Thanks! LGTM!
Attached diff updates audio/ncspot to 0.13.4.
Tested on amd64.
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.13.4Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.44
diff -u -p -r1.4
On Mon, Jun 26, 2023 at 12:40:54PM +, Klemens Nanni wrote:
> Or cherry-pick the fix so we don't ship a known-broken update?
> I'd be happy to see that feature keep working after 'pkg_add -u'.
Even better!
Hey,
On Fri, Jun 23, 2023 at 04:40:34AM +, Lucas Raab wrote:
> Here's an update for ncspot to 0.13.3 that's worked fine so far. Other tests?
Thanks for the diff, looks good to me. There's one minor bug in 0.13.3 that
breaks mouse usage[1], but no release is currently planned as it's very mino
Attached diff updates ncspot to 0.13.0.
Tested on amd64.
OK?Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile24 Feb 2023 08:28:35 - 1.40
+++
Attached diff updates ncspot to 0.12.0.
Changes:
Maintenance
- Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332)
- Fix: Print "Connecting to Spotify" before setting up Cursive backend by
@pghvlaans (#969)
- Link to Flatpak image by @thorpelawrence (#997)
- Make entry p
On Mon, Nov 14, 2022 at 10:40:11PM +, Lucas Raab wrote:
> Henrik, look okay to you?
>
> Thanks,
> Lucas
Thanks Lucas, LGTM!
Attached diff updates ncspot to 0.11.1, a maintenance release:
# Maintenance
* Fix back button mouse left click (#916)
* Fix librespot audio cache path (#919)
* Fix: set track position only for clicks, not hold (#920)
* Fix: Use buffered backend to prevent flickering with Termion (#934)
* Fix: rem
Attached diff updates to 0.11.0. Also, switch to the termion backend.
Changes:
Maintenance
- Fix theming in context menus (#431)
- Fix ListView scrollbar behavior (#839)
- Switch to Termion backend by default for true color support (#894)
- Fix references to pancurses backend in READMEN (#897)
-
Attached diff updates ncspot to 0.10.1. Mostly a maintenance release with one
bugfix solving playback issues (ChannelError) that some users experienced.
Maintenance
- Add logo to cargo-deb assets (#833)
- Clean up documentation (#836)
- Enable wayland clipboard support by default on supported pla
The attached diff updates ncspot from 0.9.7 to 0.10.0
Changes:
- https://github.com/hrkfdn/ncspot/releases/tag/v0.9.8
- https://github.com/hrkfdn/ncspot/releases/tag/v0.10.0
Tested on amd64Index: Makefile
===
RCS file: /cvs/ports/aud
On Mon, Mar 28, 2022 at 09:42:36AM +0100, Stuart Henderson wrote:
> On 2022/03/28 01:08, Henrik Friedrichsen wrote:
> > Ping?
> >
>
> Please make it easier for committers by either including the
> diff/attachment in usable form, or link to the post in the list archive,
Ping?
0.9.7
- Fix error messages shown on successful commands (#711, #759)
- Notification improvements (update existing notification, set application
name) (#760)
- Use Rodio backend for macOS builds (#772)
- Dependency updates
0.9.6
- Enable autojump for playlist selection list in context menu (#225)
On Thu, Feb 03, 2022 at 05:09:50PM +0100, Henrik Friedrichsen wrote:
> Can you confirm this by looking at the debug log, i.e. via
> https://github.com/hrkfdn/ncspot#build
Small addendum: Using the `-d` flag alone would also be helpful to check
for disconnections in case you don'
tioned that this seems to happen after their internet
connection died, indicating that this occurs when the Spotify/librespot
session expires.
Can you confirm this by looking at the debug log, i.e. via
https://github.com/hrkfdn/ncspot#build
Henrik
On Wed, Jan 19, 2022 at 11:19:48AM +, Klemens Nanni wrote:
> It fails to build on amd64 for me:
> error: there is no argument named `content_len`
> --> src/ui/listview.rs:88:34
>|
> 88 | log::info!("content len: {content_len}");
>|
Updates ncspot to 0.9.5
Mostly bugfixes:
- Fix release build name and win32 feature (#691)
- seek spits out correct error when used with no args (#695)
- Migrate to cursive 0.17
- Remove notifications' dependency on cover (#706)
- Fix errors showing up even though the command was successful (#710
Attached diff updates ncspot to 0.9.4
Changes:
Maintenance
- Improved README (#683)
- More detailed error message in case of command parse error (#684)
- Remove panics in the update_token flow (#688)
Features
- Add exec command allowing users to execute shell commands on key press (#673)
- Set up
On Mon, Dec 27, 2021 at 06:25:32AM +, Klemens Nanni wrote:
> Works for me on amd64, this most probably won't fix the sparc64 build
> failure since the broken crate has not been updated.
>
> OK?
Looks good to me, thanks for the diff. Out of curiosity, which crate is broken
on sparc64?
Maintenance
- Stop player when Spotify worker thread dies (#628)
- Update librespot to 0.3.1 (may reduce CPU usage during playback:
https://github.com/librespot-org/librespot/releases/tag/v0.3.1)
- Major/breaking update to rspotify 0.11.3 (#640)
- Refactoring and other cleanups
Features
- Show pl
On Sun, Oct 17, 2021 at 01:35:56PM +, Klemens Nanni wrote:
> crates.inc already exists, so this diff is bogus.
Not sure what happened there. Here is another diff.Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
ret
Attached diff updates ncspot to 0.9.0
Changelog:
Maintenance
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes
Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to
On Sun, Aug 29, 2021 at 07:10:31AM +0200, Sebastien Marie wrote:
> Could you move all MODCARGO_CRATES lines in a crates.inc file, and add
> .include "crates.inc" line in Makefile ?
Sure, done!
Index: Makefile
===
RCS file: /cvs/ports/
Attached diff updates audio/ncspot to 0.8.2.
Changelog:
Maintenance
Add Windows release builds (#573)
Reduce API calls by only fetching the full track details if necessary
Refactoring, other cleanups and dependency updates
Remove broken Facebook login code (#310)
Features
Scr
Sorry for the delayed response.
No worries at all, Klemens. Thanks for taking care.
Looks good to me!
Updates ncspot to 0.7.3, containing mainly bugfixes, including for connectivity
issues:
See also:
- https://github.com/hrkfdn/ncspot/releases/tag/v0.7.1
- https://github.com/hrkfdn/ncspot/releases/tag/v0.7.2
- https://github.com/hrkfdn/ncspot/releases/tag/v0.7.3? crates
? licences
Index: Makefile
Updates ncspot from 0.5.0 to 0.7.0
Changes:
- https://github.com/hrkfdn/ncspot/releases/tag/v0.6.0
- https://github.com/hrkfdn/ncspot/releases/tag/v0.7.0
OK?Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving
Attached diff updates ncspot to 0.5.0
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0
Had to disable player notifications for this release on OpenBSD due to a newly
introduced incompatibility in a dependency. It's already fixed upstream,
hopefully it can be reenabled for the next
Attached diff updates ncspot to 0.4.0
Changes: https://github.com/hrkfdn/ncspot/releases/tag/v0.4.0
OK?
? crates
? licenses
Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 M
Updates ncspot to 0.3.0
Release notes: https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0
OKIndex: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile16 Dec
Hey,
On Wed, Dec 16, 2020 at 06:04:39AM +0100, Bjorn Ketelaars wrote:
> Upon starting ncspot it prints "Connecting to Spotify.." and exits.
>
> Output of "RUST_BACKTRACE=full ncspot":
>
> thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
> reqwest::Error { kind: Request, url
Hey,
Attached is a simple version bump update to 0.2.5.
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5
OK?Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Ma
Simple update from 0.2.2 to 0.2.4
Changes:
- https://github.com/hrkfdn/ncspot/releases/tag/v0.2.3
- https://github.com/hrkfdn/ncspot/releases/tag/v0.2.4
OK?? crates
? licenses
Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Mak
Simple update with mostly bugfixes. Changelog:
0.2.0 to 0.2.1
- Update to librespot 0.1.3
- Fix save command parsing for parameterless values
- Implement command to reload config
0.2.1 to 0.2.2
- DBus: Fetch playback progress when position is queried
- DBus: Fix trackid replacing string with d-bu
Attached diff updates ncspot to 0.2.0.
Changelog:
- New Feature: Podcast support
- New Feature: Add methods and api usage to delete track from playlist
- Fix: show checkmark for saved playlists instead of followed
- Fix mpris metadata returing Spotify URI instead of an url in xesam:url field
- Fix
Maintenance update to 0.1.4
Changelog:
Add command/binding ( to jump to currently playing track (fixes #181)
Add OpenUri D-BUS MPRIS support (#185)
Implement volume normalization setting (fixes #195)
Implement audio_cache setting (fixes #196)
Support configuration of audio backend and backend dev
Maintenance update:
- Added configuration option for initial shuffle, repeat, volume
- Start with a random track if not selecting track directly
- Make `TAB` or `ESC` toggle between search input
- Push help view to stack instead of making it a separate screen
- Only stop playback if the last item w
On Sat, Feb 08, 2020 at 03:11:25PM +0100, Björn Ketelaars wrote:
> > +MODCARGO_CRATES += libpulse-sys0.0.0 # MODCARGO_CRATES +=
> > librespot-audio 0.1.1 # MIT
>
> Line above looks wrong. ^
Good catch, thanks. It seems that modcargo-gen-crates-licenses swallo
On Sat, Feb 08, 2020 at 07:10:48AM +0100, Sebastien Marie wrote:
> Henrik, could you try with the following diff ?
Sure! Attached is a diff with the license bits. Looks better!
Index: Makefile
===
RCS file: /cvs/ports/audio/ncs
Attached diff updates audio/ncspot to 0.1.2.
OK?
Index: Makefile
===
RCS file: /cvs/ports/audio/ncspot/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile15 Jan 2020 20:35:02 - 1.3
+++ Makefile7
On Mon, Nov 25, 2019 at 10:06:22PM +, Stuart Henderson wrote:
> +cc semarie@, wondering if you have any suggestions?
>
>
> I imported this, but unfortunately when I tested before import, it was
> on a machine not setup with _pbuild blocked from network access - now I'm
> trying to build on an
On Sun, Nov 24, 2019 at 10:48:08PM +0100, Björn Ketelaars wrote:
> One remark:
>
> From https://www.openbsd.org/faq/ports/guide.html:
>
> "Submit the port. Create a gzipped tarball of the port directory."
>
Thanks for the feedback, glad you like it! Sorry about the diff, haven't
submitted a new
COUNT = hrkfdn
+GH_PROJECT = ncspot
+GH_TAGNAME = v0.1.1
+
+CATEGORIES = audio
+
+MAINTAINER = Henrik Friedrichsen
+
+# BSD
+PERMIT_PACKAGE = Yes
+
+DISTFILES +=${DISTNAME}${EXTRACT_SUFX}
+
+WANTLIB += c c++abi crypto curses m port
Ping
On Sun, Dec 23, 2018 at 01:25:14PM +0100, Henrik Friedrichsen wrote:
> Pretty simple update.
>
> The previously required Net::Server's HUP handling patch is now upstream.
>
> OK?
> Index: Makefile
>
On Sun, Jan 27, 2019 at 11:21:53AM +0100, Henrik Friedrichsen wrote:
> And another small update to 0.11.2:
Final ping. It'd be nice to have this in before the 6.6 freeze.
-REVISION= 1
+DISTNAME= prosody-0.11.2
CATEGORIES=net
MASTER_SITES= http://prosody.im/downloads/source/
@@ -13,7 +12,7 @@ MAINTAINER= Henrik Friedrichsen
Index: distinfo
===
RCS file: /cvs/ports/net/prosody/
Ping?
Ping?
Pretty simple update.
The previously required Net::Server's HUP handling patch is now upstream.
OK?
Index: Makefile
===
RCS file: /cvs/ports/mail/spampd/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile24
m/doc/packagers#section011
[2]: https://issues.prosody.im/1251
Feedback? OK?
Best regards
Henrik
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile4 Sep
On Mon, Oct 22, 2018 at 09:09:15PM -0400, Daniel Jakots wrote:
> Thanks committed. Do you want to take maintainership?
Thanks! Sure, why not?
.
I don't know the exact protocol for this, but it may be desirable to
backport this change to 6.4 STABLE.
Best regards,
Henrik
Index: Makefile
===
RCS file: /cvs/ports/sysutils/duplicity/Makefile,v
retrieving revision 1.48
diff
On Fri, Aug 24, 2018 at 02:16:31PM -0400, trondd wrote:
> I'd love to get update in for 6.4 as it fixes a long standing issue with
> spampd
> failing to start correctly via rc at boot time.
I second that notion. Thanks again, looks good to me.
On Mon, Jun 04, 2018 at 09:52:10PM +0200, Landry Breuil wrote:
> I'm commiting your diff, but patches/patch-core_certmanager_lua was
> already commited in january. Update your tree before generating diffs..
Odd, I did run cvs up on the tree before working on it. Will make sure it's
recent next tim
Hi,
attached diff updates prosody to 0.10.2 which fixes CVE-2018-10847[1].
Also included in 0.10.2 and 0.10.1 (which was omitted) are several
other bugfixes [2][3].
[1]: https://prosody.im/security/advisory_20180531/
[2]: https://blog.prosody.im/prosody-0-10-1-released/
[3]: https://blog.prosody
On Tue, Apr 03, 2018 at 08:16:17AM +0200, Jeremie Courreges-Anglas wrote:
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/editors/emacs/pkg/PLIST,v
> retrieving revision 1.19
> diff -u -p -r1.19 PLIST
> --- pkg/PLIST 1 May 2017 16:25:2
On Thu, Mar 15, 2018 at 06:41:46PM +0100, Henrik Friedrichsen wrote:
> Well, attached is another diff with https links. EXTRACT_SUFX was moved
> below MASTER_SITES, but I'm fine either way and will delegate that
> choice to the committer ;)
Ping?
Is this still going on for 6.3?
On Thu, Mar 15, 2018 at 12:17:32AM +, Stuart Henderson wrote:
> On 2018/03/14 16:44, Klemens Nanni wrote:
> > You can switch HOMEPAGE and thus MASTER_SITES to HTTPS.
> >
>
> I think Makefile.template has EXTRACT_SUFX in a bit of a weird place tbh,
> near DISTNAME makes a lot more sense to me.
Some initial work to get the ball rolling. Diff updates to 4.15. Patches
were updated to new source tarball, some of the patches are now upstream
and where thus removed.
Compiles and runs fine on amd64. Test suite fails, did it work before
with "make test"?
Cheers
Henrik
Index
On Sat, Nov 04, 2017 at 10:47:09PM +0100, Landry Breuil wrote:
> Well, which of your diffs should be commited ? :)
The one I submitted, please :)
ng.
--
Could a developer with commit rights look at this and pull it in, if OK?
Henrik
ges. Are they necessary
- This diff was created with cvs diff instead of git
[1]: https://prosody.im/issues/687
[2]:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/prosody/Makefile?rev=1.37&content-type=text/x-cvsweb-markup
Let me know what you think
Best regards
Henri
On Sun, Jun 04, 2017 at 09:52:57PM +0200, Gregor Best wrote:
> Hi ports-people,
>
> some people on FreeNode's #openbsd asked me to submit a port for a
> little utility I wrote that can be used to automate the "scan for my
> wifi and configure it" process a bit.
>
Thanks for this. Been using this
Best regards
Henrik
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile16 May 2016 12:11:48 - 1.43
+++ Makefile12 May 2017 17:23:02 -
@@ -1,8
On Wed, May 10, 2017 at 06:41:47PM -0400, Daniel Jakots wrote:
> Sorry for the slacking. I finally looked at it. Looks good to me but
> make test seems to be broken (but it's not new to this update).
No worries, I'll have another look at the tests either tonight or
tomorrow evening.
On 04/07/2017 06:37 PM, Henrik Friedrichsen wrote:
On Mon, Mar 27, 2017 at 07:22:38PM +0200, Henrik Friedrichsen wrote:
Attached patch updates net/prosody to 0.9.12.
Seems that the ports freeze is over. Ping?
Sorry for nagging: Ping once more?
On Mon, Mar 27, 2017 at 07:22:38PM +0200, Henrik Friedrichsen wrote:
> Attached patch updates net/prosody to 0.9.12.
Seems that the ports freeze is over. Ping?
Attached patch updates net/prosody to 0.9.12.
Some patches in the ports tree were merged upstream so can be removed.
The update includes bug fixes.
OK?
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
retrieving revis
Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded
devices and low-end boxes. It is a fork of shadowsocks written in C
using libevent and OpenSSL.
It can be used to circumvent restrictive firewalls.
This package contains the client and server. I have tested both on
OpenBSD machi
On Thu, Jul 21, 2016 at 07:28:08AM +, Christian Weisgerber wrote:
> No.
And if I extracted the diff that fixes this bug?
ould
break scrolling with two fingers on touchpads.
I would provide a patch myself to assist, but I can't test it, because
the monster is too large to build on my machine.
The related bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=609748
Any chance this still gets in?
Best regards
Henrik
Stephen has just pointed out that prosodyctl also requires the
workaround (obviously).
Should we include this?
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Ma
Finally got to test this. Works fine. Thanks, OK!
I won't be able to test this until tonight, but if you can confirm that
this works I say OK.
I see. What do you suggest should be done about the luadbi-mysql port?
Surely I can ship prosody with libpthread being preloaded, but that
feels pretty hacky and dirty.
Shouldn't other software using the MySQL driver be affected by this as
well?
On Tue, Feb 16, 2016 at 11:45:13AM +, Stuart He
Hey,
On Tue, Feb 16, 2016 at 11:08:58AM +, Stuart Henderson wrote:
> Good point. Try adding
> "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to
> /etc/login.conf and start it via the rc script.
This works. Seems that libpthread is not loaded by the linker automatically.
Not s
There is definitely a bug here, but I don't think it is a prosody
problem.
I did some digging:
lua51 -e 'for _,v in ipairs(require"DBI".Drivers()) do print(v) end'
Should list the MySQL driver when installed, but only lists SQLite3 on
my CURRENT machine.
As you can see below loading the dbdmysq
Hey,
On Thu, Feb 11, 2016 at 10:18:08PM -0800, Stephen Graf wrote:
> When I tried to set up prosody with sql storage using mysql I followed the
> instructions in the package and added luadbi-mysql. However prosody did not
> seem to pick up on it even though the prosody documentation says that
> n
gt; Also, the /dev/urandom read-only patch is not needed anymore,
> as fixed upstream. Builds and runs fine, though tests fail. Last
> working version is 0.9.8. Will look into this...
Henrik
lready took care of this in a patch he sent me, but I forgot to
include it. I can either do it with the next update, or you guys can go
ahead and remove the PLIST entries.
Henrik
discussed with
upstream developers.
More information regarding this:
- https://prosody.im/issues/issue/585
- https://hg.prosody.im/0.9/rev/ad9e683b8f0b
OK?
Henrik
? _patches
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
Hey Adam,
this sounds reasonable. OK from maintainer.
Thanks
Henrik
Hey,
It's been over a month now. I guess www/dwb can be removed?
On Fri, Jul 03, 2015 at 06:21:50PM +0200, Jérémie Courrèges-Anglas wrote:
> Makes sense.
>
> Unless someone steps up in the next days, ok jca@ to remove it.
ree with you here, except on the third argument (unfortunately
vimb has no tabs ;), but that doesn't justify keeping a broken port.
I'd go for deleting it, unless someone else wants to maintain it who has
the time and resources to fix the current state.
Henrik
remove it.
Dmitrij, does dwb work well for you with the new patch?
Any other thoughts?
Henrik
Hey!
On Sun, Jun 28, 2015 at 11:49 AM, Dmitrij D. Czarkoff
wrote:
Comments? OKs?
Thanks Dmitrij. OK!
Hey!
Oh, I'm afraid I missed the previous submission.
On Wed, May 13, 2015 at 07:23:22PM +0200, Jérémie Courrèges-Anglas wrote:
> I can commit this if I get explicit test reports. Can I have a rough
> idea of which protocols were tested?
I have been using this since I sent it in with the XMPP a
Oops. Looks like the first message did not get to the list.
Here is the patch one more time..
On Sun, May 10, 2015 at 01:03:52PM +0200, Henrik Friedrichsen wrote:
> ping?
Index: Makefile
===
RCS file: /cvs/ports/net/bitlbee/Makef
ping?
Attached is a patch bumping bitlbee version to 3.4.
Running this on my server with OTR. Seems to work fine.
OK?
Index: Makefile
===
RCS file: /cvs/ports/net/bitlbee/Makefile,v
retrieving revision 1.55
diff -u -p -r1.55 Makefile
--- M
The attached patch updates the prosody port to 0.9.8.
This is a maintance release containing a security fix of "high
importance", as well as other bugfixes.
OK?
Index: Makefile
===
RCS file: /cvs/ports/net/prosody/Makefile,v
retrievi
Works well here.
Ping?
Hey Dmitrij and ports@,
attached is a patch that updates mpv to 0.8.2.
Tested it and it seems to play my files just fine.
Comments? OK?
henrik
Index: Makefile
===
RCS file: /cvs/ports/multimedia/mpv/Makefile,v
retrieving revision
1.1.1 is a maintenance/bugfix release.
It seems that the symlink-fix is not required anymore, which is why I
removed the corresponding patch.
Related commit:
https://github.com/weechat/weechat/commit/a6327bc6f20252481366406580bab9d60e6b5725#diff-27f5c7a9707c7201d66952cbfde37f05
OK?
Index: Makefil
Ping?
The Teamspeak 3 server will not run on OpenBSD. I believe that Linux
emulation was disabled in i386 (always has been in amd64), so that is
not an option.
You'll have to use an alternative conference software or another OS.
1 - 100 of 164 matches
Mail list logo