Bug 193439 - [patch] net/openldap24-server small cleanup and other fixes
Summary: [patch] net/openldap24-server small cleanup and other fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-07 18:12 UTC by Olli Hauer
Modified: 2014-09-10 21:24 UTC (History)
0 users

See Also:


Attachments
[patch]net/openldap24-server cleanup (10.01 KB, patch)
2014-09-07 18:12 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2014-09-07 18:12:29 UTC
Created attachment 147023 [details]
[patch]net/openldap24-server cleanup

Some cleanup for openldap24-server / client

- pre-su-instal no longer required with staging (replaced with pre-install)
- pkg-install was removed in r295334, so remove the part in Makefile
- handle schema.sample files during install and with the @sample keyword
- use %%ETCDIR%% in pkg-plist

 test build openldap24-client/server => OK
 not tested openldap24-sasl-client

Patch can be grapped also from here
http://people.freebsd.org/~ohauer/diffs/openldap24-server_20140907.diff
Comment 1 Xin LI freebsd_committer freebsd_triage 2014-09-08 09:27:26 UTC
Looks fine, would you please commit it?
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-10 21:18:27 UTC
A commit references this bug:

Author: ohauer
Date: Wed Sep 10 21:17:26 UTC 2014
New revision: 367895
URL: http://svnweb.freebsd.org/changeset/ports/367895

Log:
  cleanup openldap24-server / client

  - pre-su-instal no longer required with staging (replaced with pre-install)
  - pkg-install was removed in r295334, so remove the part in Makefile
  - handle schema.sample files during install and use the @sample keyword
  - use %%ETCDIR%% in pkg-plist
  - bump PORTREVISION

  PR:		193439
  Submitted by:	ohauer
  Approved by:	delphij

Changes:
  head/net/openldap24-server/Makefile
  head/net/openldap24-server/files/patch-libraries__libldap__Makefile.in
  head/net/openldap24-server/files/patch-servers__slapd__Makefile.in
  head/net/openldap24-server/pkg-plist
  head/net/openldap24-server/pkg-plist.client
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-09-10 21:24:12 UTC
Committed!