ports/152444: devel/dconf does not support parallel builds
Matthias Andree
mandree at FreeBSD.org
Sun Dec 19 12:52:19 UTC 2010
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.
-------------- next part --------------
===> 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
More information about the freebsd-gnome
mailing list