Bug 166403 - [net/asterisk] incorrect packing list specification for res_config_ldap
Summary: [net/asterisk] incorrect packing list specification for res_config_ldap
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: 2012-03-26 02:30 UTC by Gary Palmer
Modified: 2012-04-01 14:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Palmer 2012-03-26 02:30:05 UTC
The pkg-plist file has in it:

%%WITH_H323%%lib/asterisk/modules/res_config_ldap.so

This causes packaging to fail if you enable H323. I also have WITHOUT_LDAP=yes specified in /etc/make.conf but I don't think it's affecting the port as I can't see any LDAP options in the Makefile and I don't see it pulling LDAP in as a dependency.  

I don't see how having H323 enabled is in any way related to res_config_ldap.so?

How-To-Repeat: - cd /usr/ports/net/asterisk
- make config
- enable H323
- make sure you don't have any LDAP installed
- make all install package
- fail
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-26 02:30:52 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 2012-04-01 14:14:53 UTC
flo         2012-04-01 13:14:39 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile distinfo pkg-plist 
    net/asterisk/files   patch-configure 
  Log:
  - update to 1.8.11.0 [1]
  - add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [2]
  - add PORTSCOUT hint
  
  PR:             ports/166403 [2]
  Submitted by:   zi [1]
  Reported by:    gpalmer [2]
  Feature safe:   yes
  
  Revision  Changes    Path
  1.177     +16 -4     ports/net/asterisk/Makefile
  1.80      +2 -2      ports/net/asterisk/distinfo
  1.16      +12 -12    ports/net/asterisk/files/patch-configure
  1.53      +1 -1      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 dfilter service freebsd_committer freebsd_triage 2012-04-01 14:16:54 UTC
flo         2012-04-01 13:16:45 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk10       Makefile distinfo pkg-plist 
    net/asterisk10/files patch-configure 
  Log:
  - update to 10.3.0
  - add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [1]
  
  PR:             ports/166403 [1]
  Reported by:    gpalmer [1]
  Feature safe:   yes
  
  Revision  Changes    Path
  1.176     +14 -4     ports/net/asterisk10/Makefile
  1.80      +2 -2      ports/net/asterisk10/distinfo
  1.17      +12 -12    ports/net/asterisk10/files/patch-configure
  1.56      +1 -1      ports/net/asterisk10/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 4 Florian Smeets freebsd_committer freebsd_triage 2012-04-01 14:18:06 UTC
State Changed
From-To: open->closed

Fixed in net/asterisk and net/asterisk10. Thank you for the report.