From owner-svn-ports-all@freebsd.org Mon Mar 21 12:03:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E8EAD7A92; Mon, 21 Mar 2016 12:03:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0586E8B6; Mon, 21 Mar 2016 12:03:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LC3e8L053394; Mon, 21 Mar 2016 12:03:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2LC3eUw053393; Mon, 21 Mar 2016 12:03:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603211203.u2LC3eUw053393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 21 Mar 2016 12:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411557 - head/security/gnutls 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.21 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, 21 Mar 2016 12:03:41 -0000 Author: tijl Date: Mon Mar 21 12:03:40 2016 New Revision: 411557 URL: https://svnweb.freebsd.org/changeset/ports/411557 Log: - Take maintainer. - Fix a build problem with upcoming libc++. PR: 207768, 208175 Approved by: bdrewery (maintainer) Modified: head/security/gnutls/Makefile Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Mon Mar 21 11:50:14 2016 (r411556) +++ head/security/gnutls/Makefile Mon Mar 21 12:03:40 2016 (r411557) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} -MAINTAINER= bdrewery@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= GNU Transport Layer Security library LICENSE= GPLv3 LGPL21 @@ -24,7 +24,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ --disable-silent-rules \ - --enable-local-libopts + --enable-local-libopts \ + ac_cv_type_max_align_t=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split