Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= rsyslog |
3 |
PORTNAME= rsyslog |
4 |
PORTVERSION= 8.37.0 |
4 |
PORTVERSION= 8.37.0 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
6 |
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ |
7 |
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ |
7 |
|
8 |
|
Lines 27-34
Link Here
|
27 |
|
28 |
|
28 |
CONFLICTS_BUILD= libinotify-* |
29 |
CONFLICTS_BUILD= libinotify-* |
29 |
|
30 |
|
30 |
OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GNUTLS GSSAPI JSONPARSE MYSQL PGSQL \ |
31 |
OPTIONS_DEFINE= DBI DOCS ELASTIC GCRYPT GSSAPI JSONPARSE MYSQL PGSQL \ |
31 |
RELP SNMP NORMALIZE |
32 |
RELP SNMP NORMALIZE |
|
|
33 |
OPTIONS_RADIO= SSLLIB |
34 |
OPTIONS_RADIO_SSLLIB= GNUTLS OPENSSL |
32 |
OPTIONS_DEFAULT=GCRYPT |
35 |
OPTIONS_DEFAULT=GCRYPT |
33 |
OPTIONS_SUB= yes |
36 |
OPTIONS_SUB= yes |
34 |
|
37 |
|
Lines 46-51
Link Here
|
46 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
49 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
47 |
libgpg-error.so:security/libgpg-error |
50 |
libgpg-error.so:security/libgpg-error |
48 |
GCRYPT_BUILD_DEPENDS= libgcrypt-config:security/libgcrypt |
51 |
GCRYPT_BUILD_DEPENDS= libgcrypt-config:security/libgcrypt |
|
|
52 |
GCRYPT_PLIST_FILES= lib/rsyslog/lmcry_gcry.so |
49 |
|
53 |
|
50 |
GNUTLS_DESC= GNUTLS module for rsyslog |
54 |
GNUTLS_DESC= GNUTLS module for rsyslog |
51 |
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls |
55 |
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls |
Lines 69-74
Link Here
|
69 |
MYSQL_PLIST_FILES= lib/rsyslog/ommysql.so |
73 |
MYSQL_PLIST_FILES= lib/rsyslog/ommysql.so |
70 |
MYSQL_PORTDOCS= plugins/ommysql/createDB.sql |
74 |
MYSQL_PORTDOCS= plugins/ommysql/createDB.sql |
71 |
|
75 |
|
|
|
76 |
OPENSSL_USES= ssl |
77 |
OPENSSL_CONFIGURE_ENABLE= openssl |
78 |
OPENSSL_CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ |
79 |
OPENSSL_CFLAGS="-I ${OPENSSLINC}" |
80 |
OPENSSL_PLIST_FILES= lib/rsyslog/lmnsd_ossl.so |
81 |
|
82 |
|
72 |
PGSQL_DESC= PostgreSQL output module for rsyslog |
83 |
PGSQL_DESC= PostgreSQL output module for rsyslog |
73 |
PGSQL_USES= pgsql |
84 |
PGSQL_USES= pgsql |
74 |
PGSQL_CONFIGURE_ENABLE= pgsql |
85 |
PGSQL_CONFIGURE_ENABLE= pgsql |