FreeBSD Bugzilla – Attachment 105969 Details for
Bug 146518
[PATCH] graphics/liblqr-1: make documentation optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
liblqr-1-0.4.1_1.patch
liblqr-1-0.4.1_1.patch (text/plain), 1.68 KB, created by
Martin Matuska
on 2010-05-12 15:00:12 UTC
(
hide
)
Description:
liblqr-1-0.4.1_1.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2010-05-12 15:00:12 UTC
Size:
1.68 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/graphics/liblqr-1/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- Makefile 11 Jan 2010 10:28:02 -0000 1.8 >+++ Makefile 12 May 2010 13:52:02 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= liblqr-1 > DISTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ > http://mirror.amdmi3.ru/distfiles/ >@@ -21,13 +22,6 @@ > MAKE_JOBS_SAFE= yes > USE_LDCONFIG= yes > >-.if !defined(NOPORTDOCS) >-BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ >- ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ >- ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 >- >-PORTDOCS= * >-.endif > .if !defined(NOPORTEXAMPLES) > PORTEXAMPLES= * > >@@ -35,8 +29,18 @@ > SUB_LIST= PORTSDIR=${PORTSDIR} > .endif > >+OPTIONS= HTMLDOCS "Build and install HTML documentation" off >+ > .include <bsd.port.pre.mk> > >+.if !defined(WITHOUT_HTMLDOCS) && !defined(NOPORTDOCS) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ >+ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ >+ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 >+ >+PORTDOCS= * >+.endif >+ > post-patch: > .if ${OSVERSION} < 700042 > @${REINPLACE_CMD} -e 's|FVISIBILITY_FLAG=".*"|FVISIBILITY_FLAG=""|' ${WRKSRC}/configure >@@ -49,7 +53,7 @@ > ${WRKSRC}/docs/liblqr_manual.docbook > > post-build: >-.if !defined(NOPORTDOCS) >+.if !defined(WITHOUT_HTMLDOCS) && !defined(NOPORTDOCS) > cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} html > .endif
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 146518
: 105969