Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2012 06:15:41 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167154: [maintainer] [patch] net/ndisk6: fix build on 8.3
Message-ID:  <201204210615.q3L6FfVv042713@red.freebsd.org>
Resent-Message-ID: <201204210620.q3L6KGeW087012@freefall.freebsd.org>

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

>Number:         167154
>Category:       ports
>Synopsis:       [maintainer] [patch] net/ndisk6: fix build on 8.3
>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:   Sat Apr 21 06:20:16 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
We need to apply extra-patch-rdnssd-rdnssd.h on 8.3 too in order to avoid redefinition of struct nd_opt_rdnss which was merged from head in r231818
>How-To-Repeat:

>Fix:
Is trivial
s/900000/803000/

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ndisc6/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	31 Dec 2011 22:14:32 -0000	1.16
+++ Makefile	21 Apr 2012 06:08:09 -0000
@@ -23,7 +23,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900000
+.if ${OSVERSION} >= 803000
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-rdnssd-rdnssd.h
 .endif
 


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



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