uname: FreeBSD 11.0-RELESE-p9
arch: amd64
While trying to install the VirtualBox package, ran in to an issue libEGL.
Found out that libEGL and libGL have been moved to mesa-libs (only
documented in MOVED),
Did freebsd-update, and used portsnap to make sure system was up to date.
Did a pkg delete -
I installed on FreeBSD 9.3 adm64 p5, with gtk2 off.
KDE4 Plasma X server.
Radeon xorg driver (ATI 7750 card).
Got an error about missing libfreetype.so.9, but the browser seemed to work
fine.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd
If you run opera from a terminal window, do you get something like the
problem described in:
http://stackoverflow.com/questions/2568408/pango-warning-failed-to-choose-a-font-expect-ugly-output
If yes, then a possible work-around is:
Move any pango compliant fonts to /usr/local/lib/X11/fonts
mv /u
The google generate your project build tool used by some ports (chromium,
firefox) is not compatible with python built with the debug option
(--with-pydebug).
https://code.google.com/p/gyp/source/browse/trunk/pylib/gyp/input.py
starting at lines 896 to 904.
Code looks for non-zero status or any out
What version of gpg and libgcrypt are you using (gpg --version)?
Seems to work with gpg 2.1.0 and libgcrypt 1.6.1.
However, online docs for gpg seem to indicate --verify is being used wrong
in the Makefile in the port working directory.
https://www.gnupg.org/documentation/manpage.html
"...
–veri
Who should I talk to regarding a change to /usr/ports/Mk/bsd.gcc.mk ?
Using FreeBSD 9.3 with latest ports tree.
Line 164 of bsd.gcc.mk reads:
LDFLAGS+= -Wl,-rpath=${_GCC_RUNTIME} -L${_GCC_RUNTIME}
Think it should read:
LDFLAGS:= -Wl,-rpath=${_GCC_RUNTIME} -L${_GCC_RUNTIME} ${LDFLAGS}
Issue was f