Date: Tue, 19 Mar 2013 09:40:01 GMT From: Koop Mast <kwm@rainbow-runner.nl> To: gnome@FreeBSD.org Subject: Re: ports/177086: www/webkit-gtk3 does not build Message-ID: <201303190940.r2J9e1UF077322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177086; it has been noted by GNATS. From: Koop Mast <kwm@rainbow-runner.nl> To: Beeblebrox <zaphod@berentweb.com>, bug-followup@FreeBSD.org Cc: Subject: Re: ports/177086: www/webkit-gtk3 does not build Date: Tue, 19 Mar 2013 10:31:16 +0100 On 19-3-2013 7:33, Beeblebrox wrote: > Koop Mast wrote: >> webkit-gtk3 should build normaly, can you post your make.conf? It >> probably custom CFLAGS that are causing problems. Please keep the bug-followup@FreeBSD.org address in the CC so that comments will be saved to the problem report. > AS YOU REQUESTED: > > CPUTYPE?= k8 #native > > # Disable spam warnings in clang > .if ${CC:T} == "clang" > CFLAGS+= -Qunused-arguments > .endif > > #WITH_CCACHE_BUILD=yes > > #------------------------------------------------------------ > #_PORTS_SETTINGS > .if ${.CURDIR:M/usr/ports} || ${.CURDIR:M/usr/ports/*} || > ${.CURDIR:M/asp/ports} || ${.CURDIR:M/asp/ports/*} > #FORCE_MAKE_JOBS=yes > MAKE_JOBS_NUMBER=9 > WITH_CPUFLAGS=yes > BUILD_OPTIMIZED=yes > BATCH=yes > #CC=gcc46 > #CXX=g++46 > #CPP=cpp46 > #USE_GCC=any > #CC:=${CC:C,^gcc46,/usr/local/libexec/ccache/world/gcc46,1} > #CXX:=${CXX:C,^g\+\+\46,/usr/local/libexec/ccache/world/g++46,1} > .include "/etc/make/portset.conf" > .endif > > # added by use.perl 2013-03-18 19:47:31 > PERL_VERSION=5.16.2 > > > AND /ETC/MAKE/PORTSET.CONF: > > #_PORT_WITH_WITHOUT > WITHOUT_NOUVEAU=yes > NO_PROFILE=yes > WITH_PKGNG=yes > WITHOUT_NLS=yes > WITHOUT_ARTS=yes > WITHOUT_IPV6=yes > WITH_GTK2=yes > GNUSTEP_WITH_GCC46=yes > > #_PREFERRED_PORTS > QT4_OPTIONS= CUPS QGTKSTYL > MYSQL_VERSION= 55 > MYSQL_DEFAULT_VERSION= 55 > BDB_VERSION= 48 > WANT_BDB_VER= 48 > LIBIODBC_PORT= databases/unixODBC > #LUA_VER= 5.2 > #WITH_LUA_VER= 5.2 > > WITH_MOZILLA= firefox > WITH_GECKO= xulrunner > > JAVA_OS= native > JAVA_VENDOR= openjdk > OVERRIDE_LINUX_BASE_PORT= f10 > OVERRIDE_LINUX_NOBASE_PORTS= f10 > DIRAC_PORT= multimedia/schroedinger > APACHE_PORT= www/nginx > LIBUNGIF_PORT= graphics/giflib > QT33_PORT= x11-toolkits/qt4-gui > XML-COMMONS_PORT= textproc/xerces-j > > > When building on host I get this warning as well: > WARNING: `automake-1.11' is missing on your system. You should only > need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. > You might want to install the `Automake' and `Perl' packages. Grab them > from any GNU archive site. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303190940.r2J9e1UF077322>