From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 22:06:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0FD729B; Wed, 16 Jul 2014 22:06:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 AE5B42930; Wed, 16 Jul 2014 22:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GM64iK038058; Wed, 16 Jul 2014 22:06:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GM64wJ038057; Wed, 16 Jul 2014 22:06:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407162206.s6GM64wJ038057@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 16 Jul 2014 22:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362114 - head/security/gnomint 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.18 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, 16 Jul 2014 22:06:04 -0000 Author: bapt Date: Wed Jul 16 22:06:04 2014 New Revision: 362114 URL: http://svnweb.freebsd.org/changeset/ports/362114 QAT: https://qat.redports.org/buildarchive/r362114/ Log: Add a build dependency on intltool Use options helpers Fix building when no shared readline is in base Modified: head/security/gnomint/Makefile Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Wed Jul 16 21:51:43 2014 (r362113) +++ head/security/gnomint/Makefile Wed Jul 16 22:06:04 2014 (r362114) @@ -3,7 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF @@ -17,21 +17,18 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libgnutls.so:${PORTSDIR}/security/gnutls \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 +BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool + GNU_CONFIGURE= yes -USES= gmake perl5 pkgconfig +USES= gmake perl5 pkgconfig readline USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 CFLAGS:= ${CFLAGS:C/-Werror//} OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include