FreeBSD Bugzilla – Attachment 38318 Details for
Bug 60682
Fix devel/libchipcard build on 5.X systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libchipcard.patch
libchipcard.patch (text/plain), 1.43 KB, created by
Sean Chittenden
on 2003-12-29 08:30:21 UTC
(
hide
)
Description:
libchipcard.patch
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2003-12-29 08:30:21 UTC
Size:
1.43 KB
patch
obsolete
>diff -ruN libchipcard/Makefile /home/samy/tmp/libchipcard/Makefile >--- libchipcard/Makefile Sun Dec 21 01:17:52 2003 >+++ /home/samy/tmp/libchipcard/Makefile Mon Dec 29 10:37:47 2003 >@@ -29,14 +29,8 @@ > > MAN5= libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5 > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 500113 >-BROKEN= "Does not compile on FreeBSD ${OSVERSION}" >-.endif >- > post-install: > @${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d > @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN libchipcard/files/patch-hbcicard.cpp /home/samy/tmp/libchipcard/files/patch-hbcicard.cpp >--- libchipcard/files/patch-hbcicard.cpp Thu Jan 1 03:00:00 1970 >+++ /home/samy/tmp/libchipcard/files/patch-hbcicard.cpp Mon Dec 29 11:03:07 2003 >@@ -0,0 +1,13 @@ >+--- src/libchipcard/cards/hbcicard.cpp.orig Mon Dec 29 10:58:25 2003 >++++ src/libchipcard/cards/hbcicard.cpp Mon Dec 29 10:59:41 2003 >+@@ -401,8 +401,8 @@ >+ string id; >+ string fcp; >+ CTError err; >+- unsigned char id1[9]={{0xd2},{0x76},{0x00},{0x00},{0x25},{0x48},{0x42},{0x01},{0x00}}; >+- unsigned char id2[9]={{0xd2},{0x76},{0x00},{0x00},{0x25},{0x48},{0x42},{0x02},{0x00}}; >++ unsigned char id1[9]={0xd2,0x76,0x00,0x00,0x25,0x48,0x42,0x01,0x00}; >++ unsigned char id2[9]={0xd2,0x76,0x00,0x00,0x25,0x48,0x42,0x02,0x00}; >+ >+ #if DEBUGMODE>15 >+ fprintf(stderr,"LIBCHIPCARD: Checking type.\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60682
: 38318