View Single Post
  #3   (View Single Post)  
Old 20th September 2011
Brainfsck Brainfsck is offline
New User
 
Join Date: Aug 2011
Location: Germany
Posts: 8
Default

Quote:
Originally Posted by DutchDaemon View Post
Do you have anything in /etc/make.conf?
I had been experimenting with parallel builds, but commented it out, so now it says the following:

Code:
# cat /etc/make.conf
CFLAGS+=-Os -fno-strict-aliasing -pipe"
CXXFLAGS+=-Os -fno-strict-aliasing -pipe"

#CPUTYPE=native

#FORCE_MAKE_JOBS=yes
# These I know to be unsafe

#UNSAFE_PORTS =audio/libsndfile
#UNSAFE_PORTS+=audio/nas
#UNSAFE_PORTS+=audio/xfce4-mixer
#UNSAFE_PORTS+=devel/doxygen
#UNSAFE_PORTS+=devel/gperf
#UNSAFE_PORTS+=devel/libthai
#UNSAFE_PORTS+=devel/nasm
#UNSAFE_PORTS+=devel/pth
#UNSAFE_PORTS+=devel/dbus-qt4
#UNSAFE_PORTS+=editors/vim
#UNSAFE_PORTS+=games/falconseye
#UNSAFE_PORTS+=graphics/libart_lgpl
#UNSAFE_PORTS+=lang/lua50
#UNSAFE_PORTS+=lang/ocaml
#UNSAFE_PORTS+=misc/e2fsprogs-libuuid
#UNSAFE_PORTS+=net-mgmt/net-snmp
#UNSAFE_PORTS+=print/ghostscript8
#UNSAFE_PORTS+=security/libgpg-error
#UNSAFE_PORTS+=security/nss
#UNSAFE_PORTS+=textproc/xerces-c2
#UNSAFE_PORTS+=www/lynx
#UNSAFE_PORTS+=x11-clocks/kdetoys3

# Apply disabling make jobs
#.for port in ${UNSAFE_PORTS}
#.if !empty(.CURDIR:M*/${port})
#DISABLE_MAKE_JOBS=yes
#.endif
#.endfor

# added by use.perl 2011-09-14 12:04:30
PERL_VERSION=5.12.4
Reply With Quote