ports/181667: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Aug 30 07:30:01 UTC 2013


The following reply was made to PR ports/181667; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/181667: commit references a PR
Date: Fri, 30 Aug 2013 07:24:13 +0000 (UTC)

 Author: maho
 Date: Fri Aug 30 07:24:07 2013
 New Revision: 325663
 URL: http://svnweb.freebsd.org/changeset/ports/325663
 
 Log:
   Fix mismatched {}
   
   PR:		181667
   Submitted by:	Katsuyuki Miyoshi <katsu at miyoshi.matsuyama.ehime.jp>
 
 Modified:
   head/editors/openoffice-devel/Makefile
 
 Modified: head/editors/openoffice-devel/Makefile
 ==============================================================================
 --- head/editors/openoffice-devel/Makefile	Fri Aug 30 06:25:58 2013	(r325662)
 +++ head/editors/openoffice-devel/Makefile	Fri Aug 30 07:24:07 2013	(r325663)
 @@ -97,7 +97,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 ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE)
 +.if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE)
  BUILD_DEPENDS+=	ccache:${PORTSDIR}/devel/ccache
  CCACHE_PREFIX=	ccache
  OOOCC=		${CCACHE_PREFIX} ${CC}
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-office mailing list