Bug 189361 - [patch] net/freeradius3: some files not associated with perl option in pkg-plist
Summary: [patch] net/freeradius3: some files not associated with perl option in pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 19:50 UTC by Matthieu Volat
Modified: 2014-05-11 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.01 KB, patch)
2014-05-04 19:50 UTC, Matthieu Volat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Volat 2014-05-04 19:50:00 UTC
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

Fix: Here the fix:
How-To-Repeat: 1. disable the perl option before making build/stage.
2. try make install or make package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-04 19:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2014-05-11 19:40:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!