Bug 148936 - [PATCH] net/openldap24-server: fix build openldap24-client
Summary: [PATCH] net/openldap24-server: fix build openldap24-client
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: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-25 21:30 UTC by Alexander Kriventsov
Modified: 2010-08-02 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (803 bytes, patch)
2010-07-25 21:30 UTC, Alexander Kriventsov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kriventsov 2010-07-25 21:30:06 UTC
Option SMBPWD is for server only.
Client down't build if server was built with this option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-25 21:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-02 20:25:47 UTC
delphij     2010-08-02 19:25:27 UTC

  FreeBSD ports repository

  Modified files:
    net/openldap24-server Makefile 
  Log:
  WITH_SMBPWD should apply only when building servers.
  
  PR:             ports/148936
  
  Revision  Changes    Path
  1.182     +1 -1      ports/net/openldap24-server/Makefile
_______________________________________________
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 Xin LI freebsd_committer freebsd_triage 2010-08-02 20:26:16 UTC
State Changed
From-To: open->closed

Committed, thanks! 

(Note that server revision is not bumped, this actually affects client 
only and it's a fix of breakage)