Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 06:59:47 GMT
From:      Trond Endrestøl <Trond.Endrestol@ximalas.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189367: net/freeradius3 lacks SMB variable for use in pkg-plist
Message-ID:  <201405050659.s456xlL5046016@cgiserv.freebsd.org>
Resent-Message-ID: <201405050700.s457004S072026@freefall.freebsd.org>

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

>Number:         189367
>Category:       ports
>Synopsis:       net/freeradius3 lacks SMB variable for use in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 07:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Trond Endrestøl
>Release:        10.0-STABLE
>Organization:
Private
>Environment:
N/A
>Description:
net/freeradius3 r351663 configured with edir, idn, ldap, perl, and user.
The idn option is marked as experimental, thus %%EXPM%% expands to the empty string.
The SMB variable is missing, thus %%SMB%% expands to %%SMB%%, which results in loud complaints during make package, such as:

pkg-static: lstat(/usr/ports/workdirs/usr/ports/net/freeradius3/work/stage/usr/local/%%SMB%%lib/freeradius-3.0.2/rlm_smb.a): No such file or directory
pkg-static: lstat(/usr/ports/workdirs/usr/ports/net/freeradius3/work/stage/usr/local/%%SMB%%lib/freeradius-3.0.2/rlm_smb.la): No such file or directory
pkg-static: lstat(/usr/ports/workdirs/usr/ports/net/freeradius3/work/stage/usr/local/%%SMB%%lib/freeradius-3.0.2/rlm_smb.so): No such file or directory

A closer inspection reveals r342768 as the crime scene. ;-)
>How-To-Repeat:
Configure net/freeradius3 with at least one experimental module, and run make build && make package.
>Fix:
(1) Remove or edit the offending lines in pkg-plist to complete r342768, or (2) add the missing SMB variable and the corresponding option in Makefile removed in r342768.

>Release-Note:
>Audit-Trail:
>Unformatted:



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