Re: lang/crystal: update and unbreak

2024-06-12 Thread joshua stein
On Wed, 12 Jun 2024 at 07:57:44 +0200, Rafael Sadowski wrote: > On Tue Jun 11, 2024 at 08:19:27PM GMT, joshua stein wrote: > > On Tue, 11 Jun 2024 at 21:41:42 +0200, Rafael Sadowski wrote: > > > > diff --git lang/crystal/files/crystal lang/crystal/files/crystal >

Re: lang/crystal: update and unbreak

2024-06-11 Thread joshua stein
ISION = 0 HOMEPAGE = https://crystal-lang.org/ MAINTAINER = joshua stein @@ -20,7 +16,7 @@ MAINTAINER = joshua stein # Apache 2.0 PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} c event_core gc iconv m pcre yaml-0 +WANTLIB += ${COMPILER_LIBCXX} c event_core gc iconv m

Re: lang/crystal: update and unbreak

2024-06-11 Thread joshua stein
On Tue, 11 Jun 2024 at 15:58:51 +0100, Stuart Henderson wrote: > On 2024/06/11 09:43, joshua stein wrote: > > update to 1.12.2, fix linking to libLLVM, and use -Wl,-z,nobtcfi > > until upstream gets IBT support. > > please set USE_NOBTCFI=Yes, even if it needs additio

lang/crystal: update and unbreak

2024-06-11 Thread joshua stein
=1.4.1 -V_SHARDS = 0.17.0 +V =1.12.2 +V_SHARDS = 0.18.0 V_MOLINILLO = 0.2.0 COMMENT = statically typed object oriented language DISTNAME = crystal-${V} CATEGORIES = lang -REVISION = 0 HOMEPAGE = https://crystal-lang.org/ MAINTAINER = joshua stein

Re: NEW: cad/prusa-slicer 2.5.2

2023-09-07 Thread joshua stein
On Wed, 06 Sep 2023 at 19:20:41 -0700, Renato Aguiar wrote: > Attached a port of PrusaSlicer 2.5.2. It still needs more testing, but basic > use case of generating G-Code from STL models seems to be working on my > amd64 machine. Very cool, thanks for porting this. I built and tested it on amd64

[update] lang/crystal 1.8.2

2023-06-08 Thread joshua stein
= statically typed object oriented language DISTNAME = crystal-${V} @@ -17,7 +14,7 @@ MAINTAINER = joshua stein # Apache 2.0 PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} c event_core gc iconv m pcre yaml-0 +WANTLIB += ${COMPILER_LIBCXX} c event_core gc iconv m pcre2-8 yaml-0

[new] x11/tpadnav

2023-02-24 Thread joshua stein
This utility generates XF86XK_Back and XF86XK_Forward keyboard events in response to a two-finger left or right swipe on a touchpad. tpadnav.tar.gz Description: application/tar-gz

[new] x11/sdorfehs

2022-04-30 Thread joshua stein
a tiling window manager with a weird name sdorfehs.tar.gz Description: application/tar-gz

[update] lang/crystal 1.4.0

2022-04-12 Thread joshua stein
Lightly tested with an amber web app. diff --git lang/crystal/Makefile lang/crystal/Makefile index a4405d04404..d1f0965d97f 100644 --- lang/crystal/Makefile +++ lang/crystal/Makefile @@ -1,8 +1,8 @@ # Hopefully ${CLANG_ARCHS} at some point. ONLY_FOR_ARCHS=amd64 -V =1.2.2 -

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread joshua stein
On Fri, 21 Jan 2022 at 16:06:00 -0300, Crystal Kolipe wrote: > On Fri, Jan 21, 2022 at 11:42:35AM -0700, Aaron Bieber wrote: > > Here is my experience: http://www.oxide.org/cvs/abieber.html > > Wow, that server is slow. And doesn't even support https. So you want to enforce your "standard", I.E.

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread joshua stein
On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > In my opinion, our main issue is the lack of new blood. > > We have chronically fewer people who can give okays than ports waiting. > > One big "meta" stuff that needs doing is pointing out (especially from > new guys) what can be improve

