From owner-freebsd-questions@freebsd.org Fri Oct 16 12:14:41 2015 Return-Path: Delivered-To: freebsd-questions@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 485A3A165F5 for ; Fri, 16 Oct 2015 12:14:41 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E71B51F04 for ; Fri, 16 Oct 2015 12:14:40 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wicll6 with SMTP id ll6so7122517wic.0 for ; Fri, 16 Oct 2015 05:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=RmWCKsRh7BB8mBgK532vp4zUNR4uX4PG30B8PS/wpIQ=; b=nkwKVJH1pKoJ15jwX4RuvINb6zf8CG/HLwEPfjVKXIdBn04VC+Lcaci2X0wUwgY/mk 5dh851FDPnOmIR5JVOWYIAVlUdtCJOlPeaVrEZ88ON6/wp7X4VDN22tfRJh8376+mjbb dcdbHmBryr0I/tzfehgRElWunXoJ/5AT4shCDf2T25VCcCtG2YNeGDoOb9rJnnKAsijW ZAWGn7wQkyKaSM2Gt5/vLN34PbwUNoc7dwCEP+7nz0zdcMGP7d6XlO6dtrfkqoB2WVXG elRR+qTaEbTH2vO3pVnVnVDt1xbgqEKzZhafEYgWB7iNoRWUTpDz+CeqwyRP2vDpbXh+ b+yQ== X-Received: by 10.194.238.228 with SMTP id vn4mr16851285wjc.13.1444997678266; Fri, 16 Oct 2015 05:14:38 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.214.153]) by smtp.gmail.com with ESMTPSA id qq4sm22180322wjc.14.2015.10.16.05.14.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Oct 2015 05:14:37 -0700 (PDT) Date: Fri, 16 Oct 2015 13:14:34 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: ports: USE_GCC == RUN_DEPENDS ?? Message-ID: <20151016131434.5a85109b@gumby.homeunix.com> In-Reply-To: <5620CF3B.1050303@omnilan.de> References: <5620CF3B.1050303@omnilan.de> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 12:14:41 -0000 On Fri, 16 Oct 2015 12:19:39 +0200 Harry Schmalzbauer wrote: > Hello, > > if I utilize "USE_GCC=yes" in my ports Makefile, 'make > package-depends-list' includes GCC. > I just wan't to have GCC on my package builder, not on the production > host. Why does Mk add GCC to RUN_DEPENDS? because the port provides libraries that are dynamically linked at runtime.