Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2010 13:13:15 +0100
From:      Matthias Andree <mandree@FreeBSD.org>
To:        Jeremy Messenger <mezz.freebsd@gmail.com>
Cc:        gnome@FreeBSD.org
Subject:   Re: ports/152444: devel/dconf does not support parallel builds
Message-ID:  <4D0DF6DB.1020203@FreeBSD.org>
In-Reply-To: <AANLkTi=BQjQBy75frz8Yu0xjCR8sd6=d2gAKa0KU8vct@mail.gmail.com>
References:  <201012190347.oBJ3lAwu035869@freefall.freebsd.org> <AANLkTi=BQjQBy75frz8Yu0xjCR8sd6=d2gAKa0KU8vct@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040709090503000602070902
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

OK, seems I can't properly reproduce this from a 0.5.1 checkout from dconf Git.
Strange.

Anyways please authorize or commit the attached patch, which fixes the problem
for me. It incidentally disposes of the MD5 checksum.  No PORTREVISION fix as
this shouldn't cause differences in installed files.


--------------040709090503000602070902
Content-Type: text/plain;
 name="patch-ports_devel_dconf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="patch-ports_devel_dconf"

===> Updating from CVS
M Makefile
M distinfo
===> Generating patch
===> Viewing diff with more
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/dconf/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	25 Nov 2010 11:26:59 -0000	1.3
+++ Makefile	19 Dec 2010 12:11:08 -0000
@@ -27,11 +27,14 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
+pre-build:
+	${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0
+
 post-install:
 	-${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/dconf/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	20 Nov 2010 17:40:04 -0000	1.1
+++ distinfo	19 Dec 2010 12:11:08 -0000
@@ -1,3 +1,2 @@
-MD5 (gnome3/dconf-0.5.1.tar.bz2) = c905497d0255fe2ba58564f9655908ab
 SHA256 (gnome3/dconf-0.5.1.tar.bz2) = 0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6
 SIZE (gnome3/dconf-0.5.1.tar.bz2) = 251287
===> Done

--------------040709090503000602070902--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D0DF6DB.1020203>