svn commit: r329069 - in head/graphics: py-cairo/files py3-cairo/files
Koop Mast
kwm at FreeBSD.org
Wed Oct 2 16:19:13 UTC 2013
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'),
+ )
+
+
More information about the svn-ports-all
mailing list