Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2017 10:00:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223801] misc/owrep: fix hard-coded /usr/local
Message-ID:  <bug-223801-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 223801
           Summary: misc/owrep: fix hard-coded /usr/local
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com

Created attachment 188194
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188194&action=
=3Dedit
[patch] fix a couple more hard-coded /usr/local references

fix hard-coded /usr/local in owrep.c (config file).  Otherwise it will look=
 for
the config file in /usr/local even if LOCALBASE is not /usr/local or PREFIX=
 is
not /usr/local.

less important (since CFLAGS is overridden by ports build) - fix hard-coded
-I/usr/local/include in Makefile.  This just fixed another case of /usr/loc=
al I
noticed.  But we override CFLAGS in MAKE_ARGS, so this part of the patch is
just to have the Makefile look clean of hard-coded /usr/local references.

--=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-223801-13>