| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/apache-xmlbeans/files/ |
Upload File : |
--- bin/_setlib.orig 2019-02-25 00:31:32 UTC
+++ bin/_setlib
@@ -19,14 +19,10 @@ if [ -z "$XMLBEANS_HOME" ]; then
XMLBEANS_HOME=`dirname $0`/..
fi
-XMLBEANS_LIB=
-if [ -f "$XMLBEANS_HOME"/build/lib/xbean.jar ]; then
- XMLBEANS_LIB=$XMLBEANS_HOME/build/lib
+if [ -f %%JAVAJARDIR%%/xmlbeans.jar ]; then
+ XMLBEANS_LIB=%%JAVAJARDIR%%
fi
-if [ -f "$XMLBEANS_HOME"/lib/xbean.jar ]; then
- XMLBEANS_LIB=$XMLBEANS_HOME/lib
-fi
if [ -z "$XMLBEANS_LIB" ]; then
- echo "ERROR: Could not find xbean.jar, try set XMLBEANS_LIB to the directory containing xbean.jar"
+ echo "ERROR: Could not find xmlbeans.jar, try set XMLBEANS_LIB to the directory containing xmlbeans.jar"
fi