Date: Wed, 2 Oct 2013 16:19:12 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329069 - in head/graphics: py-cairo/files py3-cairo/files Message-ID: <201310021619.r92GJCgs070940@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Oct 2 16:19:12 2013 New Revision: 329069 URL: http://svnweb.freebsd.org/changeset/ports/329069 Log: Add forgotten patch to fix packaging. Added: head/graphics/py-cairo/files/patch-wscript (contents, props changed) head/graphics/py3-cairo/files/patch-wscript (contents, props changed) Added: head/graphics/py-cairo/files/patch-wscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-cairo/files/patch-wscript Wed Oct 2 16:19:12 2013 (r329069) @@ -0,0 +1,11 @@ +--- wscript.orig 2013-09-30 23:39:53.000000000 +0200 ++++ wscript 2013-09-30 23:40:40.000000000 +0200 +@@ -61,7 +61,7 @@ + 'prefix' : ctx.env['PREFIX'], + 'includedir': os.path.join(ctx.env['PREFIX'], 'include'), + }, +- install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig'), ++ install_path = os.path.join(ctx.env['PREFIX'], 'libdata', 'pkgconfig'), + ) + + Added: head/graphics/py3-cairo/files/patch-wscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py3-cairo/files/patch-wscript Wed Oct 2 16:19:12 2013 (r329069) @@ -0,0 +1,11 @@ +--- wscript.orig 2013-09-30 23:39:53.000000000 +0200 ++++ wscript 2013-09-30 23:40:40.000000000 +0200 +@@ -61,7 +61,7 @@ + 'prefix' : ctx.env['PREFIX'], + 'includedir': os.path.join(ctx.env['PREFIX'], 'include'), + }, +- install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig'), ++ install_path = os.path.join(ctx.env['PREFIX'], 'libdata', 'pkgconfig'), + ) + +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310021619.r92GJCgs070940>