pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2020Q4]: pkgsrc/net/frr Pullup ticket #6410 - requested by kardel



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2effa54ceb77
branches:  pkgsrc-2020Q4
changeset: 445409:2effa54ceb77
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 22 18:33:17 2021 +0000

description:
Pullup ticket #6410 - requested by kardel
net/frr: build fix

Revisions pulled up:
- net/frr/Makefile                                              1.3-1.4

---
   Module Name:    pkgsrc
   Committed By:   kardel
   Date:           Wed Jan  6 10:45:49 UTC 2021

   Modified Files:
           pkgsrc/net/frr: Makefile

   Log Message:
   net/frr: document bison tool dependency

---
   Module Name:    pkgsrc
   Committed By:   kardel
   Date:           Wed Jan  6 11:53:52 UTC 2021

   Modified Files:
           pkgsrc/net/frr: Makefile

   Log Message:
   net/frr: simplify bison tool requirement

diffstat:

 net/frr/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8c81c888e472 -r 2effa54ceb77 net/frr/Makefile
--- a/net/frr/Makefile  Fri Jan 22 18:12:21 2021 +0000
+++ b/net/frr/Makefile  Fri Jan 22 18:33:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/10 16:43:24 kardel Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2021/01/22 18:33:17 bsiegert Exp $
 
 GITHUB_PROJECT=        frr
 VERSION=       7.5
@@ -16,10 +16,11 @@
 
 WRKSRC=                        ${WRKDIR}/frr-frr-${VERSION}
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake perl bash pkg-config autoconf automake autoreconf
+USE_TOOLS+=            gmake perl bash pkg-config autoconf automake autoreconf bison
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         yes
 BUILD_DEFS=            VARBASE
+BISON_REQD=            3.3
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"



Home | Main Index | Thread Index | Old Index