From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 11 16:10:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD4701065675 for ; Sat, 11 Dec 2010 16:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECDC8FC16 for ; Sat, 11 Dec 2010 16:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBGAAdv013157 for ; Sat, 11 Dec 2010 16:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBBGAApR013156; Sat, 11 Dec 2010 16:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 11 Dec 2010 16:10:10 GMT Resent-Message-Id: <201012111610.oBBGAApR013156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hartmann@FreeBSD.org, "O." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 462BA106564A for ; Sat, 11 Dec 2010 16:00:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 348748FC08 for ; Sat, 11 Dec 2010 16:00:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBG0QCi059828 for ; Sat, 11 Dec 2010 16:00:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBBG0Q8x059827; Sat, 11 Dec 2010 16:00:26 GMT (envelope-from nobody) Message-Id: <201012111600.oBBG0Q8x059827@red.freebsd.org> Date: Sat, 11 Dec 2010 16:00:26 GMT From: Hartmann@FreeBSD.org, "O." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153019: net/samba-smbclient: Allow SAMBA_PORT to be set via /etc/make.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 16:10:10 -0000 >Number: 153019 >Category: ports >Synopsis: net/samba-smbclient: Allow SAMBA_PORT to be set via /etc/make.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 11 16:10:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Hartmann, O. >Release: FreeBSD 8/9 >Organization: FU Berlin >Environment: >Description: Makefile of port net/samba-libsmbclient sets explicitely SAMBA_PORT= samba34, even if maintainer of the box already has installed samba35 or made a setup by setting SAMBA_PORT= samba35 in /etc/make.conf. It would be of great support if the maintainer could change Makefile this way: replace SAMBA_PORT = samba34 by SAMBA_PORT?= samba35 respecting a previous set SAMBA_PORT. I use it this way without problems. My standard SAMBA installation is samba35, not samba34, so I don't want a port to override this without any good reason. >How-To-Repeat: >Fix: Replace line SAMBA_PORT= samba34 by SAMBA_PORT?= samba34 in port's Makefile located in net/samba-libsmbclient. >Release-Note: >Audit-Trail: >Unformatted: