From owner-svn-ports-all@freebsd.org Wed Jul 27 02:30:33 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 D4032BA6C73; Wed, 27 Jul 2016 02:30:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id A50481CFC; Wed, 27 Jul 2016 02:30:33 +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 u6R2UWJq082366; Wed, 27 Jul 2016 02:30:32 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6R2UW5j082365; Wed, 27 Jul 2016 02:30:32 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607270230.u6R2UW5j082365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 27 Jul 2016 02:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419158 - head/security/krb5-appl 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.22 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, 27 Jul 2016 02:30:33 -0000 Author: cy Date: Wed Jul 27 02:30:32 2016 New Revision: 419158 URL: https://svnweb.freebsd.org/changeset/ports/419158 Log: Modernize. Modified: head/security/krb5-appl/Makefile Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Wed Jul 27 02:03:38 2016 (r419157) +++ head/security/krb5-appl/Makefile Wed Jul 27 02:30:32 2016 (r419158) @@ -18,12 +18,11 @@ BUILD_DEPENDS= krb5-config:security/krb CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* heimdal-[0-9]* srp-[0-9]* KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_OPENSSL= yes -USES= gmake ncurses perl5 gssapi:mit +USES= autoreconf gmake ncurses perl5 gssapi:mit ssl +GNU_CONFIGURE= yes USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 -USE_AUTOTOOLS= autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}"