syslog-ng: do not override COMMENT (for modules)

Disable SNMP by default. Add comments for upcoming package.
This commit is contained in:
wiz 2021-09-17 09:39:54 +00:00
parent d541d85d4d
commit ce68459602
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile.common,v 1.20 2021/09/16 12:02:12 wiz Exp $
# $NetBSD: Makefile.common,v 1.21 2021/09/17 09:39:54 wiz Exp $
# used by sysutils/syslog-ng/Makefile
# used by sysutils/syslog-ng/Makefile.module
# used by sysutils/syslog-ng/module.mk
DISTNAME= syslog-ng-3.34.1
CATEGORIES= sysutils
@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=syslog-ng/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.syslog-ng.com/
COMMENT= Highly portable log management solution
COMMENT?= Highly portable log management solution
LICENSE= gnu-gpl-v2
GITHUB_RELEASE= ${DISTNAME}
@ -24,6 +24,7 @@ USE_FEATURES+= strnlen
CHECK_PORTABILITY_SKIP+= debian/syslog-ng.init
CONFIGURE_ARGS+= --disable-afsnmp
CONFIGURE_ARGS+= --disable-amqp
CONFIGURE_ARGS+= --disable-http
CONFIGURE_ARGS+= --disable-ipv6

View file

@ -1,10 +1,11 @@
# $NetBSD: module.mk,v 1.2 2021/09/16 09:25:25 wiz Exp $
# $NetBSD: module.mk,v 1.3 2021/09/17 09:39:54 wiz Exp $
# used by sysutils/py-syslog-ng/Makefile
# used by sysutils/syslog-ng-amqp/Makefile
# used by sysutils/syslog-ng-curl/Makefile
# used by sysutils/syslog-ng-geoip2/Makefile
# used by sysutils/syslog-ng-mongodb/Makefile
# used by sysutils/syslog-ng-redis/Makefile
# used by sysutils/syslog-ng-snmp/Makefile
# used by sysutils/syslog-ng-smtp/Makefile
# used by sysutils/syslog-ng-sql/Makefile