mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
updated autoconf, java jna, etc
This commit is contained in:
19
java/jna/files/patch-build.xml
Normal file
19
java/jna/files/patch-build.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
--- build.xml.orig 2016-03-16 14:37:28 UTC
|
||||
+++ build.xml
|
||||
@@ -99,7 +99,7 @@
|
||||
<condition property="test.compatibility" value="1.5" else="${compatibility}">
|
||||
<equals arg1="${compatibility}" arg2="1.4"/>
|
||||
</condition>
|
||||
- <condition property="tests.exclude-patterns" value="**/VarArgsTest.java,**/AnnotatedLibraryTest.java,**/WebStartTest.java,**/PointerBufferTest.java,**/HeadlessLoadLibraryTest.java,**/StructureBufferFieldTest.java,**/PerformanceTest.java,**/*BufferArgumentsMarshalTest.java" else="**/wince/*.java,**/WebStartTest.java">
|
||||
+ <condition property="tests.exclude-patterns" value="**/VarArgsTest.java,**/AnnotatedLibraryTest.java,**/WebStartTest.java,**/PointerBufferTest.java,**/HeadlessLoadLibraryTest.java,**/StructureBufferFieldTest.java,**/PerformanceTest.java,**/*BufferArgumentsMarshalTest.java" else="**/wince/*.java,**/WebStartTest.java,**/LibraryLoadTest.java">
|
||||
<equals arg1="${os.prefix}" arg2="w32ce-arm"/>
|
||||
</condition>
|
||||
<property name="dist-jar" value="${dist}/${jar}"/>
|
||||
@@ -1084,7 +1084,6 @@ osname=macosx;processor=x86;processor=x8
|
||||
<doctitle>JNA API Documentation</doctitle>
|
||||
<header>${header}</header>
|
||||
<bottom>${footer}</bottom>
|
||||
- <link href="http://download.oracle.com/javase/${compatibility}/docs/api/"/>
|
||||
|
||||
<packageset dir="${src}" defaultexcludes="yes">
|
||||
<patternset>
|
||||
Reference in New Issue
Block a user