From owner-freebsd-stable@FreeBSD.ORG Wed Mar 20 10:43:34 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3B9E767 for ; Wed, 20 Mar 2013 10:43:34 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 30779E06 for ; Wed, 20 Mar 2013 10:43:33 +0000 (UTC) Received: from ur.dons.net.au (ppp121-45-1-201.lns20.adl2.internode.on.net [121.45.1.201]) (authenticated bits=0) by cain.gsoft.com.au (8.14.4/8.14.3) with ESMTP id r2KAh8bW060020 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 20 Mar 2013 21:13:14 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Mar 2013 21:13:08 +1030 Subject: Empty @cwd in some ports To: "freebsd-stable@freebsd.org stable" Message-Id: <2AB1C509-75DF-4CDC-91D7-8C1A3670065F@gsoft.com.au> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-Spam-Score: 0.163 () BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.67 on 203.31.81.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 10:43:34 -0000 I noticed I have a lot of ports which have an empty @cwd line in the = +CONTENTS file (even after reinstalling). For example a2ps.. @comment PKG_FORMAT_REVISION:1.1 @name a2ps-a4-4.13b_4 @comment ORIGIN:print/a2ps-a4 @cwd /usr/local @pkgdep xineramaproto-1.2.1 @comment DEPORIGIN:x11/xineramaproto @exec /sbin/ldconfig -m /usr/local/lib @unexec /sbin/ldconfig -R @comment OPTIONS:+NLS -I18N +EMACS @cwd=20 @dirrm share/licenses/a2ps-a4-4.13b_4 And curl.. @comment PKG_FORMAT_REVISION:1.1 @name curl-7.24.0_2 @comment ORIGIN:ftp/curl @cwd /usr/local @pkgdep ca_root_nss-3.14.3 @comment DEPORIGIN:security/ca_root_nss @comment OPTIONS:-CARES -CURL_DEBUG -GNUTLS +IPV6 -KERBEROS4 -LDAP = -LDAPS -LIBIDN -LIBSSH2 -NTLM +OPENSSL +CA_BUNDLE +PROXY -RTMP @comment OPTIONS:-TRACKMEMORY @cwd=20 @dirrm share/licenses/curl-7.24.0_2 @unexec rmdir %D/share/licenses 2>/dev/null || true This seems pretty broken but I am not sure what causes it :( [midget 21:09] /var/db/pkg >egrep -l '@cwd $' */+CONTENTS| wc -l 300 -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C