kdevelop missing dependency for kde4-baseapps

2017-06-13 Thread fred woods
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 -

Re: Opera, still functional, 'one cannot make new configs' etc since v9 > v10

2015-01-13 Thread Fred Woods
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

Re: Opera, still functional, 'one cannot make new configs' etc since v9 > v10

2015-01-11 Thread Fred Woods
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

python --with-pydebug and google generate your project build tools

2015-01-10 Thread Fred Woods
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

emulators/pipelight failing to build

2015-01-04 Thread Fred Woods
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

/usr/ports/Mk/bsd.gcc.mk

2015-01-03 Thread Fred Woods
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