Bug 65307 - [Patch] port: x11-toolkits/9libs fix a conflict with vim
Summary: [Patch] port: x11-toolkits/9libs fix a conflict with vim
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 05:10 UTC by Serge Gagnon
Modified: 2004-04-08 08:55 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (225 bytes, text/plain)
2004-04-08 05:10 UTC, Serge Gagnon
no flags Details
pkg-message (185 bytes, text/plain)
2004-04-08 05:10 UTC, Serge Gagnon
no flags Details
file.diff (735 bytes, patch)
2004-04-08 05:10 UTC, Serge Gagnon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Gagnon 2004-04-08 05:10:31 UTC
	o Fix a conflict with vim (libc.h)
	  This ports will now install its headers in 
	  ${PREFIX}/include/9libs

	o New files:
		pkg-message
		files/patch-include::Makefile_in

Fix: --- pkg-plist.orig	Thu Apr  8 00:55:24 2004
+++ pkg-plist	Thu Apr  8 00:41:52 2004
@@ -1,8 +1,8 @@
-include/frame.h
-include/libc.h
-include/libg.h
-include/regexp.h
-include/u.h
+include/9libs/frame.h
+include/9libs/libc.h
+include/9libs/libg.h
+include/9libs/regexp.h
+include/9libs/u.h
 lib/9libs/include/conf9libs.h
 lib/libXg.a
 lib/libXg.la
--- patch-pkg-plist ends here ---
How-To-Repeat: 
	Install x11-toolkits/9libs then
	install editors/vim
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-08 08:55:18 UTC
State Changed
From-To: open->closed

Committed, thanks!