6.2-stable multimedia/mpv x265_2.5.tar.gz 404 Not Found

2018-02-23 Thread Adam Jensen
Oops, ports-bugs is probably the better mailing list for this problem (below). Forwarded Message Subject: 6.2-stable multimedia/mpv x265_2.5.tar.gz 404 Not Found Date: Fri, 23 Feb 2018 14:53:21 -0500 From: Adam Jensen <han...@riseup.net> To: po...@openbsd.org On a f

OpenBSD ports: PostgreSQL PL/R

2017-10-30 Thread Adam Jensen
Would it be difficult or awkward in any way to include PL/R [1] along with the PostgreSQL and R ports? [1]: If PostGIS [2] were also included then that creates an interesting Data Science capability that even FreeBSD currently lacks. [2]:

Re: 6.1-stable amd64 lang/python/2.7

2017-08-05 Thread Adam Jensen
On Sat, 5 Aug 2017 22:08:13 -0400 Daniel Jakots wrote: > Check your dmesg. I guess you lack the wxallowed flag on your pobj > mount point. > Thanks, that seems to have fixed the build problem. There might be an opportunity for someone in the dev/doc community to insert a

6.1-stable amd64 lang/python/2.7

2017-08-05 Thread Adam Jensen
$ sysctl -n kern.version OpenBSD 6.1-stable (GENERIC.MP) #0: Sat Aug 5 19:07:13 EDT 2017 han...@lucidrine.bohemia.net:/sys/arch/amd64/compile/GENERIC.MP $ cat /usr/ports/CVS/Tag TOPENBSD_6_1 $ cd /usr/ports/lang/python/2.7 $ make 2>&1 | /usr/ports/infrastructure/bin/portslogger ~/portlog $

fpc-3.0.2, lazarus-1.6.4

2017-05-06 Thread Adam Jensen
$ sysctl -n kern.version OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP fpc-3.0.2, lazarus-1.6.4 Installed via `pkg_add` $ echo $PKG_PATH http://ftp.openbsd.org/%m --- Problem --- At start, the "Configure

Re: 5.8-stable: lang/python/2.7 -tkinter

2016-04-04 Thread Adam Jensen
On Sat, 2 Apr 2016 08:24:19 +0200 Remi Pointel wrote: > > Hello, > > Tkinter has been renamed to tkinter in Python 3, so you should import > 'Tkinter' in Python 2 (https://docs.python.org/2/library/tkinter.html). > > Cheers, > > Remi. Thanks, Remi. That fixes the

Re: [5.8-stable] sqlite3-tcl problem

2016-02-22 Thread Adam Jensen
On Thu, 18 Feb 2016 21:26:11 +0100 Giovanni Bechis wrote: > Does LD_PRELOAD=/usr/lib/libpthread.so tclsh8.5 works ? Yes! $ LD_PRELOAD=/usr/lib/libpthread.so tclsh8.5 % package require sqlite3 3.8.0.2 % That might be a usable workaround for someone who needs to run a

Re: [5.8-stable] math/hdf5

2016-02-19 Thread Adam Jensen
On Thu, 18 Feb 2016 02:41:54 +0100 Juan Francisco Cantero Hurtado <i...@juanfra.info> wrote: > On Wed, Feb 17, 2016 at 02:58:43PM -0500, Adam Jensen wrote: > > ===> octave-4.0.0 depends on: hdf5-* - not found > > ===> Verifying install for hdf5-* in math/hdf5 > &

Re: [5.4-stable i386] gcc4.8 executable names prefixed with e

2014-01-30 Thread Adam Jensen
Thanks for the responses! Setting user aliases, environment variables, and passing variables through *make* seem to take care of most of the issue. However, I am currently stuck with this error (during a build): egcc-ar: Cannot find plugin 'liblto_plugin.so' The plugin seems to be present:

Re: [5.4-stable i386] gcc4.8 executable names prefixed with e

2014-01-30 Thread Adam Jensen
On Thu, 30 Jan 2014 19:20:37 -0500 Adam Jensen han...@riseup.net wrote: Thanks for the responses! Setting user aliases, environment variables, and passing variables through *make* seem to take care of most of the issue. However, I am currently stuck with this error (during a build): egcc

[5.4-stable i386] gcc4.8 executable names prefixed with e

2014-01-29 Thread Adam Jensen
Hi, I installed the gnat-4.8 package and I noticed that all of the executables were prefixed with an e, e.g. egcc, egnat, egnatmake, etc. This introduces some awkwardness into building other software. Is there a good reason to have it this way? Or, to put it another way, would it break