Bug 177868 - Mk/Uses/pathfix.mk add addition patch line
Summary: Mk/Uses/pathfix.mk add addition patch line
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-15 10:40 UTC by Koop Mast
Modified: 2013-04-16 16:50 UTC (History)
0 users

See Also:


Attachments
pathfix-fix.diff (653 bytes, patch)
2013-04-15 10:40 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2013-04-15 10:40:00 UTC
	Add new line to patch {libdir} lines.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-15 10:40:06 UTC
Maintainer of Mk/Uses,

Please note that PR ports/177868 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177868

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-15 10:40:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Koop Mast freebsd_committer freebsd_triage 2013-04-15 10:42:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Assign to maintainer
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-04-16 16:45:11 UTC
Author: kwm
Date: Tue Apr 16 15:45:03 2013
New Revision: 315827
URL: http://svnweb.freebsd.org/changeset/ports/315827

Log:
  Add new replace line for pkg-config file location.
  
  PR:		ports/177868
  Submitted by:	myself
  Approved by:	portmgr (bapt)
  Feature safe:	yes

Modified:
  head/Mk/Uses/pathfix.mk

Modified: head/Mk/Uses/pathfix.mk
==============================================================================
--- head/Mk/Uses/pathfix.mk	Tue Apr 16 15:39:47 2013	(r315826)
+++ head/Mk/Uses/pathfix.mk	Tue Apr 16 15:45:03 2013	(r315827)
@@ -25,6 +25,7 @@ pathfix-pre-patch:
 	@${FIND} ${WRKSRC} -name "${PATHFIX_MAKEFILEIN}" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \
 		s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
+		s|[{]libdir[}]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
 		s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
 		s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
 		s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Koop Mast freebsd_committer freebsd_triage 2013-04-16 16:45:44 UTC
State Changed
From-To: feedback->closed

Committed to the ports tree.