ports/74854: [MAINTAINER] misc/libhome: Fix compilation without MySQL

Xavier Beaudouin kiwi at oav.net
Wed Dec 8 16:20:23 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list