From owner-freebsd-ports@freebsd.org Sun Oct 7 16:50:16 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 654ED10C6413 for ; Sun, 7 Oct 2018 16:50:16 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D15088AF9E for ; Sun, 7 Oct 2018 16:50:15 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w97Go9aO006675 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 7 Oct 2018 09:50:10 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w97Go98M006674; Sun, 7 Oct 2018 09:50:09 -0700 (PDT) (envelope-from fbsd) Date: Sun, 7 Oct 2018 09:50:09 -0700 From: bob prohaska To: freebsd-ports@freebsd.org Cc: bob prohaska Subject: pkg-static: xorgproto-2018.4 conflicts with glproto-1.4.17 Message-ID: <20181007165009.GA3339@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2018 16:50:16 -0000 In trying to get a usable web browser running on a Raspberry Pi 2 running 11.2-STABLE #3 r339214 I keep running into conflicts between ports trying to put files in the same place. In this particular case, the make command was root@www:/usr/ports/graphics/gdk-pixbuf # make -DBATCH DISABLE_VULNERABILITIES=yes MAKE_JOBS_UNSAFE=yes FORCE_PKG_REGISTER=yes with an overall goal of compiling www/epiphany, or any graphical browser that works. Xfce4 managed to compile and work, but it didn't build a browser. What's the customary way to resolve conflicts of this type? It would be OK to break older ports if necessary; I just want to get a web browser that runs and don't need a desktop environment. TWM is enough for my purposes. Thanks for reading, bob prohaska