svn commit: r484488 - in head/databases: postgresql10-server postgresql11-server postgresql93-server postgresql94-server postgresql95-server postgresql96-server

Christoph Moench-Tegeder cmt at burggraben.net
Mon Nov 12 11:31:47 UTC 2018


## Antoine Brodin (antoine at freebsd.org):

> postgresql95-client fails to configure:
> http://package20.nyi.freebsd.org/data/112i386-default-baseline/484493/logs/errors/postgresql95-client-9.5.15_1.log

Caused by:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=bd1463e348fcf3a6e832092ccdeaecda2db9c117

Sounds like we need USES+=compiler and some logic along the lines of
.if ${ARCH} == "i386" && ${CHOSEN_COMPILER_TYPE} == "clang"
CFLAGS+= -msse2
.endif

Can we require SSE2? Or do we have to require gcc? (This will become
a pain once we get to enabling llvmjit - as the name implies, that
feature builds on llvm).

Regards,
Christoph

-- 
Spare Space


More information about the svn-ports-all mailing list