[Bug 234587] misc/mc: Makefile prevents using custom patches in /etc/make.conf
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 3 09:32:47 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234587
Bug ID: 234587
Summary: misc/mc: Makefile prevents using custom patches in
/etc/make.conf
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: woodsb02 at freebsd.org
Reporter: work+freebsd at vvv.kiev.ua
Flags: maintainer-feedback?(woodsb02 at freebsd.org)
Assignee: woodsb02 at freebsd.org
This part of Makefile prevents using custom patches in /etc/make.conf:
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
RUN_DEPENDS= gdiff:textproc/diffutils
.endif
Please, replace EXTRA_PATCHES= and RUN_DEPENDS= with EXTRA_PATCHES+= and
UN_DEPENDS+=.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list