From owner-freebsd-tex@freebsd.org Mon Jul 20 16:08:30 2015 Return-Path: Delivered-To: freebsd-tex@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F239A6325 for ; Mon, 20 Jul 2015 16:08:30 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC8801EB4; Mon, 20 Jul 2015 16:08:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id t6KG8Obb099822 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 20 Jul 2015 19:08:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t6KG8Obb099822 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id t6KG8OpZ099810; Mon, 20 Jul 2015 19:08:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 20 Jul 2015 19:08:24 +0300 From: Konstantin Belousov To: Hiroki Sato Cc: freebsd-tex@FreeBSD.org Subject: ghostscript agpl and texlive Message-ID: <20150720160824.GY2404@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-tex@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting TeX and related applications to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 16:08:30 -0000 Hi, I am trying to update ports on my workstation (using portupgrade) due to TexLive 2015 import, and there I am stumbled. I run stable/10 amd64, I have ghostscript9-agpl-9.16_1 installed. An attempt to run portupgrade -f ja-tex-ptex-3.5 tex-\* texlive-\* fails because ===> texlive-base-20150521_1 depends on file: ghostscript9>=0 - not found ===> Installing for ghostscript9-9.06_10 ... ===> Checking if ghostscript9 already installed ===> Registering installation for ghostscript9-9.06_10 as automatic Installing ghostscript9-9.06_10... pkg-static: ghostscript9-9.06_10 conflicts with ghostscript9-agpl-9.16_1 (installs files into the same place). Problematic file: /usr/local/bin/dvipdf I do not see how to specify that I need ghostscript 9 agpl by using the DEFAULT_VERSIONS stuff. If so, this would be even more problematic if building with poudriere. Any hints ? Thank you in advance.