FreeBSD Bugzilla – Attachment 144172 Details for
Bug 191419
[MAINTAINER] devel/ocfpcsc: add stage and LICENSE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ocfpcsc-0.0.1.patch
ocfpcsc-0.0.1.patch (text/plain), 4.93 KB, created by
Marcin Cieślak
on 2014-06-26 19:38:56 UTC
(
hide
)
Description:
ocfpcsc-0.0.1.patch
Filename:
MIME Type:
Creator:
Marcin Cieślak
Created:
2014-06-26 19:38:56 UTC
Size:
4.93 KB
patch
obsolete
>diff -ruN ../ocfpcsc.orig/Makefile ./Makefile >--- ../ocfpcsc.orig/Makefile 2014-05-29 17:09:42.000000000 +0200 >+++ ./Makefile 2014-06-26 21:25:42.000000000 +0200 >@@ -11,7 +11,12 @@ > MAINTAINER= saper@saper.info > COMMENT= Open Card Framework to PC/SC bridge > >-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite >+LICENSE= IBMOCF >+LICENSE_NAME= IBM OpenCard Framework >+LICENSE_FILE= ${FILESDIR}/IBMOCF >+LICENSE_PERMS= dist-sell pkg-sell >+ >+LIB_DEPENDS= pcsclite:${PORTSDIR}/devel/pcsc-lite > > USES= gmake > USE_JAVA= 1.2+ >@@ -22,7 +27,6 @@ > PORTEXAMPLES= opencard.properties > PORTDOCS= README > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > .if !defined(WITHOUT_MOZILLA_PLUGIN) >@@ -51,22 +55,22 @@ > (cd ${WRKSRC} && ${LD} -Bsymbolic -shared dummy.o -o libWINSCARD.so) > > do-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}/${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} > .endif > .if !defined(NOPORTEXAMPLES) >- @${MKDIR} ${EXAMPLESDIR} >- @${INSTALL_DATA} ${WRKSRC}/opencard.properties ${EXAMPLESDIR} >+ @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} >+ @${INSTALL_DATA} ${WRKSRC}/opencard.properties ${STAGEDIR}/${EXAMPLESDIR}/opencard.properties > .endif >- @${INSTALL_DATA} ${WRKSRC}/libOCFPCSC1.so ${PREFIX}/lib/libOCFPCSC1.so.1 >- @${INSTALL_DATA} ${WRKSRC}/libWINSCARD.so ${PREFIX}/lib/libWINSCARD.so.1 >- @${LN} -fs ${PREFIX}/lib/libOCFPCSC1.so.1 ${PREFIX}/lib/libOCFPCSC1.so >- @${LN} -fs ${PREFIX}/lib/libWINSCARD.so.1 ${PREFIX}/lib/libWINSCARD.so >+ @${INSTALL_DATA} ${WRKSRC}/libOCFPCSC1.so ${STAGEDIR}/${PREFIX}/lib/libOCFPCSC1.so.1 >+ @${INSTALL_DATA} ${WRKSRC}/libWINSCARD.so ${STAGEDIR}/${PREFIX}/lib/libWINSCARD.so.1 >+ @${LN} -fs libOCFPCSC1.so.1 ${STAGEDIR}/${PREFIX}/lib/libOCFPCSC1.so >+ @${LN} -fs libWINSCARD.so.1 ${STAGEDIR}/${PREFIX}/lib/libWINSCARD.so > .if !defined (WITHOUT_MOZILLA_PLUGIN) >- @${MKDIR} ${PREFIX}/lib/browser_plugins >- @${LN} -fs ${PREFIX}/lib/libOCFPCSC1.so.1 ${PREFIX}/lib/browser_plugins/libOCFPCSC1.so >- @${LN} -fs ${PREFIX}/lib/libWINSCARD.so.1 ${PREFIX}/lib/browser_plugins/libWINSCARD.so >+ @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/browser_plugins >+ @${LN} -fs ../../lib/libOCFPCSC1.so.1 ${STAGEDIR}/${PREFIX}/lib/browser_plugins/libOCFPCSC1.so >+ @${LN} -fs ../../lib/libWINSCARD.so.1 ${STAGEDIR}/${PREFIX}/lib/browser_plugins/libWINSCARD.so > .endif > > .include <bsd.port.post.mk> >diff -ruN ../ocfpcsc.orig/files/IBMOCF ./files/IBMOCF >--- ../ocfpcsc.orig/files/IBMOCF 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/IBMOCF 2014-06-26 21:18:10.000000000 +0200 >@@ -0,0 +1,34 @@ >+/* >+ * Copyright (c) 1997 - 1999 IBM Corporation. >+ * >+ * Redistribution and use in source (source code) and binary (object code) >+ * forms, with or without modification, are permitted provided that the >+ * following conditions are met: >+ * 1. Redistributed source code must retain the above copyright notice, this >+ * list of conditions and the disclaimer below. >+ * 2. Redistributed object code must reproduce the above copyright notice, >+ * this list of conditions and the disclaimer below in the documentation >+ * and/or other materials provided with the distribution. >+ * 3. The name of IBM may not be used to endorse or promote products derived >+ * from this software or in any other form without specific prior written >+ * permission from IBM. >+ * 4. Redistribution of any modified code must be labeled "Code derived from >+ * the original OpenCard Framework". >+ * >+ * THIS SOFTWARE IS PROVIDED BY IBM "AS IS" FREE OF CHARGE. IBM SHALL NOT BE >+ * LIABLE FOR INFRINGEMENTS OF THIRD PARTIES RIGHTS BASED ON THIS SOFTWARE. ANY >+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED >+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE >+ * DISCLAIMED. IBM DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THIS >+ * SOFTWARE WILL MEET THE USER'S REQUIREMENTS OR THAT THE OPERATION OF IT WILL >+ * BE UNINTERRUPTED OR ERROR-FREE. IN NO EVENT, UNLESS REQUIRED BY APPLICABLE >+ * LAW, SHALL IBM BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, >+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, >+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; >+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, >+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR >+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF >+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ALSO, IBM IS UNDER NO OBLIGATION >+ * TO MAINTAIN, CORRECT, UPDATE, CHANGE, MODIFY, OR OTHERWISE SUPPORT THIS >+ * SOFTWARE. >+ */ >diff -ruN ../ocfpcsc.orig/pkg-descr ./pkg-descr >--- ../ocfpcsc.orig/pkg-descr 2014-01-22 16:44:51.000000000 +0100 >+++ ./pkg-descr 2014-06-26 21:05:47.000000000 +0200 >@@ -2,4 +2,4 @@ > to PC/SC supported smartcard readers. > > Author: David Corcoran >-WWW: http://www.musclecard.com/middleware/ >+WWW: http://www.musclecard.com/middleware/ >--- ocfpcsc-0.0.1.patch ends here ---
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 191419
: 144172
Working