FreeBSD Bugzilla – Attachment 162997 Details for
Bug 204459
[patch] net/citrix_ica: Fix for WRKDIR/WRKSRC after recent ports infrastructure changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.diff (text/plain), 976 bytes, created by
Helge Oldach
on 2015-11-11 05:58:50 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2015-11-11 05:58:50 UTC
Size:
976 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 401225) >+++ Makefile (working copy) >@@ -67,7 +67,7 @@ > ${WRKSRC}/linuxx86/linuxx86.cor/nls/*/module.ini > > do-install: >- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKDIR}/linuxx86/hinst >+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/linuxx86/hinst > @if (test -d "${CDIR}") ; \ > then \ > ${ECHO} "-----------------------------------------------------------" ; \ >@@ -84,8 +84,8 @@ > # XXX: This is missing a "${BRANDELF} -t Linux <executables>". > ${MKDIR} ${STAGEDIR}${CDIR} > ${MKDIR} ${STAGEDIR}${CDIR}/config >- cd ${WRKDIR}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} >- ${CP} ${WRKDIR}/setupwfc ${STAGEDIR}${CDIR} >+ cd ${WRKSRC}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} >+ ${CP} ${WRKSRC}/setupwfc ${STAGEDIR}${CDIR} > > .if defined(ICA_CERTS) > ${MKDIR} ${STAGEDIR}${CERTDIR}
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 204459
: 162997