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
Responsible Changed From-To: freebsd-ports-bugs->flo Over to maintainer (via the GNATS Auto Assign Tool)
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"
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"
State Changed From-To: open->closed Fixed in net/asterisk and net/asterisk10. Thank you for the report.