FreeBSD Bugzilla – Attachment 149191 Details for
Bug 194900
net/citrix_ica: does not install ICA_CERTS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch plus blank line fix
z.diff (text/plain), 877 bytes, created by
Helge Oldach
on 2014-11-08 15:15:52 UTC
(
hide
)
Description:
patch plus blank line fix
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2014-11-08 15:15:52 UTC
Size:
877 bytes
patch
obsolete
>--- Makefile.ctm 2014-11-08 01:32:52.000000000 +0100 >+++ Makefile 2014-11-08 16:04:51.000000000 +0100 >@@ -40,6 +40,12 @@ > IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html to accept their license and download ${DISTFILES} into ${DISTDIR} > .endif > >+.if defined(ICA_CERTS) >+.for f in ${ICA_CERTS} >+PLIST_FILES+= ${CERTDIR}/${f} >+.endfor >+.endif >+ > pre-fetch: > .if defined(ICA_CERTS) > .for f in ${ICA_CERTS} >@@ -70,8 +76,8 @@ > ${MKDIR} ${STAGEDIR}${CDIR} > ${MKDIR} ${STAGEDIR}${CDIR}/config > cd ${WRKDIR}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} >+ ${CHMOD} 0555 ${STAGEDIR}${CDIR}/wfcmgr ${STAGEDIR}${CDIR}/wfica > cp ${WRKDIR}/setupwfc ${STAGEDIR}${CDIR} >- > .if defined(ICA_CERTS) > ${MKDIR} ${STAGEDIR}${CERTDIR} > .for f in ${ICA_CERTS}
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 194900
:
149190
|
149191
|
149199
|
160349