On 9/24/2012 1:53 PM, Kris Moore wrote:
The one thing I know we do different is use GDM, not sure how that would effect it. Aside from that it seems we have a similar setup. We've run into this on half a dozen systems now though, so its gotta be a setting / package or something else. Do you use any other make.conf options?
I just attached my entire make.conf .. It's a bit cluttered, but it works for me. :P
You can safely ignore the LIBCPLUSPLUS stuff.. It was an experiment, the stability of my KDE system pre-existed that.. So that definitely has nothing to do with it.
You guys might try switching from GDM to KDM and see what happens. -- Chuck Burns <brea...@gmail.com>
DIALOG="/usr/ports/Tools/scripts/dialogwrapper.sh" SVN_UPDATE=true SVN=/usr/local/bin/svn RUBY_DEFAULT_VER=1.9 RUBY_VER=1.9 CFLAGS= -O2 -pipe COPTFLAGS= -O -pipe .if !defined(USE_GCC) GOCLANG=true .endif .if defined(USE_GCC) .undef GOCLANG .endif #XORG_COMPLETE=true WITH_NEW_XORG=true WITH_LIBCPLUSPLUS=yes WITH_CCACHE_BUILD=true .if ${.CURDIR:M*/devel/antlr*} | \ ${.CURDIR:M*/devel/google-perftools* } | \ ${.CURDIR:M*/graphics/ImageMagick* } | \ ${.CURDIR:M*/graphics/opencv*} | \ ${.CURDIR:M*/www/libxul*} | \ ${.CURDIR:M*/x11/kdelibs4*} | \ ${.CURDIR:M*/emulators/virtualbox-ose*} | \ ${.CURDIR:M*/lang/ruby18*} | \ ${.CURDIR:M*/lang/gcc*} | \ ${.CURDIR:M*/graphics/nvidia-texture-tools*} | \ ${.CURDIR:M*/graphics/devil*} | \ ${.CURDIR:M*/devel/bullet*} | \ ${.CURDIR:M*/devel/binutils*} | \ ${.CURDIR:M*/x11-toolkits/swt-devel*} USE_GCC?=4.2 CPUTYPE?=opteron .undef GOCLANG .endif .if ${.CURDIR:M*/accessibility/jovie*} | \ ${.CURDIR:M*/audio/grip*} | \ ${.CURDIR:M*/audio/mpg123*} | \ ${.CURDIR:M*/audio/rosegarden*} | \ ${.CURDIR:M*/databases/virtuoso*} | \ ${.CURDIR:M*/devel/apache-ant*} | \ ${.CURDIR:M*/devel/icu*} | \ ${.CURDIR:M*/devel/log4j*} | \ ${.CURDIR:M*/graphics/tonicpoint-viewer*} | \ ${.CURDIR:M*/java/*} | \ ${.CURDIR:M*/math/fftw3*} | \ ${.CURDIR:M*/multimedia/avidemux2*} | \ ${.CURDIR:M*/multimedia/vlc*} | \ ${.CURDIR:M*/multimedia/xbmc*} | \ ${.CURDIR:M*/net/mpich2*} | \ ${.CURDIR:M*/net/opal3*} | \ ${.CURDIR:M*/net-p2p/vuze*} | \ ${.CURDIR:M*/sysutils/lsof*} | \ ${.CURDIR:M*/irc/kvirc*} | \ ${.CURDIR:M*/accessibility/kmouth*} | \ ${.CURDIR:M*/deskutils/kdepim44*} | \ ${.CURDIR:M*/science/kalzium*} | \ ${.CURDIR:M*/net/ushare*} | \ ${.CURDIR:M*/multimedia/webcamd*} | \ ${.CURDIR:M*/textproc/fop*} | \ ${.CURDIR:M*/www/firefox*} | \ ${.CURDIR:M*/x11/lxpanel*} | \ ${.CURDIR:M*/science/avogadro*} | \ ${.CURDIR:M*audio/wavpack*} | \ ${.CURDIR:M*/ports-mgmt/packagekit*} | \ ${.CURDIR:M*/ports-mgmt/apper*} | \ ${.CURDIR:M*/multimedia/x264*} | \ ${.CURDIR:M*/x11-toolkits/gigi*} | \ ${.CURDIR:M*/sysutils/cdrtools*} | \ ${.CURDIR:M*/x11-toolkits/swt*} USE_GCC?=4.6+ CPUTYPE?=amdfam10 .undef GOCLANG .endif .if defined(USE_GCC) .undef GOCLANG .endif .if defined(GOCLANG) .if !defined(CC) || ${CC} == "cc" CC=clang .endif .if !defined(CXX) || ${CXX} == "c++" CXX=clang++ .endif .if !defined(CPP) || ${CPP} == "cpp" CPP=clang-cpp .endif CPUTYPE?=amdfam10 NO_WERROR= WERROR= .endif .if ${CC} == "clang" CFLAGS+= -Qunused-arguments .endif .if ${CXX} == "clang++" #CXXFLAGS+= -stdlib=libc++ #LDFLAGS+= -stdlib=libc++ .endif WITH_PKGNG=yes # added by use.perl 2012-09-09 19:14:35 PERL_VERSION=5.14.2
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information