From owner-svn-ports-all@FreeBSD.ORG Mon Feb 17 14:38:53 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 D49FC2FA; Mon, 17 Feb 2014 14:38:53 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEB8C184D; Mon, 17 Feb 2014 14:38:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HEcrO8088509; Mon, 17 Feb 2014 14:38:53 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HEcrIP088508; Mon, 17 Feb 2014 14:38:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402171438.s1HEcrIP088508@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 17 Feb 2014 14:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344758 - head/devel/git 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.17 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: Mon, 17 Feb 2014 14:38:53 -0000 Author: gahr Date: Mon Feb 17 14:38:53 2014 New Revision: 344758 URL: http://svnweb.freebsd.org/changeset/ports/344758 QAT: https://qat.redports.org/buildarchive/r344758/ Log: - Convert to USES=gmake tk - Convert to new LIB_DEPENDS format Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Feb 17 14:36:45 2014 (r344757) +++ head/devel/git/Makefile Mon Feb 17 14:38:53 2014 (r344758) @@ -188,7 +188,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= V=1 @@ -267,7 +267,7 @@ MAKE_ENV+= NO_ICONV=1 MAKE_ENV+= CURLDIR=${LOCALBASE} BUILD_DEPENDS+= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 PLIST_SUB+= CURL="" .else MAKE_ENV+= NO_CURL=1 \ @@ -285,7 +285,7 @@ PLIST_SUB+= HTMLDOCS="@comment " .endif .if ${PORT_OPTIONS:MGUI} -USE_TK= 84+ +USES+= tk .include "${PORTSDIR}/Mk/bsd.tcl.mk" MAN1+= git-citool.1 \ git-gui.1 \