Bug 201882

Summary: net/py-ldap fails to build with alternate LOCALBASE
Product: Ports & Packages Reporter: Erick Turnquist <jhujhiti>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhujhiti
Priority: --- Flags: bugzilla: maintainer-feedback? (rm)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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!