ports/net/kafka/files/patch-bin_kafka-run-class.sh
Steve Wills 4534c43fd0 net/kafka: create port
Kafka is used for building real-time data pipelines and streaming apps.
It is horizontally scalable, fault-tolerant, wicked fast,
and runs in production in thousands of companies.

WWW: https://kafka.apache.org/

PR:		220793
Submitted by:	timp87@gmail.com
2017-09-07 15:29:35 +00:00

16 lines
400 B
Bash

--- bin/kafka-run-class.sh.orig 2017-07-14 16:36:53 UTC
+++ bin/kafka-run-class.sh
@@ -125,12 +125,7 @@ do
done
# classpath addition for release
-for file in "$base_dir"/libs/*;
-do
- if should_include_file "$file"; then
- CLASSPATH="$CLASSPATH":"$file"
- fi
-done
+CLASSPATH="$CLASSPATH":"$base_dir"/libs/*
for file in "$base_dir"/core/build/libs/kafka_${SCALA_BINARY_VERSION}*.jar;
do