Last active
August 29, 2015 13:55
-
-
Save nickpresta/8694734 to your computer and use it in GitHub Desktop.
Vim 7.4.0.52 from Homebrew blows up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew update | |
| Already up-to-date. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew doctor | |
| Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ clang -v | |
| Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin13.0.0 | |
| Thread model: posix | |
| $ xcrun clang --version | |
| Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) | |
| Target: x86_64-apple-darwin13.0.0 | |
| Thread model: posix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew install -v vim 2>&1 | |
| ==> Downloading http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/vim-7.4.052.tar.gz | |
| ==> Verifying vim-7.4.052.tar.gz checksum | |
| tar xf /Library/Caches/Homebrew/vim-7.4.052.tar.gz | |
| ==> Patching | |
| /usr/bin/patch -f -p1 -i 000-homebrew.diff | |
| patching file src/auto/configure | |
| patching file src/osdef.sh | |
| patching file src/os_mac.h | |
| ==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.052/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-features=huge --with-compiledby=Homebrew --enable-rubyinterp --enable-pythoninterp --enable-gui=no --without-x | |
| configure: WARNING: you should use --build, --host, --target | |
| configure: WARNING: you should use --build, --host, --target | |
| configure: WARNING: you should use --build, --host, --target | |
| configure: WARNING: you should use --build, --host, --target | |
| configure: WARNING: you should use --build, --host, --target | |
| configure: creating cache auto/config.cache | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for library containing strerror... none required | |
| checking for gawk... gawk | |
| checking for strip... strip | |
| checking for ANSI C header files... yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking --enable-fail-if-missing argument... no | |
| checking for recent clang version... 2079 | |
| configure: checking for buggy tools... | |
| - sh is 'GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13) | |
| Copyright (C) 2007 Free Software Foundation, Inc.' - probably OK. | |
| checking for BeOS... no | |
| checking for QNX... no | |
| checking for Darwin (Mac OS X)... yes | |
| checking --disable-darwin argument... no | |
| checking if Darwin files are there... yes | |
| checking --with-mac-arch argument... defaulting to current | |
| checking --with-developer-dir argument... not present | |
| checking for xcode-select... /usr/bin/xcode-select | |
| checking for developer dir using xcode-select... /Applications/Xcode.app/Contents/Developer | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking Carbon/Carbon.h usability... yes | |
| checking Carbon/Carbon.h presence... yes | |
| checking for Carbon/Carbon.h... yes | |
| checking --with-local-dir argument... Defaulting to /usr/local | |
| checking --with-vim-name argument... Defaulting to vim | |
| checking --with-ex-name argument... Defaulting to ex | |
| checking --with-view-name argument... Defaulting to view | |
| checking --with-global-runtime argument... no | |
| checking --with-modified-by argument... no | |
| checking if character set is EBCDIC... no | |
| checking --disable-selinux argument... no | |
| checking for is_selinux_enabled in -lselinux... no | |
| checking --with-features argument... huge | |
| checking --with-compiledby argument... Homebrew | |
| checking --disable-xsmp argument... no | |
| checking --disable-xsmp-interact argument... no | |
| checking --enable-luainterp argument... no | |
| checking --enable-mzschemeinterp argument... no | |
| checking --enable-perlinterp argument... no | |
| checking --enable-pythoninterp argument... yes | |
| checking for python2... no | |
| checking for python... /usr/bin/python | |
| checking Python version... 2.7 | |
| checking Python is 2.3 or better... yep | |
| checking Python's install prefix... /System/Library/Frameworks/Python.framework/Versions/2.7 | |
| checking Python's execution prefix... /System/Library/Frameworks/Python.framework/Versions/2.7 | |
| checking Python's configuration directory... /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
| checking if -pthread should be used... no | |
| checking if compile and link flags for Python are sane... yes | |
| checking --enable-python3interp argument... no | |
| checking if -fPIE can be added for Python... yes | |
| checking --enable-tclinterp argument... no | |
| checking --enable-rubyinterp argument... yes | |
| checking --with-ruby-command argument... defaulting to ruby | |
| checking for ruby... /usr/bin/ruby | |
| checking Ruby version... OK | |
| checking Ruby rbconfig... RbConfig | |
| checking Ruby header files... /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0 | |
| checking --enable-cscope argument... yes | |
| checking --enable-workshop argument... no | |
| checking --disable-netbeans argument... no | |
| checking for socket in -lsocket... no | |
| checking for gethostbyname in -lnsl... no | |
| checking whether compiling netbeans integration is possible... yes | |
| checking --enable-sniff argument... no | |
| checking --enable-multibyte argument... yes | |
| checking --enable-hangulinput argument... no | |
| checking --enable-xim argument... defaulting to auto | |
| checking --enable-fontset argument... no | |
| defaulting to: don't HAVE_X11 | |
| checking --enable-gui argument... no GUI support | |
| checking X11/SM/SMlib.h usability... no | |
| checking X11/SM/SMlib.h presence... no | |
| checking for X11/SM/SMlib.h... no | |
| checking for CYGWIN environment... no | |
| checking whether toupper is broken... no | |
| checking whether __DATE__ and __TIME__ work... yes | |
| checking whether __attribute__((unused)) is allowed... yes | |
| checking elf.h usability... no | |
| checking elf.h presence... no | |
| checking for elf.h... no | |
| checking for dirent.h that defines DIR... yes | |
| checking for library containing opendir... none required | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking for stdint.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking sys/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking termcap.h usability... yes | |
| checking termcap.h presence... yes | |
| checking for termcap.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking sgtty.h usability... yes | |
| checking sgtty.h presence... yes | |
| checking for sgtty.h... yes | |
| checking sys/ioctl.h usability... yes | |
| checking sys/ioctl.h presence... yes | |
| checking for sys/ioctl.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking termio.h usability... no | |
| checking termio.h presence... no | |
| checking for termio.h... no | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking for inttypes.h... (cached) yes | |
| checking langinfo.h usability... yes | |
| checking langinfo.h presence... yes | |
| checking for langinfo.h... yes | |
| checking math.h usability... yes | |
| checking math.h presence... yes | |
| checking for math.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking stropts.h usability... no | |
| checking stropts.h presence... no | |
| checking for stropts.h... no | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking sys/systeminfo.h usability... no | |
| checking sys/systeminfo.h presence... no | |
| checking for sys/systeminfo.h... no | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking sys/stream.h usability... no | |
| checking sys/stream.h presence... no | |
| checking for sys/stream.h... no | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking libc.h usability... yes | |
| checking libc.h presence... yes | |
| checking for libc.h... yes | |
| checking sys/statfs.h usability... no | |
| checking sys/statfs.h presence... no | |
| checking for sys/statfs.h... no | |
| checking poll.h usability... yes | |
| checking poll.h presence... yes | |
| checking for poll.h... yes | |
| checking sys/poll.h usability... yes | |
| checking sys/poll.h presence... yes | |
| checking for sys/poll.h... yes | |
| checking pwd.h usability... yes | |
| checking pwd.h presence... yes | |
| checking for pwd.h... yes | |
| checking utime.h usability... yes | |
| checking utime.h presence... yes | |
| checking for utime.h... yes | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking libintl.h usability... no | |
| checking libintl.h presence... no | |
| checking for libintl.h... no | |
| checking libgen.h usability... yes | |
| checking libgen.h presence... yes | |
| checking for libgen.h... yes | |
| checking util/debug.h usability... no | |
| checking util/debug.h presence... no | |
| checking for util/debug.h... no | |
| checking util/msg18n.h usability... no | |
| checking util/msg18n.h presence... no | |
| checking for util/msg18n.h... no | |
| checking frame.h usability... no | |
| checking frame.h presence... no | |
| checking for frame.h... no | |
| checking sys/acl.h usability... yes | |
| checking sys/acl.h presence... yes | |
| checking for sys/acl.h... yes | |
| checking sys/access.h usability... no | |
| checking sys/access.h presence... no | |
| checking for sys/access.h... no | |
| checking sys/sysinfo.h usability... no | |
| checking sys/sysinfo.h presence... no | |
| checking for sys/sysinfo.h... no | |
| checking wchar.h usability... yes | |
| checking wchar.h presence... yes | |
| checking for wchar.h... yes | |
| checking wctype.h usability... yes | |
| checking wctype.h presence... yes | |
| checking for wctype.h... yes | |
| checking for sys/ptem.h... no | |
| checking for sys/sysctl.h... yes | |
| checking for pthread_np.h... no | |
| checking for strings.h... (cached) yes | |
| checking whether /usr/bin/clang needs -traditional... no | |
| checking for an ANSI C-conforming const... yes | |
| checking for working volatile... yes | |
| checking for mode_t... yes | |
| checking for off_t... yes | |
| checking for pid_t... yes | |
| checking for size_t... yes | |
| checking for uid_t in sys/types.h... yes | |
| checking for uint32_t... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking for ino_t... yes | |
| checking for dev_t... yes | |
| checking whether byte ordering is bigendian... no | |
| checking for rlim_t... yes | |
| checking for stack_t... yes | |
| checking whether stack_t has an ss_base field... no | |
| checking --with-tlib argument... ncurses | |
| checking for linking with ncurses library... OK | |
| checking for tgetent()... yes | |
| checking whether we talk terminfo... yes | |
| checking whether termcap.h contains ospeed... yes | |
| checking whether termcap.h contains UP, BC and PC... yes | |
| checking whether tputs() uses outfuntype... no | |
| checking whether sys/select.h and sys/time.h may both be included... yes | |
| checking for /dev/ptc... no | |
| checking for SVR4 ptys... yes | |
| checking for ptyranges... pqrstuvw / 0123456789abcdef | |
| checking default tty permissions/group... can't determine - assume ptys are world accessible | |
| world | |
| checking return type of signal handlers... void | |
| checking for struct sigcontext... yes | |
| checking getcwd implementation is broken... no | |
| checking for bcmp... yes | |
| checking for fchdir... yes | |
| checking for fchown... yes | |
| checking for fsync... yes | |
| checking for getcwd... yes | |
| checking for getpseudotty... no | |
| checking for getpwent... yes | |
| checking for getpwnam... yes | |
| checking for getpwuid... yes | |
| checking for getrlimit... yes | |
| checking for gettimeofday... yes | |
| checking for getwd... yes | |
| checking for lstat... yes | |
| checking for memcmp... yes | |
| checking for memset... yes | |
| checking for mkdtemp... yes | |
| checking for nanosleep... yes | |
| checking for opendir... yes | |
| checking for putenv... yes | |
| checking for qsort... yes | |
| checking for readlink... yes | |
| checking for select... yes | |
| checking for setenv... yes | |
| checking for setpgid... yes | |
| checking for setsid... yes | |
| checking for sigaltstack... yes | |
| checking for sigstack... no | |
| checking for sigset... yes | |
| checking for sigsetjmp... yes | |
| checking for sigaction... yes | |
| checking for sigvec... yes | |
| checking for strcasecmp... yes | |
| checking for strerror... yes | |
| checking for strftime... yes | |
| checking for stricmp... no | |
| checking for strncasecmp... yes | |
| checking for strnicmp... no | |
| checking for strpbrk... yes | |
| checking for strtol... yes | |
| checking for tgetent... yes | |
| checking for towlower... yes | |
| checking for towupper... yes | |
| checking for iswupper... yes | |
| checking for usleep... yes | |
| checking for utime... yes | |
| checking for utimes... yes | |
| checking for _LARGEFILE_SOURCE value needed for large files... no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking for st_blksize... yes | |
| checking whether stat() ignores a trailing slash... no | |
| checking for iconv_open()... yes; with -liconv | |
| checking for nl_langinfo(CODESET)... yes | |
| checking for strtod in -lm... yes | |
| checking for strtod() and other floating point functions... yes | |
| checking --disable-acl argument... no | |
| checking for acl_get_file in -lposix1e... no | |
| checking for acl_get_file in -lacl... no | |
| checking for POSIX ACL support... yes | |
| checking for acl_get in -lsec... no | |
| checking for Solaris ACL support... no | |
| checking for AIX ACL support... no | |
| checking --disable-gpm argument... no | |
| checking for gpm... no | |
| checking --disable-sysmouse argument... no | |
| checking for sysmouse... no | |
| checking for FD_CLOEXEC... yes | |
| checking for rename... yes | |
| checking for sysctl... yes | |
| checking for sysinfo... not usable | |
| checking for sysinfo.mem_unit... no | |
| checking for sysconf... not usable | |
| checking size of int... 4 | |
| checking size of long... 8 | |
| checking size of time_t... 8 | |
| checking size of off_t... 8 | |
| checking uint32_t is 32 bits... ok | |
| checking whether memmove handles overlaps... yes | |
| checking for _xpg4_setrunelocale in -lxpg4... no | |
| checking how to create tags... ctags -I INIT+ --fields=+S | |
| checking how to run man with a section nr... man -s | |
| checking --disable-nls argument... no | |
| checking for msgfmt... no | |
| checking for NLS... msgfmt not found - disabled | |
| checking dlfcn.h usability... yes | |
| checking dlfcn.h presence... yes | |
| checking for dlfcn.h... yes | |
| checking for dlopen()... yes | |
| checking for dlsym()... yes | |
| checking setjmp.h usability... yes | |
| checking setjmp.h presence... yes | |
| checking for setjmp.h... yes | |
| checking whether we need -framework Cocoa... yes | |
| checking for GCC 3 or later... yes | |
| checking whether we need -D_FORTIFY_SOURCE=1... yes | |
| checking linker --as-needed support... no | |
| configure: updating cache auto/config.cache | |
| configure: creating auto/config.status | |
| config.status: creating auto/config.mk | |
| config.status: creating auto/config.h | |
| ==> make | |
| Starting make in the src directory. | |
| If there are problems, cd to the src directory and run make there | |
| cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make first | |
| mkdir objects | |
| CC="/usr/bin/clang -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX " srcdir=. sh ./osdef.sh | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_macosx.o os_macosx.m | |
| creating auto/pathdef.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_mac_conv.o os_mac_conv.c | |
| cd xxd; CC="/usr/bin/clang" CFLAGS="-F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L. -L/usr/local/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names" \ | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile | |
| /usr/bin/clang -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L. -L/usr/local/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -DUNIX -o xxd xxd.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmnu.o popupmnu.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_HOME='"/System/Library/Frameworks/Python.framework/Versions/2.7"' -fPIE -o objects/if_python.o if_python.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0/universal-darwin13 -DRUBY_VERSION=20 -o objects/if_ruby.o if_ruby.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o | |
| /usr/bin/clang -L. -L/usr/local/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/if_python.o objects/if_ruby.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/main.o objects/memfile.o -lm -lncurses -liconv -framework Cocoa -framework Python -lruby.2.0.0 -lpthread -ldl -lobjc | |
| link.sh: OK, linking works, let's try omitting a few libraries. | |
| link.sh: See auto/link.log for details. | |
| link.sh: Trying to omit the iconv library... | |
| link.sh: Vim DOES need the iconv library. | |
| link.sh: Trying to omit the dl library... | |
| link.sh: Vim doesn't need the dl library! | |
| link.sh: Trying to omit the pthread library... | |
| link.sh: Vim doesn't need the pthread library! | |
| creating auto/pathdef.c | |
| /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c | |
| link.sh: Using auto/link.sed file to omit a few libraries | |
| /usr/bin/clang -L. -L/usr/local/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/if_python.o objects/if_ruby.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/main.o objects/memfile.o -lm -lncurses -liconv -framework Cocoa -framework Python -lruby.2.0.0 -lobjc | |
| link.sh: Linked fine with a few libraries omitted | |
| ==> make install prefix=/usr/local/Cellar/vim/7.4.052 STRIP=/usr/bin/true | |
| Starting make in the src directory. | |
| If there are problems, cd to the src directory and run make there | |
| cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make install | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/bin | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| mkdir /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir: mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74/usr/local/Cellar/vim/7.4.052/share/vim/vim74: : File exists | |
| File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim ex | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim view | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim rvim | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim rview | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim vimdiff | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps/gvim.png; then \ | |
| cp ../runtime/vim48x48.png /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps/gvim.png; \ | |
| fi | |
| if test -f /usr/local/Cellar/vim/7.4.052/bin/vim; then \ | |
| mv -f /usr/local/Cellar/vim/7.4.052/bin/vim /usr/local/Cellar/vim/7.4.052/bin/vim.rm; \ | |
| rm -f /usr/local/Cellar/vim/7.4.052/bin/vim.rm; \ | |
| fi | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 | |
| cp vimtutor /usr/local/Cellar/vim/7.4.052/bin/vimtutor | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps/gvim.png; then \ | |
| cp ../runtime/vim32x32.png /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps/gvim.png; \ | |
| fi | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/man1 "" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| cp vim /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/vimtutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps/gvim.png; then \ | |
| cp ../runtime/vim16x16.png /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps/gvim.png; \ | |
| fi | |
| cp -r ../runtime/macros/* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man | |
| cp ../runtime/tutor/README* ../runtime/tutor/tutor* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/man1 | |
| if test -f ../runtime/spell/en.latin1.spl; then \ | |
| cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.spl /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.sug /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.vim; \ | |
| fi | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 | |
| /usr/bin/true /usr/local/Cellar/vim/7.4.052/bin/vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/xxd.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vim.1 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vim.1 | |
| chmod 755 `find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros -type d -print` | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vimtutor.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 | |
| rm -f /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor/*.info | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vimtutor.1 | |
| chmod 644 `find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros -type f -print` | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vimdiff.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor/* | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros/less.sh | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/evim.1 | |
| cvs=`find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ | |
| if test -n "$cvs"; then \ | |
| rm -rf $cvs; \ | |
| fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/xxd.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| generating help tags | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 | |
| /usr/local/Cellar/vim/7.4.052/bin/vim -u NONE -esX -c "helptags ++t ." -c quit | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimdiff.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/evim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimtutor.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/xxd.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vimtutor.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/evim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 "-ja.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 | |
| cd ../runtime/doc; \ | |
| files=`ls *.txt tags`; \ | |
| files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ | |
| cp $files /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc; \ | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc; \ | |
| chmod 644 $files | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ja | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimdiff.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/evim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimdiff.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 | |
| cp ../runtime/doc/*.pl /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc/*.pl | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 "-ja.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 | |
| cp ../runtime/menu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/menu.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vim.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/menu.vim | |
| cp ../runtime/synmenu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/synmenu.vim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/synmenu.vim | |
| cp ../runtime/delmenu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/delmenu.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vimtutor.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/delmenu.vim | |
| cp ../runtime/mswin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/mswin.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/mswin.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8 | |
| cp ../runtime/evim.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/evim.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/evim.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/evim.1 | |
| cp ../runtime/bugreport.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/bugreport.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/xxd.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/bugreport.vim | |
| cp ../runtime/vimrc_example.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 "-ru" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/vimrc_example.vim | |
| cp ../runtime/gvimrc_example.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vim.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/gvimrc_example.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 | |
| cp ../runtime/filetype.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/filetype.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/filetype.vim | |
| cp ../runtime/ftoff.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftoff.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vimtutor.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftoff.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 | |
| cp ../runtime/scripts.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/scripts.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/scripts.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vimdiff.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/xxd.1 | |
| cp ../runtime/ftplugin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin.vim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/evim.1 | |
| cp ../runtime/ftplugof.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugof.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugof.vim | |
| cp ../runtime/indent.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent.vim | |
| cp ../runtime/indoff.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indoff.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indoff.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8 | |
| cp ../runtime/optwin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/optwin.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/optwin.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/xxd.1 | |
| cd ../runtime/print; cp *.ps /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimtutor.1 | |
| if test -f /usr/local/Cellar/vim/7.4.052/bin/xxd; then \ | |
| mv -f /usr/local/Cellar/vim/7.4.052/bin/xxd /usr/local/Cellar/vim/7.4.052/bin/xxd.rm; \ | |
| rm -f /usr/local/Cellar/vim/7.4.052/bin/xxd.rm; \ | |
| fi | |
| cp xxd/xxd /usr/local/Cellar/vim/7.4.052/bin | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimdiff.1 | |
| /usr/bin/true /usr/local/Cellar/vim/7.4.052/bin/xxd | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/xxd | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print; chmod 644 *.ps | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/evim.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/man1 "" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| cd ../runtime/colors; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vim.1 | |
| cp -r ../runtime/tools/* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors; chmod 644 *.vim README.txt | |
| cd ../runtime/syntax; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| cvs=`find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools \( -name CVS -o -name AAPDIR \) -print`; \ | |
| if test -n "$cvs"; then \ | |
| rm -rf $cvs; \ | |
| fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimdiff.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/* | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/evim.1 | |
| perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/efm_perl.pl | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 "-ru" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
| awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
| awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; fi; fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimdiff.1 | |
| chmod 755 `grep -l "^#!" /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/*` | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/evim.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimdiff.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/evim.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/indent; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rvim.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/autoload; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/rview.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload; chmod 644 *.vim README.txt | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/autoload/xml; cp *.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/rvim.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml; chmod 644 *.vim | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/plugin; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/view.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rview.1 | |
| cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rview.1 | |
| if test -n "" -a -f po/Makefile; then \ | |
| cd po; /Applications/Xcode.app/Contents/Developer/usr/bin/make prefix=/usr/local/Cellar/vim/7.4.052 LOCALEDIR=/usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang \ | |
| INSTALL_DATA=cp FILEMOD=644 install; \ | |
| fi | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin; chmod 644 *.vim README.txt | |
| if test -d ../runtime/lang; then \ | |
| cp ../runtime/lang/README.txt ../runtime/lang/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang/README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang/*.vim; \ | |
| fi | |
| cd ../runtime/compiler; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler; chmod 644 *.vim README.txt | |
| if test -d ../runtime/keymap; then \ | |
| cp ../runtime/keymap/README.txt ../runtime/keymap/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap/README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap/*.vim; \ | |
| fi | |
| ==> Cleaning | |
| ==> Finishing up | |
| ln -s ../Cellar/vim/7.4.052/bin/xxd xxd | |
| ln -s ../Cellar/vim/7.4.052/bin/vimtutor vimtutor | |
| ln -s ../Cellar/vim/7.4.052/bin/vimdiff vimdiff | |
| ln -s ../Cellar/vim/7.4.052/bin/vim vim | |
| ln -s ../Cellar/vim/7.4.052/bin/view view | |
| ln -s ../Cellar/vim/7.4.052/bin/rvim rvim | |
| ln -s ../Cellar/vim/7.4.052/bin/rview rview | |
| ln -s ../Cellar/vim/7.4.052/bin/ex ex | |
| ln -s ../Cellar/vim/7.4.052/share/vim vim | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/pl/man1/evim.1 evim.1 | |
| ln -s ../../../Cellar/vim/7.4.052/share/man/man1/xxd.1 xxd.1 | |
| ln -s ../../../Cellar/vim/7.4.052/share/man/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../Cellar/vim/7.4.052/share/man/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../Cellar/vim/7.4.052/share/man/man1/vim.1 vim.1 | |
| ln -s ../../../Cellar/vim/7.4.052/share/man/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/ja/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.UTF-8/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/it/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/evim.1 evim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/xxd.1 xxd.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/vimtutor.1 vimtutor.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/vimdiff.1 vimdiff.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/vim.1 vim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/view.1 view.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/rvim.1 rvim.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/rview.1 rview.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/ex.1 ex.1 | |
| ln -s ../../../../Cellar/vim/7.4.052/share/man/fr/man1/evim.1 evim.1 | |
| ln -s ../../Cellar/vim/7.4.052 vim | |
| ln -s ../Cellar/vim/7.4.052 vim | |
| ==> Summary | |
| 🍺 /usr/local/Cellar/vim/7.4.052: 1561 files, 25M, built in 21 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ /usr/local/Cellar/vim/7.4.052/bin/vim | |
| Vim: Caught deadly signal SEGV | |
| Vim: Finished. | |
| Segmentation fault: 11 | |
| $ /usr/local/bin/vim | |
| Vim: Caught deadly signal SEGV | |
| Vim: Finished. | |
| Segmentation fault: 11 | |
| $ /usr/local/bin/vim --version | |
| VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 29 2014 14:08:13) | |
| MacOS X (unix) version | |
| Included patches: 1-52 | |
| Compiled by Homebrew | |
| Huge version without GUI. Features included (+) or not (-): | |
| +acl +farsi +mouse_netterm +syntax | |
| +arabic +file_in_path +mouse_sgr +tag_binary | |
| +autocmd +find_in_path -mouse_sysmouse +tag_old_static | |
| -balloon_eval +float +mouse_urxvt -tag_any_white | |
| -browse +folding +mouse_xterm -tcl | |
| ++builtin_terms -footer +multi_byte +terminfo | |
| +byte_offset +fork() +multi_lang +termresponse | |
| +cindent -gettext -mzscheme +textobjects | |
| -clientserver -hangul_input +netbeans_intg +title | |
| +clipboard +iconv +path_extra -toolbar | |
| +cmdline_compl +insert_expand -perl +user_commands | |
| +cmdline_hist +jumplist +persistent_undo +vertsplit | |
| +cmdline_info +keymap +postscript +virtualedit | |
| +comments +langmap +printer +visual | |
| +conceal +libcall +profile +visualextra | |
| +cryptv +linebreak +python +viminfo | |
| +cscope +lispindent -python3 +vreplace | |
| +cursorbind +listcmds +quickfix +wildignore | |
| +cursorshape +localmap +reltime +wildmenu | |
| +dialog_con -lua +rightleft +windows | |
| +diff +menu +ruby +writebackup | |
| +digraphs +mksession +scrollbind -X11 | |
| -dnd +modify_fname +signs -xfontset | |
| -ebcdic +mouse +smartindent -xim | |
| +emacs_tags -mouseshape -sniff -xsmp | |
| +eval +mouse_dec +startuptime -xterm_clipboard | |
| +ex_extra -mouse_gpm +statusline -xterm_save | |
| +extra_search -mouse_jsbterm -sun_workshop -xpm | |
| system vimrc file: "$VIM/vimrc" | |
| user vimrc file: "$HOME/.vimrc" | |
| 2nd user vimrc file: "~/.vim/vimrc" | |
| user exrc file: "$HOME/.exrc" | |
| fall-back for $VIM: "/usr/local/share/vim" | |
| Compilation: /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -F/usr/local/Frameworks -DMACOS_X_UNIX -Os -w -pipe -march=native -mmacosx-version-min=10.9 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
| Linking: /usr/bin/clang -L. -L/usr/local/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -o vim -lm -lncurses -liconv -framework Cocoa -framework Python -lruby.2.0.0 -lobjc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat ~/Library/Logs/Homebrew/vim/03.make | |
| Starting make in the src directory. | |
| If there are problems, cd to the src directory and run make there | |
| cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make install | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/bin | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| mkdir /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| mkdir /usr/local/Cellar/vim/7.4.052/share | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim: File exists | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir: mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74/usr/local/Cellar/vim/7.4.052/share/vim/vim74: : File exists | |
| File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| mkdir: /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload: File exists | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim ex | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim view | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim rvim | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim rview | |
| cd /usr/local/Cellar/vim/7.4.052/bin; ln -s vim vimdiff | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| /bin/sh ./mkinstalldirs /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps/gvim.png; then \ | |
| cp ../runtime/vim48x48.png /usr/local/Cellar/vim/7.4.052/share/icons/hicolor/48x48/apps/gvim.png; \ | |
| fi | |
| if test -f /usr/local/Cellar/vim/7.4.052/bin/vim; then \ | |
| mv -f /usr/local/Cellar/vim/7.4.052/bin/vim /usr/local/Cellar/vim/7.4.052/bin/vim.rm; \ | |
| rm -f /usr/local/Cellar/vim/7.4.052/bin/vim.rm; \ | |
| fi | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 | |
| cp vimtutor /usr/local/Cellar/vim/7.4.052/bin/vimtutor | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps/gvim.png; then \ | |
| cp ../runtime/vim32x32.png /usr/local/Cellar/vim/7.4.052/share/icons/locolor/32x32/apps/gvim.png; \ | |
| fi | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/man1 "" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| cp vim /usr/local/Cellar/vim/7.4.052/bin | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/vimtutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| if test -d /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps -a -w /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps \ | |
| -a ! -f /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps/gvim.png; then \ | |
| cp ../runtime/vim16x16.png /usr/local/Cellar/vim/7.4.052/share/icons/locolor/16x16/apps/gvim.png; \ | |
| fi | |
| cp -r ../runtime/macros/* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man | |
| cp ../runtime/tutor/README* ../runtime/tutor/tutor* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/man1 | |
| if test -f ../runtime/spell/en.latin1.spl; then \ | |
| cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.spl /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.sug /usr/local/Cellar/vim/7.4.052/share/vim/vim74/spell/*.vim; \ | |
| fi | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 | |
| /usr/bin/true /usr/local/Cellar/vim/7.4.052/bin/vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/xxd.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vim.1 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vim.1 | |
| chmod 755 `find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros -type d -print` | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vimtutor.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 | |
| rm -f /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor/*.info | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vimtutor.1 | |
| chmod 644 `find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros -type f -print` | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/vimdiff.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tutor/* | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros/less.sh | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/evim.1 | |
| cvs=`find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ | |
| if test -n "$cvs"; then \ | |
| rm -rf $cvs; \ | |
| fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/xxd.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| generating help tags | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 | |
| /usr/local/Cellar/vim/7.4.052/bin/vim -u NONE -esX -c "helptags ++t ." -c quit | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/vimdiff.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/evim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimtutor.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/xxd.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vimtutor.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it/man1/evim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 "-ja.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 "-it" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 | |
| cd ../runtime/doc; \ | |
| files=`ls *.txt tags`; \ | |
| files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ | |
| cp $files /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc; \ | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc; \ | |
| chmod 644 $files | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ja | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/vimdiff.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/evim.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/xxd.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/vimdiff.1 | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 | |
| cp ../runtime/doc/*.pl /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/evim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2 | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/doc/*.pl | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 "-ja.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 | |
| cp ../runtime/menu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/menu.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vim.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/menu.vim | |
| cp ../runtime/synmenu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/synmenu.vim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/synmenu.vim | |
| cp ../runtime/delmenu.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/delmenu.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vimtutor.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/delmenu.vim | |
| cp ../runtime/mswin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/mswin.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/mswin.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/vimdiff.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8 | |
| cp ../runtime/evim.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/evim.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/evim.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/evim.1 | |
| cp ../runtime/bugreport.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/bugreport.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/xxd.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/bugreport.vim | |
| cp ../runtime/vimrc_example.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 "-ru" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/vimrc_example.vim | |
| cp ../runtime/gvimrc_example.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vim.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/gvimrc_example.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 | |
| cp ../runtime/filetype.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/filetype.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/filetype.vim | |
| cp ../runtime/ftoff.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftoff.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vimtutor.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftoff.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 | |
| cp ../runtime/scripts.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/scripts.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/scripts.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/vimdiff.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/xxd.1 | |
| cp ../runtime/ftplugin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin.vim | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/evim.1 | |
| cp ../runtime/ftplugof.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugof.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugof.vim | |
| cp ../runtime/indent.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent.vim | |
| creating /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent.vim | |
| cp ../runtime/indoff.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indoff.vim | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indoff.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vim.1 | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8 | |
| cp ../runtime/optwin.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/optwin.vim | |
| mkdir /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/optwin.vim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/xxd.1 | |
| cd ../runtime/print; cp *.ps /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimtutor.1 | |
| if test -f /usr/local/Cellar/vim/7.4.052/bin/xxd; then \ | |
| mv -f /usr/local/Cellar/vim/7.4.052/bin/xxd /usr/local/Cellar/vim/7.4.052/bin/xxd.rm; \ | |
| rm -f /usr/local/Cellar/vim/7.4.052/bin/xxd.rm; \ | |
| fi | |
| cp xxd/xxd /usr/local/Cellar/vim/7.4.052/bin | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/vimdiff.1 | |
| /usr/bin/true /usr/local/Cellar/vim/7.4.052/bin/xxd | |
| chmod 755 /usr/local/Cellar/vim/7.4.052/bin/xxd | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/print; chmod 644 *.ps | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/evim.1 | |
| /bin/sh ./installman.sh xxd /usr/local/Cellar/vim/7.4.052/share/man/man1 "" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| cd ../runtime/colors; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/man1/xxd.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vim.1 | |
| cp -r ../runtime/tools/* /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/colors; chmod 644 *.vim README.txt | |
| cd ../runtime/syntax; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax | |
| cvs=`find /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools \( -name CVS -o -name AAPDIR \) -print`; \ | |
| if test -n "$cvs"; then \ | |
| rm -rf $cvs; \ | |
| fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/vimdiff.1 | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/* | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/evim.1 | |
| perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/efm_perl.pl | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 "-ru" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
| awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
| awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/mve.awk; fi; fi | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/vimdiff.1 | |
| chmod 755 `grep -l "^#!" /usr/local/Cellar/vim/7.4.052/share/vim/vim74/tools/*` | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/evim.1 | |
| /bin/sh ./installman.sh install /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/Cellar/vim/7.4.052/share/vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74 /usr/local/Cellar/vim/7.4.052/share/vim ../runtime/doc 644 vim vimdiff evim | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vim.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimtutor.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/vimdiff.1 | |
| installing /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/evim.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.ISO8859-1/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/fr.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/syntax; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/indent; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.ISO8859-1/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rvim.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/indent; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/it.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ja/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/autoload; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ja/man1/rview.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload; chmod 644 *.vim README.txt | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/autoload/xml; cp *.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/rvim.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/autoload/xml; chmod 644 *.vim | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| cd ../runtime/plugin; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/view.1 | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/plugin; chmod 644 *.vim README.txt | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.ISO8859-2/man1/rview.1 | |
| cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/pl.UTF-8/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.KOI8-R/man1/rview.1 | |
| /bin/sh ./installml.sh install "" \ | |
| /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/ex.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/view.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rvim.1 | |
| creating link /usr/local/Cellar/vim/7.4.052/share/man/ru.UTF-8/man1/rview.1 | |
| if test -n "" -a -f po/Makefile; then \ | |
| cd po; /Applications/Xcode.app/Contents/Developer/usr/bin/make prefix=/usr/local/Cellar/vim/7.4.052 LOCALEDIR=/usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang \ | |
| INSTALL_DATA=cp FILEMOD=644 install; \ | |
| fi | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/ftplugin; chmod 644 *.vim README.txt | |
| if test -d ../runtime/lang; then \ | |
| cp ../runtime/lang/README.txt ../runtime/lang/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang/README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/lang/*.vim; \ | |
| fi | |
| cd ../runtime/compiler; cp *.vim README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler | |
| cd /usr/local/Cellar/vim/7.4.052/share/vim/vim74/compiler; chmod 644 *.vim README.txt | |
| if test -d ../runtime/keymap; then \ | |
| cp ../runtime/keymap/README.txt ../runtime/keymap/*.vim /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap; \ | |
| chmod 644 /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap/README.txt /usr/local/Cellar/vim/7.4.052/share/vim/vim74/keymap/*.vim; \ | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ otool -L /usr/local/bin/vim | |
| /usr/local/bin/vim: | |
| /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) | |
| /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) | |
| /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) | |
| /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 20.0.0) | |
| /System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.5) | |
| /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib (compatibility version 2.0.0, current version 2.0.0) | |
| /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0) | |
| /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) | |
| /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0) | |
| /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.0.0) | |
| /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.0.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ otool -l /usr/local/Cellar/vim/7.4.052/bin/vim | |
| /usr/local/Cellar/vim/7.4.052/bin/vim: | |
| Load command 0 | |
| cmd LC_SEGMENT_64 | |
| cmdsize 72 | |
| segname __PAGEZERO | |
| vmaddr 0x0000000000000000 | |
| vmsize 0x0000000100000000 | |
| fileoff 0 | |
| filesize 0 | |
| maxprot 0x00000000 | |
| initprot 0x00000000 | |
| nsects 0 | |
| flags 0x0 | |
| Load command 1 | |
| cmd LC_SEGMENT_64 | |
| cmdsize 712 | |
| segname __TEXT | |
| vmaddr 0x0000000100000000 | |
| vmsize 0x0000000000181000 | |
| fileoff 0 | |
| filesize 1576960 | |
| maxprot 0x00000007 | |
| initprot 0x00000005 | |
| nsects 8 | |
| flags 0x0 | |
| Section | |
| sectname __text | |
| segname __TEXT | |
| addr 0x000000010000465c | |
| size 0x000000000015d6d2 | |
| offset 18012 | |
| align 2^2 (4) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x80000400 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __stubs | |
| segname __TEXT | |
| addr 0x0000000100161d2e | |
| size 0x0000000000000756 | |
| offset 1449262 | |
| align 2^1 (2) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x80000408 | |
| reserved1 0 (index into indirect symbol table) | |
| reserved2 6 (size of stubs) | |
| Section | |
| sectname __stub_helper | |
| segname __TEXT | |
| addr 0x0000000100162484 | |
| size 0x0000000000000c4a | |
| offset 1451140 | |
| align 2^2 (4) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x80000400 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __cstring | |
| segname __TEXT | |
| addr 0x00000001001630d0 | |
| size 0x00000000000171aa | |
| offset 1454288 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000002 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __const | |
| segname __TEXT | |
| addr 0x000000010017a280 | |
| size 0x0000000000003fb8 | |
| offset 1548928 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __objc_methname | |
| segname __TEXT | |
| addr 0x000000010017e238 | |
| size 0x000000000000018c | |
| offset 1565240 | |
| align 2^0 (1) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000002 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __unwind_info | |
| segname __TEXT | |
| addr 0x000000010017e3c4 | |
| size 0x0000000000002770 | |
| offset 1565636 | |
| align 2^0 (1) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __eh_frame | |
| segname __TEXT | |
| addr 0x0000000100180b38 | |
| size 0x00000000000004c8 | |
| offset 1575736 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Load command 2 | |
| cmd LC_SEGMENT_64 | |
| cmdsize 1032 | |
| segname __DATA | |
| vmaddr 0x0000000100181000 | |
| vmsize 0x000000000002a000 | |
| fileoff 1576960 | |
| filesize 118784 | |
| maxprot 0x00000007 | |
| initprot 0x00000003 | |
| nsects 12 | |
| flags 0x0 | |
| Section | |
| sectname __nl_symbol_ptr | |
| segname __DATA | |
| addr 0x0000000100181000 | |
| size 0x0000000000000010 | |
| offset 1576960 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000006 | |
| reserved1 313 (index into indirect symbol table) | |
| reserved2 0 | |
| Section | |
| sectname __got | |
| segname __DATA | |
| addr 0x0000000100181010 | |
| size 0x0000000000000548 | |
| offset 1576976 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000006 | |
| reserved1 315 (index into indirect symbol table) | |
| reserved2 0 | |
| Section | |
| sectname __la_symbol_ptr | |
| segname __DATA | |
| addr 0x0000000100181558 | |
| size 0x00000000000009c8 | |
| offset 1578328 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000007 | |
| reserved1 484 (index into indirect symbol table) | |
| reserved2 0 | |
| Section | |
| sectname __const | |
| segname __DATA | |
| addr 0x0000000100181f20 | |
| size 0x0000000000009530 | |
| offset 1580832 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __objc_imageinfo | |
| segname __DATA | |
| addr 0x000000010018b450 | |
| size 0x0000000000000008 | |
| offset 1619024 | |
| align 2^2 (4) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __objc_selrefs | |
| segname __DATA | |
| addr 0x000000010018b458 | |
| size 0x0000000000000080 | |
| offset 1619032 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x10000005 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __objc_msgrefs | |
| segname __DATA | |
| addr 0x000000010018b4e0 | |
| size 0x0000000000000080 | |
| offset 1619168 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __objc_classrefs | |
| segname __DATA | |
| addr 0x000000010018b560 | |
| size 0x0000000000000028 | |
| offset 1619296 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x10000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __data | |
| segname __DATA | |
| addr 0x000000010018b590 | |
| size 0x0000000000011ce0 | |
| offset 1619344 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __cfstring | |
| segname __DATA | |
| addr 0x000000010019d270 | |
| size 0x0000000000000080 | |
| offset 1692272 | |
| align 2^3 (8) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000000 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __bss | |
| segname __DATA | |
| addr 0x000000010019d2f0 | |
| size 0x000000000000b668 | |
| offset 0 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000001 | |
| reserved1 0 | |
| reserved2 0 | |
| Section | |
| sectname __common | |
| segname __DATA | |
| addr 0x00000001001a8960 | |
| size 0x0000000000001e84 | |
| offset 0 | |
| align 2^4 (16) | |
| reloff 0 | |
| nreloc 0 | |
| flags 0x00000001 | |
| reserved1 0 | |
| reserved2 0 | |
| Load command 3 | |
| cmd LC_SEGMENT_64 | |
| cmdsize 72 | |
| segname __LINKEDIT | |
| vmaddr 0x00000001001ab000 | |
| vmsize 0x000000000003d000 | |
| fileoff 1695744 | |
| filesize 247772 | |
| maxprot 0x00000007 | |
| initprot 0x00000001 | |
| nsects 0 | |
| flags 0x0 | |
| Load command 4 | |
| cmd LC_DYLD_INFO_ONLY | |
| cmdsize 48 | |
| rebase_off 1695744 | |
| rebase_size 4136 | |
| bind_off 1699880 | |
| bind_size 1040 | |
| weak_bind_off 0 | |
| weak_bind_size 0 | |
| lazy_bind_off 1700920 | |
| lazy_bind_size 6240 | |
| export_off 1707160 | |
| export_size 51408 | |
| Load command 5 | |
| cmd LC_SYMTAB | |
| cmdsize 24 | |
| symoff 1764656 | |
| nsyms 5749 | |
| stroff 1859828 | |
| strsize 83688 | |
| Load command 6 | |
| cmd LC_DYSYMTAB | |
| cmdsize 80 | |
| ilocalsym 0 | |
| nlocalsym 2691 | |
| iextdefsym 2691 | |
| nextdefsym 2697 | |
| iundefsym 5388 | |
| nundefsym 361 | |
| tocoff 0 | |
| ntoc 0 | |
| modtaboff 0 | |
| nmodtab 0 | |
| extrefsymoff 0 | |
| nextrefsyms 0 | |
| indirectsymoff 1856640 | |
| nindirectsyms 797 | |
| extreloff 0 | |
| nextrel 0 | |
| locreloff 0 | |
| nlocrel 0 | |
| Load command 7 | |
| cmd LC_LOAD_DYLINKER | |
| cmdsize 32 | |
| name /usr/lib/dyld (offset 12) | |
| Load command 8 | |
| cmd LC_UUID | |
| cmdsize 24 | |
| uuid 5E24BEE4-D3FB-3E85-A7D1-A005E1FC3CBC | |
| Load command 9 | |
| cmd LC_VERSION_MIN_MACOSX | |
| cmdsize 16 | |
| version 10.9 | |
| sdk 10.9 | |
| Load command 10 | |
| cmd LC_SOURCE_VERSION | |
| cmdsize 16 | |
| version 0.0 | |
| Load command 11 | |
| cmd LC_MAIN | |
| cmdsize 24 | |
| entryoff 1412672 | |
| stacksize 0 | |
| Load command 12 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 56 | |
| name /usr/lib/libSystem.B.dylib (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 1197.1.1 | |
| compatibility version 1.0.0 | |
| Load command 13 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 56 | |
| name /usr/lib/libncurses.5.4.dylib (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 5.4.0 | |
| compatibility version 5.4.0 | |
| Load command 14 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 56 | |
| name /usr/lib/libiconv.2.dylib (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 7.0.0 | |
| compatibility version 7.0.0 | |
| Load command 15 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 88 | |
| name /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 20.0.0 | |
| compatibility version 1.0.0 | |
| Load command 16 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 88 | |
| name /System/Library/Frameworks/Python.framework/Versions/2.7/Python (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 2.7.5 | |
| compatibility version 2.7.0 | |
| Load command 17 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 112 | |
| name /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 2.0.0 | |
| compatibility version 2.0.0 | |
| Load command 18 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 56 | |
| name /usr/lib/libobjc.A.dylib (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 228.0.0 | |
| compatibility version 1.0.0 | |
| Load command 19 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 104 | |
| name /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 855.11.0 | |
| compatibility version 150.0.0 | |
| Load command 20 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 104 | |
| name /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 59.0.0 | |
| compatibility version 1.0.0 | |
| Load command 21 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 88 | |
| name /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 1265.0.0 | |
| compatibility version 45.0.0 | |
| Load command 22 | |
| cmd LC_LOAD_DYLIB | |
| cmdsize 96 | |
| name /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (offset 24) | |
| time stamp 2 Wed Dec 31 19:00:02 1969 | |
| current version 1056.0.0 | |
| compatibility version 300.0.0 | |
| Load command 23 | |
| cmd LC_FUNCTION_STARTS | |
| cmdsize 16 | |
| dataoff 1758568 | |
| datasize 5440 | |
| Load command 24 | |
| cmd LC_DATA_IN_CODE | |
| cmdsize 16 | |
| dataoff 1764008 | |
| datasize 0 | |
| Load command 25 | |
| cmd LC_DYLIB_CODE_SIGN_DRS | |
| cmdsize 16 | |
| dataoff 1764008 | |
| datasize 648 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment