svn commit: r447276 - in branches/2017Q3/audio/wildmidi: . files
Richard Gallamore
ultima at FreeBSD.org
Thu Aug 3 19:24:46 UTC 2017
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 at 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\//{" \
More information about the svn-ports-all
mailing list