Re: Can't build a working package for texlive-texmf

2021-04-20 Thread D';Arcy Cain
On 2021-04-20 9:05 a.m., Mateusz Piotrowski wrote: On 20/04/2021 14:36, D'Arcy Cain wrote: I guess my next step is to install gdb and build pkg with symbols unless someone can point me to an easy answer. Just a note: you may have a debugger already installed as /usr/bin/lldb. Also, pk

Can't build a working package for texlive-texmf

2021-04-20 Thread D';Arcy Cain
I have been struggling with this for months. Has anyone else seen this? I have a network of servers and I like to build packages from source. I don't use Poudriere. I have a series of scripts that determine what needs to be built on the package server. I currently have 1,152 packages built

Re: No update for a day on ports?

2021-04-01 Thread D';Arcy Cain
On 2021-04-01 4:55 a.m., Bob Eager wrote: I got a partial answer. There is a port, net/gitup, that will do an update of sorts. (Note: I was just told 'gitup' and there is an old port, now renamed 'git-up', which is not the right one). I just tried gitup and was told tha I had no permissions for

Build error - cannot run C compiled programs

2020-09-27 Thread D';Arcy Cain
I am trying to build zoom on FreeBSD and it is failing with the following error in audio/linux-c7-alsa-plugins-oss: checking whether we are cross compiling... ELF binary type "0" not known. configure: error: in `/usr/obj/usr/ports/audio/linux-c7-alsa-plugins-oss/work/32/alsa-plugins-1.1.6': config

Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-18 Thread D';Arcy Cain
On 2020-04-18 17:23, Matthias Andree wrote: > Am 18.04.20 um 18:40 schrieb D'Arcy Cain: >> On 2020-04-18 10:18, ajtiM via freebsd-ports wrote: >>> BTW, I do not know why some apps need llvm60 still: >> I really wish there was only one llvm. It's one of those thi

Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-18 Thread D';Arcy Cain
On 2020-04-18 13:24, Christoph Moench-Tegeder wrote: >>> asterisk16: 16.9.0 > > That's surprising - asterisk16 with somewhat usual OPTIONS does not > have a direct python dependency - I'd guess you're seeing an indirect > dependency via newt (devel/newt) which has PYTHON as a default OPTIO

Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-18 Thread D';Arcy Cain
On 2020-04-18 10:18, ajtiM via freebsd-ports wrote: > BTW, I do not know why some apps need llvm60 still: I really wish there was only one llvm. It's one of those things that can take days to build. A minor upgrade can trigger multiple rebuilds. In my case only llvm80 and llvm90 but still. --

Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-18 Thread D';Arcy Cain
On 2020-04-18 04:06, andrew clarke wrote: > Out of interest I ran "pkg del python27" on my FreeBSD machine just to > see what would break. Conspicuous was devel/mercurial: I did the same thing. Out of 19 packages to be deleted here are the four that matter. I believe the rest are mainly dependen

Re: Creating meta and packagesite

2020-02-10 Thread D';Arcy Cain
On 2020-02-09 09:29, Bob Eager wrote: > See 'man pkg-repo' Thanks to everyone who answered. I'm not sure how I missed that other than I searched the man page for "meta" and "packagesite", two words that don't show up in the pkg man page. -- D'Arcy J.M. Cain | Democracy is three wolves

Creating meta and packagesite

2020-02-09 Thread D';Arcy Cain
First of all, I know the answer is "poudrire" but I have been struggling with that and it seems like overkill for what I need. I already have my own system for building the ports that I want and I have set up a web server to serve them to my local machines. The one thing I need is to build meta.t

Re: XXX needs Python 3.4 at least, but 2.7 was specified

2019-12-25 Thread D';Arcy Cain
On 12/24/19 5:56 PM, w.schwarzenfeld wrote: > At least a workaround (maybe the sollutiion): > > > https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209881&action=diff Another workaround if you don't want to modify files in the repo is to simply go into the problem folder, /usr/ports/graphics/g

Re: New 2019Q4 branch

2019-10-02 Thread D';Arcy Cain
On 2019-10-02 1:16 a.m., Tobias Kortkamp wrote: >> - Default version of LLVM switched to 8.0 > - Default LLVM is now 9.0 Is that a correction or a typo? -- D'Arcy J.M. Cain | Democracy is three wolves http://www.druid.net/darcy/| and a sheep voting on +1 416 788 2246

Looking to port weasyprint

2019-05-20 Thread D';Arcy Cain
I tried creating this port butI am new to FreeBSD ports (I am a NetBSD committer) and I can't seem to make this work. I can get the package built but it has lots of errors. Here is my attempt. Can anyone help and, once working, commit it? # Created by: D'Arcy Cain # $FreeBSD$