svn commit: r374110 - in head/net/bird: . files

Alexander V. Chernikov melifaro at FreeBSD.org
Sat Dec 6 14:14:52 UTC 2014


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 */


More information about the svn-ports-head mailing list