ports/173191: lang/squeak: invalid dependency.

IWAMOTO Kouichi sue at iwmt.org
Mon Oct 29 12:00:02 UTC 2012


>Number:         173191
>Category:       ports
>Synopsis:       lang/squeak: invalid dependency.
>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:   Mon Oct 29 12:00:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nagato.iwmt.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sat Oct 27 22:10:33 JST 2012 sue at nagato.iwmt.org:/usr/obj/usr/src/sys/NAGATO i386
>Description:
lang/squeak have invalid dependency.

BUILD_DEPENDS=		unzip:${PORTSDIR}/archivers/unzip \
			cmake:${PORTSDIR}/devel/cmake \
			${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat

multimedia/compat_v4l does not have libv4l2.h, but multimedia/libv4l has it.
lang/squeak already depends on multimedia/libv4l in LIB_DEPENDS.

If multimedia/v4l_compat is installed and multimedia/libv4l is not installed,
building of lang/squeak is failed.

>How-To-Repeat:
# cd /usr/ports/multimedia/v4l_compat
# make install
# cd /usr/ports/lang/squeak
# make
>Fix:

--- Makefile.orig	2012-10-29 20:05:20.000000000 +0900
+++ Makefile	2012-10-29 20:06:11.000000000 +0900
@@ -23,8 +23,7 @@
 
 # Don't set USE_ZIP as this breaks EXTRACT_CMD.
 BUILD_DEPENDS=		unzip:${PORTSDIR}/archivers/unzip \
-			cmake:${PORTSDIR}/devel/cmake \
-			${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat
+			cmake:${PORTSDIR}/devel/cmake
 LIB_DEPENDS=		audio:${PORTSDIR}/audio/nas \
 			ffi:${PORTSDIR}/devel/libffi \
 			asound:${PORTSDIR}/audio/alsa-lib \
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list