Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 09:36:39 -0300
From:      "Danilo G. Baio" <dbaio@bsd.com.br>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dan.mashal@gmail.com
Subject:   ports/188076: [PATCH] irc/BitchX: stage support
Message-ID:  <53380fdc.055d8c0a.bc82.ffffac7c@mx.google.com>
Resent-Message-ID: <201403301240.s2UCe1Vh013700@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53380fdc.055d8c0a.bc82.ffffac7c>