Date: Sat, 10 Sep 2011 04:34:27 +0100 From: "Klaus T. Aehlig" <aehlig@linta.de> To: ports@freebsd.org Cc: KATO Tsuguru <tkato@prontomail.com> Subject: Why was rdiff.1 removed from net/librsync? Message-ID: <20110910033427.GA39334@curry.linta.de>
next in thread | raw e-mail | index | archive | help
--3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hallo, I recently had a quick look at net/librsync and was puzzled that it installs rdiff, but not the man page for rdiff. Looking at the history, this has happened with the update to 0.9.6, submitted in PR ports/55469 [1]. However, I fail to see the reason for removing the man page. Leaving it in, i.e., applying the attached patch, the port still builds and installs cleanly (see, e.g., my tinderboxlog[2]). Moreover, portsearch -f man1/rdiff.1 didn't find me any other port installing a rdiff man page. So, can someone explain me, why the port deliberatly removes the man page? Best regards, Klaus [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=55469 [2] http://www.linta.de/~aehlig/download/uucp/tinderboxlogs/20110910-librsync-0.9.7_2.log --3MwIy2ne0vdjdPXF Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="librsync.diff" diff -ruN librsync.orig/Makefile librsync/Makefile --- librsync.orig/Makefile 2011-09-10 04:05:00.000000000 +0100 +++ librsync/Makefile 2011-09-10 04:05:23.000000000 +0100 @@ -26,9 +26,7 @@ CONFIGURE_ARGS= --enable-shared --disable-trace USE_LDCONFIG= yes +MAN1= rdiff.1 MAN3= librsync.3 -post-patch: - @${REINPLACE_CMD} -e 's|= rdiff.1|=|g' ${WRKSRC}/doc/Makefile.in - .include <bsd.port.mk> --3MwIy2ne0vdjdPXF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110910033427.GA39334>