From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 4 18:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 BB2D59F6 for ; Sun, 4 May 2014 18:50: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 951821440 for ; Sun, 4 May 2014 18:50: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 s44Io02l003861 for ; Sun, 4 May 2014 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s44Io01G003860; Sun, 4 May 2014 18:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 4 May 2014 18:50:00 GMT Resent-Message-Id: <201405041850.s44Io01G003860@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, Matthieu Volat 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 05BC28E1 for ; Sun, 4 May 2014 18:44:43 +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 E63E313D6 for ; Sun, 4 May 2014 18:44:42 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s44Iig6I073247 for ; Sun, 4 May 2014 18:44:42 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s44IigQM073241; Sun, 4 May 2014 18:44:42 GMT (envelope-from nobody) Message-Id: <201405041844.s44IigQM073241@cgiserv.freebsd.org> Date: Sun, 4 May 2014 18:44:42 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189361: [patch] net/freeradius3: some files not associated with perl option in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 18:50:00 -0000 >Number: 189361 >Category: ports >Synopsis: [patch] net/freeradius3: some files not associated with perl option 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: Sun May 04 18:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 10.0-RELEASE-p2 >Organization: - >Environment: FreeBSD yggdrasil.alkumuna.eu 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #3: Wed Apr 30 07:19:09 CEST 2014 root@yggdrasil.alkumuna.eu:/usr/obj/usr/src/sys/YGGDRASIL amd64 >Description: This concerns only net/freeradius3. A directory and its single file inside were not marked with the PERL conditional flag in pkg-plist, making the package generation phase failing when the PERL option is disabled. The concerned entries are: %%EXAMPLESDIR%%/raddb/mods-config/perl %%EXAMPLESDIR%%/raddb/mods-config/perl/example.pl >How-To-Repeat: 1. disable the perl option before making build/stage. 2. try make install or make package >Fix: Here the fix: Index: pkg-plist =================================================================== --- pkg-plist (revision 352967) +++ pkg-plist (working copy) @@ -526,7 +526,7 @@ %%EXAMPLESDIR%%/raddb/mods-config/files/accounting %%EXAMPLESDIR%%/raddb/mods-config/files/authorize %%EXAMPLESDIR%%/raddb/mods-config/files/pre-proxy -%%EXAMPLESDIR%%/raddb/mods-config/perl/example.pl +%%RLMPERL%%%%EXAMPLESDIR%%/raddb/mods-config/perl/example.pl %%EXAMPLESDIR%%/raddb/mods-config/preprocess/hints %%EXAMPLESDIR%%/raddb/mods-config/preprocess/huntgroups %%RLMPYTHON%%%%EXAMPLESDIR%%/raddb/mods-config/python/example.py @@ -868,7 +868,7 @@ @dirrm %%EXAMPLESDIR%%/raddb/mods-config/sql %%RLMPYTHON%%@dirrm %%EXAMPLESDIR%%/raddb/mods-config/python @dirrm %%EXAMPLESDIR%%/raddb/mods-config/preprocess -@dirrm %%EXAMPLESDIR%%/raddb/mods-config/perl +%%RLMPERL%%@dirrm %%EXAMPLESDIR%%/raddb/mods-config/perl @dirrm %%EXAMPLESDIR%%/raddb/mods-config/files @dirrm %%EXAMPLESDIR%%/raddb/mods-config/attr_filter @dirrm %%EXAMPLESDIR%%/raddb/mods-config >Release-Note: >Audit-Trail: >Unformatted: