View | Details | Raw Unified | Return to bug 280135
Collapse All | Expand All

(-)UPDATING (+17 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
202407xx:
9
  AFFECTS: security/clamav, security/clamav-lts
10
  AUTHOR: netchildFreeBSD.org
11
12
  The start scripts of clamav have been renamed to clamav_clamd and
13
  clamav_freshclam for improved compatibility with other parts of the
14
  system. The automatic start at boot (rc.conf variable settings) is
15
  not affected, but if you have some other automatism you may want to
16
  change
17
    ".../etc/rc.d/clamav-clamd" to ".../etc/rc.d/clamav_clamd"
18
    ".../etc/rc.d/clamav-freshclam" to ".../etc/rc.d/clamav_freshclam"
19
    ".../etc/rc.d/clamav-milter" to ".../etc/rc.d/clamav_milter"
20
  or
21
    "service clamav-clamd ..." to "service clamav_clamd ..."
22
    "service clamav-freshclam" to "service clamav_freshclam ..."
23
    "service clamav-milter ..." to "service clamav_milter ..."
24
8
20240704:
25
20240704:
9
  AFFECTS: net/xrdp and x11-drivers/xorgxrdp
26
  AFFECTS: net/xrdp and x11-drivers/xorgxrdp
10
  AUTHOR: meta@FreeBSD.org
27
  AUTHOR: meta@FreeBSD.org
(-)security/clamav-lts/Makefile (-2 / +2 lines)
Lines 22-28 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
22
USES=		cmake cpe gnome iconv ncurses pkgconfig ssl
22
USES=		cmake cpe gnome iconv ncurses pkgconfig ssl
23
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_RC_SUBR=	clamav-clamd clamav-freshclam
25
USE_RC_SUBR=	clamav_clamd clamav_freshclam
26
26
27
CMAKE_ARGS=	-DDATABASE_DIRECTORY:STRING=${_DBDIR} \
27
CMAKE_ARGS=	-DDATABASE_DIRECTORY:STRING=${_DBDIR} \
28
		-DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \
28
		-DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \
Lines 77-83 LHA_RUN_DEPENDS= lha:archivers/lha Link Here
77
.if !exists(/usr/lib/libmilter.so)
77
.if !exists(/usr/lib/libmilter.so)
78
MILTER_LIB_DEPENDS=		libmilter.so:mail/libmilter
78
MILTER_LIB_DEPENDS=		libmilter.so:mail/libmilter
79
.endif
79
.endif
80
MILTER_USE=			RC_SUBR=clamav-milter
80
MILTER_USE=			RC_SUBR=clamav_milter
81
.if !exists(/usr/lib/libmilter.so)
81
.if !exists(/usr/lib/libmilter.so)
82
MILTER_USE+=			localbase
82
MILTER_USE+=			localbase
83
.endif
83
.endif
(-)security/clamav/Makefile (-2 / +2 lines)
Lines 21-27 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
21
USES=		cmake cpe gnome iconv ncurses pkgconfig ssl
21
USES=		cmake cpe gnome iconv ncurses pkgconfig ssl
22
USE_GNOME=	libxml2
22
USE_GNOME=	libxml2
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_RC_SUBR=	clamav-clamd clamav-freshclam
24
USE_RC_SUBR=	clamav_clamd clamav_freshclam
25
25
26
CMAKE_ARGS=	-DDATABASE_DIRECTORY:STRING=${_DBDIR} \
26
CMAKE_ARGS=	-DDATABASE_DIRECTORY:STRING=${_DBDIR} \
27
		-DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \
27
		-DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \
Lines 76-82 LHA_RUN_DEPENDS= lha:archivers/lha Link Here
76
.if !exists(/usr/lib/libmilter.so)
76
.if !exists(/usr/lib/libmilter.so)
77
MILTER_LIB_DEPENDS=		libmilter.so:mail/libmilter
77
MILTER_LIB_DEPENDS=		libmilter.so:mail/libmilter
78
.endif
78
.endif
79
MILTER_USE=			RC_SUBR=clamav-milter
79
MILTER_USE=			RC_SUBR=clamav_milter
80
.if !exists(/usr/lib/libmilter.so)
80
.if !exists(/usr/lib/libmilter.so)
81
MILTER_USE+=			localbase
81
MILTER_USE+=			localbase
82
.endif
82
.endif

Return to bug 280135