Summary: | lookupd_ldap not compiling on FreeBSD 6.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | FRLinux <frlinux> | ||||
Component: | Individual Port(s) | Assignee: | Stefan Walter <stefan> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
FRLinux
2006-08-29 13:30:25 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Responsible Changed From-To: freebsd-ports-bugs->stefan Take. Hi, here's a patch that fixes the port (at least temporarily, regarding the deprecated LDAP functions). The changes are as follows: - Unbreak by defining LDAP_DEPRECATED for compilation. - Respect PREFIX/LOCALBASE. - s/INSTALLS_SHLIB/USE_LDCONFIG/. - Move pkg-plist entries to PLIST_FILES. If there aren't any objections, I'll commit it before the ports freeze (which starts on Tuesday). Regards, Stefan stefan 2006-10-08 18:36:10 UTC FreeBSD ports repository Modified files: sysutils/lookupd_ldap Makefile Added files: sysutils/lookupd_ldap/files patch-Makefile Removed files: sysutils/lookupd_ldap pkg-plist Log: - Unbreak by defining LDAP_DEPRECATED for compilation. - Respect PREFIX/LOCALBASE. - s/INSTALLS_SHLIB/USE_LDCONFIG/. - Move pkg-plist entries to PLIST_FILES. PR: 102641 Submitted by: FRLinux <frlinux@gmail.com> Patch by: stefan Approved by: maintainer timeout (>5 weeks) Revision Changes Path 1.4 +4 -5 ports/sysutils/lookupd_ldap/Makefile 1.1 +14 -0 ports/sysutils/lookupd_ldap/files/patch-Makefile (new) 1.2 +0 -2 ports/sysutils/lookupd_ldap/pkg-plist (dead) _______________________________________________ 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: feedback->closed Patch committed. |