svn commit: r551634 - head/databases/postgresql13-server

Gerald Pfeifer gerald at pfeifer.com
Sat Oct 10 14:04:28 UTC 2020


On Thu, 8 Oct 2020, Piotr Kubaj wrote:
> So ideally, it would need to be something like BROKEN:
> BROKEN_FreeBSD_12_powerpc64=
> 
> I'll look whether something like this works:
> OPTIONS_EXCLUDE_powerpc64=	${OPTIONS_EXCLUDE_powerpc64_${OSREL:R}}
> OPTIONS_EXCLUDE_powerpc64_12=	LLVM

How about using a simple old .if statement? :-)

  .if ...
  :
  .endif

Gerald


More information about the svn-ports-all mailing list