From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 21:45:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2E20EE5; Sun, 22 Jun 2014 21:45:22 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D032328CF; Sun, 22 Jun 2014 21:45:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MLjMK8088782; Sun, 22 Jun 2014 21:45:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MLjMDm088781; Sun, 22 Jun 2014 21:45:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406222145.s5MLjMDm088781@svn.freebsd.org> From: Dmitry Marakasov Date: Sun, 22 Jun 2014 21:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358834 - head/editors/xmlcopyeditor 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.18 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, 22 Jun 2014 21:45:23 -0000 Author: amdmi3 Date: Sun Jun 22 21:45:22 2014 New Revision: 358834 URL: http://svnweb.freebsd.org/changeset/ports/358834 QAT: https://qat.redports.org/buildarchive/r358834/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/editors/xmlcopyeditor/Makefile Modified: head/editors/xmlcopyeditor/Makefile ============================================================================== --- head/editors/xmlcopyeditor/Makefile Sun Jun 22 21:27:17 2014 (r358833) +++ head/editors/xmlcopyeditor/Makefile Sun Jun 22 21:45:22 2014 (r358834) @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} @@ -16,7 +16,8 @@ USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute WX_UNICODE= yes -USES= gettext iconv dos2unix +USES= gettext iconv dos2unix libtool +GNU_CONFIGURE= yes BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \ @@ -28,7 +29,6 @@ LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB}