Commit 3906e239 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add common freebsd replacements

parent 44e98417
......@@ -273,9 +273,7 @@ if [ "$PKGVENDOR" = "alt" ] ; then
subst "s|^\(Auto[RP].*\),nomingw32|\1|g" $SPECNAME
subst "s|^\(Auto[RP].*\), nomingw32|\1|g" $SPECNAME
fi
fi
if [ "$PKGVENDOR" = "ubuntu" ] || [ "$PKGVENDOR" = "debian" ] ; then
else
# for systems with (d)ash as sh (f.i., Ubuntu)
remove_bashism $SPECNAME
fi
......
......@@ -90,10 +90,14 @@ tolocal_anyrepl()
local NEWRESULT=`echo $GREP | sed -e "s|^lib\([^6]\)|lib64\1|g"`
fi
if [ "$DISTRNAME" = "ArchLinux" ] || [ "$DISTRNAME" = "FreeBSD" ] ; then
if [ "$DISTRNAME" = "ArchLinux" ] ; then
local NEWRESULT=`echo $GREP | sed -e "s|^ *\(.*\)-devel *\$|\1|g" | tr "[A-Z]" "[a-z]"`
fi
if [ "$DISTRNAME" = "FreeBSD" ] ; then
local NEWRESULT=`echo $GREP | sed -e "s|^ *\(.*\)-devel *\$|\1|g"`
fi
if [ "$DISTRNAME" = "Slackware" ] || [ "$DISTRNAME" = "Gentoo" ] ; then
local NEWRESULT=`echo $GREP | sed -e "s|^ *\(.*\)-devel *\$|\1|g" `
fi
......
cpio|gcpio
grep|gnugrep
rpm-build|rpm4
rpm|rpm4
# TODO
glibc|
gcc-c++|gcc
groff-base|groff
libalsa|alsa-lib
libesd|
libcups|cups
libdbus|dbus
gst-plugins|gstreamer1-plugins
libfreetype|freetype2
freetype|freetype2
libgnutls|gnutls3
libgsm|gsmlib
libjpeg|jpeg
liblcms|lcms2
libldap|
libpam|
libmpg123|mpg123
libncurses|ncurses
libncursesw|ncurses
libtinfo|ncurses
libopenal|openal
libpng|png
libsane|sane-backends
libssl|openssl
libtiff|tiff
libudev|
udev|
libusb|
perl-XML-Simple|simplexml
util-linux|
# TODO
zlib|
perl|perl5
libreadline|readline
libicu|icu
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment