From owner-svn-ports-all@freebsd.org Sun Aug 30 12:09:57 2015 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 C0E8E9C6E2B; Sun, 30 Aug 2015 12:09:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B249B157; Sun, 30 Aug 2015 12:09:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UC9vm7010978; Sun, 30 Aug 2015 12:09:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UC9vQ3010977; Sun, 30 Aug 2015 12:09:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508301209.t7UC9vQ3010977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 12:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395615 - head/net/jwhois 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.20 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: Sun, 30 Aug 2015 12:09:57 -0000 Author: pi Date: Sun Aug 30 12:09:56 2015 New Revision: 395615 URL: https://svnweb.freebsd.org/changeset/ports/395615 Log: net/jwhois: fix all build issues with/without NLS PR: 202673 Submitted by: Carlos J Puga Medina Modified: head/net/jwhois/Makefile Modified: head/net/jwhois/Makefile ============================================================================== --- head/net/jwhois/Makefile Sun Aug 30 11:23:42 2015 (r395614) +++ head/net/jwhois/Makefile Sun Aug 30 12:09:56 2015 (r395615) @@ -3,7 +3,7 @@ PORTNAME= jwhois PORTVERSION= 4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= GNU @@ -12,6 +12,8 @@ COMMENT= Improved WHOIS client capable o LICENSE= GPLv3 +LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn + GNU_CONFIGURE= yes USES= gettext gmake iconv CPPFLAGS+= -I${PREFIX}/include @@ -21,7 +23,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix INSTALL_TARGET= install-strip