From owner-svn-ports-all@freebsd.org Fri May 12 20:41:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69610D6A47D; Fri, 12 May 2017 20:41:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F8FCBA4; Fri, 12 May 2017 20:41:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CKfq9i026039; Fri, 12 May 2017 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CKfqmA026037; Fri, 12 May 2017 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201705122041.v4CKfqmA026037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 May 2017 20:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440712 - in branches/2017Q2/games/acm: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 20:41:53 -0000 Author: jbeich Date: Fri May 12 20:41:51 2017 New Revision: 440712 URL: https://svnweb.freebsd.org/changeset/ports/440712 Log: MFH: r440711 games/acm: unbreak on aarch64 xdr_var_array.c:82:12: fatal error: 'machine/limits.h' file not found # include ^ 1 error generated. Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2017Q2/games/acm/Makefile branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/games/acm/Makefile ============================================================================== --- branches/2017Q2/games/acm/Makefile Fri May 12 20:38:45 2017 (r440711) +++ branches/2017Q2/games/acm/Makefile Fri May 12 20:41:51 2017 (r440712) @@ -24,8 +24,6 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBull USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ -BROKEN_aarch64= Fails to compile: machine/limits.h not found - OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas Modified: branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c ============================================================================== --- branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Fri May 12 20:38:45 2017 (r440711) +++ branches/2017Q2/games/acm/files/patch-dis_lib_xdr_var_array.c Fri May 12 20:41:51 2017 (r440712) @@ -1,19 +1,14 @@ ---- dis/lib/xdr_var_array.c~ Mon May 11 20:58:55 1998 -+++ dis/lib/xdr_var_array.c Sun Jul 6 03:21:47 2003 -@@ -75,6 +75,12 @@ +--- dis/lib/xdr_var_array.c.orig 1998-05-12 03:58:55 UTC ++++ dis/lib/xdr_var_array.c +@@ -75,6 +75,7 @@ static char *rcsid = "$Id: xdr_var_array.c,v 1.2 1998/ #include #include -+#include -+#if __FreeBSD_Version__ >= 500113 -+# include -+#else -+# include -+#endif ++#include #include #include -@@ -104,7 +110,7 @@ +@@ -104,7 +105,7 @@ xdr_var_array(register XDR * xdrs, caddr_t * addrp, u_ register u_int nodesize; c = size;