From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 14:14:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5817C667; Sat, 6 Dec 2014 14:14:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4493E7BA; Sat, 6 Dec 2014 14:14:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6EEqIu024013; Sat, 6 Dec 2014 14:14:52 GMT (envelope-from melifaro@FreeBSD.org) Received: (from melifaro@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6EEpJ2024011; Sat, 6 Dec 2014 14:14:51 GMT (envelope-from melifaro@FreeBSD.org) Message-Id: <201412061414.sB6EEpJ2024011@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: melifaro set sender to melifaro@FreeBSD.org using -f From: "Alexander V. Chernikov" Date: Sat, 6 Dec 2014 14:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374110 - in head/net/bird: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 14:14:52 -0000 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 */