Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 07:30:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        office@FreeBSD.org
Subject:   Re: ports/181667: commit references a PR
Message-ID:  <201308300730.r7U7U0HE057615@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181667; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308300730.r7U7U0HE057615>