Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Apr 2022 09:14:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263056] graphics/epsonscan2-non-free-plugin: Move message from .warning in Makefile to pkg-message
Message-ID:  <bug-263056-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 263056
           Summary: graphics/epsonscan2-non-free-plugin: Move message from
                    .warning in Makefile to pkg-message
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yasu@freebsd.org
                CC: fbsd@opal.com
                CC: fbsd@opal.com
             Flags: maintainer-feedback?(fbsd@opal.com)

Created attachment 232954
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232954&action=
=3Dedit
Patch file

There is two problems about using .warning in Makefile.

1. It is evaluated only when make(1) is invoked. So user of binary package
never see the message.
2. It is not related to specific target. So the message is displayed with
improper case such as `make index`.

So add the message to pkg-message rather than using .warning in Makefile.

--=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-263056-7788>