svn commit: r491721 - head/textproc/scdoc

Jan Beich jbeich at FreeBSD.org
Thu Jan 31 13:52:00 UTC 2019


Author: jbeich
Date: Thu Jan 31 13:51:58 2019
New Revision: 491721
URL: https://svnweb.freebsd.org/changeset/ports/491721

Log:
  textproc/scdoc: ignore 1.8.1 for breaking x11-wm/sway

Modified:
  head/textproc/scdoc/Makefile   (contents, props changed)

Modified: head/textproc/scdoc/Makefile
==============================================================================
--- head/textproc/scdoc/Makefile	Thu Jan 31 13:51:49 2019	(r491720)
+++ head/textproc/scdoc/Makefile	Thu Jan 31 13:51:58 2019	(r491721)
@@ -19,6 +19,8 @@ PLIST_FILES=	bin/scdoc \
 		man/man1/scdoc.1.gz \
 		man/man5/scdoc.5.gz
 
+PORTSCOUT=	skipv:1.8.1 # https://github.com/swaywm/sway/issues/3544
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,share/man,man,' \
 		-e '/BIN/s,install -Dm755,${INSTALL_PROGRAM},' \


More information about the svn-ports-all mailing list