Index: head/textproc/topic/Makefile =================================================================== --- head/textproc/topic/Makefile (revision 502122) +++ head/textproc/topic/Makefile (revision 502123) @@ -1,22 +1,20 @@ # Created by: Michael Sanders # $FreeBSD$ PORTNAME= topic PORTVERSION= 1.04 CATEGORIES= textproc MASTER_SITES= http://freebsd.hypermart.net/code/ MAINTAINER= email@freebsd.hypermart.net COMMENT= Topic markup parser LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build: warning: comparison is always false due to limited range of data type - PLIST_FILES= bin/topic \ man/man1/topic.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic ${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1 .include Index: head/textproc/topic/files/patch-linenoise.c =================================================================== --- head/textproc/topic/files/patch-linenoise.c (nonexistent) +++ head/textproc/topic/files/patch-linenoise.c (revision 502123) @@ -0,0 +1,11 @@ +--- linenoise.c.orig 2019-05-17 19:45:12 UTC ++++ linenoise.c +@@ -749,7 +749,7 @@ static int linenoiseEdit(int stdin_fd, int stdout_fd, + + if (write(l.ofd,prompt,l.plen) == -1) return -1; + while(1) { +- char c; ++ signed char c; + int nread; + char seq[3]; + Property changes on: head/textproc/topic/files/patch-linenoise.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property