Index: Makefile =================================================================== --- Makefile (revision 398211) +++ Makefile (working copy) @@ -60,6 +60,10 @@ PLIST_SUB+= JDK7="" .endif +.if ${JAVA_PORT_VERSION:M1.8.*} +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-build.xml +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|g' \ ${WRKSRC}/gluegen/make/build.xml Index: files/extra-patch-build.xml =================================================================== --- files/extra-patch-build.xml (revision 0) +++ files/extra-patch-build.xml (working copy) @@ -0,0 +1,10 @@ +--- jogl/make/build.xml.orig 2015-10-01 22:40:34.563042000 +0000 ++++ jogl/make/build.xml 2015-10-01 22:40:53.793693000 +0000 +@@ -1058,6 +1058,7 @@ + sourcepath="${src.java};${src.generated.java}" + destdir="${javadoc}" windowtitle="${javadoc.windowtitle}" + overview="${javadoc.overview}" ++ additionalparam="-Xdoclint:none" + source="1.4" + linkoffline="${javadoc.link} 142-packages" + bottom="${javadoc.bottom}" > Property changes on: files/extra-patch-build.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