Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 06:36:00 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482810 - head/devel/csmith
Message-ID:  <201810230636.w9N6a09T011826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 23 06:36:00 2018
New Revision: 482810
URL: https://svnweb.freebsd.org/changeset/ports/482810

Log:
  Enable build on all archs.  Apparently the x86-specific code is long gone.
  
  PR:		229725
  Submitted by:	Greg V <greg at unrelenting.technology>
  Approved by:	maintainer timeout (> 3 months)

Modified:
  head/devel/csmith/Makefile

Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile	Tue Oct 23 05:48:25 2018	(r482809)
+++ head/devel/csmith/Makefile	Tue Oct 23 06:36:00 2018	(r482810)
@@ -20,8 +20,6 @@ USE_PERL5=	run
 SHEBANG_FILES=	scripts/compiler_test.pl scripts/launchn.pl
 USE_LDCONFIG=	yes
 
-ONLY_FOR_ARCHS=	i386 amd64
-
 OPTIONS_DEFINE=	DOCS
 
 PLIST_SUB=	PKGNAME="${PKGNAME}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810230636.w9N6a09T011826>