ports/78386: installation of devel/cvs2cl fails.

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Fri Mar 4 03:50:04 UTC 2005


>Number:         78386
>Category:       ports
>Synopsis:       installation of devel/cvs2cl fails.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 04 03:50:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 4.11-STABLE FreeBSD 4.11-STABLE #16: Fri Feb 11 18:13:24 JST 2005 root at polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	installing devel/cvs2cl fails, with the following message:
	
	> pod2man /usr/ports/devel/cvs2cl/work/cvs2cl /usr/ports/devel/cvs2cl/work/cvs2cl.1
	> /usr/bin/pod2man: Need one and only one podpage argument
	> usage: /usr/bin/pod2man [options] podpage

	
>How-To-Repeat:
	always when try building on the environment above.
	
>Fix:
	Here is the patch about Makefile:
	
	--- Makefile.orig       Fri Feb 25 04:30:55 2005
	+++ Makefile    Fri Mar  4 12:27:05 2005
	@@ -29,7 +29,7 @@
	        ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME}
	
	 do-build:
	-       pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
	+       pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1
	
	 do-install:
	        ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

	It seems well for me, but I don't know about the other circumstances.
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list