Bug 63308 - diradmin fails to detect SSL/TLS
Summary: diradmin fails to detect SSL/TLS
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 14:50 UTC by Yuri Khotyaintsev
Modified: 2004-02-24 15:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Khotyaintsev 2004-02-24 14:50:08 UTC
Configure script fails to detect SSL/TLS because /usr/local/lib is missing in the test library path.

Fix: The following patch to configure solves the problem for me.



-        LDFLAGS="$LDFLAGS -llber -lldap -lcrypt"
+        LDFLAGS="$LDFLAGS -L/usr/local/lib -llber -lldap -lcrypt"



@@ -5625,7 +5625,7 @@

 fi

-PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}"
+PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}"

 PACKAGE_APPLNK_DIR="/share/applications"
 SYSTEM_MENU_DIR="/lib/menu"--aW0vYWQ8EMe2FOlc8FrvprCPvF8vZZsT3NvGJjyR5nxcC34e
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- configure.orig      Tue Feb 24 15:16:37 2004
+++ configure   Tue Feb 24 15:18:08 2004
@@ -5413,7 +5413,7 @@
How-To-Repeat: cd /usr/ports/net/diradmin
make install
try enabling a TLS connection
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-24 14:57:51 UTC
Hi,

On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote:
> 
> >Number:         63308
> >Category:       ports
> >Synopsis:       diradmin fails to detect SSL/TLS
> >Confidential:   no
> >Severity:       serious
> >Priority:       medium
> >Responsible:    freebsd-ports-bugs
> >State:          open


Could you please review this PR and approve/reject it ?

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/63308

-Kirill
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-24 14:57:57 UTC
State Changed
From-To: open->feedback

Asked for maintainer's feedback.
Comment 3 lewiz 2004-02-24 15:01:54 UTC
On Tue, Feb 24, 2004 at 03:57:51PM +0100, Kirill Ponomarew wrote:
> On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote:
> > 
> > >Number:         63308
> > >Category:       ports
> > >Synopsis:       diradmin fails to detect SSL/TLS
> > >Confidential:   no
> > >Severity:       serious
> > >Priority:       medium
> > >Responsible:    freebsd-ports-bugs
> > >State:          open
> 
> Could you please review this PR and approve/reject it ?


That's fine by me :)  Thanks a lot,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
------------------------------------------------------------------------
-| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-24 15:19:19 UTC
State Changed
From-To: feedback->closed

Committed, thanks!