From owner-cvs-ports@FreeBSD.ORG Mon Aug 16 14:19:21 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C4A16A4CE; Mon, 16 Aug 2004 14:19:20 +0000 (GMT) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6FA43D45; Mon, 16 Aug 2004 14:19:20 +0000 (GMT) (envelope-from joseph@randomnetworks.com) Received: from [10.6.1.1] (204-102-9-17.water-programs.com [204.102.9.17] (may be forged)) (authenticated bits=0) by randomservers.com (8.12.10/8.12.6) with ESMTP id i7GEJGER001977 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 16 Aug 2004 07:19:16 -0700 (PDT) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host 204-102-9-17.water-programs.com [204.102.9.17] (may be forged) claimed to be [10.6.1.1] In-Reply-To: <20040815060305.GE61044@voodoo.oberon.net> References: <200408150543.i7F5hplE072823@repoman.freebsd.org> <20040815060305.GE61044@voodoo.oberon.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4423C70E-EF8F-11D8-BE7C-000A95AD0296@randomnetworks.com> Content-Transfer-Encoding: 7bit From: Joseph Scott Date: Mon, 16 Aug 2004 07:19:20 -0700 To: Kirill Ponomarew X-Mailer: Apple Mail (2.619) X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: Clive Lin cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/print/acroread5 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 14:19:21 -0000 On Aug 14, 2004, at 11:03 PM, 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 ? ;) I've been using previous versions over the years without this to do pdf to postscript conversions from the command line. Please remove the RUN_DEPENDS unless there is something new in 5.0.9 (I don't think there is) that would require this. -- Joseph Scott