From owner-svn-ports-all@freebsd.org Fri Sep 16 23:53:51 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 A42C2BDC005; Fri, 16 Sep 2016 23:53:51 +0000 (UTC) (envelope-from amdmi3@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 76F6F640; Fri, 16 Sep 2016 23:53:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8GNrolS076121; Fri, 16 Sep 2016 23:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8GNroY1076120; Fri, 16 Sep 2016 23:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609162353.u8GNroY1076120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 16 Sep 2016 23:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422288 - head/mail/elmo 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.23 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, 16 Sep 2016 23:53:51 -0000 Author: amdmi3 Date: Fri Sep 16 23:53:50 2016 New Revision: 422288 URL: https://svnweb.freebsd.org/changeset/ports/422288 Log: - Switch to USES=localbase - Cosmetic fixes Modified: head/mail/elmo/Makefile Modified: head/mail/elmo/Makefile ============================================================================== --- head/mail/elmo/Makefile Fri Sep 16 23:52:51 2016 (r422287) +++ head/mail/elmo/Makefile Fri Sep 16 23:53:50 2016 (r422288) @@ -14,24 +14,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= elmo-devel-[0-9]* -OPTIONS_DEFINE= GPGME NLS - GNU_CONFIGURE= yes -USES= iconv ncurses shebangfix perl5 -USE_OPENSSL= yes -USE_PERL5= run +USES= iconv localbase ncurses shebangfix perl5 ssl SHEBANG_FILES= src/elmoconf.pl +USE_PERL5= run -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= GPGME NLS +OPTIONS_SUB= yes GPGME_DESC= GnuPG support using GPGME GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ENV_OFF=ac_cv_header_gpgme_h=no NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" NLS_CONFIGURE_OFF= --disable-nls -NLS_USES= gettext -OPTIONS_SUB= yes +NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure