Bug 188076 - [PATCH] irc/BitchX: stage support
Summary: [PATCH] irc/BitchX: stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-30 13:40 UTC by Danilo G. Baio
Modified: 2014-04-04 22:00 UTC (History)
1 user (show)

See Also:


Attachments
BitchX-1.2.f.patch (1.16 KB, patch)
2014-03-30 13:40 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2014-03-30 13:40:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-30 13:40:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-30 13:40:04 UTC
Maintainer of irc/bitchx,

Please note that PR ports/188076 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188076

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 dan.mashal 2014-03-30 18:01:32 UTC
Approved

On Sun, Mar 30, 2014 at 5:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of irc/bitchx,
>
> Please note that PR ports/188076 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188076
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-03-31 06:16:11 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2014-04-04 21:44:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Take
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-04-04 21:52:10 UTC
Author: rene
Date: Fri Apr  4 20:52:06 2014
New Revision: 350166
URL: http://svnweb.freebsd.org/changeset/ports/350166
QAT: https://qat.redports.org/buildarchive/r350166/

Log:
  Add stage support
  
  PR:		ports/188076
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Approved by:	Dan Mashal <dan.mashal@gmail.com> (maintainer)

Modified:
  head/irc/bitchx/Makefile
  head/irc/bitchx/pkg-plist

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Fri Apr  4 20:42:52 2014	(r350165)
+++ head/irc/bitchx/Makefile	Fri Apr  4 20:52:06 2014	(r350166)
@@ -25,7 +25,6 @@ PLIST_SUB+=	DISTVERSION=${DISTVERSION}
 DOCSDIR=	${PREFIX}/share/bx/help
 PORTDOCS=	*
 DATADIR=	${PREFIX}/share/bx
-MAN1=		BitchX.1
 
 OPTIONS_DEFINE=	IPV6 LATIN PLUGINS SSL DOCS
 
@@ -34,7 +33,6 @@ PLUGINS_DESC=	Build a handful of BitchX 
 
 OPTIONS_DEFAULT=PLUGINS SSL
 
-NO_STAGE=	yes
 MAKE_JOBS_UNSAFE=	yes
 .include <bsd.port.options.mk>
 
@@ -68,11 +66,11 @@ post-patch:
 	${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)

Modified: head/irc/bitchx/pkg-plist
==============================================================================
--- head/irc/bitchx/pkg-plist	Fri Apr  4 20:42:52 2014	(r350165)
+++ head/irc/bitchx/pkg-plist	Fri Apr  4 20:52:06 2014	(r350166)
@@ -2,6 +2,7 @@
 bin/BitchX
 bin/BitchX-%%DISTVERSION%%
 bin/scr-bx
+man/man1/BitchX.1.gz
 %%DATADIR%%/BitchX.help
 %%DATADIR%%/BitchX.ircnames
 %%DATADIR%%/BitchX.quit
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Rene Ladan freebsd_committer freebsd_triage 2014-04-04 21:52:24 UTC
State Changed
From-To: open->closed

Committed, thanks