Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jan 2019 09:32:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234587] misc/mc: Makefile prevents using custom patches in /etc/make.conf
Message-ID:  <bug-234587-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234587

            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@freebsd.org
          Reporter: work+freebsd@vvv.kiev.ua
             Flags: maintainer-feedback?(woodsb02@freebsd.org)
          Assignee: woodsb02@freebsd.org

This part of Makefile prevents using custom patches in /etc/make.conf:

.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1200030
EXTRA_PATCHES=3D  ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
RUN_DEPENDS=3D    gdiff:textproc/diffutils
.endif

Please, replace EXTRA_PATCHES=3D and RUN_DEPENDS=3D with EXTRA_PATCHES+=3D =
and
UN_DEPENDS+=3D.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234587-7788>