From owner-svn-ports-head@freebsd.org Sat Sep 30 08:23:27 2017 Return-Path: Delivered-To: svn-ports-head@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 78C6EE15AA2; Sat, 30 Sep 2017 08:23:27 +0000 (UTC) (envelope-from gahr@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 42BB56658B; Sat, 30 Sep 2017 08:23:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8U8NQ8O031815; Sat, 30 Sep 2017 08:23:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8U8NQ4X031812; Sat, 30 Sep 2017 08:23:26 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709300823.v8U8NQ4X031812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sat, 30 Sep 2017 08:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450949 - head/devel/critcl X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/critcl X-SVN-Commit-Revision: 450949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 08:23:27 -0000 Author: gahr Date: Sat Sep 30 08:23:25 2017 New Revision: 450949 URL: https://svnweb.freebsd.org/changeset/ports/450949 Log: devel/critcl: fix PLIST on x86 Modified: head/devel/critcl/Makefile head/devel/critcl/pkg-plist Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/Makefile Sat Sep 30 08:23:25 2017 (r450949) @@ -22,7 +22,8 @@ GH_ACCOUNT= andreas-kupries TEST_TARGET= test -PLIST_SUB+= VER=${PORTVERSION} +PLIST_SUB+= VER=${PORTVERSION} \ + ARCH=${ARCH:S/i386/ix86/} PORTDOCS= * NO_BUILD= yes Modified: head/devel/critcl/pkg-plist ============================================================================== --- head/devel/critcl/pkg-plist Sat Sep 30 08:03:04 2017 (r450948) +++ head/devel/critcl/pkg-plist Sat Sep 30 08:23:25 2017 (r450949) @@ -97,7 +97,7 @@ lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c lib/critcl%%VER%%/license.terms lib/critcl%%VER%%/pkgIndex.tcl lib/critcl_md5c0.12/critcl-rt.tcl -lib/critcl_md5c0.12/freebsd-amd64/md5c.so +lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so lib/critcl_md5c0.12/license.terms lib/critcl_md5c0.12/pkgIndex.tcl lib/critcl_md5c0.12/teapot.txt