Date: Mon, 30 Jan 2017 17:49:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432860 - head/ports-mgmt/synth Message-ID: <201701301749.v0UHnHNg084234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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! <sarcasm/> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701301749.v0UHnHNg084234>