From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 15 10:13:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0074C747; Mon, 15 Jul 2013 10:13:54 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: from melamine.cuivre.fr.eu.org (unknown [IPv6:2001:6f8:37d:0:224:e8ff:fe3d:60a5]) by mx1.freebsd.org (Postfix) with ESMTP id B4418D5C; Mon, 15 Jul 2013 10:13:54 +0000 (UTC) Received: by melamine.cuivre.fr.eu.org (Postfix, from userid 1000) id F2606141A2; Mon, 15 Jul 2013 12:13:49 +0200 (CEST) Date: Mon, 15 Jul 2013 12:13:49 +0200 From: Thomas Quinot To: Max Brazhnikov Subject: Re: ports/176618: [PATCH] print/hplip: support for lj.so plugin Message-ID: <20130715101349.GA8467@melamine.cuivre.fr.eu.org> References: <201303031700.r23H0JZf042873@freefall.freebsd.org> <1501459.bjxUQiXh0x@mercury.ph.man.ac.uk> <20130407142912.GA1796@melamine.cuivre.fr.eu.org> <2598840.jqo3Soy39C@mercury.ph.man.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2598840.jqo3Soy39C@mercury.ph.man.ac.uk> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 10:13:55 -0000 * Max Brazhnikov, 2013-07-14 : > Sorry it it took so long from side to commit the port and your patch. No problem, thanks for taking care of it? > Btw, does hplip-plugin need linux compatibility enabled, and if so, does it work > on amd64 systems? The plugin does not need the Linuxulator -- the point of the patch precisely is to allow the native hpijs to run it as native FreeBSD. It does work on amd64. Thomas.