From owner-svn-ports-head@freebsd.org Mon Jan 30 17:49:19 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 13129CC77A6; Mon, 30 Jan 2017 17:49:19 +0000 (UTC) (envelope-from marino@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 BDAB693C; Mon, 30 Jan 2017 17:49:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0UHnH2E084236; Mon, 30 Jan 2017 17:49:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0UHnHNg084234; Mon, 30 Jan 2017 17:49:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201701301749.v0UHnHNg084234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 30 Jan 2017 17:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432860 - head/ports-mgmt/synth X-SVN-Group: ports-head 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: Mon, 30 Jan 2017 17:49:19 -0000 Author: marino Date: Mon Jan 30 17:49:17 2017 New Revision: 432860 URL: https://svnweb.freebsd.org/changeset/ports/432860 Log: ports-mgmt/synth: Upgrade version 1.67a => 1.68 1) Create a platform-specific (FreeBSD/DF, NetBSD, Linux, Solaris) version of /etc/shells for the builders. This resolves installation errors on packages that manipulate /etc/shells. 2) Give in and finally mount /usr/games if available. This is a performance impact ultimately caused by removing the strfile application from ports with the faulty logic that the 400-line C program can't exist because it's in a non-standard location in base. The alternative is that Synth can't build any applications that require strfile from games, e.g. all fortune ports. Thanks! Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Mon Jan 30 17:48:06 2017 (r432859) +++ head/ports-mgmt/synth/Makefile Mon Jan 30 17:49:17 2017 (r432860) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.67 -PORTREVISION= 1 +PORTVERSION= 1.68 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -20,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libncurs USES= ada:6 USE_GITHUB= yes GH_ACCOUNT= jrmarino -GH_TAGNAME= v1.67a GPR= ${LOCALBASE}/lib/gnat MAKE_ENV= NCURSES_LINK=static Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Mon Jan 30 17:48:06 2017 (r432859) +++ head/ports-mgmt/synth/distinfo Mon Jan 30 17:49:17 2017 (r432860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485421022 -SHA256 (jrmarino-synth-v1.67-v1.67a_GH0.tar.gz) = 2d3da1f6fcc7515dca5c240a5554a1e1173c78107e170615bef77f7305e394f2 -SIZE (jrmarino-synth-v1.67-v1.67a_GH0.tar.gz) = 137955 +TIMESTAMP = 1485776248 +SHA256 (jrmarino-synth-v1.68_GH0.tar.gz) = 040f533e3c98e11e432c7860b80f3e51aa1fe97e5432345d084123ded75cb9ed +SIZE (jrmarino-synth-v1.68_GH0.tar.gz) = 138211