Date: Tue, 24 Mar 2009 12:32:00 +0100 (CET) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP Message-ID: <20090324113200.AA7934AD84@mail.vx.sk>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Martin Matuska >Organization: >Confidential: no >Synopsis: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Environment: System: FreeBSD neo2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET >Description: Mark devel/glib20 and devel/gio-fam-backend MAKE_JOBS_SAFE for SMP compilation Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- glib-2.18.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/glib20/Makefile,v retrieving revision 1.155 diff -u -r1.155 Makefile --- Makefile 10 Jan 2009 05:21:19 -0000 1.155 +++ Makefile 24 Mar 2009 11:29:08 -0000 @@ -36,6 +36,7 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig ltverhack USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_PYTHON= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ --- glib-2.18.4.patch ends here --- --- gio-fam-backend-2.18.4.patch begins here --- Index: ports/devel/gio-fam-backend/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/gio-fam-backend/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- ports/devel/gio-fam-backend/Makefile 10 Jan 2009 05:21:19 -0000 1.7 +++ ports/devel/gio-fam-backend/Makefile 24 Mar 2009 11:28:14 -0000 @@ -29,6 +29,7 @@ USE_GNOME= gnomehack pkgconfig _glib20 USE_FAM= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ --- gio-fam-backend-2.18.4.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090324113200.AA7934AD84>