Bug 92974 - Update port: mail/prayer unbreak and update to 1.0.16
Summary: Update port: mail/prayer unbreak and update to 1.0.16
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 15:20 UTC by Jean Milanez Melo
Modified: 2006-02-09 12:15 UTC (History)
0 users

See Also:


Attachments
prayer.diff (4.24 KB, patch)
2006-02-07 15:20 UTC, Jean Milanez Melo
no flags Details | Diff
prayer.diff (4.88 KB, patch)
2006-02-08 15:54 UTC, Jean Milanez Melo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Milanez Melo 2006-02-07 15:20:05 UTC
	
- Update port to 1.0.16.
- This port was broken. When i tried to compile show this error:

/usr/bin/ld: cannot find -lldap
gmake[1]: *** [prayer] Error 1

So i added "USE_OPENLDAP=yes" for this port uses the OpenLDAP libraries.

- In files/patch-Config i added "LDAP_INCLUDE = -I${LOCALBASE}/include" to find the correct include place.
- Removed "USE_REINPLACE=yes".
- Update pkg-plist with new entries.
- PS: tested on my tinderbox.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-02-07 20:58:51 UTC
State Changed
From-To: open->feedback

Does not compile: 

cc -Wall -g -O -pipe    -I/usr/kerberos/include -I/usr/local/include/c-client -DLDAP_ENABLE -c lookup.c 
lookup.c:12:18: ldap.h: No such file or directory 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-02-07 20:58:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Jean Milanez Melo 2006-02-08 15:54:36 UTC
Seems that patch i sent was missing few lines. I'm sending the patch 
again. Look at line 159, "LDAP_INCLUDE = -I${LOCALBASE}/include" It fix 
this problem.

Thanks.

-- 
Atenciosamente
Jean Milanez Melo
FreeBSD Brasil LTDA.
Fone: (31) 3281-9633
http://www.freebsdbrasil.com.br
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-02-09 12:15:28 UTC
State Changed
From-To: feedback->closed

Committed, thanks!