Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 21:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/173884: commit references a PR
Message-ID:  <201212282130.qBSLU1rb048569@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/173884: commit references a PR
Date: Fri, 28 Dec 2012 21:21:31 +0000 (UTC)

 Author: mezz
 Date: Fri Dec 28 21:21:18 2012
 New Revision: 309588
 URL: http://svnweb.freebsd.org/changeset/ports/309588
 
 Log:
   Always disable inotify no matter what if even you have devel/libinotify
   installed. We are using our own, kevent.
   
   PR:		ports/173884
   Reported by:	Petr Bohac <bohacpetr@bohyn.cz>
 
 Modified:
   head/devel/gnome-vfs/Makefile   (contents, props changed)
 
 Modified: head/devel/gnome-vfs/Makefile
 ==============================================================================
 --- head/devel/gnome-vfs/Makefile	Fri Dec 28 21:18:10 2012	(r309587)
 +++ head/devel/gnome-vfs/Makefile	Fri Dec 28 21:21:18 2012	(r309588)
 @@ -88,8 +88,9 @@ post-patch:
  		s|%%LOCALBASE%%|${LOCALBASE}|g' \
  		${WRKSRC}/libgnomevfs/xdgmime.c \
  		${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c
 -	@${REINPLACE_CMD} -e 's|-lacl||g' \
 -		${WRKSRC}/configure
 +	@${REINPLACE_CMD} -e 's|-lacl||g ; \
 +		s|inotify_support=yes|inotify_support=no|g' \
 +			${WRKSRC}/configure
  	@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
  		< ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
  	@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 _______________________________________________
 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?201212282130.qBSLU1rb048569>