From 4c86fe637d499ed98c1086338d0c579228c2e385 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Wed, 30 Sep 2015 01:24:43 +0300 Subject: FreeBSD: use "pkg install" instead of "pkg_add -r" pkg_add was replaced with pkgng. FreeBSD 10.2 doesn't have pkg_add preinstalled, while pkg is available. Some packages were renamed: * glib20 is now glib * perl is now perl5 Read more: https://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077909.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b4958c9..bd0cdcf 100644 --- a/index.html +++ b/index.html @@ -664,10 +664,10 @@ USE_OSGPLUGIN(<plugin2>)

FreeBSD

-
pkg_add -r \
-    automake autoconf bash bison coreutils flex gdk-pixbuf2 \
-    gettext git glib20 gmake gperf gsed intltool libffi \
-    libtool openssl p5-XML-Parser p7zip patch perl \
+    
pkg install \
+    automake autoconf bash bison coreutils flex \
+    gdk-pixbuf2 gettext git glib gmake gperf gsed intltool libffi \
+    libtool openssl p5-XML-Parser p7zip patch perl5 \
     pkgconf python ruby scons unzip wget

-- cgit v0.12