Re: [NEW] www/ruby-jekyll

2021-11-24 Thread joshua stein
On Wed, 24 Nov 2021 at 18:09:33 +0100, Clemens Gößnitzer wrote: > Beginning with this email, I'll send out a couple of new ports which are all > dependencies for www/ruby-jekyll. With these, I get a working jekyll for my > applications. I tested that `serve' and `build' commands work, and > --inc

Re: NEW: wayland/{wayland,wayland-protocols,wayland-utils,plasma-wayland-protocols}

2021-10-29 Thread joshua stein
On Fri, 15 Oct 2021 at 07:20:00 +0200, Rafael Sadowski wrote: > Does this make sense to you? Is a new category OK for you? I'm in favor of importing now, and I think a new wayland category and directory is fine.

Re: UPDATE: devel/makeesparduino 5.0.2->6.5.0

2021-10-21 Thread joshua stein
On Thu, 21 Oct 2021 at 17:44:29 +0200, Paco Esteban wrote: > On Wed, 13 Oct 2021, Tracey Emery wrote: > > > Hello, > > > > Here is an update for devel/makeesparduino, to 6.5.0. This update is a > > major redo of the original makefile, which includes support for OpenBSD, > > which gets rid of loca

Re: Warnings for %n in format strings (2021-09-10)

2021-09-10 Thread joshua stein
On Fri, 10 Sep 2021 at 16:29:57 +0200, Christian Weisgerber wrote: > Here's the list of remaining ports with > > warning: '%n' format specifier support is deactivated and will call abort(3) > > These need to be fixed before the release. > net/dnstracer The OpenBSD ports mailing-list

lang/crystal: unbreak, update to 1.0.0

2021-06-07 Thread joshua stein
I sent an earlier version to the maintainer and pinged them on IRC but got no response. diff --git lang/crystal/Makefile lang/crystal/Makefile index 406341bee4a..99e0d5c4fc3 100644 --- lang/crystal/Makefile +++ lang/crystal/Makefile @@ -1,12 +1,11 @@ # $OpenBSD: Makefile,v 1.10 2021/05/13 23:52

Re: x11/rxvt-unicode: fix crash on exit

2021-03-08 Thread joshua stein
On Mon, 08 Mar 2021 at 21:47:25 -0600, joshua stein wrote: > From upstream, see > http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html Not sure what happened with the one patch that got doubled, but here's a proper version: Inde

x11/rxvt-unicode: fix crash on exit

2021-03-08 Thread joshua stein
>From upstream, see http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html Index: Makefile === RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v retrieving revision 1.49 diff -u -p -u -p -r1.49 Makefile --- Makefile23 D

lang/ruby: mention ruby-shims in MESSAGE

2021-01-02 Thread joshua stein
Installing ruby-shims gives a more user-friendly default experience since it will automatically make /usr/local/bin/ruby and friends work with whichever ruby package is installed, without having to use symlinks. diff --git lang/ruby/2.6/pkg/MESSAGE-main lang/ruby/2.6/pkg/MESSAGE-main index 46e

[new] comms/syncterm

2020-12-21 Thread joshua stein
SyncTERM is a BBS terminal program with lots of features. syncterm.tar.gz Description: application/tar-gz

archivers/unzip: add another patch for CVE-2019-13232

2020-11-12 Thread joshua stein
As noted in the comments of the GitHub commit referenced in the existing patches: https://github.com/madler/unzip/commit/47b3ceae397d21bf822bc2ac73052a4b1daf8e1c There is another commit needed that fixes erroneous "bomb" detection on legitimate zip files, like one that I'm trying to work with fo

Re: ok? [NEW] emulators/minivmac : classic mac emu (6 flavors!)

2020-08-07 Thread joshua stein
On Tue, 09 Jun 2020 at 02:18:45 +0200, Alex Free wrote: > Hello ports, attached is a Mini vMac port for the latest version with 6 > total flavors. Each flavor emulates a different Mac model, such as the M > acintosh 128k, 512Ke, SE, Classic, SEFDHD, or II. The Macintosh Plus is > emulated by defaul

Re: Firefox and MIME

2020-06-02 Thread joshua stein
On Tue, 02 Jun 2020 at 17:07:18 +0100, Laurence Tratt wrote: > At some point recently our mozilla-firefox port stopped automatically opening > downloaded files for me. pkg/README says: > > Due to unveil(2) limiting filesystem access, only the default MIME > handler registered for a given type

[new] devel/arduino-adafruit-{gfx,ra8875}

2019-12-16 Thread joshua stein
Some Arduino libraries, packaged for easy use with devel/arduino-makefile. arduino-adafruit-gfx.tar.gz Description: Binary data arduino-adafruit-ra8875.tar.gz Description: Binary data

[update] devel/arduino 1.8.10

2019-12-16 Thread joshua stein
This also adds Adafruit's boards to boards.txt to make it easier to build for them with devel/arduino-makefile. Index: Makefile === RCS file: /cvs/ports/devel/arduino/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makef

Re: [wip] firefox 71.0b8 with unveil integration

2019-11-08 Thread joshua stein
On Sat, 09 Nov 2019 at 00:02:55 +0100, Solène Rapenne wrote: > If someone can confirm a behavior I had with firefox patched for pledge and > unveil > I was not able to delete extensions, but it wasn't triggering a pledge error > and I've not been able to deal with the huge ktrace... I just insta

Re: thunderbird: Abort trap on empty promises

2019-10-28 Thread joshua stein
On Mon, 28 Oct 2019 at 20:04:06 +0100, Sebastien Marie wrote: > On Mon, Oct 28, 2019 at 09:26:09AM +0100, Klemens Nanni wrote: > > On Sun, Oct 27, 2019 at 12:56:40PM -0500, joshua stein wrote: > > > As a workaround, you can add this to > > > /usr/local/lib/thunderbird/d

firefox: unveil and pledge enhancements [11]

2019-10-27 Thread joshua stein
If you're following along at home, here's an update for Firefox 70. Now uses an external PATCHFILE so I can keep my feature patches together as separate commits, which are still waiting on upstream integration. Index: Makefile ===

Re: thunderbird: Abort trap on empty promises

2019-10-27 Thread joshua stein
On Sun, 27 Oct 2019 at 17:18:03 +0100, Klemens Nanni wrote: > 10377 thunderbird CALL pledge(0xc5e1686e484,0) > 10377 thunderbird STRU promise="" > 10377 thunderbird RET pledge 0 > 10377 thunderbird CALL clock_gettime(CLOCK_MONOTONIC,0x7f7f96d8) > 10377 thunder

comms/mgetty+sendfax: update to 1.2.1

2019-10-13 Thread joshua stein
Update from a 9-year old 1.1.37 version to one from last year. Has some security fixes. Index: Makefile === RCS file: /cvs/ports/comms/mgetty+sendfax/Makefile,v retrieving revision 1.57 diff -u -p -u -p -r1.57 Makefile --- Makefile

firefox: unveil and pledge enhancements [10]

2019-10-03 Thread joshua stein
Are you tired of compiling Firefox yet? The preference keys for pledge and unveil settings were concerning from a security standpoint, so I've taken a new direction and moved them both to root-owned files. Landry and I are discussing this with upstream: https://bugzilla.mozilla.org/show_bug.c

Re: firefox: unveil and pledge enhancements [8]

2019-10-03 Thread joshua stein
On Fri, 04 Oct 2019 at 01:05:12 +0200, Solene Rapenne wrote: > I found this line just before writing a gigantic core file > > 52304 firefox CALL ioctl(124,VIDIOC_QUERYCAP,0x1d9a1d7ac158) > > I'm not sure what I need to search for the fd, I found these lines > related to "124". > > 52304 firefo

firefox: unveil and pledge enhancements [9]

2019-09-27 Thread joshua stein
A ninth iteration, ignoring unveil() generating ENOENT rather than dying. Although ~/.cache/dconf shouldn't prevent startup, Firefox spams the console frequently if doesn't exist first (because its unveil doesn't allow creating it). So this version does essentially a "mkdir -p" of it from the

Re: firefox: unveil and pledge enhancements [8]

2019-09-27 Thread joshua stein
On Fri, 27 Sep 2019 at 15:40:55 +0200, Solene Rapenne wrote: > On Wed, Sep 25, 2019 at 11:25:59AM -0500, joshua stein wrote: > > This patchset goes back to files in /etc/firefox for unveil file > > lists, and goes further and moves the pledge strings to separate > > files

Re: firefox does not see printer

2019-09-26 Thread joshua stein
On Thu, 26 Sep 2019 at 17:58:42 +0200, Sebastien Marie wrote: > On Thu, Sep 26, 2019 at 04:36:08PM +0200, Jan Stary wrote: > > This is current/amd64 with firefox-68.0.2 > > > > Firefox does not offer any prtinters in the printing dialogue > > except (Print to file"). > > > > lpd/lpr itself works

Re: firefox does not see printer

2019-09-26 Thread joshua stein
On Thu, 26 Sep 2019 at 16:36:08 +0200, Jan Stary wrote: > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spool/o

firefox: unveil and pledge enhancements [8]

2019-09-25 Thread joshua stein
This patchset goes back to files in /etc/firefox for unveil file lists, and goes further and moves the pledge strings to separate files too. This should be the most secure version that is still tweakable at runtime. I switched away from using Firefox's NS_LOCAL_FILE_CONTRACTID/ NS_LOCALFILEIN

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-23 Thread joshua stein
On Mon, 23 Sep 2019 at 18:46:58 -0300, Anatoli wrote: > > But to clarify, I'm not proposing to commit what I'm sending out, > > this is just to get feedback from Firefox users so I can refine the > > changes that are going upstream. Then once they are committed or at > > least slated for inclus

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread joshua stein
On Sun, 22 Sep 2019 at 14:13:02 +0200, prx wrote: > [snip] > > > > Everyone using firefox should definitely add its own usecases on top and > > test this. The idea is to refine the paths list until we have something > > we're confident with, then defaults will be pushed upstream. In the > > meanti

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-20 Thread joshua stein
On Fri, 20 Sep 2019 at 11:44:58 -0500, joshua stein wrote: > On Fri, 20 Sep 2019 at 17:33:40 +0100, Stuart Henderson wrote: > > On 2019/09/20 10:00, joshua stein wrote: > > > While the Chrome port uses separate files in /etc/chromium for > > > unveil file lists,

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-20 Thread joshua stein
On Fri, 20 Sep 2019 at 17:33:40 +0100, Stuart Henderson wrote: > On 2019/09/20 10:00, joshua stein wrote: > > While the Chrome port uses separate files in /etc/chromium for > > unveil file lists, these patches use new comma-separated > > about:config keys for them. > >

www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-20 Thread joshua stein
(I'm going to keep trying to send this until I get it right!) I've been working on enhancing the security of our Firefox port over the past couple weeks and would like some wider testing. - Firefox's GPU process gains pledge(2) support, now all three process types (main, content, and gpu) are

www/mozilla-firefox: add unveil and enhance pledge support [2nd try]

2019-09-20 Thread joshua stein
(Sorry, e-mail problems mangled the first attempt at this.) I've been working on enhancing the security of our Firefox port over the past couple weeks and would like some wider testing. - Firefox's GPU process gains pledge(2) support, now all three process types (main, content, and gpu) are ple

Re: www/mozilla-firefox: add unveil and enhance pledge support

2019-09-20 Thread joshua stein
On Fri, 20 Sep 2019 at 09:26:17 -0500, joshua stein wrote: > And of course the patch got mangled... > > > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= Ok, I give up. https://jcs.org/patches/ff-port-unveil6.diff

Re: www/mozilla-firefox: add unveil and enhance pledge support

2019-09-20 Thread joshua stein
And of course the patch got mangled... Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/ports/www/mozilla-fir

www/mozilla-firefox: add unveil and enhance pledge support

2019-09-20 Thread joshua stein
I've been working on enhancing the security of our Firefox port over the past couple weeks and would like some wider testing. - Firefox's GPU process gains pledge(2) support, now all three process types (main, content, and gpu) are pledged. - The inet permission is removed from content proce

new: devel/ruby-shims

2019-09-05 Thread joshua stein
Our Ruby packages install binaries as ruby26, ruby25, irb26, irb25, etc. to allow concurrent installation and each package's MESSAGE says to setup symlinks to have one default ruby, irb, etc. In practice this doesn't work very well when one has multiple Rails or other Ruby projects that require

Re: llvm-7.0.1 fallout: lang/crystal

2019-08-05 Thread joshua stein
On Mon, 05 Aug 2019 at 21:49:05 -0400, Wesley Moxam wrote: > Crystal 0.30.0 has been released. > > Diff for the port is attached. Thanks! One nit below. > Index: Makefile > === > RCS file: /cvs/ports/lang/crystal/Makefile,v > retr

Re: Update MariaDB to 10.2.23

2019-05-10 Thread joshua stein
On Fri, 10 May 2019 at 16:39:49 -0400, Jeremie Courreges-Anglas wrote: > > This is a follow-up of this thread: > > https://marc.info/?l=openbsd-ports&m=155215322716829&w=2 > > Everything looks fine regarding the ports tree. I have successfully > built all* consumers (BUILD/LIB_DEPENDS) on amd

Re: Port & patch for perl's Unix::Pledge, implementing pledge and unveil

2019-04-18 Thread joshua stein
On Thu, 18 Apr 2019 at 20:59:38 +0300, cho...@jtan.com wrote: > I've completed a port for Unix::Pledge, a perl module wrapping pledge(2) > (and now unveil(2)) and would like to know what to do with it. > > Unix::Pledge is the lightest-imaginable wrapper around the pledge system > call. The version

Re: new: sysutils/login_duress

2019-03-17 Thread joshua stein
On Sun, 17 Mar 2019 at 15:28:04 -0500, joshua stein wrote: > A BSD authentication module for duress passwords. Oops, the PLIST sample stuff got lost. login_duress.tar.gz Description: application/tar-gz

new: sysutils/login_duress

2019-03-17 Thread joshua stein
A BSD authentication module for duress passwords. login_duress.tar.gz Description: application/tar-gz

Re: [update] devel/arduino [new] devel/arduboy2 [new] devel/arduino-makefile

2018-11-07 Thread joshua stein
On Thu, 18 Oct 2018 at 15:17:32 -0500, joshua stein wrote: > This updates the devel/arduino port to 1.8.7 and incorporates the > new split of ArduinoCore-avr 1.6.23. I'm including it as a tarball > instead of a diff because you also have to blow away files/ and > patches/. &g

[new] print/brlaser

2018-10-25 Thread joshua stein
A CUPS driver for Brother laser printers. brlaser.tar.gz Description: application/tar-gz

[update] devel/arduino [new] devel/arduboy2 [new] devel/arduino-makefile

2018-10-18 Thread joshua stein
I wanted to play with some Arduino code on my Arduboy and none of the stuff in our tree worked. I could hack it together by manually updating the EEPROM library and pointing the Makefile at the Arduboy2 library, but it's not very clean. This updates the devel/arduino port to 1.8.7 and incorpor

Re: security/veracrypt

2018-07-21 Thread joshua stein
On Fri, 20 Jul 2018 at 16:49:10 -0500, Ax0n wrote: > nevermind, I was on a box without an updated ports tree. Sorry for the > noise. Did I miss something? I don't think it was ever imported.

Re: i3status: report wireless signal quality

2018-07-17 Thread joshua stein
On Tue, 17 Jul 2018 at 21:42:46 -0400, Jon Bernard wrote: > Hi ports, > > Here's a small patch to i3status to report wireless signal quality. If > you're using the default configuration, you should see the '?' change to > the current signal quality percentage. > > If this looks good I'll submit

Re: new: lang/crystal

2018-07-07 Thread joshua stein
On Sat, 07 Jul 2018 at 23:49:11 +0100, Stuart Henderson wrote: > That reads better, I've tried building now though - output below, > obviously the EPERM is a problem, but also I see it's using -lstdc++ > which seems wrong for clang. Third time's a charm... crystal.tar.gz Description: Binary data

Re: new: lang/crystal

2018-07-07 Thread joshua stein
On Sat, 07 Jul 2018 at 13:02:16 +0100, Stuart Henderson wrote: > # clean up for install > post-patch: > cd ${WRKSRC}/src && find . -type f -name \*.orig -exec rm "{}" \; > > I think this is not used at the moment anyway, no .orig files in the tarballs. Yep, this is a hold-over from when t

new: lang/crystal

2018-07-06 Thread joshua stein
Crystal is a programming language like Ruby but statically type-checked. This is the 0.25.1 compiler and 0.8.1 of Shards, its dependency manager. Since it is compiled, it requires a pre-compiled bootstrap object file of the compiler to link and produce a compiler binary, which it then uses to

security/veracrypt

2017-12-01 Thread joshua stein
I had a need to access a VeraCrypt/TrueCrypt encrypted volume, so I made a port of VeraCrypt. Our wxWidgets is too old to build the GUI stuff, but the command-line program and FUSE service work enough to access a volume from a USB disk or create a new volume stored as a file. The veracrypt uti

Re: wxneeded for lang/ruby

2016-08-18 Thread joshua stein
On Wed, 17 Aug 2016 at 20:30:22 -0600, Theo de Raadt wrote: > >There are various ways we can go. > > > >One is as awolk@ has done in his diff, making all W|X-needing ruby > >modules work. > > > >The other is to mark therubyracer broken with an explanation, so > >people who need it can build a speci

Re: new: x11/xbanish

2013-05-31 Thread joshua stein
' >x11/xbanish/Makefile << 'END-of-x11/xbanish/Makefile' X# $OpenBSD$ X XCOMMENT= utility to automatically hide X11 cursor when typing X XV= 1.1 XDISTNAME= v${V} XDIST_SUBDIR= xbanish XPKGNAME= xbanish-${V} X XCATEGORIES=x11 XHOM

new: x11/xbanish

2013-04-04 Thread joshua stein
0 XDISTNAME= v${V} XPKGNAME= xbanish-${V} X XCATEGORIES=x11 XHOMEPAGE= https://github.com/jcs/xbanish X XMAINTAINER=joshua stein X XMASTER_SITES= ${HOMEPAGE}/archive/ X X# BSD XPERMIT_PACKAGE_CDROM= Yes XPERMIT_PACKAGE_FTP=Yes XPERMIT_DISTFILES_FTP= Yes X XWANTLIB=

Re: font weight changing

2013-03-31 Thread joshua stein
On Sat, 30 Mar 2013 at 20:21:27 -0500, joshua stein wrote: > I installed firefox36 and couldn't reproduce the problem on Freetype > 2.4.8 or our current 2.4.11, so I just compiled Firefox 12.0 > (-D2012-06-01) and it also looks fine. I'm compiling Firefox 17.0 > now (-D20

Re: font weight changing

2013-03-30 Thread joshua stein
On Sat, 30 Mar 2013 at 16:39:34 +, Kevin Chadwick wrote: > If you can reproduce it, I wonder if it only happens with downloaded > fonts. gfx.downloadable_fonts.enabled may test that? It happens with installed fonts. I can reproduce it on demand with a page with a lot of links and a hit-a-hint

Re: NEW: MariaDB

2013-03-28 Thread joshua stein
(e-mailing ports@ since my previous private reply seems to have been ignored) On Fri, 22 Mar 2013 at 21:55:07 -0400, Brad Smith wrote: > Here is the port and a diff to adjust the tree to move over to > MariaDB. The only port I haven't touched is xmysql as it doesn't > build with newer MariaDB or M

Re: Cranking the optimiser on selected ports?

2012-12-20 Thread joshua stein
On Thu, 20 Dec 2012 at 17:46:33 +, Christian Weisgerber wrote: > Optimizer levels other than -O2 are essentially untested. [..] > > I spoke to Jasper on icb about the possibility of making exceptions. > > I'm afraid this will lead to people asking for exceptions for more > and more ports. If

Re: android sdk on openbsd

2012-02-18 Thread joshua stein
> now the bad news. adb does not work. > i have asked about it some time ago on ports@ > as having a native adb just by itself would be > great to push apk's, shell, root, etc. > http://marc.info/?l=openbsd-misc&m=131809077812364&w=2 > some responses indicated it's already work in progress. here'

Re: anyone working on proftpd?

2011-08-18 Thread joshua stein
> Is anyone working on ProFTPd? Are there special difficulties with > getting it working on OpenBSD, or has there just been a lack of > interest? http://www.openbsd.org/cgi-bin/cvsweb/ports/net/proftpd/?hideattic=0#dirlist

Re: libMagickCore.so.2.0: undefined symbol error

2011-08-03 Thread joshua stein
> I'm using html2ps to gen up system documentation and since roughly > July 20 perl has been dumping core with the following error: > > /usr/bin/perl:/usr/local/lib/libMagickCore.so.2.0: undefined symbol > 'pthread_mutexattr_init' > lazy binding failed! > Segmentation fault > > This is on the lat

ruby-rmagick/ImageMagick pthread problem

2011-07-21 Thread joshua stein
(no maintainer on ruby-rmagick or ImageMagick) is this a problem with the ruby module or ImageMagick? this is on amd64 -current. ~> sudo pkg_add -i ruby-rmagick Ambiguous: choose dependency for ruby-rmagick-2.9.0p3: a 0: ImageMagick-6.6.6.10p0 1: ImageMagick-6.6.6.10p0-no_x11 Y

Re: png busted?

2011-07-18 Thread joshua stein
> on a -current amd64 machine, i've noticed at least two packages > can't load png files with png-1.5.4. > > pidgin 2.7.11p1 shows broken image icons for many icons in the user > list and conversation windows. running it with its -d debug mode > shows the errors: disregard, updating from gdk-pix

png busted?

2011-07-18 Thread joshua stein
on a -current amd64 machine, i've noticed at least two packages can't load png files with png-1.5.4. pidgin 2.7.11p1 shows broken image icons for many icons in the user list and conversation windows. running it with its -d debug mode shows the errors: (16:08:19) GLib-GObject: g_object_unref: ass

percona server

2011-07-02 Thread joshua stein
anyone working on or have a port of percona's mysql server? http://www.percona.com/software/percona-server/

Re: NEW: xbattbar-1.4.2

2011-05-17 Thread joshua stein
> Here is my port of xbattbar, pretty old, but visually nicer than xbatt. > > "xbattbar is a battery monitor that displays a status bar on any corner > of the screen using apm(4)." > > That's my shot at a DESCR.. comments? =\ > > -Bryan. > > diff -Nru /dev/null sysutils/xbattbar/Makefile > ---

p5-DateTime-Format-ICal install location

2010-09-03 Thread joshua stein
p5-DateTime-Format-ICal installs to /usr/local/lib/perl5/ and should probably be installing to /usr/local/libdata/perl5/ where every other perl module goes. with the package installed, nothing can find it. $> pkg_info | grep p5-DateTime-Format p5-DateTime-Format-ICal-0.09 parse and format iCal da

Re: [NEW] devel/py-hg-git

2010-09-02 Thread joshua stein
> +MODPY_EGG_VERSION = 0.2.3 > +DISTNAME = schacon-hg-git-${MODPY_EGG_VERSION} > +PKGNAME =py-hg-git-${MODPY_EGG_VERSION} > +REVISION = 0 i don't think the empty REVISION is needed there > Index: devel/py-hg-git/patches/patch-hgrepo.py > ==

Re: chromium port update

2010-03-31 Thread joshua stein
> I'd appreciate tests on amd64, especially, as I don't have one locally > - I tested that it starts up and renders google.com, but anything more > is too much of a pain over ssh X forwarding :-) I know the old port > had V8 issues on amd64, so curious if this works better. binary package working

Re: UPDATE: misc/magicpoint

2009-05-22 Thread joshua stein
> The following patch updates magicpoint to version 1.13a. Please test. > Also, the update requires patches/patch-{draw,parse,tfont}_c to be > removed. > Index: misc/magicpoint/Makefile > === > RCS file: /cvs/ports/misc/magicpoint/M

Re: UPDATE: www/p5-CGI-Session 4.20 -> 4.41

2009-04-09 Thread joshua stein
> I've thought about it, and as I don't use any of the database backends > myself, I really have no desire to worry about complicating the build > process for this simple perl module. i think this is probably a good approach. if it's usable without any database backends, don't make any of them re

Re: tint2

2009-03-08 Thread joshua stein
> http://code.google.com/p/tint2/ > > anyone working on a port of this? as Benoit Lecocq pointed out, this is already in the ports tree.

tint2

2009-03-08 Thread joshua stein
http://code.google.com/p/tint2/ anyone working on a port of this?

Re: NEW: ruby-json

2008-09-03 Thread joshua stein
> This is a implementation of the JSON specification according to RFC 4627 > for ruby. You can think of it as a low fat alternative to XML, if you > want to store data to disk or transmit it over a network rather than use > a verbose markup language. we already have ruby-mysql, ruby-hpricot, and r

Re: UPDATE: mozilla-firefox-3.0

2008-07-17 Thread joshua stein
> Actually, I much prefer that cross-platform applications retain > their defaults across different platforms. i agree for the most part. i don't think we should be changing icons or tweaking default settings just because most of us like them, except in cases where those default settings don't ma

ruby-passenger/mod_rails

2008-04-11 Thread joshua stein
anyone (else) working on a port of the apache2 passenger/mod_rails module?

Re: NEW: net/jabberd14

2007-07-11 Thread joshua stein
> Hi Jasper, hi Steven, hi Wijnand, > > i reworked jasper@'s version of the net/jabberd14 port in two > respects. Hopefully, this is now final... what is going on with this port? is it still being worked on or ready for more testing? i just replaced my jabberd2 installation with this port on 4

ruby-rails and dependencies update

2007-05-26 Thread joshua stein
http://lowerca.se/tmp/rails-1.2.3.diff updates rails to 1.2.3 and all of its dependencies. actionpack 1.12.5 -> 1.13.3 activesupport 1.3.1 -> 1.4.2 gems 0.9.0 -> 0.9.4 rake 0.7.1 -> rake 0.7.3 actionmailer 1.2.5 -> 1.3.3 actionwebservice 1.1.6 -> 1.2.3 rails 1.1.6 -> rails-1.2.3 please test your

Re: net/cidr removal

2006-10-24 Thread joshua stein
ction from me jcs@ ok -- joshua stein :: superblock :: http://superblock.net/

Re: Interest in an RWhoisd port?

2006-06-29 Thread joshua stein
> We currently have an rwhois server running on OpenBSD 3.6 (sparc64) and > it's time upgrade it to 3.9 or 4.0. I've made a few security related > changes to Versign's RWhoisd - http://www.rwhois.net/ and configured it > to chroot in /var/rwhoisd, so I need to reimplement my patches and > configura

3.9 testing - ghostscript-fonts expecting x11

2006-02-07 Thread joshua stein
[EMAIL PROTECTED]:~> sudo pkg_add ftp://rt.fm/pub/OpenBSD/snapshots/packages/i386/ImageMagick-6.2.6.0p0-no_x11.tgz ImageMagick-6.2.6.0p0-no_x11:bzip2-1.0.3: complete ImageMagick-6.2.6.0p0-no_x11:jasper-1.701.0p1: complete ImageMagick-6.2.6.0p0-no_x11:jbigkit-1.6: complete ImageMagick-6.2.6.0