Bug 201882 - net/py-ldap fails to build with alternate LOCALBASE
Summary: net/py-ldap fails to build with alternate LOCALBASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 02:26 UTC by Erick Turnquist
Modified: 2015-07-27 06:25 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
patch (430 bytes, patch)
2015-07-26 02:26 UTC, Erick Turnquist
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erick Turnquist 2015-07-26 02:26:45 UTC
Created attachment 159228 [details]
patch

The upstream net/py-ldap seems to make assumptions about where libraries and includes belong. This patch replaces all occurrences of /usr/local with the chosen LOCALBASE.

I'm not familiar with the build system for this port - there might be a better way to do what I've done here.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-27 06:24:06 UTC
A commit references this bug:

Author: rm
Date: Mon Jul 27 06:23:28 UTC 2015
New revision: 392962
URL: https://svnweb.freebsd.org/changeset/ports/392962

Log:
  net/py-ldap: fix build with alternate LOCALBASE

  Not bumping PORTREVISION because default builds are not affected.

  PR:		201882
  Submitted by:	jhujhiti@adjectivism.org

Changes:
  head/net/py-ldap/Makefile
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-07-27 06:25:05 UTC
Committed, thank you!