FreeBSD Bugzilla – Attachment 199971 Details for
Bug 233879
security/clamav: Fix build error of mail/qsheff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
security_clamav.patch (text/plain), 980 bytes, created by
Yasuhiro Kimura
on 2018-12-09 11:02:33 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-12-09 11:02:33 UTC
Size:
980 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 486932) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= clamav > PORTVERSION= 0.101.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= http://www.clamav.net/downloads/production/ > >@@ -174,7 +174,8 @@ > fi > > post-install: >- ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${STAGEDIR}${PREFIX}/include >+ ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${WRKSRC}/libclamav/cltypes.h ${WRKSRC}/platform.h \ >+ ${STAGEDIR}${PREFIX}/include/ > @${MKDIR} ${STAGEDIR}${DOCSDIR}/html \ > ${STAGEDIR}${DBDIR} \ > ${STAGEDIR}${LOGDIR} \ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 486932) >+++ pkg-plist (working copy) >@@ -58,6 +58,8 @@ > bin/sigtool > include/clamav-config.h > include/clamav.h >+include/cltypes.h >+include/platform.h > lib/libclamav.so > lib/libclamav.so.9 > lib/libclamav.so.9.0.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
yasu
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 233879
: 199971