From owner-cvs-all@FreeBSD.ORG Sun Aug 15 06:36:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2FC116A4CE; Sun, 15 Aug 2004 06:36:49 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833B543D54; Sun, 15 Aug 2004 06:36:49 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.168.0.4] (c-24-130-110-32.we.client2.attbi.com[24.130.110.32]) by comcast.net (rwcrmhc11) with ESMTP id <2004081506364801300179pbe> (Authid: domain_name_tsar); Sun, 15 Aug 2004 06:36:49 +0000 Message-ID: <411F0481.5050101@dougbarton.net> Date: Sat, 14 Aug 2004 23:36:49 -0700 From: Doug Barton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200408150543.i7F5hplE072823@repoman.freebsd.org> <20040815060305.GE61044@voodoo.oberon.net> In-Reply-To: <20040815060305.GE61044@voodoo.oberon.net> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Clive Lin cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/acroread5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 06:36:50 -0000 Kirill Ponomarew wrote: > Hi, > > On Sun, Aug 15, 2004 at 05:43:51AM +0000, Clive Lin wrote: > >>clive 2004-08-15 05:43:51 UTC >> >> FreeBSD ports repository >> >> Modified files: >> print/acroread5 Makefile >> Log: >> Add missing dependency. >> >> PR: ports/60752 >> Submitted by: Rong-En Fan >> Noted by: dougb >> >> Revision Changes Path >> 1.52 +2 -0 ports/print/acroread5/Makefile >>| PORTNAME= acroread >>| @@ -19,6 +19,8 @@ DIST_SUBDIR= acroread >>| >>| MAINTAINER= trevor@FreeBSD.org >>| COMMENT= View, distribute and print PDF documents >>| + >>| +RUN_DEPENS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs > > > Huh, is it really necessary now to run it ? ;) Yes, without the libraries installed the acroread binary doesn't run. The description of the problem in the PR is accurate. This is what "I tested it" was meaning to convey in my previous message. :) Doug -- If you're never wrong, you're not trying hard enough