Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 19:07:43 +0200 (CEST)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dmitry Marakasov <amdmi3@amdmi3.ru>
Subject:   ports/136937: [MAINTAINER] misc/e2fsprogs-libblkid: fix parallel build
Message-ID:  <20090720170744.02C1E33C1E@rho.emma.line.org>
Resent-Message-ID: <200907201710.n6KHA7cj088182@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136937
>Category:       ports
>Synopsis:       [MAINTAINER] misc/e2fsprogs-libblkid: fix parallel build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 17:10:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD rho.emma.line.org 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>Description:
fix parallel build - if it doesn't, please file a log.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- e2fsprogs-libblkid-1.41.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/e2fsprogs-libblkid/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	16 Jul 2009 21:41:37 -0000	1.2
+++ Makefile	20 Jul 2009 17:06:39 -0000
@@ -31,6 +31,7 @@
 
 pre-build:
 	${MKDIR} ${WRKSRC}/lib/blkid/elfshared
+	cd ${WRKSRC}/util && ${GMAKE} subst
 
 post-build:
 	cd ${WRKSRC}/lib/uuid && ${GMAKE}
--- e2fsprogs-libblkid-1.41.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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