ports/190067: stagify security/xca
freebsd at nagilum.org
freebsd at nagilum.org
Wed May 21 13:50:01 UTC 2014
>Number: 190067
>Category: ports
>Synopsis: stagify security/xca
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed May 21 13:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Charlie Root
>Release: FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #0 r264294M: Fri Apr 11 10:19:25 CEST 2014 root at cakebox.tis:/usr/obj/export/src/sys/net5501 i386
>Description:
secutity/xca doesn't support staging yet
>How-To-Repeat:
>Fix:
Apply attached patch.
--- xca.patch begins here ---
diff -Naur xca.orig/Makefile xca/Makefile
--- xca.orig/Makefile 2013-11-06 19:11:17.000000000 +0100
+++ xca/Makefile 2014-05-21 15:28:47.000000000 +0200
@@ -3,7 +3,7 @@
PORTNAME= xca
PORTVERSION= 0.9.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF
@@ -37,11 +37,11 @@
@echo "LD=${LD}" >> ${WRKSRC}/Local.mak
@echo "STRIP=${STRIP_CMD}" >> ${WRKSRC}/Local.mak
@echo "prefix=${PREFIX}" >> ${WRKSRC}/Local.mak
- @echo "etc=${PREFIX}/etc/xca" >> ${WRKSRC}/Local.mak
- @echo "basedir=" >> ${WRKSRC}/Local.mak
+ @echo "etc=${ETCDIR}" >> ${WRKSRC}/Local.mak
+ @echo "basedir=${STAGEDIR}" >> ${WRKSRC}/Local.mak
@echo "docdir=${DOCSDIR}" >> ${WRKSRC}/Local.mak
@echo "#define PREFIX \"${PREFIX}\"" > ${WRKSRC}/local.h
- @echo "#define ETC \"${PREFIX}/etc/xca\"" >> ${WRKSRC}/local.h
+ @echo "#define ETC \"${ETCDIR}\"" >> ${WRKSRC}/local.h
@echo "#define VER \"${PORTVERSION}\"" >> ${WRKSRC}/local.h
@echo "#define DOCDIR \"${DOCSDIR}\"" >> ${WRKSRC}/local.h
@${REINPLACE_CMD} -e "/rR/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/Makefile
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list