From owner-svn-ports-branches@freebsd.org Thu Aug 3 19:24:46 2017 Return-Path: Delivered-To: svn-ports-branches@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 27A5EDCF1B7; Thu, 3 Aug 2017 19:24:46 +0000 (UTC) (envelope-from ultima@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 E7E1967D11; Thu, 3 Aug 2017 19:24:45 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v73JOjY7095967; Thu, 3 Aug 2017 19:24:45 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73JOjku095966; Thu, 3 Aug 2017 19:24:45 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708031924.v73JOjku095966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Thu, 3 Aug 2017 19:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447276 - in branches/2017Q3/audio/wildmidi: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in branches/2017Q3/audio/wildmidi: . files X-SVN-Commit-Revision: 447276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 19:24:46 -0000 Author: ultima Date: Thu Aug 3 19:24:44 2017 New Revision: 447276 URL: https://svnweb.freebsd.org/changeset/ports/447276 Log: MFH: r447274 This change will fix BROKEN status on several latest FreeBSD branches that will be upcoming releases. PR: 220843 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11829 Approved by: ports-secteam Added: branches/2017Q3/audio/wildmidi/files/ - copied from r447274, head/audio/wildmidi/files/ Modified: branches/2017Q3/audio/wildmidi/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/audio/wildmidi/Makefile ============================================================================== --- branches/2017Q3/audio/wildmidi/Makefile Thu Aug 3 18:49:46 2017 (r447275) +++ branches/2017Q3/audio/wildmidi/Makefile Thu Aug 3 19:24:44 2017 (r447276) @@ -53,6 +53,11 @@ LIB_DEPENDS+= libasound.so:audio/alsa-lib . endif .endif +# base: r318780, r319651, r319653 +.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1200031 || (${OSVERSION} >= 1100514 && ${OSVERSION} < 1200000) || (${OSVERSION} >= 1003514 && ${OSVERSION} < 1100000)) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_wm__tty.c +.endif + post-patch: @${GREP} -L ${LOCALBASE} ${WRKSRC}/cfg/wildmidi.cfg | ${XARGS} \ ${REINPLACE_CMD} -e "/^dir \/usr\/share\//{" \