svn commit: r360784 - head/editors/vile/files

John Marino marino at FreeBSD.org
Sat Jul 5 17:44:20 UTC 2014


Author: marino
Date: Sat Jul  5 17:44:19 2014
New Revision: 360784
URL: http://svnweb.freebsd.org/changeset/ports/360784
QAT: https://qat.redports.org/buildarchive/r360784/

Log:
  editors/vile: Bring in DragonFly support from dports

Added:
  head/editors/vile/files/
  head/editors/vile/files/patch-filters_filters.h   (contents, props changed)

Added: head/editors/vile/files/patch-filters_filters.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/vile/files/patch-filters_filters.h	Sat Jul  5 17:44:19 2014	(r360784)
@@ -0,0 +1,11 @@
+--- filters/filters.h.orig	2012-02-18 01:53:10.000000000 +0000
++++ filters/filters.h
+@@ -205,7 +205,7 @@ extern int yywrap(void);
+  * workaround for "developers" who don't use compiler-warnings...
+  * perhaps by the time "new" flex merits the term "beta", they'll fix this:
+  */
+-#if defined(FLEX_BETA)
++#if defined(FLEX_BETA) && !defined(__DragonFly__)
+ extern FILE *yyget_in (void);
+ extern FILE *yyget_out (void);
+ extern char *yyget_text (void);


More information about the svn-ports-all mailing list