net-mgmt/icinga2:
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols. Upstream now has symbol versioning in development, so once the new version is released, all should be fine. - Bump PORTREVISION
This commit is contained in:
parent
7f593749d9
commit
d5da7618ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420959
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= icinga2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
|
@ -20,7 +20,7 @@ BROKEN_powerpc64= Does not build
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= icinga
|
||||
|
||||
USES= alias bison cmake execinfo libedit ssl
|
||||
USES= alias bison cmake execinfo libedit
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue