Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2011 18:24:57 +0200 (CEST)
From:      freebsd@nagilum.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158207: rtorrent 0.8.7_2 manpage not getting installed
Message-ID:  <20110623162457.D810F684D1@cakebox.homeunix.net>
Resent-Message-ID: <201106231630.p5NGUGfu014288@freefall.freebsd.org>

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

>Number:         158207
>Category:       ports
>Synopsis:       rtorrent 0.8.7_2 manpage not getting installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 23 16:30:15 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110623162457.D810F684D1>