From owner-freebsd-ports@FreeBSD.ORG Sat Aug 21 21:48:46 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7FE1065695; Sat, 21 Aug 2010 21:48:46 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 953428FC0C; Sat, 21 Aug 2010 21:48:46 +0000 (UTC) Received: by vws7 with SMTP id 7so4877451vws.13 for ; Sat, 21 Aug 2010 14:48:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.123.132 with SMTP id p4mr2029679vcr.46.1282426011176; Sat, 21 Aug 2010 14:26:51 -0700 (PDT) Received: by 10.220.199.202 with HTTP; Sat, 21 Aug 2010 14:26:50 -0700 (PDT) X-Originating-IP: [71.1.133.114] Date: Sat, 21 Aug 2010 14:26:50 -0700 Message-ID: From: Rob Farmer To: freebsd-ports , dougb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: portmaster and build depends 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: Sat, 21 Aug 2010 21:48:47 -0000 I just came across what I think is a potential problem in portmaster (3.0). I csup-ed today and ran portmaster -a. This machine had ports last updated on August 9th. ===>>> The following actions will be taken if you choose to proceed: Upgrade en-freebsd-doc-20100625 to en-freebsd-doc-20100811 Upgrade ruby-1.8.7.248_2,1 to ruby-1.8.7.248_3,1 Upgrade sqlite3-3.6.23.1_1 to sqlite3-3.6.23.1_2 Upgrade freetype2-2.4.1 to freetype2-2.4.2 Upgrade ghostscript8-nox11-8.71_4 to ghostscript8-nox11-8.71_5 Install print/cups-image Install print/cups-client Install security/gnutls Upgrade bison-2.4.1_1,1 to bison-2.4.3,1 Upgrade ddclient-3.8.0 to ddclient-3.8.0_1 Upgrade nginx-devel-0.8.48 to nginx-devel-0.8.49 Upgrade phpMyAdmin-3.3.5 to phpMyAdmin-3.3.5.1 ===>>> Proceed? y/n [y] I think this is an issue because ghostscript is a build dependency of en-freebsd-doc (indirectly: textproc/docproj-jadetex > textproc/docproj > print/ghostscript8). Thus, the new documentation tools will be built after the new documentation is built with the old tools. -- Rob Farmer