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



I've checked FILE_LIST. 
The changes on Makefile is following. 
I'll mail the difference of result in next mail.

Thank you,
---
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:51:43 -0000
@@ -67,7 +67,8 @@
 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_KEEP= cat ${FILES_LIST} > /tmp/FILES_LIST_KEEP
+FILES_LIST_CMD=        ${SED} -e "s/@ABI@/${ABI}/" ${FILES_LIST} | ${GREP} -v 
"^\#"|/usr/bin/tee /tmp/tee
 
 CREATE_X11LINK?=       ${LN} -fs $$src $$dest
 
@@ -87,6 +88,7 @@
                fi;                                                     \
        done
        ${RM} -f ${PLIST_SRC.files}
+       ${FILES_LIST_KEEP}
        ${FILES_LIST_CMD} | ${SORT} -u |                                \
        while read file; do                                             \
                srcdir="";                                              \




Home | Main Index | Thread Index | Old Index