unable to build www/webkit-gtk2

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Tue Apr 28 15:45:48 UTC 2015


On Tue, 28 Apr 2015 16:04+0200, Trond Endrestøl wrote:

> On Tue, 28 Apr 2015 10:02-0400, Carmel NY wrote:
> 
> > On Tue, 28 Apr 2015 15:20:13 +0200 (CEST), Trond Endrestøl stated:
> > 
> > > Right, my memory failed me again.
> > > 
> > > Try:
> > > 
> > > USE_GCC=4.8+
> > 
> > Still fails wit the same message regarding versions.

My Makefile.local is a bit verbose as I have a common ports tree for 
all my VMs.

Anyway, here's the contents of my www/webkit-gtk2/Makefile.local file:

# www/webkit-gtk2/Makefile.local
# amd64 stable/10 needs g++48, 'cos clang doesn't understand the file format of libWTF.a generated as part of the build

__BRANCH!=      uname -r | awk '{split($$0, b, "-"); print tolower(b[2])}'
__VERSION!=     uname -r | awk '{split($$0, v, "."); print v[1]}'
__ARCH!=        uname -p

__BRANCH_VERSION_ARCH=  ${__BRANCH}-${__VERSION}-${__ARCH}

.if ${__ARCH} == "amd64"
.if ${__BRANCH} == "stable"
.if ${__VERSION} == "10"
USE_GCC=        4.8+
.endif
.endif
.endif

.undef __BRANCH
.undef __VERSION
.undef __ARCH
.undef __BRANCH_VERSION_ARCH

# EOF

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+


More information about the freebsd-questions mailing list