svn commit: r321076 - head/x11-servers/xorg-server/files
Koop Mast
kwm at FreeBSD.org
Sun Jun 16 20:50:53 UTC 2013
Author: kwm
Date: Sun Jun 16 20:50:52 2013
New Revision: 321076
URL: http://svnweb.freebsd.org/changeset/ports/321076
Log:
Don't install the README.compiled file, it got installed in a directory
not owned by xorg-server. This will fix poudriere -t
Submitted by: miwi
Added:
head/x11-servers/xorg-server/files/patch-xkb_Makefile.in (contents, props changed)
Added: head/x11-servers/xorg-server/files/patch-xkb_Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-servers/xorg-server/files/patch-xkb_Makefile.in Sun Jun 16 20:50:52 2013 (r321076)
@@ -0,0 +1,11 @@
+--- xkb/Makefile.in.orig 2013-06-16 11:16:48.000000000 +0000
++++ xkb/Makefile.in 2013-06-16 11:17:08.000000000 +0000
+@@ -816,7 +816,7 @@
+
+ info-am:
+
+-install-data-am: install-dist_xkbcompiledDATA
++install-data-am:
+
+ install-dvi: install-dvi-am
+
More information about the svn-ports-all
mailing list