Bug 153507

Summary: [ patch ] incorrect plist for net/asterisk
Product: Ports & Packages Reporter: Dan Lukes <dan>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dan Lukes 2010-12-28 22:40:09 UTC
See synopsis

Fix: for i in pgsql radius sqlite3_custom ; do
   the cel_%i.so module is compiled at the same time as cdr_%i.so module
   so use the same prefix
done
How-To-Repeat: Compile net/asterisk WITHOUT PGSQL and/or SQLITE and/or RADIUS
The packing list will contain cel_{pgsql|radius|sqlite3_custom}.so despite it is compiled or not
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-28 22:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-29 12:47:16 UTC
flo         2010-12-29 12:47:09 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile pkg-plist 
    net/asterisk/files   patch-configure 
  Log:
  - fix pkg-plist [1]
  - enable dahdi on sparc64 [2]
  - only use /var as localstatedir if we install to LOCALBASE
  - fix harmless portlint warning
  
  PR:             153507 [1]
  Submitted by:   Dan Lukes <dan@obluda.cz> [1]
                  fjoe [2]
  
  Approved by:    fjoe (mentor)
  
  Revision  Changes    Path
  1.136     +12 -4     ports/net/asterisk/Makefile
  1.10      +13 -5     ports/net/asterisk/files/patch-configure
  1.46      +4 -4      ports/net/asterisk/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2010-12-29 12:50:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!