{"id":4412,"date":"2015-12-09T11:34:39","date_gmt":"2015-12-09T11:34:39","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=4412"},"modified":"2015-12-09T15:49:41","modified_gmt":"2015-12-09T15:49:41","slug":"freebsd-10-vim","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=4412","title":{"rendered":"FreeBSD 10 &#038; vim"},"content":{"rendered":"<p><a href=\"http:\/\/blog.bachi.net\/?p=4423\">FreeBSD bash Key Bindings<\/a><\/p>\n<h3>vim without X11 (pkgng)<\/h3>\n<p><a href=\"https:\/\/alpha.app.net\/maclemon\/post\/24974095\">F\u00fcr vim will mir pkg ein komplettes X11 mit allem und Gummib\u00e4rchen reindr\u00fccken<\/a><br \/>\n<a href=\"https:\/\/lists.freebsd.org\/pipermail\/freebsd-pkg\/2014-January\/000180.html\">Why does Vim in pkgng depend on X11 and the GTK?<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ pkg install vim-lite\r\n<\/pre>\n<h3>vim without X11 (portupgrade)<\/h3>\n<p><a href=\"http:\/\/www.tequilafish.com\/2005\/08\/12\/freebsd-howto-install-vim-from-ports-without-x-windows\/\">FreeBSD: HOWTO install vim from ports WITHOUT X-Windows.<\/a><br \/>\n<a href=\"https:\/\/coderwall.com\/p\/e6zj6g\/install-vim-on-freebsd-without-x11\">Install vim on FreeBSD without X11<\/a><\/p>\n<pre class=\"brush: plain; title: \/usr\/local\/etc\/pkgtools.conf; notranslate\" title=\"\/usr\/local\/etc\/pkgtools.conf\">\r\nMAKE_ARGS = {\r\n'editors\/vim' =&gt; 'WITHOUT_X11=YES',\r\n}\r\n<\/pre>\n<h3>Tabs to Spaces<\/h3>\n<p><a href=\"http:\/\/alvinalexander.com\/blog\/post\/linux-unix\/vi-vim-faq-how-replace-tab-character-space-spaces\">vi search and replace &#8211; how to replace all tabs with spaces<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n1,$s\/\\t\/    \/g\r\n<\/pre>\n<p><a href=\"http:\/\/vi.stackexchange.com\/questions\/495\/how-to-replace-tabs-with-spaces\">How to replace tabs with spaces?<\/a><br \/>\n<a href=\"http:\/\/stackoverflow.com\/questions\/426963\/replace-tab-with-spaces-in-vim\">Replace Tab with Spaces in VIM<\/a><br \/>\n<a href=\"http:\/\/vim.wikia.com\/wiki\/Converting_tabs_to_spaces\">Converting tabs to spaces<\/a><\/p>\n<h3>vim profile<\/h3>\n<p><a href=\"http:\/\/www.cyberciti.biz\/faq\/freebsd-install-vim-editor-without-x11-gui\/\">FreeBSD Install VIM Editor Without X11 GUI + Setup profile<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# cp \/usr\/local\/share\/vim\/vim74\/vimrc_example.vim \/usr\/local\/share\/vimrc\r\n$ echo &quot;alias vi='vim'&quot; &gt;&gt; ~\/.bashrc\r\n<\/pre>\n<pre class=\"brush: plain; title: ~\/.vimrc; notranslate\" title=\"~\/.vimrc\">\r\nset nocompatible\r\nfiletype on\r\nfiletype indent on\r\nfiletype plugin on\r\nset laststatus=2\r\nsyntax on\r\n<\/pre>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&#x5B;root@ns3 \/home\/andreas]# pkg install vim\r\nUpdating FreeBSD repository catalogue...\r\nFreeBSD repository is up-to-date.\r\nAll repositories are up-to-date.\r\nChecking integrity... done (0 conflicting)\r\nThe following 105 package(s) will be affected (of 0 checked):\r\n\r\nNew packages to be INSTALLED:\r\n        vim: 7.4.884\r\n        libXt: 1.1.4_3,1\r\n        xproto: 7.0.27\r\n        libSM: 1.2.2_3,1\r\n        libICE: 1.0.9_1,1\r\n        libX11: 1.6.2_3,1\r\n        libXdmcp: 1.1.2\r\n        libxcb: 1.11_1\r\n        libpthread-stubs: 0.3_6\r\n        libXau: 1.0.8_3\r\n        kbproto: 1.0.6\r\n        python27: 2.7.10_1\r\n        libffi: 3.2.1\r\n        pango: 1.36.8_2\r\n        encodings: 1.0.4_3,1\r\n        font-util: 1.3.1\r\n        libXft: 2.3.2_1\r\n        libXrender: 0.9.8_3\r\n        renderproto: 0.11.1\r\n        fontconfig: 2.11.1,1\r\n        expat: 2.1.0_3\r\n        freetype2: 2.6_1\r\n        xorg-fonts-truetype: 7.7_1\r\n        font-misc-meltho: 1.0.3_3\r\n        mkfontdir: 1.0.7\r\n        mkfontscale: 1.1.2\r\n        libfontenc: 1.1.2_3\r\n        font-bh-ttf: 1.0.3_3\r\n        font-misc-ethiopic: 1.0.3_3\r\n        dejavu: 2.35\r\n        harfbuzz: 1.0.1\r\n        cairo: 1.14.2,2\r\n        libGL: 10.6.8\r\n        libXfixes: 5.0.1_3\r\n        fixesproto: 5.0\r\n        dri2proto: 2.8\r\n        libXdamage: 1.1.4_3\r\n        damageproto: 1.2.1\r\n        libdevq: 0.0.2_1\r\n        libXxf86vm: 1.1.4_1\r\n        xf86vidmodeproto: 2.3.1\r\n        libXext: 1.3.3_1,1\r\n        xextproto: 7.3.0\r\n        libdrm: 2.4.60,1\r\n        libpciaccess: 0.13.3\r\n        pciids: 20150924\r\n        libxshmfence: 1.2\r\n        libglapi: 10.6.8\r\n        libXvMC: 1.0.9\r\n        libXv: 1.0.10_3,1\r\n        videoproto: 2.3.2\r\n        glproto: 1.4.17\r\n        libEGL: 10.6.8\r\n        gbm: 10.6.8\r\n        llvm36: 3.6.2_2\r\n        perl5: 5.20.3_8\r\n        png: 1.6.20\r\n        pixman: 0.32.6_1\r\n        xcb-util-renderutil: 0.3.9_1\r\n        xcb-util: 0.4.0_1,1\r\n        glib: 2.44.1_1\r\n        libiconv: 1.14_8\r\n        pcre: 8.37_4\r\n        libXpm: 3.5.11_4\r\n        libXinerama: 1.1.3_3,1\r\n        xineramaproto: 1.2.1\r\n        icu: 55.1\r\n        graphite2: 1.3.2\r\n        cscope: 15.8b\r\n        gtk2: 2.24.28_1\r\n        hicolor-icon-theme: 0.15\r\n        cups-client: 2.0.3_2\r\n        libgcrypt: 1.6.3\r\n        libgpg-error: 1.20\r\n        gnutls: 3.3.17.1\r\n        nettle: 2.7.1\r\n        gmp: 5.1.3_2\r\n        ca_root_nss: 3.20.1\r\n        libtasn1: 4.7\r\n        p11-kit: 0.23.1_1\r\n        trousers-tddl: 0.3.10_7\r\n        libidn: 1.31\r\n        mDNSResponder: 567\r\n        python2: 2_3\r\n        gtk-update-icon-cache: 2.24.28\r\n        libXcursor: 1.1.14_3\r\n        libXcomposite: 0.4.4_3,1\r\n        compositeproto: 0.4.2\r\n        libXi: 1.7.4_1,1\r\n        inputproto: 2.3.1\r\n        atk: 2.16.0\r\n        libXrandr: 1.4.2_3\r\n        randrproto: 1.4.1\r\n        gdk-pixbuf2: 2.32.1\r\n        jasper: 1.900.1_15\r\n        jpeg-turbo: 1.4.1\r\n        tiff: 4.0.4\r\n        jbigkit: 2.1_1\r\n        shared-mime-info: 1.4\r\n        python: 2.7_2,2\r\n        lua52: 5.2.4\r\n        ruby: 2.1.7,1\r\n        libyaml: 0.1.6_2\r\n        tcl86: 8.6.4\r\n        ctags: 5.8\r\n\r\nThe process will require 532 MiB more space.\r\n\r\nProceed with this action? &#x5B;y\/N]: y\r\n&#x5B;1\/105] Installing xproto-7.0.27...\r\n&#x5B;1\/105] Extracting xproto-7.0.27: 100%\r\n&#x5B;2\/105] Installing libXdmcp-1.1.2...\r\n&#x5B;2\/105] Extracting libXdmcp-1.1.2: 100%\r\n&#x5B;3\/105] Installing libpthread-stubs-0.3_6...\r\n&#x5B;3\/105] Extracting libpthread-stubs-0.3_6: 100%\r\n&#x5B;4\/105] Installing libXau-1.0.8_3...\r\n&#x5B;4\/105] Extracting libXau-1.0.8_3: 100%\r\n&#x5B;5\/105] Installing libxcb-1.11_1...\r\n&#x5B;5\/105] Extracting libxcb-1.11_1: 100%\r\n&#x5B;6\/105] Installing kbproto-1.0.6...\r\n&#x5B;6\/105] Extracting kbproto-1.0.6: 100%\r\n&#x5B;7\/105] Installing libX11-1.6.2_3,1...\r\n&#x5B;7\/105] Extracting libX11-1.6.2_3,1: 100%\r\n&#x5B;8\/105] Installing xextproto-7.3.0...\r\n&#x5B;8\/105] Extracting xextproto-7.3.0: 100%\r\n&#x5B;9\/105] Installing fixesproto-5.0...\r\n&#x5B;9\/105] Extracting fixesproto-5.0: 100%\r\n&#x5B;10\/105] Installing libXext-1.3.3_1,1...\r\n&#x5B;10\/105] Extracting libXext-1.3.3_1,1: 100%\r\n&#x5B;11\/105] Installing pciids-20150924...\r\n&#x5B;11\/105] Extracting pciids-20150924: 100%\r\n&#x5B;12\/105] Installing videoproto-2.3.2...\r\n&#x5B;12\/105] Extracting videoproto-2.3.2: 100%\r\n&#x5B;13\/105] Installing libXfixes-5.0.1_3...\r\n&#x5B;13\/105] Extracting libXfixes-5.0.1_3: 100%\r\n&#x5B;14\/105] Installing damageproto-1.2.1...\r\n&#x5B;14\/105] Extracting damageproto-1.2.1: 100%\r\n&#x5B;15\/105] Installing libpciaccess-0.13.3...\r\n&#x5B;15\/105] Extracting libpciaccess-0.13.3: 100%\r\n&#x5B;16\/105] Installing libXv-1.0.10_3,1...\r\n&#x5B;16\/105] Extracting libXv-1.0.10_3,1: 100%\r\n&#x5B;17\/105] Installing libffi-3.2.1...\r\n&#x5B;17\/105] Extracting libffi-3.2.1: 100%\r\n&#x5B;18\/105] Installing expat-2.1.0_3...\r\n&#x5B;18\/105] Extracting expat-2.1.0_3: 100%\r\n&#x5B;19\/105] Installing libXdamage-1.1.4_3...\r\n&#x5B;19\/105] Extracting libXdamage-1.1.4_3: 100%\r\n&#x5B;20\/105] Installing libdevq-0.0.2_1...\r\n&#x5B;20\/105] Extracting libdevq-0.0.2_1: 100%\r\n&#x5B;21\/105] Installing libdrm-2.4.60,1...\r\n&#x5B;21\/105] Extracting libdrm-2.4.60,1: 100%\r\n&#x5B;22\/105] Installing libxshmfence-1.2...\r\n&#x5B;22\/105] Extracting libxshmfence-1.2: 100%\r\n&#x5B;23\/105] Installing libXvMC-1.0.9...\r\n&#x5B;23\/105] Extracting libXvMC-1.0.9: 100%\r\n&#x5B;24\/105] Installing python27-2.7.10_1...\r\n&#x5B;24\/105] Extracting python27-2.7.10_1: 100%\r\n&#x5B;25\/105] Installing freetype2-2.6_1...\r\n&#x5B;25\/105] Extracting freetype2-2.6_1: 100%\r\n&#x5B;26\/105] Installing libfontenc-1.1.2_3...\r\n&#x5B;26\/105] Extracting libfontenc-1.1.2_3: 100%\r\n&#x5B;27\/105] Installing xf86vidmodeproto-2.3.1...\r\n&#x5B;27\/105] Extracting xf86vidmodeproto-2.3.1: 100%\r\n&#x5B;28\/105] Installing libglapi-10.6.8...\r\n&#x5B;28\/105] Extracting libglapi-10.6.8: 100%\r\n&#x5B;29\/105] Installing perl5-5.20.3_8...\r\n&#x5B;29\/105] Extracting perl5-5.20.3_8: 100%\r\n&#x5B;30\/105] Installing renderproto-0.11.1...\r\n&#x5B;30\/105] Extracting renderproto-0.11.1: 100%\r\n&#x5B;31\/105] Installing mkfontscale-1.1.2...\r\n&#x5B;31\/105] Extracting mkfontscale-1.1.2: 100%\r\n&#x5B;32\/105] Installing dri2proto-2.8...\r\n&#x5B;32\/105] Extracting dri2proto-2.8: 100%\r\n&#x5B;33\/105] Installing libXxf86vm-1.1.4_1...\r\n&#x5B;33\/105] Extracting libXxf86vm-1.1.4_1: 100%\r\n&#x5B;34\/105] Installing gbm-10.6.8...\r\n&#x5B;34\/105] Extracting gbm-10.6.8: 100%\r\n&#x5B;35\/105] Installing llvm36-3.6.2_2...\r\n&#x5B;35\/105] Extracting llvm36-3.6.2_2: 100%\r\n&#x5B;36\/105] Installing xcb-util-0.4.0_1,1...\r\n&#x5B;36\/105] Extracting xcb-util-0.4.0_1,1: 100%\r\n&#x5B;37\/105] Installing libiconv-1.14_8...\r\n&#x5B;37\/105] Extracting libiconv-1.14_8: 100%\r\n&#x5B;38\/105] Installing pcre-8.37_4...\r\n&#x5B;38\/105] Extracting pcre-8.37_4: 100%\r\n&#x5B;39\/105] Installing libICE-1.0.9_1,1...\r\n&#x5B;39\/105] Extracting libICE-1.0.9_1,1: 100%\r\n&#x5B;40\/105] Installing font-util-1.3.1...\r\n&#x5B;40\/105] Extracting font-util-1.3.1: 100%\r\n&#x5B;41\/105] Installing libXrender-0.9.8_3...\r\n&#x5B;41\/105] Extracting libXrender-0.9.8_3: 100%\r\n&#x5B;42\/105] Installing fontconfig-2.11.1,1...\r\n&#x5B;42\/105] Extracting fontconfig-2.11.1,1: 100%\r\nRunning fc-cache to build fontconfig cache...\r\n\/usr\/local\/share\/fonts: caching, new cache contents: 0 fonts, 5 dirs\r\n\/usr\/local\/share\/fonts\/OTF: caching, new cache contents: 23 fonts, 0 dirs\r\n\/usr\/local\/share\/fonts\/TTF: caching, new cache contents: 13 fonts, 0 dirs\r\n\/usr\/local\/share\/fonts\/dejavu: caching, new cache contents: 21 fonts, 0 dirs\r\n\/usr\/local\/share\/fonts\/encodings: caching, new cache contents: 0 fonts, 1 dirs\r\n\/usr\/local\/share\/fonts\/encodings\/large: caching, new cache contents: 0 fonts, 0 dirs\r\n\/usr\/local\/share\/fonts\/util: caching, new cache contents: 0 fonts, 0 dirs\r\n\/usr\/local\/lib\/X11\/fonts: skipping, no such directory\r\n\/root\/.local\/share\/fonts: skipping, no such directory\r\n\/root\/.fonts: skipping, no such directory\r\nRe-scanning \/usr\/local\/share\/fonts: caching, new cache contents: 0 fonts, 5 dirs\r\nRe-scanning \/usr\/local\/share\/fonts\/encodings: caching, new cache contents: 0 fonts, 1 dirs\r\n\/var\/db\/fontconfig: cleaning cache directory\r\n\/root\/.cache\/fontconfig: not cleaning non-existent cache directory\r\n\/root\/.fontconfig: not cleaning non-existent cache directory\r\nfc-cache: succeeded\r\n&#x5B;43\/105] Installing mkfontdir-1.0.7...\r\n&#x5B;43\/105] Extracting mkfontdir-1.0.7: 100%\r\n&#x5B;44\/105] Installing libGL-10.6.8...\r\n&#x5B;44\/105] Extracting libGL-10.6.8: 100%\r\n&#x5B;45\/105] Installing glproto-1.4.17...\r\n&#x5B;45\/105] Extracting glproto-1.4.17: 100%\r\n&#x5B;46\/105] Installing libEGL-10.6.8...\r\n&#x5B;46\/105] Extracting libEGL-10.6.8: 100%\r\n&#x5B;47\/105] Installing png-1.6.20...\r\n&#x5B;47\/105] Extracting png-1.6.20: 100%\r\n&#x5B;48\/105] Installing pixman-0.32.6_1...\r\n&#x5B;48\/105] Extracting pixman-0.32.6_1: 100%\r\n&#x5B;49\/105] Installing xcb-util-renderutil-0.3.9_1...\r\n&#x5B;49\/105] Extracting xcb-util-renderutil-0.3.9_1: 100%\r\n&#x5B;50\/105] Installing glib-2.44.1_1...\r\n&#x5B;50\/105] Extracting glib-2.44.1_1: 100%\r\nNo schema files found: doing nothing.\r\n&#x5B;51\/105] Installing libSM-1.2.2_3,1...\r\n&#x5B;51\/105] Extracting libSM-1.2.2_3,1: 100%\r\n&#x5B;52\/105] Installing encodings-1.0.4_3,1...\r\n&#x5B;52\/105] Extracting encodings-1.0.4_3,1: 100%\r\n&#x5B;53\/105] Installing font-misc-meltho-1.0.3_3...\r\n&#x5B;53\/105] Extracting font-misc-meltho-1.0.3_3: 100%\r\n&#x5B;54\/105] Installing font-bh-ttf-1.0.3_3...\r\n&#x5B;54\/105] Extracting font-bh-ttf-1.0.3_3: 100%\r\n&#x5B;55\/105] Installing font-misc-ethiopic-1.0.3_3...\r\n&#x5B;55\/105] Extracting font-misc-ethiopic-1.0.3_3: 100%\r\n&#x5B;56\/105] Installing dejavu-2.35...\r\n&#x5B;56\/105] Extracting dejavu-2.35: 100%\r\n&#x5B;57\/105] Installing cairo-1.14.2,2...\r\n&#x5B;57\/105] Extracting cairo-1.14.2,2: 100%\r\n&#x5B;58\/105] Installing icu-55.1...\r\n&#x5B;58\/105] Extracting icu-55.1: 100%\r\n&#x5B;59\/105] Installing graphite2-1.3.2...\r\n&#x5B;59\/105] Extracting graphite2-1.3.2: 100%\r\n&#x5B;60\/105] Installing gmp-5.1.3_2...\r\n&#x5B;60\/105] Extracting gmp-5.1.3_2: 100%\r\n&#x5B;61\/105] Installing ca_root_nss-3.20.1...\r\n&#x5B;61\/105] Extracting ca_root_nss-3.20.1: 100%\r\n&#x5B;62\/105] Installing libtasn1-4.7...\r\n&#x5B;62\/105] Extracting libtasn1-4.7: 100%\r\n&#x5B;63\/105] Installing inputproto-2.3.1...\r\n&#x5B;63\/105] Extracting inputproto-2.3.1: 100%\r\n&#x5B;64\/105] Installing jpeg-turbo-1.4.1...\r\n&#x5B;64\/105] Extracting jpeg-turbo-1.4.1: 100%\r\n&#x5B;65\/105] Installing jbigkit-2.1_1...\r\n&#x5B;65\/105] Extracting jbigkit-2.1_1: 100%\r\n&#x5B;66\/105] Installing libXt-1.1.4_3,1...\r\n&#x5B;66\/105] Extracting libXt-1.1.4_3,1: 100%\r\n&#x5B;67\/105] Installing libXft-2.3.2_1...\r\n&#x5B;67\/105] Extracting libXft-2.3.2_1: 100%\r\n&#x5B;68\/105] Installing xorg-fonts-truetype-7.7_1...\r\n&#x5B;69\/105] Installing harfbuzz-1.0.1...\r\n&#x5B;69\/105] Extracting harfbuzz-1.0.1: 100%\r\n&#x5B;70\/105] Installing xineramaproto-1.2.1...\r\n&#x5B;70\/105] Extracting xineramaproto-1.2.1: 100%\r\n&#x5B;71\/105] Installing libgpg-error-1.20...\r\n&#x5B;71\/105] Extracting libgpg-error-1.20: 100%\r\n&#x5B;72\/105] Installing nettle-2.7.1...\r\n&#x5B;72\/105] Extracting nettle-2.7.1: 100%\r\n&#x5B;73\/105] Installing p11-kit-0.23.1_1...\r\n&#x5B;73\/105] Extracting p11-kit-0.23.1_1: 100%\r\n&#x5B;74\/105] Installing trousers-tddl-0.3.10_7...\r\n===&gt; Creating users and\/or groups.\r\nUsing existing group '_tss'.\r\nUsing existing user '_tss'.\r\n&#x5B;74\/105] Extracting trousers-tddl-0.3.10_7: 100%\r\n&#x5B;75\/105] Installing libidn-1.31...\r\n&#x5B;75\/105] Extracting libidn-1.31: 100%\r\n&#x5B;76\/105] Installing compositeproto-0.4.2...\r\n&#x5B;76\/105] Extracting compositeproto-0.4.2: 100%\r\n&#x5B;77\/105] Installing libXi-1.7.4_1,1...\r\n&#x5B;77\/105] Extracting libXi-1.7.4_1,1: 100%\r\n&#x5B;78\/105] Installing randrproto-1.4.1...\r\n&#x5B;78\/105] Extracting randrproto-1.4.1: 100%\r\n&#x5B;79\/105] Installing jasper-1.900.1_15...\r\n&#x5B;79\/105] Extracting jasper-1.900.1_15: 100%\r\n&#x5B;80\/105] Installing tiff-4.0.4...\r\n&#x5B;80\/105] Extracting tiff-4.0.4: 100%\r\n&#x5B;81\/105] Installing pango-1.36.8_2...\r\n&#x5B;81\/105] Extracting pango-1.36.8_2: 100%\r\n&#x5B;82\/105] Installing libXinerama-1.1.3_3,1...\r\n&#x5B;82\/105] Extracting libXinerama-1.1.3_3,1: 100%\r\n&#x5B;83\/105] Installing hicolor-icon-theme-0.15...\r\n&#x5B;83\/105] Extracting hicolor-icon-theme-0.15: 100%\r\n&#x5B;84\/105] Installing libgcrypt-1.6.3...\r\n&#x5B;84\/105] Extracting libgcrypt-1.6.3: 100%\r\n&#x5B;85\/105] Installing gnutls-3.3.17.1...\r\n&#x5B;85\/105] Extracting gnutls-3.3.17.1: 100%\r\n&#x5B;86\/105] Installing mDNSResponder-567...\r\n&#x5B;86\/105] Extracting mDNSResponder-567: 100%\r\n&#x5B;87\/105] Installing python2-2_3...\r\n&#x5B;87\/105] Extracting python2-2_3: 100%\r\n&#x5B;88\/105] Installing libXcursor-1.1.14_3...\r\n&#x5B;88\/105] Extracting libXcursor-1.1.14_3: 100%\r\n&#x5B;89\/105] Installing libXcomposite-0.4.4_3,1...\r\n&#x5B;89\/105] Extracting libXcomposite-0.4.4_3,1: 100%\r\n&#x5B;90\/105] Installing atk-2.16.0...\r\n&#x5B;90\/105] Extracting atk-2.16.0: 100%\r\n&#x5B;91\/105] Installing libXrandr-1.4.2_3...\r\n&#x5B;91\/105] Extracting libXrandr-1.4.2_3: 100%\r\n&#x5B;92\/105] Installing gdk-pixbuf2-2.32.1...\r\n&#x5B;92\/105] Extracting gdk-pixbuf2-2.32.1: 100%\r\n&#x5B;93\/105] Installing shared-mime-info-1.4...\r\n&#x5B;93\/105] Extracting shared-mime-info-1.4: 100%\r\n&#x5B;94\/105] Installing cups-client-2.0.3_2...\r\n===&gt; Creating users and\/or groups.\r\nCreating group 'cups' with gid '193'.\r\nCreating user 'cups' with uid '193'.\r\n&#x5B;94\/105] Extracting cups-client-2.0.3_2: 100%\r\n&#x5B;95\/105] Installing gtk-update-icon-cache-2.24.28...\r\n&#x5B;95\/105] Extracting gtk-update-icon-cache-2.24.28: 100%\r\n&#x5B;96\/105] Installing python-2.7_2,2...\r\n&#x5B;96\/105] Extracting python-2.7_2,2: 100%\r\n&#x5B;97\/105] Installing libyaml-0.1.6_2...\r\n&#x5B;97\/105] Extracting libyaml-0.1.6_2: 100%\r\n&#x5B;98\/105] Installing libXpm-3.5.11_4...\r\n&#x5B;98\/105] Extracting libXpm-3.5.11_4: 100%\r\n&#x5B;99\/105] Installing cscope-15.8b...\r\n&#x5B;99\/105] Extracting cscope-15.8b: 100%\r\n&#x5B;100\/105] Installing gtk2-2.24.28_1...\r\n&#x5B;100\/105] Extracting gtk2-2.24.28_1: 100%\r\n&#x5B;101\/105] Installing lua52-5.2.4...\r\n&#x5B;101\/105] Extracting lua52-5.2.4: 100%\r\n&#x5B;102\/105] Installing ruby-2.1.7,1...\r\n&#x5B;102\/105] Extracting ruby-2.1.7,1: 100%\r\n&#x5B;103\/105] Installing tcl86-8.6.4...\r\n&#x5B;103\/105] Extracting tcl86-8.6.4: 100%\r\n&#x5B;104\/105] Installing ctags-5.8...\r\n&#x5B;104\/105] Extracting ctags-5.8: 100%\r\n&#x5B;105\/105] Installing vim-7.4.884...\r\n&#x5B;105\/105] Extracting vim-7.4.884: 100%\r\nMessage from python27-2.7.10_1:\r\n===========================================================================\r\n\r\nNote that some standard Python modules are provided as separate ports\r\nas they require additional dependencies. They are available as:\r\n\r\nbsddb           databases\/py-bsddb\r\ngdbm            databases\/py-gdbm\r\nsqlite3         databases\/py-sqlite3\r\ntkinter         x11-toolkits\/py-tkinter\r\n\r\n===========================================================================\r\nMessage from perl5-5.20.3_8:\r\nThe \/usr\/bin\/perl symlink has been removed starting with Perl 5.20.\r\nFor shebangs, you should either use:\r\n\r\n#!\/usr\/local\/bin\/perl\r\n\r\nor\r\n\r\n#!\/usr\/bin\/env perl\r\n\r\nThe first one will only work if you have a \/usr\/local\/bin\/perl,\r\nthe second will work as long as perl is in PATH.\r\nMessage from dejavu-2.35:\r\nMake sure that the freetype module is loaded.  If it is not, add the following\r\nline to the &quot;Modules&quot; section of your X Windows configuration file:\r\n\r\n        Load &quot;freetype&quot;\r\n\r\nAdd the following line to the &quot;Files&quot; section of X Windows configuration file:\r\n\r\n        FontPath &quot;\/usr\/local\/share\/fonts\/dejavu\/&quot;\r\n\r\nNote: your X Windows configuration file is typically \/etc\/X11\/XF86Config\r\nif you are using XFree86, and \/etc\/X11\/xorg.conf if you are using X.Org.\r\nMessage from ca_root_nss-3.20.1:\r\n********************************* WARNING *********************************\r\n\r\nFreeBSD does not, and can not warrant that the certification authorities\r\nwhose certificates are included in this package have in any way been\r\naudited for trustworthiness or RFC 3647 compliance.\r\n\r\nAssessment and verification of trust is the complete responsibility of the\r\nsystem administrator.\r\n\r\n*********************************** NOTE **********************************\r\n\r\nThis package installs symlinks to support root certificates discovery by\r\ndefault for software that uses OpenSSL.\r\n\r\nThis enables SSL Certificate Verification by client software without manual\r\nintervention.\r\n\r\nIf you prefer to do this manually, replace the following symlinks with\r\neither an empty file or your site-local certificate bundle.\r\n\r\n  * \/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/etc\/ssl\/cert.pem\r\n  * \/usr\/local\/openssl\/cert.pem\r\n\r\n***************************************************************************\r\nMessage from trousers-tddl-0.3.10_7:\r\nTo run tcsd automatically, add the following line to \/etc\/rc.conf\r\n\r\ntcsd_enable=&quot;YES&quot;\r\n\r\nYou might want to edit \/usr\/local\/etc\/tcsd.conf to reflect your setup.\r\n\r\nTo use TPM, add your_account to '_tss' group like following:\r\n\r\n# pw groupadd _tss -m your_account\r\nMessage from ruby-2.1.7,1:\r\n====\r\nSome of the standard commands are provided as separate ports for ease\r\nof upgrading:\r\n\r\n        devel\/ruby-gems:        gem - RubyGems package manager\r\n        devel\/rubygem-rake:     rake - Ruby Make\r\n\r\nAnd some of the standard libraries are provided as separate ports\r\nsince they require extra dependencies:\r\n\r\n        databases\/ruby-gdbm:    GDBM module\r\n\r\nInstall them as occasion demands.\r\n====\r\nMessage from ctags-5.8:\r\n**************************************************************************\r\nThe executable for Exuberant CTAGS is installed as \/usr\/local\/bin\/exctags\r\n**************************************************************************\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>FreeBSD bash Key Bindings vim without X11 (pkgng) F\u00fcr vim will mir pkg ein komplettes X11 mit allem und Gummib\u00e4rchen reindr\u00fccken Why does Vim in pkgng depend on X11 and the GTK? $ pkg install vim-lite vim without X11 (portupgrade) FreeBSD: HOWTO install vim from ports WITHOUT X-Windows. Install vim on FreeBSD without X11 MAKE_ARGS [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4412","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4412"}],"version-history":[{"count":8,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4412\/revisions"}],"predecessor-version":[{"id":4428,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4412\/revisions\/4428"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}