met/librdkafka: fix pkg-plist, remove python dependency
PR: 227248 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> MFH: 2018Q2
This commit is contained in:
parent
da2af2903f
commit
1b7db61de7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466647
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= librdkafka
|
||||
PORTVERSION= 0.11.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
|
||||
@ -19,11 +20,10 @@ BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (progra
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4
|
||||
|
||||
USES= gmake python:build shebangfix ssl
|
||||
USES= gmake ssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= edenhill
|
||||
|
||||
SHEBANG_FILES= lds-gen.py
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
CONFIGURE_ARGS+= --disable-sasl --enable-ssl
|
||||
|
@ -7,4 +7,6 @@ lib/librdkafka.a
|
||||
lib/librdkafka.so
|
||||
lib/librdkafka.so.1
|
||||
libdata/pkgconfig/rdkafka++.pc
|
||||
libdata/pkgconfig/rdkafka++-static.pc
|
||||
libdata/pkgconfig/rdkafka.pc
|
||||
libdata/pkgconfig/rdkafka-static.pc
|
||||
|
Loading…
Reference in New Issue
Block a user