From root@cakebox.homeunix.net  Thu Jun 23 16:25:17 2011
Return-Path: <root@cakebox.homeunix.net>
Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 54ACF1065762
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2011 16:25:17 +0000 (UTC)
	(envelope-from root@cakebox.homeunix.net)
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187])
	by mx1.freebsd.org (Postfix) with ESMTP id C36468FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2011 16:25:16 +0000 (UTC)
Received: from cakebox.homeunix.net (krlh-4d036aca.pool.mediaWays.net [77.3.106.202])
	by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis)
	id 0Luphl-1RZ8lG1UMT-0102J0; Thu, 23 Jun 2011 18:25:15 +0200
Received: from cakebox.homeunix.net (localhost [127.0.0.1])
	by cakebox.homeunix.net (Postfix) with ESMTP id D619068510
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Jun 2011 18:24:58 +0200 (CEST)
Received: by cakebox.homeunix.net (Postfix, from userid 0)
	id D810F684D1; Thu, 23 Jun 2011 18:24:57 +0200 (CEST)
Message-Id: <20110623162457.D810F684D1@cakebox.homeunix.net>
Date: Thu, 23 Jun 2011 18:24:57 +0200 (CEST)
From: freebsd@nagilum.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: rtorrent 0.8.7_2 manpage not getting installed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158207
>Category:       ports
>Synopsis:       net-p2p/rtorrent 0.8.7_2 manpage not getting installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 23 16:30:15 UTC 2011
>Closed-Date:    Fri Jun 24 17:56:21 UTC 2011
>Last-Modified:  Fri Jun 24 17:56:21 UTC 2011
>Originator:     Charlie &
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 29 10:04:47 CEST 2011 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386


>Description:
	the rtorrent port doesn't install the rtorrent manpage

>How-To-Repeat:
	install net-p2p/rtorrent 0.8.7_2

>Fix:

	Apply attached patch

--- rtorrent.patch begins here ---
diff -Naur rtorrent.orig/Makefile rtorrent/Makefile
--- rtorrent.orig/Makefile	2011-06-09 19:23:25.000000000 +0200
+++ rtorrent/Makefile	2011-06-23 16:42:09.000000000 +0200
@@ -28,6 +28,8 @@
 CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -pthread"
 CONFIGURE_ARGS=	--disable-debug
 
+MAN1?=		rtorrent.1
+
 SUB_FILES=	pkg-message
 
 PORTDOCS=	README
@@ -54,6 +56,7 @@
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/
+	${INSTALL_MAN} ${WRKSRC}/doc/rtorrent.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
--- rtorrent.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jun 24 00:29:41 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158207 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Fri Jun 24 17:55:43 UTC 2011 
State-Changed-Why:  
The reason why the manpage is not being installed by default is because 
it's not being updated anymore and the author decided it would be best 
not to install a stale manpage. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158207 
>Unformatted:
