mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Update to 6.1.0. Requires decent c++ compiler and iconv from ports. - Clean up patch target: remove no longer needed patches and those ones which don't affect build - at least for me. - Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many ocaml-dependent ports are not jobs safe, but there were no logs to analyse. The plist change in that commit is unrelated to jobs safety.
12 lines
451 B
XML
12 lines
451 B
XML
--- etc/librarypath.xml.orig 2020-02-25 09:59:42 UTC
|
|
+++ etc/librarypath.xml
|
|
@@ -42,6 +42,9 @@
|
|
<!-- Some distributions (like openSUSE) put gluegen-rt in /usr/lib instead pf /usr/lib/jni -->
|
|
<path value="/usr/lib/" />
|
|
<path value="/usr/lib64/" />
|
|
+ <!-- FreeBSD ports -->
|
|
+ <path value="/usr/local/share/java/classes" />
|
|
+ <path value="/usr/local/lib" />
|
|
|
|
<!-- SCILAB LIBRARIES -->
|
|
<!-- Developpement environment -->
|