Date: Tue, 12 Aug 2003 15:35:27 +0300 (EEST) From: Alexandr Kovalenko <never@nevermind.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Cc: osa@FreeBSD.org Subject: ports/55495: [MAINTAINER UPDATE] Fix (hopefully) brokenness on newer 4.x systems Message-ID: <200308121235.h7CCZRG3061968@kurush.osdn.org.ua> Resent-Message-ID: <200308121240.h7CCeKCY048017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55495 >Category: ports >Synopsis: [MAINTAINER UPDATE] Fix (hopefully) brokenness on newer 4.x systems >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 12 05:40:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.7-RELEASE-p7 i386 >Organization: WNet ISP, Kiev, Ukraine, http://wnet.ua/ >Environment: System: FreeBSD kurush.osdn.org.ua 4.7-RELEASE-p7 FreeBSD 4.7-RELEASE-p7 #0: Wed Mar 5 02:16:00 EET 2003 root@kurush.osdn.org.ua:/usr/obj/usr/src/sys/kurush i386 Latest ports. >Description: - Fix (hopefully) brokenness on newer 4.x systems - Whitespace cleanups to make portlint happy >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/net/zebra-devel/Makefile ./Makefile --- /usr/ports/net/zebra-devel/Makefile Sat Jul 5 15:50:36 2003 +++ ./Makefile Tue Aug 12 15:23:48 2003 @@ -30,6 +30,7 @@ MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 +INFO= zebra .if defined (WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 @@ -38,39 +39,39 @@ .endif .if !defined(WITHOUT_BGPD) -PLIST_SUB+= BGPD="" +PLIST_SUB+= BGPD="" .else CONFIGURE_ARGS+=--disable-bgpd -PLIST_SUB+= BGPD="@comment " +PLIST_SUB+= BGPD="@comment " .endif .if !defined(WITHOUT_OSPF6D) -PLIST_SUB+= OSPF6D="" +PLIST_SUB+= OSPF6D="" .else CONFIGURE_ARGS+=--disable-ospf6d -PLIST_SUB+= OSPF6D="@comment " +PLIST_SUB+= OSPF6D="@comment " .endif .if !defined(WITHOUT_OSPFD) -PLIST_SUB+= OSPF6D="" -PLIST_SUB+= OSPFD="" +PLIST_SUB+= OSPF6D="" +PLIST_SUB+= OSPFD="" .else CONFIGURE_ARGS+=--disable-ospfd -PLIST_SUB+= OSPFD="@comment " +PLIST_SUB+= OSPFD="@comment " .endif .if !defined(WITHOUT_RIPD) -PLIST_SUB+= RIPD="" +PLIST_SUB+= RIPD="" .else CONFIGURE_ARGS+=--disable-ripd -PLIST_SUB+= RIPD="@comment " +PLIST_SUB+= RIPD="@comment " .endif .if !defined(WITHOUT_RIPNGD) -PLIST_SUB+= RIPNGD="" +PLIST_SUB+= RIPNGD="" .else CONFIGURE_ARGS+=--disable-ripngd -PLIST_SUB+= RIPNGD="@comment " +PLIST_SUB+= RIPNGD="@comment " .endif .if !defined(BATCH) diff -ruN /usr/ports/net/zebra-devel/pkg-plist ./pkg-plist --- /usr/ports/net/zebra-devel/pkg-plist Sat Jul 5 15:50:36 2003 +++ ./pkg-plist Tue Aug 12 15:24:16 2003 @@ -12,11 +12,4 @@ %%RIPD%%etc/zebra/ripd.conf.sample %%RIPNGD%%etc/zebra/ripngd.conf.sample etc/zebra/zebra.conf.sample -@unexec install-info --delete %D/info/zebra.info %D/info/dir -info/zebra.info -info/zebra.info-1 -info/zebra.info-2 -info/zebra.info-3 -info/zebra.info-4 -@exec install-info %D/info/zebra.info %D/info/dir @dirrm etc/zebra >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308121235.h7CCZRG3061968>