pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/40613: editors/vim-lang installs language files to a wrong place on Mac OS X
>Number: 40613
>Category: pkg
>Synopsis: editors/vim-lang installs language files to a wrong place on
>Mac OS X
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Feb 11 12:05:00 +0000 2009
>Originator: KAWAKUBO Hiroshi
>Release: pkgsrc-current on Mac OS X 10.5.6
>Organization:
>Environment:
Darwin XXX 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008;
root:xnu-1228.9.59~1/RELEASE_I386 i386 i386
>Description:
editors/vim-lang installs language files into
${LOCALBASE}/Vim.app/Contents/Resources/vim/vim72/ on Mac OS X.
>How-To-Repeat:
>Fix:
The following patch prevents $datadir from being overridden on Mac OS X.
--- src/auto/configure.orig 2008-07-24 12:40:36.000000000 +0000
+++ src/auto/configure
@@ -8214,7 +8214,7 @@
prefix=/Applications
fi
- datadir='${prefix}/Vim.app/Contents/Resources'
+ #datadir='${prefix}/Vim.app/Contents/Resources'
SKIP_GTK=YES;
SKIP_GTK2=YES;
Home |
Main Index |
Thread Index |
Old Index