Edit

IABSD.fr/ports/java/tanukiwrapper/patches/patch-build-tests_xml

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-08 00:55:13
    Hash : b92a68e3
    Message : update to java-tanukiwrapper-3.5.49, from Dimitri Karamazov (maintainer) plus drop RCS IDs

  • java/tanukiwrapper/patches/patch-build-tests_xml
  • add OpenBSD target
    
    Index: build-tests.xml
    --- build-tests.xml.orig
    +++ build-tests.xml
    @@ -85,11 +85,15 @@
             <property name="is.Unix" value="true"/>
             <property name="is.shell.sh" value="true"/>
         </target>
    +    <target name="init-openbsd" if="is.OpenBSD">
    +        <property name="is.Unix" value="true"/>
    +        <property name="is.shell.sh" value="true"/>
    +    </target>
         
         <!-- =================================================================== -->
         <!-- Initialize build.                                                   -->
         <!-- =================================================================== -->
    -    <target name="init" depends="init-windows, init-linux, init-solaris, init-aix, init-hpux, init-macosx, init-freebsd">
    +    <target name="init" depends="init-windows, init-linux, init-solaris, init-aix, init-hpux, init-macosx, init-freebsd, init-openbsd">
         </target>
     
         <!-- =================================================================== -->