ports/96707: [PATCH] textproc/libxslt does not compile under FreeBSD 4.x

Sven Berkvens-Matthijsse sven at ilse.net
Wed May 3 09:10:10 UTC 2006


>Number:         96707
>Category:       ports
>Synopsis:       [PATCH] textproc/libxslt does not compile under FreeBSD 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 03 09:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sven Berkvens-Matthijsse
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
ilse media BV
>Environment:
System: FreeBSD serv7.ilse.net 4.10-STABLE FreeBSD 4.10-STABLE #23: Wed Aug 4 15:18:52 CEST 2004 root at tango.ilse.net:/usr/obj/usr/src/sys/BAROQUE i386


	
>Description:
	The port textproc/libxslt does not compile under FreeBSD 4.x.
>How-To-Repeat:
	Install under FreeBSD 4.x.
>Fix:
	Install the extra patch file
	/usr/ports/textproc/libxslt/files/patch-libexslt_crypto.c as:


--- libexslt/crypto.c.orig	Wed May  3 10:57:11 2006
+++ libexslt/crypto.c	Wed May  3 10:58:24 2006
@@ -318,6 +318,7 @@
 #define PLATFORM_SHA1 GCRY_MD_SHA1
 
 #ifdef HAVE_SYS_SELECT_H
+#include <sys/types.h>
 #include <sys/select.h>		/* needed by gcrypt.h 4 Jul 04 */
 #endif
 #include <gcrypt.h>

	This files will fix the problem and will not break 5.x and later.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list