Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 17:44:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345121 - in head/textproc/mxml: . files
Message-ID:  <201402191744.s1JHietn084180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191744.s1JHietn084180>