Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 16:40:54 +0200 (CEST)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        shipley@dis.org
Subject:   ports/55148: [patch] misc/hello: Add dependency on perl/help2man (bento)
Message-ID:  <200308011440.h71Ees24018881@monster.theater.foldr.org>
Resent-Message-ID: <200308011450.h71Eo9d6047291@freefall.freebsd.org>

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

>Number:         55148
>Category:       ports
>Synopsis:       [patch] misc/hello: Add dependency on perl/help2man (bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 01 07:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD monster.theater.foldr.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Jul 28 23:53:32 CEST 2003 root@monster.theater.foldr.org:/opt/obj/usr/src/sys/MONSTER i386


>Description:
This one's funny: 'hello' needs either perl or the help2man-(perl!)-script
and will prefer perl if both are present. No need to add a dependency on
help2man, then, as help2man implies USE_PERL5. So USE_PERL5_BUILD up front.
>How-To-Repeat:
Bento/CURRENT says:
Making all in man
help2man --name="Friendly Greeting Program" ../src/hello >hello.1
help2man: not found
*** Error code 127
>Fix:
diff -urN /usr/ports/misc/hello/Makefile hello/Makefile
--- /usr/ports/misc/hello/Makefile	Tue Jul 29 10:51:18 2003
+++ hello/Makefile	Fri Aug  1 16:35:03 2003
@@ -16,6 +16,7 @@
 
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
+USE_PERL5_BUILD=	YES
 GNU_CONFIGURE=	YES
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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