From owner-svn-ports-all@FreeBSD.ORG Sun Mar 24 15:52:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 84AF27E; Sun, 24 Mar 2013 15:52:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7659A15A; Sun, 24 Mar 2013 15:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OFqOCB027788; Sun, 24 Mar 2013 15:52:24 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OFqO1k027787; Sun, 24 Mar 2013 15:52:24 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201303241552.r2OFqO1k027787@svn.freebsd.org> From: Thierry Thomas Date: Sun, 24 Mar 2013 15:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315132 - head/x11/rxvt-unicode 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.14 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, 24 Mar 2013 15:52:24 -0000 Author: thierry Date: Sun Mar 24 15:52:23 2013 New Revision: 315132 URL: http://svnweb.freebsd.org/changeset/ports/315132 Log: Force the usage of tic from the ports even if /usr/bin/tic exists. PR: ports/176498 Submitted by: John Marino Modified: head/x11/rxvt-unicode/Makefile Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Sun Mar 24 15:52:21 2013 (r315131) +++ head/x11/rxvt-unicode/Makefile Sun Mar 24 15:52:23 2013 (r315132) @@ -21,7 +21,7 @@ USE_GNOME= pkgconfig USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-lstdc++ -lutil" +CONFIGURE_ENV= LIBS="-lstdc++ -lutil" TIC=${LOCALBASE}/bin/tic CONFIGURE_ARGS= --enable-everything --with-term=rxvt \ --with-terminfo=${LOCALBASE}/share/misc/terminfo.db USE_BZIP2= yes