FreeBSD Bugzilla – Attachment 161610 Details for
Bug 203123
print/pdf-renderer: fix build with openjdk8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
pdf-renderer.patch (text/plain), 2.01 KB, created by
Steve Wills
on 2015-10-01 18:10:52 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2015-10-01 18:10:52 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398211) >+++ Makefile (working copy) >@@ -13,7 +13,7 @@ > > LICENSE= LGPL21 > >-USES= zip >+USES= dos2unix zip > NO_WRKSUBDIR= yes > USE_JAVA= yes > JAVA_VERSION= 1.6+ >@@ -26,6 +26,7 @@ > PORTDOCS= * > > OPTIONS_DEFINE= DOCS >+DOS2UNIX_FILES= swinglabs-build-impl.xml > > .include <bsd.port.options.mk> > >@@ -33,6 +34,12 @@ > ALL_TARGET+= javadoc > .endif > >+.include <bsd.port.pre.mk> >+ >+.if ${JAVA_PORT_VERSION:M1.8.*} >+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-swinglabs-build-impl.xml >+.endif >+ > do-install: > @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." > @${INSTALL_DATA} ${WRKSRC}/dist/PDFRenderer.jar \ >@@ -46,4 +53,4 @@ > @${ECHO_MSG} " [DONE]" > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: files/extra-patch-swinglabs-build-impl.xml >=================================================================== >--- files/extra-patch-swinglabs-build-impl.xml (revision 0) >+++ files/extra-patch-swinglabs-build-impl.xml (working copy) >@@ -0,0 +1,11 @@ >+--- swinglabs-build-impl.xml.orig 2011-09-15 11:34:02 UTC >++++ swinglabs-build-impl.xml >+@@ -211,7 +211,7 @@ ${build.branch} ${RELEASE_DSTAMP_LONG} $ >+ version="${javadoc.version}" >+ windowtitle="${javadoc.windowtitle}" >+ private="${javadoc.private}" >+- additionalparam="${javadoc.additionalparam}" >++ additionalparam="${javadoc.additionalparam} -Xdoclint:none" >+ failonerror="true" useexternalfile="false" >+ verbose="${javadoc.verbose}" >+ maxmemory="1024M" > >Property changes on: files/extra-patch-swinglabs-build-impl.xml >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 203123
:
161061
| 161610