Date: Fri, 19 Sep 2014 20:11:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193782] New: [exp-run] Remove configure patching from USES=pathfix Message-ID: <bug-193782-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: tijl@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193782-13>