From owner-freebsd-questions@FreeBSD.ORG Mon Sep 30 21:35:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3C252E1B for ; Mon, 30 Sep 2013 21:35:13 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0C20279E for ; Mon, 30 Sep 2013 21:35:12 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id ep20so4995107lab.2 for ; Mon, 30 Sep 2013 14:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6Kbx4/KXC5NUQYuTtDmd7z0tic1/rOUsajaCzAqURLg=; b=cLen5q7MGX2o8tzI1x2ySv8UHyFbev4nL8AKpSBDgaXsdhPgfALm6SbJiiYYt4Q8Af atWNM11jNP6+Qj/MDyFA2bia1RYvLbM2NnZNuhRdrW4Z+DiH+S7ludVE5vy3p/AdnrCe 2oBxWHW5bChdyVPgcJGw8ji19PMFRyU+b3yOCW1xtQ0sZDV4wMQjRyrYBbzgJsOtGTm3 DVIv8XMv8zxsac7iBs2jJT66l0XniQTkWANbdidhlmjhAZ6ft7J0BQSxW5q2WzJGXqtn q8sIQ1hTF52bM0o5H+vrbW6Shvg1Xqwl5v10xlLb0qTOFJ86gZE1sypYydanJnY0f2Nv BpcA== MIME-Version: 1.0 X-Received: by 10.152.37.103 with SMTP id x7mr8681031laj.28.1380576910148; Mon, 30 Sep 2013 14:35:10 -0700 (PDT) Received: by 10.112.157.129 with HTTP; Mon, 30 Sep 2013 14:35:10 -0700 (PDT) Date: Mon, 30 Sep 2013 16:35:10 -0500 Message-ID: Subject: # portmaster -r pixman fails with !#/bin/sh list too long From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 21:35:13 -0000 Dear folks, In updating ports I encounter above issue and cannot proceed. 20130929: AFFECTS: users of x11/pixman AUTHOR: zeising@FreeBSD.org The library version of x11/pixman has changed, and portrevision has been bumped in all dependent ports. If you have external software that depends on pixman, this software needs to be recompiled. To recompile all software dependent on pixman, run: # portmaster -r pixman or # portupgrade -rf pixman The messages are that a pkg texlive-ub*.... and that #!/bin/sh list too long. I try to run # portmaster -d -r pixman -x 'texlive-*' but it still fails in the same place :( I am using texlive-freebsd from Romain Tartiere's googlecode page in case it is important. Please advice me so I can succeed to fix these issue. I lost X because I failed to read the /usr/src/UPDATING advice and then I realized that I overlooked this :( Best Regards, Antonio