From owner-svn-ports-head@FreeBSD.ORG Sun Mar 23 01:34:58 2014 Return-Path: Delivered-To: svn-ports-head@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 B9E98250; Sun, 23 Mar 2014 01:34:58 +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 A6282E14; Sun, 23 Mar 2014 01:34:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2N1Yw7e017177; Sun, 23 Mar 2014 01:34:58 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2N1YwsP017176; Sun, 23 Mar 2014 01:34:58 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403230134.s2N1YwsP017176@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 23 Mar 2014 01:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348823 - head/textproc/ltxml 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: Sun, 23 Mar 2014 01:34:58 -0000 Author: nemysis Date: Sun Mar 23 01:34:58 2014 New Revision: 348823 URL: http://svnweb.freebsd.org/changeset/ports/348823 QAT: https://qat.redports.org/buildarchive/r348823/ Log: - Remove not needed LICENSE_FILE - USES gmake instead of USE_GMAKE - Support STAGEDIR - Break lines around 80 characters Modified: head/textproc/ltxml/Makefile Modified: head/textproc/ltxml/Makefile ============================================================================== --- head/textproc/ltxml/Makefile Sun Mar 23 00:57:59 2014 (r348822) +++ head/textproc/ltxml/Makefile Sun Mar 23 01:34:58 2014 (r348823) @@ -11,22 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML Toolkit LICENSE= GPLv2 -LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING OPTIONS_DEFINE= OPTIMIZED_CFLAGS WRKSRC= ${WRKDIR}/${DISTNAME}/XML -USES= perl5 -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib=/usr --datadir=${PREFIX}/lib/ltxml12 -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3 +CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ + -fomit-frame-pointer -fexpensive-optimizations -O3 .endif .if ${ARCH} == "amd64" || ${ARCH} == "ia64"