FreeBSD Bugzilla – Attachment 107186 Details for
Bug 147907
[patch] www/tclhttpd don't hardcode -j2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1001 bytes, created by
Andrius Morkunas
on 2010-06-16 15:30:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrius Morkunas
Created:
2010-06-16 15:30:04 UTC
Size:
1001 bytes
patch
obsolete
>diff -ruN www/tclhttpd.orig/Makefile www/tclhttpd/Makefile >--- www/tclhttpd.orig/Makefile 2008-04-09 13:42:20.000000000 +0000 >+++ www/tclhttpd/Makefile 2010-06-16 14:11:11.003210655 +0000 >@@ -25,6 +25,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-tcl="${LOCALBASE}/lib/tcl${TCL_DVER}" \ > --with-tclinclude="${LOCALBASE}/include/tcl${TCL_DVER}" >+MAKE_JOBS_SAFE= yes > > MAN1= tclhttpd.1 > >@@ -35,15 +36,8 @@ > MAKE_ENV+= TCLSH_PROG=tclsh${TCL_DVER} > SCRIPTS_ENV+= TCL_DVER=${TCL_DVER} > SUB_LIST+= TCL_DVER=${TCL_DVER} >- >-do-build: >- cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -j 2 TCL_DVER="${TCL_DVER}" \ >- FILESDIR="${FILESDIR}" -f "${FILESDIR}/Makefile.lib" >- # >- # Note, the ``utime'' command supplied by the tclhttpd's library >- # (interface to utimes(2)) has been long obsoleted by TCL's own >- # file(n) and is finally removed from this port >- # >+MAKE_ARGS+= TCL_DVER="${TCL_DVER}" FILESDIR="${FILESDIR}" >+MAKEFILE= "${FILESDIR}/Makefile.lib" > > pre-su-install: > ${MKDIR} ${PREFIX}/tclhttpd/custom
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 147907
: 107186