Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Aug 2009 09:20:03 -0000
From:      Matthias Andree <matthias.andree@gmx.de>
To:        bug-followup@FreeBSD.org
Subject:   ports/137513: fix ports/136870 parallel build, by building subst in pre-build
Message-ID:  <20090807091455.485B83F862@vmfreebsd6.emma.line.org>
Resent-Message-ID: <200908070920.n779K1ZF041732@freefall.freebsd.org>

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

>Number:         137513
>Category:       ports
>Synopsis:       fix ports/136870 parallel build, by building subst in pre-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:   Fri Aug 07 09:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.4-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD vmfreebsd6.emma.line.org 6.4-RELEASE-p5 FreeBSD 6.4-RELEASE-p5 #0: Wed Jun 10 06:39:45 UTC 2009
>Description:
Then please commit my version of the e2fsprogs-libuuid patch, and the
other patch included below for e2fsprogs-libblkid.

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 -r1.2 Makefile
--- Makefile	16 Jul 2009 21:41:37 -0000	1.2
+++ Makefile	17 Jul 2009 20:37:40 -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?20090807091455.485B83F862>