From owner-svn-ports-all@FreeBSD.ORG Tue Aug 27 06:27:25 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id CFD67B68; Tue, 27 Aug 2013 06:27:25 +0000 (UTC) (envelope-from maho@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 A35312E63; Tue, 27 Aug 2013 06:27:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7R6RPVW044906; Tue, 27 Aug 2013 06:27:25 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7R6RP9p044904; Tue, 27 Aug 2013 06:27:25 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201308270627.r7R6RP9p044904@svn.freebsd.org> From: Maho Nakata Date: Tue, 27 Aug 2013 06:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325429 - head/editors/openoffice-4 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: Tue, 27 Aug 2013 06:27:25 -0000 Author: maho Date: Tue Aug 27 06:27:24 2013 New Revision: 325429 URL: http://svnweb.freebsd.org/changeset/ports/325429 Log: convert to USES, and adoption of optionsNG styling, add CCACHE as configurable option PR: 181574 Submitted by: jgh@ Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-4/pkg-descr Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Tue Aug 27 04:22:46 2013 (r325428) +++ head/editors/openoffice-4/Makefile Tue Aug 27 06:27:24 2013 (r325429) @@ -24,40 +24,40 @@ USE_XORG= x11 ice xaw xau xext xrender x USE_GL= gl glu USE_GSTREAMER= yes #USE_GCC= 4.6+ -USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD= yes USE_BZIP2= yes -USES+= bison perl5 +USES+= bison perl5 gmake USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= GCONF GNOMEVFS +OPTIONS_DEFINE= GCONF GNOMEVFS CCACHE OPTIONS_DEFAULT=GCONF GNOMEVFS GNOMEVFS_DESC= Enable GNOME Virtual File System +CCACHE_DESC= Mimimize compile time of C/C++ programs + +.include "${.CURDIR}/files/Makefile.localized" .include +.include USE_JAVA= yes JAVA_BUILD= jdk JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ -.if !defined(WITHOUT_GCONF) +.if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 .else CONFIGURE_ARGS+=--disable-gconf .endif -.if !defined(WITHOUT_GNOMEVFS) +.if ${PORT_OPTIONS:MGNOMEVFS} USE_GNOME+= gnomevfs2 .else CONFIGURE_ARGS+=--disable-gnome-vfs .endif -.include <${FILESDIR}/Makefile.localized> - ONLY_FOR_ARCHS= i386 amd64 .if ${ARCH} == amd64 @@ -96,7 +96,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/icons/h ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \ ${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf -.if defined(WITH_CCACHE) +.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache CCACHE_PREFIX= ccache OOOCC= ${CCACHE_PREFIX} ${CC} @@ -239,7 +239,7 @@ pre-everything:: post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ # @${MKDIR} ${WRKSRC}/../ext_sources -# @${MV} ${WRKDIR}/ooo/ext_sources/* ${WRKSRC}/../ext_sources/ +# @${MV} ${WRKDIR}/aoo/ext_sources/* ${WRKSRC}/../ext_sources/ # @${RM} -rf ${WRKSRC}/l10n @${MKDIR} ${WRKSRC}/../ext_sources @${RM} -rf ${WRKSRC}/l10n Modified: head/editors/openoffice-4/pkg-descr ============================================================================== --- head/editors/openoffice-4/pkg-descr Tue Aug 27 04:22:46 2013 (r325428) +++ head/editors/openoffice-4/pkg-descr Tue Aug 27 06:27:24 2013 (r325429) @@ -15,4 +15,3 @@ Components include: illustrations WWW: http://openoffice.apache.org/ -