Date: Wed, 20 Oct 2004 13:00:46 GMT From: Frank Laszlo <laszlof@vonostingroup.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue Message-ID: <200410201300.i9KD0ka6048200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72894; it has been noted by GNATS. From: Frank Laszlo <laszlof@vonostingroup.com> To: freebsd-gnats-submit@FreeBSD.org, laszlof@vonostingroup.com, edwin@mavetju.org, pav@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410201300.i9KD0ka6048200>