ports/55495: [MAINTAINER UPDATE] Fix (hopefully) brokenness on newer 4.x systems

Alexandr Kovalenko never at nevermind.kiev.ua
Tue Aug 12 12:40:22 UTC 2003


>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 at 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
- at 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
- at exec install-info %D/info/zebra.info %D/info/dir
 @dirrm etc/zebra
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list