Bug 153507 - [ patch ] incorrect plist for net/asterisk
Summary: [ patch ] incorrect plist for net/asterisk
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 22:40 UTC by Dan Lukes
Modified: 2010-12-29 12:52 UTC (History)
0 users

See Also:


Attachments
file.diff (657 bytes, patch)
2010-12-28 22:40 UTC, Dan Lukes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!