svn commit: r432834 - head/audio/logitechmediaserver

Mathieu Arnold mat at FreeBSD.org
Mon Jan 30 11:44:53 UTC 2017


Le 30/01/2017 à 12:23, Ben Woods a écrit :
> +
> +ARCHNAME!=	${PERL} -V:archname | ${AWK} -F"'" '{print $$2}'
> +

This should never be needed. On FreeBSD, archname is "mach" and never
dependant on the real architecture.

> +.if ${ARCH} == "i386" && ${OSREL:R:R} == "9"
> +PLIST_SUB+=	NOT_9I386="@comment "
> +.else
> +PLIST_SUB+=	NOT_9I386=""
> +.endif

Note that 9 is not supported and there is little chance that you will be
able to build anything in the ports tree with it right now as the
framework has had a few updates that 9 does not support.

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170130/df064032/attachment.sig>


More information about the svn-ports-head mailing list