[PATCH] libxml2, freetype2, fontconfig, cairo, pango: mark MAKE_JOBS_SAFE

Martin Matuska mm at FreeBSD.org
Tue Mar 24 04:49:39 PDT 2009


>Submitter-Id:	current-users
>Originator:	Martin Matuska
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] libxml2,freetype2,fontconfig,cairo,pango: mark MAKE_JOBS_SAFE
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 7.1-RELEASE-p2 amd64
>Environment:
System: FreeBSD neo2.vx.sk 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET
>Description:
Mark the following ports MAKE_JOBS_SAFE:
textproc/libxml2
print/freetype2
x11-fonts/fontconfig
graphics/cairo
x11-toolkits/pango

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
Index: ports/textproc/libxml2/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/libxml2/Makefile,v
retrieving revision 1.154
diff -u -r1.154 Makefile
--- ports/textproc/libxml2/Makefile	7 Feb 2009 00:14:10 -0000	1.154
+++ ports/textproc/libxml2/Makefile	24 Mar 2009 11:48:07 -0000
@@ -26,6 +26,7 @@
 .if !defined(REFERENCE_PORT)
 
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME?=	gnomehack gnometarget pkgconfig
Index: ports/print/freetype2/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/freetype2/Makefile,v
retrieving revision 1.83
diff -u -r1.83 Makefile
--- ports/print/freetype2/Makefile	24 Sep 2008 22:53:21 -0000	1.83
+++ ports/print/freetype2/Makefile	24 Mar 2009 11:48:07 -0000
@@ -25,6 +25,7 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 MAKE_ENV=	TOP=""
+MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnometarget pkgconfig
Index: ports/x11-fonts/fontconfig/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fonts/fontconfig/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- ports/x11-fonts/fontconfig/Makefile	10 Jan 2009 05:22:02 -0000	1.72
+++ ports/x11-fonts/fontconfig/Makefile	24 Mar 2009 11:48:07 -0000
@@ -33,6 +33,7 @@
 		--without-add-fonts \
 		--disable-docs
 MAKE_ENV=	LC_ALL=C
+MAKE_JOBS_SAFE=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 
 MAN1=		fc-cache.1 fc-cat.1 fc-list.1 fc-match.1
Index: ports/graphics/cairo/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/cairo/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- ports/graphics/cairo/Makefile	25 Feb 2009 22:23:32 -0000	1.41
+++ ports/graphics/cairo/Makefile	24 Mar 2009 11:48:07 -0000
@@ -30,6 +30,7 @@
 USE_GNOME=	gnomehack ltverhack referencehack
 USE_AUTOTOOLS=	libtool:15
 USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" \
 		LDFLAGS="${PTHREAD_LIBS}"
Index: ports/x11-toolkits/pango/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/pango/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- ports/x11-toolkits/pango/Makefile	10 Jan 2009 05:22:09 -0000	1.105
+++ ports/x11-toolkits/pango/Makefile	24 Mar 2009 11:48:07 -0000
@@ -28,6 +28,7 @@
 
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_GNOME=	gnomehack glib20 ltverhack referencehack


More information about the freebsd-gnome mailing list