From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 17:44:40 2014 Return-Path: Delivered-To: svn-ports-head@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 7C254552; Wed, 19 Feb 2014 17:44:40 +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 675D41125; Wed, 19 Feb 2014 17:44:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1JHieOa084185; Wed, 19 Feb 2014 17:44:40 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1JHietn084180; Wed, 19 Feb 2014 17:44:40 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402191744.s1JHietn084180@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 19 Feb 2014 17:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345121 - in head/textproc/mxml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 17:44:40 -0000 Author: tijl Date: Wed Feb 19 17:44:39 2014 New Revision: 345121 URL: http://svnweb.freebsd.org/changeset/ports/345121 QAT: https://qat.redports.org/buildarchive/r345121/ Log: - Fix a USE_GMAKE conversion. USES is redefined later without gmake. Evidently gmake isn't needed. - Also remove the libtool dependency. Modified: head/textproc/mxml/Makefile head/textproc/mxml/files/patch-libtool22 Modified: head/textproc/mxml/Makefile ============================================================================== --- head/textproc/mxml/Makefile Wed Feb 19 17:25:31 2014 (r345120) +++ head/textproc/mxml/Makefile Wed Feb 19 17:44:39 2014 (r345121) @@ -3,6 +3,7 @@ PORTNAME= mxml PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.msweet.org/files/project3/ @@ -15,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes -USES= gmake -USE_AUTOTOOLS= libtool USES= pathfix desthack CONFIGURE_ARGS= --with-docdir=no USE_LDCONFIG= yes Modified: head/textproc/mxml/files/patch-libtool22 ============================================================================== --- head/textproc/mxml/files/patch-libtool22 Wed Feb 19 17:25:31 2014 (r345120) +++ head/textproc/mxml/files/patch-libtool22 Wed Feb 19 17:44:39 2014 (r345121) @@ -5,11 +5,11 @@ # -INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s -+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -m 755 -s ++INSTALL_BIN = $(INSTALL) -m 755 -s INSTALL_DATA = $(INSTALL) -m 644 INSTALL_DIR = $(INSTALL) -d -INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755 -+INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -m 755 ++INSTALL_LIB = $(INSTALL) -m 755 -s INSTALL_MAN = $(INSTALL) -m 644 INSTALL_SCRIPT = $(INSTALL) -m 755