ports/188076: [PATCH] irc/BitchX: stage support
Danilo G. Baio
dbaio at bsd.com.br
Sun Mar 30 12:40:02 UTC 2014
>Number: 188076
>Category: ports
>Synopsis: [PATCH] irc/BitchX: stage support
>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: Sun Mar 30 12:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Danilo G. Baio
>Release: FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dbaio.bs2cloud.com.br 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- stage support
- orphan file
Port maintainer (dan.mashal at gmail.com) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- BitchX-1.2.f.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 349614)
+++ Makefile (working copy)
@@ -34,7 +34,6 @@
OPTIONS_DEFAULT=PLUGINS SSL
-NO_STAGE= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
@@ -68,11 +67,11 @@
${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in
post-install:
- ${STRIP_CMD} ${PREFIX}/bin/BitchX
- ${STRIP_CMD} ${PREFIX}/bin/scr-bx
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/BitchX
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scr-bx
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.endif
# Ensure that `@dirrm share/bx' will be appended last (after PORTDOCS stuff)
Index: pkg-plist
===================================================================
--- pkg-plist (revision 349614)
+++ pkg-plist (working copy)
@@ -78,4 +78,5 @@
@dirrm %%DATADIR%%/translation
@dirrm %%DATADIR%%/script
@dirrm %%DATADIR%%/plugins
+man/man1/BitchX.1.gz
@comment @dirrm %%DATADIR%% must be appended after PORTDOCS stuff, see Makefile
--- BitchX-1.2.f.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list