ports/55148: [patch] misc/hello: Add dependency on perl/help2man (bento)

Volker Stolz vs at foldr.org
Fri Aug 1 14:50:11 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list