From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 10:32:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFF6D9E0 for ; Mon, 25 Nov 2013 10:32:36 +0000 (UTC) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C98222D00 for ; Mon, 25 Nov 2013 10:32:36 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id rq2so5413029pbb.2 for ; Mon, 25 Nov 2013 02:32:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=tkaK/SVqoDTfsqtP1FukNI625p8FCYqdJWGw7V8W+1Y=; b=0sQnx8ui+zPJcsdqJ0TZZHM8GU9MNgeb4HimUt7WD0bpuNnoTCerNwcBG2IcGxvDok IkbpUB7zFYA1s7aqPOXORvnxOm1Z3UsiGiVDmFuR1FteZuFEEQKT5FUguhLd3cxUKm53 O44aoYiee2iDTrYwa2lUe5guWypia9M29/jQeFLNKhoN1/3fpLx1XPOWVuZluk8fwSY6 1jcXQXETLBsR/Nor0LeaBeFv+XweoIJksS5kTtWYzEX36ATCGtPmThsF+p/5DE/O1sqD WtVqbPglWEWehk14FvLJhWY92nVPnaRjetfePiyMydbqCY0pBEnB72ElNPARNAESlv6y qr3Q== X-Received: by 10.66.118.204 with SMTP id ko12mr515713pab.184.1385375556302; Mon, 25 Nov 2013 02:32:36 -0800 (PST) Received: from arty (7.145.30.125.dy.iij4u.or.jp. [125.30.145.7]) by mx.google.com with ESMTPSA id qn1sm72247287pbc.34.2013.11.25.02.32.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2013 02:32:35 -0800 (PST) Date: Mon, 25 Nov 2013 19:32:33 +0900 From: Chie Taguchi To: Rod Taylor Subject: Re: ports/180654: [NEW PORT] devel/linux-f10-hal-libs: HAL libs (Linux Fedora 10) Message-Id: <20131125193233.665637a80073bece9120c5f5@gmail.com> In-Reply-To: <201311050010.rA50A1KO030203@freefall.freebsd.org> References: <201311050010.rA50A1KO030203@freefall.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, rocky@herveybayaustralia.com.au X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:32:37 -0000 At least, this issue will solve with the following: --- Makefile.orig 2013-11-25 17:26:14.000000000 +0900 +++ Makefile 2013-11-25 17:38:02.000000000 +0900 @@ -18,7 +18,6 @@ LINUX_DIST_VER= 10 RPMVERSION= 12.20081027git.fc10 USE_LDCONFIG= yes - -LIB_DEPENDS= linux-f10-dbus-libs:${PORTSDIR}/devel/linux-f10-dbus-libs +USE_LINUX_APPS= dbuslibs .include Regards, Chie Taguchi On Tue, 5 Nov 2013 00:10:01 GMT Rod Taylor wrote: > The following reply was made to PR ports/180654; it has been noted by GNATS. > > From: Rod Taylor > To: bug-followup@FreeBSD.org, rocky@herveybayaustralia.com.au > Cc: > Subject: Re: ports/180654: [NEW PORT] devel/linux-f10-hal-libs: HAL libs > (Linux Fedora 10) > Date: Mon, 4 Nov 2013 19:05:16 -0500 > > --047d7bb03c4692f99704ea62c9c5 > Content-Type: text/plain; charset=UTF-8 > > Port works as described (allows Flash to access DRM protected content). > > To install, I had to comment out the following line: > > LIB_DEPENDS= linux-f10-dbus-libs:${PORTSDIR}/devel/linux-f10-dbus-libs > > Due to the this error: > > ===> linux-f10-hal-libs-0.5.12 depends on shared library: > linux-f10-dbus-libs - not found > ===> Verifying install for linux-f10-dbus-libs in > /usr/ports/devel/linux-f10-dbus-libs > ===> Returning to build of linux-f10-hal-libs-0.5.12 > Error: shared library "linux-f10-dbus-libs" does not exist -- Chie Taguchi