FreeBSD Bugzilla – Attachment 109753 Details for
Bug 150800
[patch] devel/lua-alien: depend on `build' for `regression-test'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 663 bytes, created by
swell.k
on 2010-09-22 01:30:02 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-09-22 01:30:02 UTC
Size:
663 bytes
patch
obsolete
>Index: devel/lua-alien/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/devel/lua-alien/Makefile,v >retrieving revision 1.3 >diff -u -p -r1.3 Makefile >--- devel/lua-alien/Makefile 18 Sep 2010 18:29:19 -0000 1.3 >+++ devel/lua-alien/Makefile 22 Sep 2010 00:01:27 -0000 >@@ -62,7 +62,10 @@ do-install: > ${TAR} cf - -C${WRKSRC}/samples . | ${TAR} xof - -C${EXAMPLESDIR} > .endif > >-regression-test: install >- cd ${DATADIR}/tests && ${LUA_CMD} test_alien.lua >+regression-test: build >+ cd ${WRKSRC}/tests; \ >+ ${LN} -s ../src/alien* .; \ >+ ${LUA_CMD} test_alien.lua; \ >+ ${RM} alien alien.lua > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150800
: 109753