From toor@kloboucek.ics.muni.cz  Mon Aug 22 10:15:02 2005
Return-Path: <toor@kloboucek.ics.muni.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8258A16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Aug 2005 10:15:02 +0000 (GMT)
	(envelope-from toor@kloboucek.ics.muni.cz)
Received: from kloboucek.ics.muni.cz (kloboucek.ics.muni.cz [147.251.3.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC0E43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Aug 2005 10:15:01 +0000 (GMT)
	(envelope-from toor@kloboucek.ics.muni.cz)
Received: from kloboucek.ics.muni.cz (localhost [127.0.0.1])
	by kloboucek.ics.muni.cz (8.13.4/8.13.4) with ESMTP id j7MAF0c0000782
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Aug 2005 12:15:00 +0200 (CEST)
	(envelope-from toor@kloboucek.ics.muni.cz)
Received: (from root@localhost)
	by kloboucek.ics.muni.cz (8.13.4/8.13.4/Submit) id j7MAF0R4000781;
	Mon, 22 Aug 2005 12:15:00 +0200 (CEST)
	(envelope-from toor)
Message-Id: <200508221015.j7MAF0R4000781@kloboucek.ics.muni.cz>
Date: Mon, 22 Aug 2005 12:15:00 +0200 (CEST)
From: Petr Holub <hopet@ics.muni.cz>
Reply-To: Petr Holub <hopet@ics.muni.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] security/opensc to compile on FreeBSD RELENG_6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85212
>Category:       ports
>Synopsis:       [PATCH] security/opensc to compile on FreeBSD RELENG_6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 10:20:10 GMT 2005
>Closed-Date:    Fri Sep 16 22:29:27 GMT 2005
>Last-Modified:  Fri Sep 16 22:29:27 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->bms 
Responsible-Changed-By: vs 
Responsible-Changed-When: Wed Sep 14 09:47:30 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85212 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Thu Sep 15 00:00:17 GMT 2005 
State-Changed-Why:  
Are you using any tunabled for this port (WITH/WITHOUT defines)? 
It does not need your patch here. 


Responsible-Changed-From-To: bms->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Thu Sep 15 00:00:17 GMT 2005 
Responsible-Changed-Why:  
Helping bms with PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85212 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri Sep 16 22:29:15 GMT 2005 
State-Changed-Why:  
Can't reproduce the problem, sorry. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85212 
>Unformatted:
