ports/59956: ports/devel/porttools depends on ports/devel/newfile

Nicola Vitale nivit at email.it
Thu Dec 4 18:10:23 UTC 2003


>Number:         59956
>Category:       ports
>Synopsis:       ports/devel/porttools depends on ports/devel/newfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 04 10:10:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:

System: FreeBSD psyllobora.domo.sva 4.9-STABLE FreeBSD 4.9-STABLE #72: Sun Nov 23 11:11:03 CET 2003 stan at psyllobora.domo.sva:/usr/obj/usr/src/sys/Psyllobora i386

>Description:

	The command 'port' (ports/devel/porttools) depends on
	ports/devel/newfile, but this is not present in RUN_DEPENDS
	variable (see Makefile).

>How-To-Repeat:

	cd /usr/ports/devel/porttools
	make install clean
	(cd /tmp && port create port-xyz)
	    => newfile(1) not found - please install devel/newfile port
	make deinstall

>Fix:
--- ports/devel/porttools/Makefile	Thu Dec  4 18:42:46 2003
+++ ports/devel/porttools/Makefile.new	Thu Dec  4 18:42:14 2003
@@ -14,7 +14,8 @@
 MAINTAINER=	sergei at FreeBSD.org
 COMMENT=	Tools for testing and submitting port updates and new ports
 
-RUN_DEPENDS=	portlint:${PORTSDIR}/devel/portlint \
+RUN_DEPENDS=	newfile:${PORTSDIR}/devel/newfile \
+		portlint:${PORTSDIR}/devel/portlint \
 		sudo:${PORTSDIR}/security/sudo
 
 .if !defined(NOPORTDOCS)


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



More information about the freebsd-ports-bugs mailing list