Hi Brian
Due to R's bump of libR, RStudio's port needs tweaking.
Patch attached.
Thanks
Zé
--
Index: patches/patch-src_cpp_core_r_util_REnvironmentPosix_cpp
===
RCS file:
/cvs/ports/math/rstudio/patches/patch-src_cpp_core_r_uti
On Wed, Jul 13, 2022 at 09:03:32PM +0200, Rafael Sadowski wrote:
> On Tue Jul 12, 2022 at 04:23:22PM +0100, Zé Loff wrote:
> >
> > Hi Brian
> >
> > Due to R's bump of libR, RStudio's port needs tweaking.
> > Patch attached.
> >
> > Thank
On Sun, Jul 24, 2022 at 05:13:43PM +0300, mdw wrote:
> Hi,
>
> Nicotine+ is a graphical client for the Soulseek peer-to-peer network.
> https://github.com/nicotine-plus/nicotine-plus
>
> Over a year ago v3.0.0 was submitted to ports@, but didn't get any response
> https://marc.info/?l=openbsd-por
TL,DR: Something weird is happening: the WXNEEDED is being stripped from
R's binary when creating the package.
Long version:
I need math/R to be compiled with WXNEEDED, so I add USE_WXNEEDED=Yes to
the Makefile, and roll my own package, which I then install. This has
been working fine for some
On Wed, Sep 06, 2023 at 01:52:51PM +0100, Zé Loff wrote:
>
> TL,DR: Something weird is happening: the WXNEEDED is being stripped from
> R's binary when creating the package.
>
> Long version:
> I need math/R to be compiled with WXNEEDED, so I add USE_WXNEEDED=Yes to
>
On Wed, Sep 06, 2023 at 02:18:29PM +0100, Zé Loff wrote:
> On Wed, Sep 06, 2023 at 01:52:51PM +0100, Zé Loff wrote:
> >
> > TL,DR: Something weird is happening: the WXNEEDED is being stripped from
> > R's binary when creating the package.
> >
> > Long ver
On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote:
> >
> >
> > Forgot to add REVISION=0 to the Makefile. Facepalm.
> > I knew this _had_ to be my fault, just wasn't getting there, and was
> > too
> > trigger happy with the emails. Sorry for the noise.
> >
>
> if you don't want to
On Wed, Sep 06, 2023 at 06:08:58PM +0100, Stuart Henderson wrote:
> On 2023/09/06 15:46, Zé Loff wrote:
> > On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote:
> > > >
> > > >
> > > > Forgot to add REVISION=0 to the Makefile. Facepalm.
&
Hi all
On -current (#562), R's X11cairo device doesn't render the default font
properly, I get the "hex number inside a square" characters, instead,
e.g.:
> plot(density(rnorm(1000)))
According to X11.options(), the default fonts are -adobe-helvetica and
-adobe-symbol-medium:
> X11.option
quot;Xlib" device as a default (as is done on macOS, precisely
due to issues with pango). Ingo: do you think we should patch the port
to do this, until the pango/type 1 issues are solvable?
(incidentally, fontforge also has the same problem, there is plenty of
UI text that doesn't rend
Hi everyone
I'm not being able to install python-2.7.3p1 or -3.2.3p0 on
-current/amd64 as it expects to find /usr/lib/libsqlite3.21.0 since
base53.tgz now holds libsqlite3.22.0. I'm guessing it has to do with
this commit:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libsqlite3/shlib_version?rev=
On Mon, Feb 03, 2014 at 11:46:53AM +0100, Jan Stary wrote:
> After an upgrade of TexLive to
>
> texlive_base-2013p0 base binaries for TeXLive typesetting distribution
> texlive_texmf-buildset-2013p1 smallest texlive texmf for building ports
> texlive_texmf-minimal-2013p0 texlive texmf for basic f
On Mon, Mar 10, 2014 at 09:26:46PM +0100, Peter N. M. Hansteen wrote:
> On my laptop (a 2009-vintage Thinkpad SL500), I'd been noticing that
> some applications have been steadily gaining weight, such as popular
> web browsers (chome, firefox) but also (x)emacs with largish maildirs
> in gnus have
On Thu, May 15, 2014 at 06:41:56PM +0200, Rafael Sadowski wrote:
> On Sun May 04, 2014 at 01:40:22PM +0200, Rafael Sadowski wrote:
> > On Fri May 02, 2014 at 11:03:29PM +0200, Rafael Sadowski wrote:
> > > Hi @ports and R-users,
> > >
> > > attached is an maintainer-update for mathe/R. All test pas
I know, that subject's line is too long, but I didn't manage to phrase
that in a shorter form. On the upside, it pretty much tells the whole
story: elinks is creating a file on ~ whose name is the contents of
~/elinks/elinks.conf.
$ cat .elinks/elinks.conf
set document.colors.use_document_col
Hi all
Has anyone tried / started to port pandoc, or knows of any good reason
not to? I'd like to give it a shot, but I don't want do duplicate
efforts...
Cheers
Zé
--
On Thu, Jun 19, 2014 at 10:22:17AM -0400, Ian Darwin wrote:
> On 2014-06-19, 9:42 AM, Zé Loff wrote:
> >Hi all
> >
> >Has anyone tried / started to port pandoc, or knows of any good reason
> >not to? I'd like to give it a shot, but I don't want do duplicate
&
On Sat, Jun 27, 2020 at 01:30:13AM +, Brian Callahan wrote:
> Hi ports --
>
> Attached is a new port, math/rstudio. RStudio is the IDE for R.
First of all, kudos for the effort. I tried and gave up quite a few
times before.
> ---
> pkg/DESCR:
> RStudio is an integrated development environme
Hi
The TTL for a multicast data packet has to be an unsigned char, but
ffmpeg uses int:
$ ffmpeg -i https://ftp.openbsd.org/pub/OpenBSD/songs/song69.ogg \
> "udp://239.255.0.1:9000?ttl=10"
(...)
setsockopt(IP_MULTICAST_TTL): Invalid argument
udp://239.255.0.1:9000?ttl=10: Inv
On Sun, Oct 24, 2021 at 09:35:11PM -0400, Brad Smith wrote:
> Here is an update to FFmpeg 4.4.1.
Hi Brad
Did you get a chance to look at the patch I sent some days ago fixing
multicasts (attached again)?
Thanks
>
> Index: Makefile
> =
On Sun, Jun 09, 2013 at 03:44:13PM +0200, Joerg Jung wrote:
> Hi,
>
> please find below a simple diff to add cursors keys to x11/dwm.
> Objections? OKs?
>
> Regards,
> Joerg
Since this isn't on the upstream code, and since dwm is meant to be
configured/customized by editing config.def.h (and bui
On 09/06/2013, at 18:34, Joerg Jung wrote:
> Den 9. juni 2013 kl. 17:07 skrev Zé Loff :
>
>>> please find below a simple diff to add cursors keys to x11/dwm.
>>> Objections? OKs?
>>
>> Since this isn't on the upstream code,
>
> ... and probably
On Fri, Jul 26, 2013 at 11:32:12AM -0700, Zach Leslie wrote:
> Why does the ports tree get locked, and is there an expected time frame
> around the unlock?
http://openbsd.org/papers/asiabsdcon2009-release_engineering/
--
On Mon, Dec 13, 2021 at 07:45:26AM -0800, Chris Bennett wrote:
> On Mon, Dec 13, 2021 at 10:05:21AM +0100, Solene Rapenne wrote:
> > Sending new ports is really hazardous, even for people with commit
> > rights. Reviewing a port take time because the OpenBSD project has a
> > high quality standard
On Thu, Dec 09, 2021 at 07:41:29AM -0700, Aaron Bieber wrote:
> Hi,
>
> Here is a port of shairport-sync. It lets one stream audio from iDevices
> to OpenBSD.
>
> DESCR snip:
>
> Shairport Sync is an AirPlay audio player. It plays audio streamed from
> iTunes, iOS, Apple TV and macOS devices a
On Mon, Feb 06, 2023 at 08:39:04AM +0300, Maksim Rodin wrote:
> Hello,
> After taking closer look at sogo I found out that it does not log real
> ip of the client.
> I set up the nginx just as it is it pkg-readme:
> ...
> location ^~/SOGo
This looks odd, and I can't check right now, but I don't th
a space missing between "^~" and
"/SOGo" on the pkg-readme (and thus on your config), but I don't have a
SOGO instance on which to test. Is it feasible for you to try adding
that space to see if it makes a difference? Maybe someone else using it
can chime in.
> On Mon
; allow all;
> }
>
> location /SOGo/WebServerResources/
> {
> alias /var/www/lib/sogo/www/;
> allow all;
> }
>
> location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$
>
On Wed, Dec 27, 2023 at 12:19:05PM +, Mikolaj Kucharski wrote:
> Hi.
>
> - Does anyone has work in progress zigbee2mqtt port?
Not me. I have no experience porting.
> - Does it make sense to try to use it on OpenBSD?
I do. Whether it makes sense or not, is a different matter :)
> - Any ha
On Wed, Dec 27, 2023 at 06:48:33PM +, Stuart Henderson wrote:
> On 2023/12/27 13:15, Zé Loff wrote:
> > On Wed, Dec 27, 2023 at 12:19:05PM +, Mikolaj Kucharski wrote:
> > > - Does anyone has work in progress zigbee2mqtt port?
>
> I looked at it onc
Hi all
After upgrading an amd64 machine to 7.5-stable, influxdb fails to start,
saying:
2024-04-22T22:07:42.599907Z infoWelcome to InfluxDB {"log_id":
"0oiySb1l000", "version": "2.7.3", "commit": "none", "build_date":
"2024-04-22T22:07:42Z", "log_level": "info"}
2024-04-22T22:07:42.60
On Mon, Apr 22, 2024 at 11:26:37PM +0100, Zé Loff wrote:
>
> Hi all
>
> After upgrading an amd64 machine to 7.5-stable, influxdb fails to start,
> saying:
>
> 2024-04-22T22:07:42.599907Z infoWelcome to InfluxDB {"log_id":
> "0oiySb1l00
On Tue, Apr 23, 2024 at 09:42:26AM +0100, Stuart Henderson wrote:
> On 2024/04/22 23:26, Zé Loff wrote:
> >
> > Hi all
> >
> > After upgrading an amd64 machine to 7.5-stable, influxdb fails to start,
> > saying:
> >
> > 2024-04-22T22:07:42.599
On Tue, Apr 23, 2024 at 03:42:43PM +0200, Landry Breuil wrote:
> Le Tue, Apr 23, 2024 at 07:50:53AM +0100, Zé Loff a écrit :
> > On Mon, Apr 22, 2024 at 11:26:37PM +0100, Zé Loff wrote:
> > >
> > > Hi all
> > >
> > > After upgrading an amd64 m
On Tue, Apr 23, 2024 at 03:42:43PM +0200, Landry Breuil wrote:
> Le Tue, Apr 23, 2024 at 07:50:53AM +0100, Zé Loff a écrit :
> > On Mon, Apr 22, 2024 at 11:26:37PM +0100, Zé Loff wrote:
> > >
> > > Hi all
> > >
> > > After upgrading an amd64 m
On Wed, Jul 13, 2016 at 11:26:46AM +1200, m...@extensibl.com wrote:
> On Tue, Jul 12, 2016 at 07:37:52PM +0200, David Coppa wrote:
> >
> > +1 for nuking it from me too.
> >
> > Ciao!
> > David
> >
> >
> I believe that spatstat module in R requires lang/gfortran to compile. Some
> other useful
On Wed, Jul 13, 2016 at 08:55:24PM +1200, m...@extensibl.com wrote:
> On Wed, 13 Jul 2016 08:59:49 +0100
> Zé Loff wrote:
>
> > Not true, I just installed it without having lang/gfortran installed.
>
> While spatstat does not depend directly on gfortran, its dependency,
&g
Hi
I was trying to use wxMaxima (-current, amd64) and it fails to start
(and connect to) maxima. Actually it fails to start it, as no 'maxima'
process is created. I also tried starting xmaxima (the only way I could
find to start maxima as a server) and then running wxMaxima listening on
the same
> On 06/08/2014, at 07:13, "Michael L. Wilson" wrote:
>
> Dear OpenBSD users,
>
> I've just acquired a Thinkpad x200 with the aim of transitioning into a
> full-time OpenBSD user. The 5.5 release with the Xfce desktop works
> flawlessly and I am very happy with this system.
>
> Nearly all o
On Wed, Dec 24, 2014 at 12:37:08AM +0100, frantisek holop wrote:
> frantisek holop, 23 Dec 2014 23:55:
> > ok, i have found
> >
> > $ R CMD INSTALL --help
>
> and there is also
>
> R CMD build
> and
> R CMD INSTALL
>
> i managed to install lpSolve:
>
> get the R package 'lpSolve_5.6.10.tar.gz'
On Wed, Apr 01, 2015 at 01:20:49PM -0300, Gleydson Soares wrote:
> could you try to reproduce again?
> isync doesn't segs here. (@amd64)
mbsync (not this version though, the one on amd64 -current) segfaults
every time it can't resolve the server name, and has been doing so for a
while now. I've be
Hi all
First and foremost thanks and praises to Ingo for all the hard work
patching R and the guts for trying to push patches upstream (people who
complain about Theo's manners clearly never had to deal with Brian
Ripley).
On Tue, Apr 21, 2015 at 06:13:15PM +0200, Ingo Feinerer wrote:
> On Tue,
On Wed, Mar 08, 2017 at 04:34:47PM +0100, Ingo Feinerer wrote:
> Dear useRs,
>
> update math/R 3.3.2 -> 3.3.3
>
> - The zlib configure version test logic changed so adapt.
> - Several R packages (e.g. RCpp) profit from a C++11 compiler, so
> mention CXX1X et al. in the README.
> - make package
> On 17/05/2017, at 11:41, Giovanni Bechis wrote:
>
>> On 05/17/17 12:16, Paul Irofti wrote:
>>> On Wed, May 17, 2017 at 10:26:19AM +0100, Edd Barrett wrote:
On Wed, May 17, 2017 at 12:16:46PM +0300, Paul Irofti wrote:
This seems to work as at least the gigantous distfile is downloadi
On Wed, Jul 15, 2020 at 06:07:45PM +1200, Tom Wong-Cornall wrote:
> On Wed, Jul 15 '20 at 05.50 NZST, Ingo Schwarze
> wrote:
> > I never found pandoc useful for anything - so much so that i never
> > even felt a need to evalute its quality for real. I dimly remember
> > that on rare occasions, i
On Wed, Jul 15, 2020 at 11:44:32AM +0200, Marc Espie wrote:
> On Wed, Jul 15 '20 at 05.50 NZST, Ingo Schwarze
> wrote:
> > I never found pandoc useful for anything - so much so that i never
> > even felt a need to evalute its quality for real. I dimly remember
> > that on rare occasions, i saw m
On Mon, Oct 09, 2017 at 10:16:47PM +0300, kasak wrote:
> Hello everybody!
>
> Please look at my virtualhost config:
>
>
> ServerName phpmyadmin
> DocumentRoot /var/www/htdocs/phpmyadmin
>
>
> Options FollowSymLinks
> DirectoryIndex index.php
> Require ip 192.168.0
>
>
On Tue, Oct 01, 2024 at 04:48:34PM +, Anon Loli wrote:
> On Mon, Sep 30, 2024 at 09:45:37PM +0200, Kirill A. Korinsky wrote:
> > On Mon, 30 Sep 2024 21:38:30 +0200,
> > Zé Loff wrote:
> > >
> > >
> > > From your original mess
On Mon, Sep 30, 2024 at 05:54:51PM +, Anon Loli wrote:
> On Sun, Sep 29, 2024 at 07:31:54PM +0200, Kirill A. Korinsky wrote:
> > On Sun, 29 Sep 2024 18:25:15 +0200,
> > Anon Loli wrote:
> > >
> > > The yt-dlp port simply stops working for it's primary use, which is
> > > YouTube
> > > stuff.
On Wed, Nov 27, 2024 at 01:52:50PM +, Laurence Tratt wrote:
> On Wed, Nov 27, 2024 at 01:08:51PM +, Stuart Henderson wrote:
>
> Hello Stuart,
>
> >> One minor thing: I wonder if suggesting mosquitto in `pkg/DESCR` is the
> >> right thing on OpenBSD?
> >>
> >> There is a very long-standing
On Tue, Nov 26, 2024 at 03:56:48PM +, Stuart Henderson wrote:
> Attached. This sees my zzh ok and things look good - I don't have any
> devices handy that I can hook up to it to test at the moment (I don't
> really want to start taking my ikea setup to pieces just to test ;)
>
> : zigbee2mqt
On Sun, Jan 05, 2025 at 04:20:58PM +, Stuart Henderson wrote:
> here's an update to 2.0, I would appreciate if you could give it a spin
> when you have time please.
>
> lots of changes, backing up config and data dir first would be a good idea.
Built it on -rOPENBSD_7_6 CVS tree, as the (am
52 matches
Mail list logo