From owner-svn-ports-all@FreeBSD.ORG Thu Oct 10 08:13:01 2013 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 ESMTP id 55B4BF1E; Thu, 10 Oct 2013 08:13:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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 43D262887; Thu, 10 Oct 2013 08:13:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A8D1bI072909; Thu, 10 Oct 2013 08:13:01 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A8D12G072908; Thu, 10 Oct 2013 08:13:01 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201310100813.r9A8D12G072908@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 10 Oct 2013 08:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329973 - head/textproc/xerces-c3 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: Thu, 10 Oct 2013 08:13:01 -0000 Author: gahr Date: Thu Oct 10 08:13:00 2013 New Revision: 329973 URL: http://svnweb.freebsd.org/changeset/ports/329973 Log: - Convert to USES+=gmake - STAGE-clean - JOBS-clean Modified: head/textproc/xerces-c3/Makefile Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Thu Oct 10 07:40:14 2013 (r329972) +++ head/textproc/xerces-c3/Makefile Thu Oct 10 08:13:00 2013 (r329973) @@ -14,8 +14,7 @@ COMMENT= Validating XML parser from the CONFLICTS= xerces_c-[0-9]* xerces-c2-[0-9]* -USE_GMAKE= yes -USES= pathfix +USES= gmake pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ @@ -23,11 +22,8 @@ CONFIGURE_ARGS+=--with-pkgconfigdir=${PR --enable-netaccessor-socket MAKE_ENV+= XERCESCROOT=${WRKSRC} -MAKE_JOBS_UNSAFE=yes - -NO_STAGE= yes post-install: - ${LN} -sf libxerces-c-${PORTVERSION:R}.so ${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} + ${LN} -sf libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check