From rsimmons@wumpus.wlcg.com  Sun May 13 16:30:15 2001
Return-Path: <rsimmons@wumpus.wlcg.com>
Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248])
	by hub.freebsd.org (Postfix) with ESMTP id 1E2FB37B423
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 May 2001 16:30:15 -0700 (PDT)
	(envelope-from rsimmons@wumpus.wlcg.com)
Received: (from rsimmons@localhost)
	by wumpus.wlcg.com (8.11.3/8.11.3) id f4DNOtr38252;
	Sun, 13 May 2001 19:24:55 -0400 (EDT)
	(envelope-from rsimmons)
Message-Id: <200105132324.f4DNOtr38252@wumpus.wlcg.com>
Date: Sun, 13 May 2001 19:24:55 -0400 (EDT)
From: Rob Simmons <rsimmons@wumpus.wlcg.com>
Reply-To: rsimmons@wumpus.wlcg.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Bad pod2man command in the rlytest port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27309
>Category:       ports
>Synopsis:       Bad pod2man command in the rlytest port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 13 16:40:01 PDT 2001
>Closed-Date:    Sun May 27 07:19:45 PDT 2001
>Last-Modified:  Sun May 27 07:20:37 PDT 2001
>Originator:     Rob Simmons
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386


	
>Description:
rlytest-1.20_1 does not build correctly in the ports collection.  The pod2man command during "make" fails since it is incorrect.
>How-To-Repeat:
Try to install the port rlytest-1.20_1
>Fix:
Here is a diff that will correct the problem:
--- /usr/ports/mail/rlytest/Makefile    Sun May 13 19:18:33 2001
+++ /root/Makefile      Sun May 13 19:18:12 2001
@@ -26,7 +26,7 @@
        perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DI
STFILES} > ${WRKSRC}/rlytest
 
 do-build:
-       pod2man ${WRKSRC}/rlytest ${WRKSRC}/rlytest.1
+       pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sun May 27 07:19:45 PDT 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27309 
>Unformatted:
