[Bug 206319] www/serf: fix typo (SENTENV)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 16 16:02:39 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206319

            Bug ID: 206319
           Summary: www/serf: fix typo (SENTENV)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev at FreeBSD.org
          Reporter: z7dr6ut7gs at snkmail.com
          Assignee: lev at FreeBSD.org
             Flags: maintainer-feedback?(lev at FreeBSD.org)

Created attachment 165681
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165681&action=edit
[patch] fix typo

Simple typo (SENTENV instead of SETENV).  The typo has no practical effect
since:

 (1) there's no env vars before $(MAKE_CMD) (although MAKE_CMD could some day
be defined as "FOO=bar scons").

 (2) even if there were env vars following $(SETENV), the lack of $(SETENV)
just means that the 'FOO=bar BAZ=yada scons' method of passing env vars in
bourne shell would kick in and everything would just work.  It would only fail
if you override the make shell to csh, but then likely a thousand other things
would fail due to bourne-ish shell assumptions in ports/Mk and ports Makefiles.

Anyway, I have attached the trivial patch but did not bother to run any QA.

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


More information about the freebsd-ports-bugs mailing list