ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue

Frank Laszlo laszlof at vonostingroup.com
Wed Oct 20 13:00:46 UTC 2004


The following reply was made to PR ports/72894; it has been noted by GNATS.

From: Frank Laszlo <laszlof at vonostingroup.com>
To: freebsd-gnats-submit at FreeBSD.org, laszlof at vonostingroup.com,
	edwin at mavetju.org, pav at FreeBSD.org
Cc:  
Subject: Re: ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue
Date: Wed, 20 Oct 2004 08:51:50 -0400

 This is a multi-part message in MIME format.
 --------------030801000609090204060802
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 You should really test patches before commiting them. this patch breaks 
 the port. the definition for PODMAN refers
 to ${LOCALBASE}/bin/podman. This should be ${LOCALBASE}/bin/pod2man. 
 Attached is a proper fix. Thanks
 
 Regards,
     Frank
 
 --------------030801000609090204060802
 Content-Type: text/plain;
  name="lire-pod2manpatch.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="lire-pod2manpatch.diff"
 
 --- Makefile.orig	Wed Oct 20 08:50:24 2004
 +++ Makefile	Wed Oct 20 08:50:39 2004
 @@ -40,7 +40,7 @@
  USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+="--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd"
 -CONFIGURE_ENV=	POD2MAN=${LOCALBASE}/bin/podman
 +CONFIGURE_ENV=	POD2MAN=${LOCALBASE}/bin/pod2man
  
  MAN1=		\
  		argomail2dlf.1 \
 
 --------------030801000609090204060802--



More information about the freebsd-ports-bugs mailing list