Date: Mon, 22 Aug 2005 12:15:00 +0200 (CEST) From: Petr Holub <hopet@ics.muni.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85212: [PATCH] security/opensc to compile on FreeBSD RELENG_6 Message-ID: <200508221015.j7MAF0R4000781@kloboucek.ics.muni.cz> Resent-Message-ID: <200508221020.j7MAKARb031578@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508221015.j7MAF0R4000781>