From owner-freebsd-ports@FreeBSD.ORG Fri Aug 1 17:15:37 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 563BE106566B for ; Fri, 1 Aug 2008 17:15:37 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id CDE368FC17 for ; Fri, 1 Aug 2008 17:15:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080801171536.PWGE11636.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Fri, 1 Aug 2008 13:15:36 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id x5Fb1Z0044iy4EG025Fbdt; Fri, 01 Aug 2008 13:15:35 -0400 Date: Fri, 01 Aug 2008 12:15:50 -0500 To: stas@freebsd.org From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.51 (Linux) Cc: ports@freebsd.org Subject: Your three ports need to add CONFLICTS. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 17:15:37 -0000 Hello Stanislav, Your three ports need to add CONFLICTS: djvulibre and djvulibre-nox11 conflict: Install same nox11 stuff, the real solution is to force djvulibre to not install nox11 stuff then depend on djvulibre-nox11 to resolve the conflict and avoid use CONFLICTS. djview4 and djvulibre conflict: Install same lib/browser_plugins/nsdejavu.so. While I am here, the djview4's plugin does not work by default because of missing to link with X11 library (-lXt -lXext). I had to fix it by do this: --------------------------------------------- @${REINPLACE_CMD} -e 's,/netscape/,/djview4/, ; \ s|@NSDEJAVU_LIBS@|@NSDEJAVU_LIBS@ -lXt -lXext|g' \ ${WRKSRC}/nsdejavu/Makefile.in ${WRKSRC}/nsdejavu/nsdejavu.1.in --------------------------------------------- Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org