From owner-cvs-ports@FreeBSD.ORG Thu Mar 17 19:55:31 2005 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 5AA1316A4CE; Thu, 17 Mar 2005 19:55:31 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD96D43D2F; Thu, 17 Mar 2005 19:55:30 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id j2HJtRSU011776; Thu, 17 Mar 2005 14:55:27 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)j2HJtKD5011763; Thu, 17 Mar 2005 14:55:26 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Thu, 17 Mar 2005 14:55:20 -0500 (EST) From: Trevor Johnson To: Stijn Hoop In-Reply-To: <20050317084322.GC5247@pcwin002.win.tue.nl> Message-ID: <20050317144314.B9327@blues.jpj.net> References: <200503161535.j2GFZGHa081152@repoman.freebsd.org> <20050316224313.GB52092@uriah.heep.sax.de> <20050317083502.GA3808@uriah.heep.sax.de> <20050317084322.GC5247@pcwin002.win.tue.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.51 on 208.210.80.156 cc: trevor@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org cc: Kirill Ponomarew cc: Joerg Wunsch cc: cvs-ports@freebsd.org Subject: Re: cvs commit: ports/print/acroread Makefile distinfopkg-deinstall pkg-descr pkg-install pkg-plist ports/print/acroread/files patch-aa 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: Thu, 17 Mar 2005 19:55:31 -0000 Stijn Hoop wrote: > OK, good question. I misunderstood your commit message and thought > that anyone who had installed emulators/linux_base-* would also have > enabled linux compatability; so that print/acroread/Makefile was > missing something along the lines of USE_LINUX=yes. Having read the > diffs, it appears there's not much more you can do. Since bsd.port.mk 1.505, USE_LINUX adds a dependency on a particular linux_base port and setting it to "yes" selects the Red Hat 8 one. It isn't necessary here because acroread depends upon other Linux ports. > emulators/linux_base-8 does have a pkg-install script that loads the > linux kernel compatability layer. I don't know if this is appropriate > to copy. AFAIC only the linux_base ports do that, not all Linux ports. I haven't heard of any problems from this arrangement, and as Joerg said, if the Linux ABI is disabled after linux_base is installed, the user must have disabled it. -- Trevor Johnson