Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 14:14:51 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374110 - in head/net/bird: . files
Message-ID:  <201412061414.sB6EEpJ2024011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: melifaro (src committer)
Date: Sat Dec  6 14:14:51 2014
New Revision: 374110
URL: https://svnweb.freebsd.org/changeset/ports/374110
QAT: https://qat.redports.org/buildarchive/r374110/

Log:
  Increase max symbol length: 32->64
  
  Approved by:	az(implicit)

Added:
  head/net/bird/files/patch-conf-cf-lex.l   (contents, props changed)
Modified:
  head/net/bird/Makefile

Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile	Sat Dec  6 14:07:53 2014	(r374109)
+++ head/net/bird/Makefile	Sat Dec  6 14:14:51 2014	(r374110)
@@ -3,6 +3,7 @@
 
 PORTNAME?=	bird
 PORTVERSION=	1.4.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	ftp://bird.network.cz/pub/bird/ \
 		http://bird.mpls.in/distfiles/bird/

Added: head/net/bird/files/patch-conf-cf-lex.l
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bird/files/patch-conf-cf-lex.l	Sat Dec  6 14:14:51 2014	(r374110)
@@ -0,0 +1,11 @@
+--- conf/cf-lex.l.orig	2014-12-06 17:10:24.000000000 +0300
++++ conf/cf-lex.l	2014-12-06 17:10:41.000000000 +0300
+@@ -61,7 +61,7 @@
+ static int kw_hash_inited;
+ 
+ #define SYM_HASH_SIZE 128
+-#define SYM_MAX_LEN 32
++#define SYM_MAX_LEN 64
+ 
+ struct sym_scope {
+   struct sym_scope *next;		/* Next on scope stack */



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