ports/187888: [PATCH] net/citrix_ica: Stage
Johannes Jost Meixner
xmj at chaot.net
Mon Mar 24 00:40:00 UTC 2014
>Number: 187888
>Category: ports
>Synopsis: [PATCH] net/citrix_ica: Stage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 24 00:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014
>Description:
- Stagify
Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- citrix_ica-12.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 348914)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= citrix_ica
PORTVERSION= 12.1
+PORTREVISION= 1
CATEGORIES= net comms linux
MASTER_SITES= #
DISTNAME= linuxx86_12.1.0.203066
@@ -31,7 +32,6 @@
SUB_FILES= wfcmgr wfica
SUB_LIST= CDIR=${CDIR}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@@ -62,13 +62,13 @@
${FALSE} ; \
fi
cd ${WRKSRC} && ${SH} -c './setupwfc'
- ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${PREFIX}/bin/wfcmgr
- ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${PREFIX}/bin/wfica
+ ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${STAGEDIR}${PREFIX}/bin/wfcmgr
+ ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${STAGEDIR}${PREFIX}/bin/wfica
# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
.if defined(ICA_CERTS)
.for f in ${ICA_CERTS}
- ${INSTALL_DATA} ${DISTDIR}/${f} ${CERTDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR}
.endfor
.endif
--- citrix_ica-12.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list