Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 07:26:48 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357833 - head/net/quagga/files
Message-ID:  <201406150726.s5F7QmJu073854@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I@top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
++    open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I/usr/local/include -I@top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
+     local $/; undef $/;
+     $line = <FH>;
+     close (FH);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150726.s5F7QmJu073854>