After the update of CoimMP pkg check shows
libreoffice is missing a required shared library: libCgl.so
libreoffice is missing a required shared library: libClp.so
libreoffice is missing a required shared library: libCbc.so
libreoffice is missing a required shared library: libCoinUtils.so
libreoff
Hello,
context: freebsd-12 r336215 arm64
I don't want xorg or X11 or any of its components installed on this
system. I install ports in the traditional way, in other words cd port
&& make config && make install. Any ports that in a generic config want
to install xorg libs, I want the no-x11 v
On 7/31/18 12:41 PM, tech-lists wrote:
> Hello,
>
> context: freebsd-12 r336215 arm64
>
> I don't want xorg or X11 or any of its components installed on this
> system. I install ports in the traditional way, in other words cd port
> && make config && make install. Any ports that in a generic conf
On 7/31/18 12:49 PM, Guido Falsi wrote:
> On 7/31/18 12:41 PM, tech-lists wrote:
>> Hello,
>>
>> context: freebsd-12 r336215 arm64
>>
>> I don't want xorg or X11 or any of its components installed on this
>> system. I install ports in the traditional way, in other words cd port
>> && make config &&
On 31/07/2018 11:41, tech-lists wrote:
Hello,
context: freebsd-12 r336215 arm64
I don't want xorg or X11 or any of its components installed on this
system. I install ports in the traditional way, in other words cd port
&& make config && make install. Any ports that in a generic config want
t
On 29.07.2018 03:28, Dan Mahoney (Gushi) wrote:
> Hey all,
>
> This may be off topic, but does anyone know a port or configuration for
> FreeBSD that can listen on a serial port and spit out a PDF? I have a
> piece of hardware (a hospital-grade pulse oximeter) that's able to talk to
> an *orig
tech-lists wrote on 2018/07/31 12:41:
There used to be a way to enforce this no-xorg in make.conf but looking
at /usr/share/examples/etc/make.conf I can find no reference to X Xorg
x11 or xorg. I presume there's a new method. If there is, can anyone
please tell me how?
We are using OPTIONS_
On Tue, 31 Jul 2018 11:41:17 +0100
tech-lists wrote:
> Hello,
>
> context: freebsd-12 r336215 arm64
>
> I don't want xorg or X11 or any of its components installed on this
> system. I install ports in the traditional way, in other words cd
> port && make config && make install. Any ports that
Can someone please take a look at the patches?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228020
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-u
On Tue, Jul 31, 2018 at 3:20 AM, Walter Schwarzenfeld <
w.schwarzenf...@utanet.at> wrote:
> After the update of CoimMP pkg check shows
>
> libreoffice is missing a required shared library: libCgl.so
> libreoffice is missing a required shared library: libClp.so
> libreoffice is missing a required s
Hi!
> Can someone please take a look at the patches?
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228020
Done. Thanks for the PR!
--
p...@freebsd.org +49 171 3101372 2 years to go !
___
freebsd-ports@freebsd.org mailing
Can someone please take a look at this PR? It's been sitting for about 3
months.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227853
Thanks in advance!
Kirk
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/free
I see no failures with libreoffice at the moment. Maybe, it is a false
positive.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org
Hi!
> Can someone please take a look at this PR? It's been sitting for about 3
> months.
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227853
Done.
--
p...@freebsd.org +49 171 3101372 2 years to go !
___
freebsd-ports@fre
The UPDATING is not really good
You should add, for less advanced users which uses portmaster
pkg delete \*proto evieext
before the starts portmaster.
Maybe, it is forgotten to move the evieext port too.
___
freebsd-ports@freebsd.org mailing list
h
correction
I meant UPDATING message and
the command should be
pkg delete -f \*proto evieext
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr..
On Tue, Jul 31, 2018 at 1:10 PM, Walter Schwarzenfeld <
w.schwarzenf...@utanet.at> wrote:
> correction
>
> I meant UPDATING message and
>
> the command should be
>
> pkg delete -f \*proto evieext
Perhaps a bit extreme, if safe. There are a LOT of *proto ports. I have 30
installed and most are n
You can compare or check it with the lines /usr/ports/MOVED.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
And after the recompilation I think it is need a "pkg check".
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
How about this?
pkg version -l \? | cut -f 1 -w | xargs pkg delete -f
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
On Tue, Jul 31, 2018 at 3:25 PM, Tatsuki Makino
wrote:
> How about this?
>
> pkg version -l \? | cut -f 1 -w | xargs pkg delete -f
Thanks! Simple and almost works. First, it prompts "Proceed with
deinstalling packages? [y/N]: " and exits. Also, any other orphaned ports
will be deleted which wil
On Tue, Jul 31, 2018 at 5:30 PM, Kevin Oberman wrote:
> On Tue, Jul 31, 2018 at 3:25 PM, Tatsuki Makino <
> tatsuki_mak...@hotmail.com> wrote:
>
>> How about this?
>>
>> pkg version -l \? | cut -f 1 -w | xargs pkg delete -f
>
>
> Thanks! Simple and almost works. First, it prompts "Proceed with
>
> Try:
> pkg version -l \? | cut -f 1 -w | grep -v compat | xargs pkg delete -fy
Sorry, I forgot -o in xargs.
With -o, input of y will reach pkg.
And there is also a bit more hentai command.
sed -e s,^,`pkg info -p -q xproto`/, /usr/ports/x11/xorgproto/pkg-plist | xargs
pkg which -q | sort -u |
On Tue, Jul 31, 2018 at 05:33:48PM -0700, Kevin Oberman wrote:
> Well, not quite. I forgot evieext-1.1.1. It did not show up as orphaned. I
> think that this needs to be fixed as it certainly should have been. Once I
> deleted evieext, the install went smoothly.
zeising@ has just removed evieext
24 matches
Mail list logo