Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 02:39:13 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        xmj@chaot.net
Subject:   ports/187888: [PATCH] net/citrix_ica: Stage
Message-ID:  <14802011599860786293.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403240040.s2O0e0iA001411@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14802011599860786293.enqueue>