[Bug 216462] [maintainer update] for graphics/openshadinglanguage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 25 21:38:36 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216462

--- Comment #3 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Comment on attachment 179312
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179312
update for graphics/openshadinglanguage

> +		libtinfo.so:devel/ncurses \

Convert to USES=ncurses as the port builds fine with libtinfo.so from base.

> +		... -DOSL_BUILD_CPP11:BOOL=OFF \
> +		-DOSL_BUILD_CPP14:BOOL=OFF

C++11/14 are already default OFF by vendor. Is this part of dropping
USES=compiler:c11?

> -USES=		... compiler:c11
[...]
> -.if ${ARCH} == powerpc
> -USE_GCC=	yes
> -.endif

USES=compiler:c++11-lib would have defined USE_GCC on powerpc for you as long
as /usr/bin/cc remains GCC. ;)

> -.if ${OSVERSION} < 1000033
> -BUILD_DEPENDS+=	flex>=2.5.37:textproc/flex
> -CMAKE_ARGS+=	-DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex
> -CXXFLAGS+=	-I${LOCALBASE}/include/flex
> -.endif

Did you forget to rebase? This part is gone since ports r431169.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list