ports/176879: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Mar 17 16:50:02 UTC 2013


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/176879: commit references a PR
Date: Sun, 17 Mar 2013 16:45:13 +0000 (UTC)

 Author: kwm
 Date: Sun Mar 17 16:45:03 2013
 New Revision: 314462
 URL: http://svnweb.freebsd.org/changeset/ports/314462
 
 Log:
   Fix build with glib-2.34.
   
   PR:		ports/176879
   Submitted by:	Piotr Kubaj <pkubaj at gmail.com>
 
 Modified:
   head/x11-themes/gtk-equinox-engine/Makefile
 
 Modified: head/x11-themes/gtk-equinox-engine/Makefile
 ==============================================================================
 --- head/x11-themes/gtk-equinox-engine/Makefile	Sun Mar 17 16:44:33 2013	(r314461)
 +++ head/x11-themes/gtk-equinox-engine/Makefile	Sun Mar 17 16:45:03 2013	(r314462)
 @@ -45,6 +45,8 @@ post-patch:
  	@${FIND} ${WRKDIR} -name 'gtkrc' -exec \
  	    ${REINPLACE_CMD} -e 's!^include "apps/nautilus\.rc"!#&!' {} +
  	@${FIND} ${WRKDIR} -type f -name 'gtkrc.bak' -exec ${RM} -f {} +
 +	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 +		${WRKSRC}/src/animation.c
  
  post-install:
  	@${MKDIR} ${DATADIR}
 _______________________________________________
 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-gnome mailing list