Date: Mon, 15 Jul 2013 12:55:30 +0400 (MSK) From: Anes Mukhametov <anes@anes.su> To: FreeBSD-gnats-submit@freebsd.org Cc: Boris Kovalenko <boris@tagnet.ru> Subject: ports/180570: Port net/quagga update: fix ospfclient.8 MAN8 Message-ID: <201307150855.r6F8tUF5084220@monitoring.rambler.ru> Resent-Message-ID: <201307150900.r6F902SZ057452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180570 >Category: ports >Synopsis: Port net/quagga update: fix ospfclient.8 MAN8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 15 09:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: >Organization: >Environment: >Description: Try to install ospfclient.8 only if OSPF_OPAQUE_LSA port option set >How-To-Repeat: >Fix: --- quagga.diff begins here --- diff -ru net/quagga.orig/Makefile net/quagga/Makefile --- net/quagga.orig/Makefile 2013-07-15 12:25:48.612553815 +0400 +++ net/quagga/Makefile 2013-07-15 12:26:58.970745516 +0400 @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= quagga @@ -26,7 +26,7 @@ FETCH_ARGS= -Fpr MAN1= vtysh.1 -MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 ospfclient.8 +MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 INFO= quagga OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ @@ -93,6 +93,7 @@ .if ${PORT_OPTIONS:MOSPF_OPAQUE_LSA} CONFIGURE_ARGS+=--enable-opaque-lsa +MAN8+= ospfclient.8 PLIST_SUB+= OSPFAPI="" .else CONFIGURE_ARGS+=--disable-opaque-lsa --- quagga.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307150855.r6F8tUF5084220>