From owner-svn-ports-all@freebsd.org Fri Feb 2 06:50:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F0BEE9202; Fri, 2 Feb 2018 06:50:25 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1667D29D; Fri, 2 Feb 2018 06:50:25 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67FCA1845E; Fri, 2 Feb 2018 06:50:25 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w126oPor067518; Fri, 2 Feb 2018 06:50:25 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w126oPjl067515; Fri, 2 Feb 2018 06:50:25 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802020650.w126oPjl067515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 2 Feb 2018 06:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460669 - in head/security: krb5-114 krb5-115 krb5-116 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/security: krb5-114 krb5-115 krb5-116 X-SVN-Commit-Revision: 460669 X-SVN-Commit-Repository: ports 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.25 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: Fri, 02 Feb 2018 06:50:26 -0000 Author: cy Date: Fri Feb 2 06:50:24 2018 New Revision: 460669 URL: https://svnweb.freebsd.org/changeset/ports/460669 Log: Fix build when NLS option is unchecked. Reported by: Geraud CONTINSOUZAS Modified: head/security/krb5-114/Makefile head/security/krb5-115/Makefile head/security/krb5-116/Makefile Modified: head/security/krb5-114/Makefile ============================================================================== --- head/security/krb5-114/Makefile Fri Feb 2 05:43:42 2018 (r460668) +++ head/security/krb5-114/Makefile Fri Feb 2 06:50:24 2018 (r460669) @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.14.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -29,7 +30,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Fri Feb 2 05:43:42 2018 (r460668) +++ head/security/krb5-115/Makefile Fri Feb 2 06:50:24 2018 (r460669) @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.15.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -26,7 +27,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" Modified: head/security/krb5-116/Makefile ============================================================================== --- head/security/krb5-116/Makefile Fri Feb 2 05:43:42 2018 (r460668) +++ head/security/krb5-116/Makefile Fri Feb 2 06:50:24 2018 (r460669) @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -26,7 +27,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"