From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 5 07:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB7084AD for ; Mon, 5 May 2014 07:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7A9C166D for ; Mon, 5 May 2014 07:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s457001i072027 for ; Mon, 5 May 2014 07:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s457004S072026; Mon, 5 May 2014 07:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 5 May 2014 07:00:00 GMT Resent-Message-Id: <201405050700.s457004S072026@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, Trond Endrestøl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16A374A9 for ; Mon, 5 May 2014 06:59:48 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03B3F1668 for ; Mon, 5 May 2014 06:59:48 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s456xld1046017 for ; Mon, 5 May 2014 06:59:47 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s456xlL5046016; Mon, 5 May 2014 06:59:47 GMT (envelope-from nobody) Message-Id: <201405050659.s456xlL5046016@cgiserv.freebsd.org> Date: Mon, 5 May 2014 06:59:47 GMT From: Trond Endrestøl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189367: net/freeradius3 lacks SMB variable for use in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 07:00:01 -0000 >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: