Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 19:24:45 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
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
Message-ID:  <201708031924.v73JOjku095966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <liangtai.s16@gmail.com> (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\//{" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708031924.v73JOjku095966>