From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 19:12:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 591576DC; Mon, 22 Sep 2014 19:12:50 +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 44019983; Mon, 22 Sep 2014 19:12:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MJCo4R065466; Mon, 22 Sep 2014 19:12:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MJCo7C065465; Mon, 22 Sep 2014 19:12:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409221912.s8MJCo7C065465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 22 Sep 2014 19:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368990 - head/databases/sybtcl/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: Mon, 22 Sep 2014 19:12:50 -0000 Author: antoine Date: Mon Sep 22 19:12:49 2014 New Revision: 368990 URL: http://svnweb.freebsd.org/changeset/ports/368990 QAT: https://qat.redports.org/buildarchive/r368990/ Log: Lower warn level to allow building with the version of freetds in ports Modified: head/databases/sybtcl/files/Makefile.bsd Modified: head/databases/sybtcl/files/Makefile.bsd ============================================================================== --- head/databases/sybtcl/files/Makefile.bsd Mon Sep 22 19:08:59 2014 (r368989) +++ head/databases/sybtcl/files/Makefile.bsd Mon Sep 22 19:12:49 2014 (r368990) @@ -7,7 +7,7 @@ LOCALBASE?= /usr/local PREFIX?= ${LOCALBASE} TCL_VER?= 8.4 TCL_DVER= ${TCL_VER:S/.//} -WARNS?= 2 +WARNS?= 0 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl${TCL_VER} LDADD= -L${LOCALBASE}/lib -lsybdb # -ltcl${TCL_DVER}