Date: Fri, 2 Feb 2018 06:50:25 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> 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 Message-ID: <201802020650.w126oPjl067515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <geraud.continsouzas@skazy.nc> 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802020650.w126oPjl067515>