ports/85212: [PATCH] security/opensc to compile on FreeBSD RELENG_6

Petr Holub hopet at ics.muni.cz
Mon Aug 22 10:20:13 UTC 2005


>Number:         85212
>Category:       ports
>Synopsis:       [PATCH] security/opensc to compile on FreeBSD RELENG_6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 10:20:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Petr Holub
>Release:        FreeBSD 6.0-BETA2 i386
>Organization:
Masaryk University
>Environment:
System: FreeBSD kloboucek.ics.muni.cz 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 17 19:46:17 CEST 2005 toor at kloboucek.ics.muni.cz:/usr/src/sys/i386/compile/KLOBOUCEK i386


>Description:
	OpenSC doesn't compile on my FreeBSD RELENG_6 because of missing X11
	includes in the include path. Patch is attached.
>How-To-Repeat:
	
>Fix:


--- opensc.patch begins here ---
--- opensc/Makefile.orig	Thu Aug 18 14:28:58 2005
+++ opensc/Makefile	Thu Aug 18 13:57:00 2005
@@ -22,6 +22,8 @@
 GNU_CONFIGURE=	yes
 USE_REINPLACE=	yes
 
+CFLAGS+=-I/usr/X11R6/include/
+
 MANCOMPRESSED=	no
 MAN1=	pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 opensc-tool.1 \
 	opensc-explorer.1 opensc-config.1 cryptoflex-tool.1 \
--- opensc.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list