Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Jul 2013 17:24:01 +0200 (CEST)
From:      Geoffroy Desvernay <dgeo@centrale-marseille.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Subject:   ports/180203: [MAINTAINER] net-mgmt/netdisco: [SUMMARIZE CHANGES]
Message-ID:  <20130702152401.C51861CD55@dgeo.sysadm.ec-m.fr>
Resent-Message-ID: <201307021540.r62Fe2lc049415@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180203
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/netdisco: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 15:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-STABLE FreeBSD 9.1-STABLE #0: Tue Jun 11 09:49:37 CEST 2013
>Description:
Fix a syntax problem with mibs directories list containing spaces instead of colons.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
Install current port and try to get it working from scratch
>Fix:
attached

--- netdisco-1.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322168)
+++ Makefile	(working copy)
@@ -63,11 +63,8 @@
 RUN_DEPENDS+=	${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs
 BUILD_DEPENDS+=	${MIBSDIR}/mib_index.txt:${PORTSDIR}/net-mgmt/netdisco-mibs
 . include 	"${.CURDIR}/../netdisco-mibs/bsd.port.netdisco.mk"
-MIBINCLUDES=
-. for mib in ${MIBDIRS}
-MIBINCLUDES+=	${MIBSDIR}/${mib},
-. endfor
-MIBINCLUDES:=${MIBINCLUDES:S/,$//}
+MIBINCLUDES!=${ECHO} \"${MIBDIRS:S/^/${MIBSDIR}\//}\"
+MIBINCLUDES:=${MIBINCLUDES:S/ /:/g:S/"//g}
 .else
 MIBINCLUDES="#please add here mibs dirs list (at least snmp and rfc ones)"
 .endif
--- netdisco-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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