[Bug 193782] New: [exp-run] Remove configure patching from USES=pathfix

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 19 20:11:51 UTC 2014


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

            Bug ID: 193782
           Summary: [exp-run] Remove configure patching from USES=pathfix
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tijl at FreeBSD.org

Created attachment 147489
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147489&action=edit
patch

USES=pathfix currently patches configure which changes its timestamp and there
are ports with makefile targets that depend on configure so these targets are
re-executed.  Examples are dns/libidn and security/oath-toolkit.  Both have a
post-patch command that removes the configure dependency for Makefile.gdoc.

To fix this you can restore the modification time of configure like
USES=libtool does, but the changes that USES=pathfix makes are normally not
necessary, so the attached patch simply removes that bit.  I believe problems
with DATADIRNAME are always caused by a gettext related test that fails and it
can be fixed by adding CPPFLAGS+=-I${LOCALBASE}/include and
LIBS+=${LOCALBASE}/lib.  An exp-run will expose these ports.

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


More information about the freebsd-ports-bugs mailing list