FreeBSD Bugzilla – Attachment 144275 Details for
Bug 191501
add STAGE support and address portlint warnings of port: japanese/tegaki-recognize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tegaki-recognize.diff
tegaki-recognize.diff (text/plain), 1.50 KB, created by
Timothy Beyer
on 2014-06-29 22:12:32 UTC
(
hide
)
Description:
tegaki-recognize.diff
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2014-06-29 22:12:32 UTC
Size:
1.50 KB
patch
obsolete
>diff -urN tegaki-recognize.orig/Makefile tegaki-recognize/Makefile >--- tegaki-recognize.orig/Makefile 2014-01-22 09:00:46.000000000 -0800 >+++ tegaki-recognize/Makefile 2014-06-29 15:05:22.000000000 -0700 >@@ -3,6 +3,7 @@ > > PORTNAME= tegaki > PORTVERSION= 0.3.1.2 >+PORTREVISION= 1 > CATEGORIES= japanese python > MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION:.2=}/ > PKGNAMESUFFIX= -recognize >@@ -20,16 +21,15 @@ > USE_PYDISTUTILS= yes > PYDISTUTILS_PKGNAME= ${PORTNAME}_recognize > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > post-install: >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > .endif > > post-patch: >diff -urN tegaki-recognize.orig/pkg-descr tegaki-recognize/pkg-descr >--- tegaki-recognize.orig/pkg-descr 2014-01-22 07:44:51.000000000 -0800 >+++ tegaki-recognize/pkg-descr 2014-06-29 15:03:19.000000000 -0700 >@@ -6,4 +6,4 @@ > * supports 2 different recognition engines > * aspires to work on both desktop-PCs and mobile devices > >-WWW: http://www.tegaki.org/ >+WWW: http://www.tegaki.org/ >--- tegaki-recognize.diff 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 191501
: 144275