tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: x11-links differ pbulk and just a make (Re: 2013Q2 MesaLib and pbulk



| From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
| Subject: Re: x11-links differ pbulk and just a make (Re: 2013Q2 MesaLib and 
pbulk
| Date: Tue, 17 Sep 2013 09:48:00 -0500 (CDT)
| Message-ID: <alpine.NEB.2.02.1309170945110.27631%t1.m.reedmedia.net@localhost>

> Does your chroot environment have the same /usr/X11R7?
> Like do you have /usr/X11R7/include/X11/dri/xf86dri.h or 
> /usr/X11R7/include/X11/Xft/XftCompat.h in both?

I'm using the same instance. 
Both pbulk bulkbuild and make are inside of chrooted 
side. (Does this answer your question ?)

I've made a change on x11-links/Makefile so that 
FILES_LIST_CMD result kept. Among two executions,
the lists (/tmp/tee) are different already at this stage.
---
Makoto Fujiwara, 

Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/pkgtools/x11-links/Makefile,v
retrieving revision 1.146
diff -u -r1.146 Makefile
--- Makefile    11 Jun 2013 13:09:17 -0000      1.146
+++ Makefile    17 Sep 2013 15:25:57 -0000
@@ -67,7 +67,7 @@
 X11_LINKS_BUILD_DIR=   ${WRKSRC}/${X11_LINKS_SUBDIR}
 X11_LINKS_DIR=         ${PREFIX}/${X11_LINKS_SUBDIR}
 
-FILES_LIST_CMD=        ${SED} -e "s/@ABI@/${ABI}/" ${FILES_LIST} | ${GREP} -v 
"^\#"
+FILES_LIST_CMD=        ${SED} -e "s/@ABI@/${ABI}/" ${FILES_LIST} | ${GREP} -v 
"^\#"|/usr/bin/tee /tmp/tee
 
 CREATE_X11LINK?=       ${LN} -fs $$src $$dest
 


Home | Main Index | Thread Index | Old Index