Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 16:00:26 GMT
From:      Hartmann@FreeBSD.org, "O." <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153019: net/samba-smbclient: Allow SAMBA_PORT to be set via /etc/make.conf
Message-ID:  <201012111600.oBBG0Q8x059827@red.freebsd.org>
Resent-Message-ID: <201012111610.oBBGAApR013156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012111600.oBBG0Q8x059827>