[Bug 191709] New: [ staging ] net-mgmt/routers2-extras
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 7 16:47:09 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191709
Bug ID: 191709
Summary: [ staging ] net-mgmt/routers2-extras
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: Normal
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: dan at obluda.cz
net-mgmt/routers2-extras require staging or will be removed
Fix:
Patch is attached.
--- net-mgmt/routers2-extras/Makefile.orig 2014-07-07 18:43:26.000000000
+0200
+++ net-mgmt/routers2-extras/Makefile 2014-07-07 18:44:41.000000000 +0200
@@ -21,7 +21,6 @@
NO_BUILD= YES
-NO_STAGE= yes
post-patch:
for file in buildwan.pl cfgmaker_host.pl 95.pl ; do \
${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' ${WRKSRC}/$$file; \
@@ -31,11 +30,11 @@
done
do-install:
- ${MKDIR} -m 755 ${PREFIX}/www/routers2/extras
+ ${MKDIR} -m 755 ${STAGEDIR}${PREFIX}/www/routers2/extras
.if !defined(NOPORTDOCS)
- ${MKDIR} -m 755 ${DOCSDIR}
+ ${MKDIR} -m 755 ${STAGEDIR}${DOCSDIR}
for file in README *.txt; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${DOCSDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/$$file ${STAGEDIR}${DOCSDIR}; \
done
.endif
for file in buildwan.pl cfgmaker_host.pl check_vmware.pl check_foundry
checkagent \
@@ -43,14 +42,14 @@
mrtg-pnsclient.pl mrtg-portsinuse.pl rrd-archive-clean.pl \
rrd-archive.pl rrdextend.pl \
winalert.pl targetnames/targetnames.pl; do \
- ${INSTALL_SCRIPT} ${WRKSRC}/$$file ${PREFIX}/www/routers2/extras;
\
+ ${INSTALL_SCRIPT} ${WRKSRC}/$$file
${STAGEDIR}${PREFIX}/www/routers2/extras; \
done
for file in mrtg-nrpe.cfg mrtg-pnsclient.cfg rrd-archive.conf
winalert.conf ; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/www/routers2/extras; \
+ ${INSTALL_DATA} ${WRKSRC}/$$file
${STAGEDIR}${PREFIX}/www/routers2/extras; \
done
- ${MKDIR} -m 755 ${PREFIX}/www/routers2/extras/templates
+ ${MKDIR} -m 755 ${STAGEDIR}${PREFIX}/www/routers2/extras/templates
for file in mrtg-templates/* ; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file
${PREFIX}/www/routers2/extras/templates; \
+ ${INSTALL_DATA} ${WRKSRC}/$$file
${STAGEDIR}${PREFIX}/www/routers2/extras/templates; \
done
.include <bsd.port.mk>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list