Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Dec 2004 17:18:39 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74854: [MAINTAINER] misc/libhome: Fix compilation without MySQL
Message-ID:  <20041208161839.4F2B04ACA8@mx2.oav.net>
Resent-Message-ID: <200412081620.iB8GKN1A069172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74854
>Category:       ports
>Synopsis:       [MAINTAINER] misc/libhome: Fix compilation without MySQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 08 16:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004
>Description:

Fix a ommited libcrypt library dependency to home_finger that appears only
when compiling libhome with LDAP only .

Added file(s):
- files/patch-aa

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libhome-0.8.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/libhome.old/files/patch-aa /usr/ports/misc/libhome/files/patch-aa
--- /usr/ports/misc/libhome.old/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ /usr/ports/misc/libhome/files/patch-aa	Wed Dec  8 17:16:13 2004
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Wed Dec  8 17:10:35 2004
++++ Makefile.in	Wed Dec  8 17:10:51 2004
+@@ -85,7 +85,7 @@
+ 
+ 
+ home_finger: home_finger.c libhome.la compat
+-	${LINK} -o home_finger -Icompat home_finger.c libhome.la
++	${LINK} -o home_finger -Icompat -lcrypt home_finger.c libhome.la
+ 
+ home_su: home_su.c libhome.la compat
+ 	${LINK} -o home_su -Icompat home_su.c libhome.la
--- libhome-0.8.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041208161839.4F2B04ACA8>