svn commit: r430452 - head/sysutils/arcconf

John Marino freebsd.contact at marino.st
Tue Jan 3 13:33:13 UTC 2017


On 1/3/2017 04:59, Mathieu Arnold wrote:
> Author: mat
> Date: Tue Jan  3 10:59:40 2017
> New Revision: 430452
> URL: https://svnweb.freebsd.org/changeset/ports/430452
>
> Log:
>   Remove redundant code.
>
>   Sponsored by:	Absolight
>
> Modified:
>   head/sysutils/arcconf/Makefile   (contents, props changed)
>
> Modified: head/sysutils/arcconf/Makefile
> ==============================================================================
> --- head/sysutils/arcconf/Makefile	Tue Jan  3 10:06:56 2017	(r430451)
> +++ head/sysutils/arcconf/Makefile	Tue Jan  3 10:59:40 2017	(r430452)
> @@ -32,10 +32,6 @@ DIST_OSVER=	9
>  DIST_OSVER=	10
>  .endif
>
> -.if ${OPSYS} != FreeBSD
> -IGNORE=		installs incompatible binaries for FreeBSD
> -.endif
> -
>  .if ${ARCH} == amd64
>  DIST_EXT=	_x64
>  .elif ${ARCH} == i386
>


Unless I'm missing something, that wasn't redundant.
For example, if OPSYS equals "DragonFly", it was a quite important line. 
  Right?

John


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the svn-ports-all mailing list