From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 25 17:51:56 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E928106564A for ; Sat, 25 Feb 2012 17:51:56 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEE78FC0C for ; Sat, 25 Feb 2012 17:51:55 +0000 (UTC) Received: by eekd17 with SMTP id d17so751986eek.13 for ; Sat, 25 Feb 2012 09:51:54 -0800 (PST) Received-SPF: pass (google.com: domain of rank1seeker@gmail.com designates 10.14.131.145 as permitted sender) client-ip=10.14.131.145; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rank1seeker@gmail.com designates 10.14.131.145 as permitted sender) smtp.mail=rank1seeker@gmail.com; dkim=pass header.i=rank1seeker@gmail.com Received: from mr.google.com ([10.14.131.145]) by 10.14.131.145 with SMTP id m17mr4218524eei.115.1330192314630 (num_hops = 1); Sat, 25 Feb 2012 09:51:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=dYZkldtMACuNRxDdMj/WoMqELd0fwd9nsibOypUzK+g=; b=KetBc6R1pPa4btaMYvLj1Cvv9cV+R5dPKqzlroP5E3//mC+p19GCyT2xBCwV360oqj hv0omgwW0qgLyVHm8PcxQmMTXhn3uv7oco4qNU1QYH40QoZfKJVY9Lb4vP/nVa8t/1Av 3FVJdYI6TPYdhyg91/oVPBD1v4w9bOGLfVGkc= Received: by 10.14.131.145 with SMTP id m17mr3167547eei.115.1330192314384; Sat, 25 Feb 2012 09:51:54 -0800 (PST) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id z47sm34158385eeh.9.2012.02.25.09.51.48 (version=SSLv3 cipher=OTHER); Sat, 25 Feb 2012 09:51:53 -0800 (PST) Message-ID: <20120225.175151.884.3@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Sat, 25 Feb 2012 18:51:51 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) Cc: Subject: BUG: 9.0 DESTIR-ed ports, loose theirs vars X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 17:51:56 -0000 ----=0D=0A#!/bin/sh=0D=0A=0D=0ADESTDIR=3D/usr/TZONE; export DESTDIR=0D=0Acd = /usr/ports/devel/gmake=0D=0Amake -V UNIQUENAME -V = PORTNAME=0D=0A----=0D=0A=0D=0ANow run above code again, BUT delete or = comment out DESTDIR line.=0D=0AUNIQUENAME will have a = value.=0D=0A=0D=0AWe need an unique name for port = OPTIONS!=0D=0A=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6