From owner-svn-ports-all@freebsd.org Tue Jul 14 02:16:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 434B8351757; Tue, 14 Jul 2020 02:16:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5PJk0lrpz3dJ8; Tue, 14 Jul 2020 02:16:22 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F148D1EB7B; Tue, 14 Jul 2020 02:16:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06E2GLcW016518; Tue, 14 Jul 2020 02:16:21 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06E2GLPd016515; Tue, 14 Jul 2020 02:16:21 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <202007140216.06E2GLPd016515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 14 Jul 2020 02:16:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542178 - in branches/2020Q3/cad/alliance: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2020Q3/cad/alliance: . files X-SVN-Commit-Revision: 542178 X-SVN-Commit-Repository: ports 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.33 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: Tue, 14 Jul 2020 02:16:22 -0000 Author: jkim Date: Tue Jul 14 02:16:21 2020 New Revision: 542178 URL: https://svnweb.freebsd.org/changeset/ports/542178 Log: MFH: r542173 Honor $YACC and fix build with recent byacc on head after r363170. PR: 247522 Approved by: ports-secteam (blanket, build fix) Added: branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am - copied unchanged from r542173, head/cad/alliance/files/patch-exp_src_Makefile.am branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h - copied unchanged from r542173, head/cad/alliance/files/patch-fvh_src_fbl__byacc.h Modified: branches/2020Q3/cad/alliance/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/cad/alliance/Makefile ============================================================================== --- branches/2020Q3/cad/alliance/Makefile Tue Jul 14 01:58:10 2020 (r542177) +++ branches/2020Q3/cad/alliance/Makefile Tue Jul 14 02:16:21 2020 (r542178) @@ -29,7 +29,7 @@ USE_TEX= dvipsk:build latex:build USE_XORG= ice sm x11 xext xt HAS_CONFIGURE= yes -CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} +CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} YACC=${YACC} CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ --prefix=${ALLIANCE_TOP} Copied: branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am (from r542173, head/cad/alliance/files/patch-exp_src_Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am Tue Jul 14 02:16:21 2020 (r542178, copy of r542173, head/cad/alliance/files/patch-exp_src_Makefile.am) @@ -0,0 +1,11 @@ +--- exp/src/Makefile.am.orig 2014-08-02 23:38:00 UTC ++++ exp/src/Makefile.am +@@ -2,7 +2,7 @@ + + bin_PROGRAMS = exp + +-YACC = @YACC@ -d -v --debug ++YACC = @YACC@ -d -v -t + CFLAGS = @CFLAGS@ @ALLIANCE_CFLAGS@ + exp_LDADD = + Copied: branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h (from r542173, head/cad/alliance/files/patch-fvh_src_fbl__byacc.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h Tue Jul 14 02:16:21 2020 (r542178, copy of r542173, head/cad/alliance/files/patch-fvh_src_fbl__byacc.h) @@ -0,0 +1,9 @@ +--- fvh/src/fbl_byacc.h.orig 2014-08-02 23:38:00 UTC ++++ fvh/src/fbl_byacc.h +@@ -119,5 +119,5 @@ extern void fbl_select(); + extern char * fbl_stostr __P((char *str)); + + extern void fbl_y_error __P((char *str)); +- extern long fbl_y_lex __P(()); ++ extern int fbl_y_lex __P(()); +