From owner-svn-ports-all@FreeBSD.ORG Wed Aug 6 06:39:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1CE5D6D for ; Wed, 6 Aug 2014 06:39:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98BEF27DC for ; Wed, 6 Aug 2014 06:39:53 +0000 (UTC) Received: from mandree (uid 1212) (envelope-from mandree@FreeBSD.org) id 539a by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 06:39:53 +0000 From: Matthias Andree Date: Wed, 6 Aug 2014 06:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364154 - head/security/openvpn-auth-ldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e1cdb9.539a.ac36541@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 06 Aug 2014 06:39:53 -0000 Author: mandree Date: Wed Aug 6 06:39:53 2014 New Revision: 364154 URL: http://svnweb.freebsd.org/changeset/ports/364154 QAT: https://qat.redports.org/buildarchive/r364154/ Log: Mark the critical warning as an error, and bump PORTREVISION, so that everyone is aware of the run-time issues. Modified: head/security/openvpn-auth-ldap/Makefile Modified: head/security/openvpn-auth-ldap/Makefile ============================================================================== --- head/security/openvpn-auth-ldap/Makefile Wed Aug 6 06:39:21 2014 (r364153) +++ head/security/openvpn-auth-ldap/Makefile Wed Aug 6 06:39:53 2014 (r364154) @@ -3,7 +3,7 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= auth-ldap-${PORTVERSION} @@ -27,6 +27,8 @@ OPENVPN_WRKSRC= `cd ${PORTSDIR}/security CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ --with-openvpn=${OPENVPN_WRKSRC}/include \ --with-objc-runtime=GNU +# this issue would cause run-time trouble, so turn it into an error: +OBJCFLAGS+= -Werror=objc-method-access PORTDOCS= README PORTEXAMPLES= auth-ldap.conf