FreeBSD Bugzilla – Attachment 205660 Details for
Bug 239106
textproc/unoconv: SyntaxError: Missing parentheses in call to 'print' with Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile for unoconv 0.7
Makefile (text/plain), 1.71 KB, created by
Gerasimos Melissaratos
on 2019-07-10 14:54:45 UTC
(
hide
)
Description:
Makefile for unoconv 0.7
Filename:
MIME Type:
Creator:
Gerasimos Melissaratos
Created:
2019-07-10 14:54:45 UTC
Size:
1.71 KB
patch
obsolete
># Created by: Rusmir Dusko <nemysis@FreeBSD.org> ># $FreeBSD: head/textproc/unoconv/Makefile 505847 2019-07-04 17:27:15Z tobik $ > >PORTNAME= unoconv >PORTVERSION= 0.7 >PORTREVISION= 1 >CATEGORIES= textproc python >MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \ > SF/nemysisfreebsdp/textproc/:icons >DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ > ${PORTNAME}.png:icons >DIST_SUBDIR= python >EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} > >MAINTAINER= ports@FreeBSD.org >COMMENT= Convert any document from and to any LibreOffice supported format > >LICENSE= GPLv2 > >RUN_DEPENDS= xsltproc:textproc/libxslt > >USES= python >NO_BUILD= yes > >PORTDOCS= * > >DOCSRCDIR1= ${WRKSRC} >DOC_FILES1= AUTHORS ChangeLog README.adoc > >DOCSRCDIR2= ${WRKSRC}/doc >DOCSDIR2= ${DOCSDIR}/doc >DOC_FILES2= errcode.adoc filters.adoc formats.adoc office-installations.adoc \ > selinux.adoc unoconv.1.adoc > >OPTIONS_DEFINE= DOCS > >SUB_FILES= ${PORTNAME} pkg-message > >post-patch: > @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ > ${WRKSRC}/${PORTNAME} > >do-install: > ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ > > @${MKDIR} ${STAGEDIR}${DATADIR}/tests/ > ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR} > >.for f in *.odt *.csv > @(cd ${WRKSRC}/tests && ${INSTALL_DATA} ${f} ${STAGEDIR}${DATADIR}/tests) >.endfor > > ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ > ${STAGEDIR}${PREFIX}/share/pixmaps/ > ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ > ${STAGEDIR}${MAN1PREFIX}/man/man1/ > > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} > @${MKDIR} ${STAGEDIR}${DOCSDIR2} > ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} > >.include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 239106
:
205651
|
205652
|
205660
|
205661
|
205662
|
205663