FreeBSD Bugzilla – Attachment 225356 Details for
Bug 256242
mail/fetchmail: update to 6.4.19, fix dependency pollution bug in fetchmailconf's Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2 - avoids pollution fetchmailconf's RUN_DEPENDS with ccache or other BUILD_DEP's
0002-mail-fetchmailconf-avoid-polluting-BUILD_DEPENDS.patch (text/plain), 1.22 KB, created by
Matthias Andree
on 2021-05-29 12:29:03 UTC
(
hide
)
Description:
2 - avoids pollution fetchmailconf's RUN_DEPENDS with ccache or other BUILD_DEP's
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2021-05-29 12:29:03 UTC
Size:
1.22 KB
patch
obsolete
>From 5c86b0f85d23096ec5e43502969a6333ea922750 Mon Sep 17 00:00:00 2001 >From: Matthias Andree <mandree@FreeBSD.org> >Date: Sat, 29 May 2021 14:24:56 +0200 >Subject: [PATCH 2/2] mail/fetchmailconf: avoid polluting BUILD_DEPENDS > >The RUN_DEPENDS+=BUILD_DEPENDS may pull ccache in as run-time requisite, >so let's flip the assignments and make BUILD_DEPENDS use RUN_DEPENDS to >avoid just this pollution. >--- > mail/fetchmailconf/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile >index e049dd2f0ee8..f25ceb941cec 100644 >--- a/mail/fetchmailconf/Makefile >+++ b/mail/fetchmailconf/Makefile >@@ -12,10 +12,10 @@ LICENSE_COMB= dual > > # minimum required version 6.4.2 - not codified, on the assumption > # that fetchmail port updated at the same time >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ > fetchmail>=${PORTVERSION}:mail/fetchmail >-RUN_DEPENDS+= ${BUILD_DEPENDS} >+BUILD_DEPENDS+= ${RUN_DEPENDS} > > USES= python shebangfix tar:xz > USE_PYTHON= py3kplist >-- >2.31.1 >
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:
chalpin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 256242
:
225355
| 225356 |
225358