Date: Mon, 6 May 2013 06:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/178362: commit references a PR Message-ID: <201305060610.r466A1wC064981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178362; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178362: commit references a PR Date: Mon, 6 May 2013 06:06:03 +0000 (UTC) Author: kwm Date: Mon May 6 06:05:56 2013 New Revision: 317462 URL: http://svnweb.freebsd.org/changeset/ports/317462 Log: This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE. PR: ports/178362 Submitted by: mandree@ Modified: head/misc/shared-mime-info/Makefile Modified: head/misc/shared-mime-info/Makefile ============================================================================== --- head/misc/shared-mime-info/Makefile Mon May 6 06:01:32 2013 (r317461) +++ head/misc/shared-mime-info/Makefile Mon May 6 06:05:56 2013 (r317462) @@ -18,6 +18,7 @@ USES= pathfix pkgconfig gettext USE_GNOME= glib20 libxml2 intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes MAN1= update-mime-database.1 _______________________________________________ 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?201305060610.r466A1wC064981>