Hi, Sorry it took so long to get back to you. Your message accidentally got caught by one of my filters and I missed it.
I tried applying the patch, but I got: patch <maho-patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- files/Makefile.test 6 Jan 2007 22:18:51 -0000 1.1 |+++ files/Makefile.test 10 Feb 2007 02:02:31 -0000 -------------------------- Patching file Makefile.test using Plan A... Hunk #1 failed at 14. 1 out of 1 hunks failed--saving rejects to Makefile.test.rej done But, I think I made all the appropriate changes manually, and then everything completed without errors. Would you still like the any part of the output? Thanks very much for your help. Joey On 2/9/07, Maho NAKATA <[EMAIL PROTECTED]> wrote:
From: Maho NAKATA <[EMAIL PROTECTED]> Subject: Re: FreeBSD Port: atlas-3.6.0_2,1 Date: Sat, 10 Feb 2007 10:54:51 +0900 (JST) > 1. Please do not remove work dir. > 2. apply following patch to files/Makefile.test. Sorry, patch doesn't apply for you. could you please test with this and paste your error output? Index: files/Makefile.test =================================================================== RCS file: /home/pcvs/ports/math/atlas/files/Makefile.test,v retrieving revision 1.1 diff -u -r1.1 Makefile.test --- files/Makefile.test 6 Jan 2007 22:18:51 -0000 1.1 +++ files/Makefile.test 10 Feb 2007 02:02:31 -0000 @@ -14,19 +14,19 @@ # xsl2blastst_pt xdl2blastst_pt xcl2blastst_pt xzl2blastst_pt \ test: - @for i in ${ALLTESTS} ; do \ + for i in ${ALLTESTS} ; do \ ${ECHO_CMD} "Making $${i}" ; \ - cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC/ ; ${GMAKE} ${.MAKEFLAGS} "ARCH=NON_THREADED_PIC" $${i} ; \ + cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC/ ; ${MAKE} ${.MAKEFLAGS} "ARCH=NON_THREADED_PIC" $${i} ; \ done - @for i in ${ALLTESTS_PT} ; do \ + for i in ${ALLTESTS_PT} ; do \ ${ECHO_CMD} "Making $${i}" ; \ - cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ${GMAKE} ${.MAKEFLAGS} "ARCH=THREADED_PIC" $${i} ; \ + cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ${MAKE} ${.MAKEFLAGS} "ARCH=THREADED_PIC" $${i} ; \ done - @for i in ${ALLTESTS} ; do \ + for i in ${ALLTESTS} ; do \ ${ECHO_CMD} "Benchmarking $${i}" ; \ cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC ; ./$${i} ; \ done - @for i in ${ALLTESTS_PT} ; do \ + for i in ${ALLTESTS_PT} ; do \ ${ECHO_CMD} "Benchmarking $${i}" ; \ cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ./$${i} ; \ done -- NAKATA, Maho ([EMAIL PROTECTED])
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"