From owner-svn-ports-all@freebsd.org Tue Jul 19 15:31:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6803B9D427; Tue, 19 Jul 2016 15:31:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 671FA1ABC; Tue, 19 Jul 2016 15:31:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6JFViLj043362; Tue, 19 Jul 2016 15:31:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JFViXB043212; Tue, 19 Jul 2016 15:31:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607191531.u6JFViXB043212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 19 Jul 2016 15:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418805 - in head/net/quagga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 15:31:45 -0000 Author: mat Date: Tue Jul 19 15:31:44 2016 New Revision: 418805 URL: https://svnweb.freebsd.org/changeset/ports/418805 Log: Actually make the last two commit really work. Pointy hat: mat Sponsored by: Absolight Modified: head/net/quagga/files/extra-patch-ospf-nexthop (contents, props changed) head/net/quagga/pkg-plist (contents, props changed) Modified: head/net/quagga/files/extra-patch-ospf-nexthop ============================================================================== --- head/net/quagga/files/extra-patch-ospf-nexthop Tue Jul 19 15:30:44 2016 (r418804) +++ head/net/quagga/files/extra-patch-ospf-nexthop Tue Jul 19 15:31:44 2016 (r418805) @@ -169,8 +169,8 @@ + install_element (RMAP_NODE, &no_set_ip_nexthop_cmd); + install_element (RMAP_NODE, &no_set_ip_nexthop_val_cmd); } ---- vtysh/extract.pl.orig 2016-07-19 14:12:32 UTC -+++ vtysh/extract.pl +--- vtysh/extract.pl.in.orig 2016-03-15 23:17:17 UTC ++++ vtysh/extract.pl.in @@ -180,7 +180,7 @@ foreach (@ARGV) { } } Modified: head/net/quagga/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Tue Jul 19 15:30:44 2016 (r418804) +++ head/net/quagga/pkg-plist Tue Jul 19 15:31:44 2016 (r418805) @@ -20,7 +20,7 @@ include/quagga/md5.h include/quagga/memory.h include/quagga/memtypes.h include/quagga/network.h -%%OSPF_OPAQUE_LSA%%include/quagga/ospfapi/ospf_apiclient.h +include/quagga/ospfapi/ospf_apiclient.h include/quagga/ospfd/ospf_api.h include/quagga/ospfd/ospf_asbr.h include/quagga/ospfd/ospf_dump.h @@ -56,10 +56,10 @@ lib/libospf.a lib/libospf.so lib/libospf.so.0 lib/libospf.so.0.0.0 -%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.a -%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so -%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so.0 -%%OSPF_OPAQUE_LSA%%lib/libospfapiclient.so.0.0.0 +lib/libospfapiclient.a +lib/libospfapiclient.so +lib/libospfapiclient.so.0 +lib/libospfapiclient.so.0.0.0 lib/libzebra.a lib/libzebra.so lib/libzebra.so.0 @@ -68,7 +68,7 @@ man/man1/vtysh.1.gz man/man8/bgpd.8.gz %%ISISD%%man/man8/isisd.8.gz man/man8/ospf6d.8.gz -%%OSPF_OPAQUE_LSA%%man/man8/ospfclient.8.gz +man/man8/ospfclient.8.gz man/man8/ospfd.8.gz %%PIMD%%man/man8/pimd.8.gz man/man8/ripd.8.gz @@ -78,7 +78,7 @@ man/man8/zebra.8.gz sbin/bgpd %%ISISD%%sbin/isisd sbin/ospf6d -%%OSPF_OPAQUE_LSA%%sbin/ospfclient +sbin/ospfclient sbin/ospfd %%PIMD%%sbin/pimd sbin/ripd