diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-11-09 05:07:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-11-09 05:07:47 +0000 |
commit | 71e03d424b492de26a19cb2a27c67ab67f1f0ce9 (patch) | |
tree | e8ebd6748a7aec693d3246343c8e5cc17c3aa338 /sysutils/syslog-ng/files/patch-configure | |
parent | This is commit one of a two commit set: (diff) |
This is commit two of a two commit set:
Reduce supported syslog-ng ports to the latest syslog-ng supported by
our upstream, oniedentity.com. Upstream does not officially support
earlier releases. This commit reduces unofficial support expectations
and allows us to rely totally on upstream for support.
This commit copies syslog-ng from syslog-ng329, which contains the full
history of the syslog-ng family of ports. Whereas syslog-ng became a
meta-port many moons ago to support multiple versions of syslog-ng in
the tree. We will only support syslog-ng supported by our upstream.
Discussed wth: Peter Czanik (CzP) <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
Notes
Notes:
svn path=/head/; revision=554669
Diffstat (limited to 'sysutils/syslog-ng/files/patch-configure')
-rw-r--r-- | sysutils/syslog-ng/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/files/patch-configure b/sysutils/syslog-ng/files/patch-configure new file mode 100644 index 000000000000..f3b0e86ad49d --- /dev/null +++ b/sysutils/syslog-ng/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig 2016-08-10 07:38:05.000000000 -0700 ++++ configure 2016-08-10 12:33:00.605666000 -0700 +@@ -10250,7 +10250,7 @@ + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no +- link_all_deplibs=unknown ++ link_all_deplibs=no + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= +@@ -13035,7 +13036,7 @@ + old_striplib= + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 + $as_echo_n "checking whether stripping libraries is possible... " >&6; } +-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then ++if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +@@ -16424,7 +16425,7 @@ + if test -e "$JAVA_HOME_CHECKER"; then + JNI_HOME=`$JAVA_HOME_CHECKER` + else +- JNI_HOME=`echo $JAVAC_BIN | sed "s/\(.*\)[/]bin[/]java.*/\1\//"` ++ JNI_HOME=`echo $JAVAC_BIN | sed "s/\(.*\)[/]bin[/]java.*/\1\/openjdk\*/"` + fi + + JNI_LIBDIR=`find $JNI_HOME \( -name "libjvm.so" -or -name "libjvm.dylib" \) \ |