svn commit: r357833 - head/net/quagga/files

Kurt Jaeger pi at FreeBSD.org
Sun Jun 15 07:26:49 UTC 2014


Author: pi
Date: Sun Jun 15 07:26:48 2014
New Revision: 357833
URL: http://svnweb.freebsd.org/changeset/ports/357833
QAT: https://qat.redports.org/buildarchive/r357833/

Log:
  net/quagga: fix build error messages related to vtysh/extract.pl
  
  Approved by:	Boris Kovalenko <boris at tagnet.ru> (maintainer)

Added:
  head/net/quagga/files/patch-vtysh-extract   (contents, props changed)

Added: head/net/quagga/files/patch-vtysh-extract
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/quagga/files/patch-vtysh-extract	Sun Jun 15 07:26:48 2014	(r357833)
@@ -0,0 +1,11 @@
+--- vtysh/extract.pl.in-orig	2014-06-14 21:41:20.000000000 +0200
++++ vtysh/extract.pl.in	2014-06-14 21:41:44.000000000 +0200
+@@ -63,7 +63,7 @@
+ foreach (@ARGV) {
+     $file = $_;
+ 
+-    open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I at top_builddir@ -I at srcdir@/ -I at srcdir@/.. -I at top_srcdir@/lib -I at top_builddir@/lib -I at top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
++    open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I at top_builddir@ -I at srcdir@/ -I at srcdir@/.. -I at top_srcdir@/lib -I at top_builddir@/lib -I/usr/local/include -I at top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
+     local $/; undef $/;
+     $line = <FH>;
+     close (FH);


More information about the svn-ports-head mailing list