Дык кокого художника она начинается если я жму CANCELarkan писал(а): если вдолбить make то начнется сборка пакета
Установка программ из портов
Модератор: terminus
Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов

Услуги хостинговой компании Host-Food.ru
Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/
-
- ст. прапорщик
- Сообщения: 559
- Зарегистрирован: 2008-08-03 19:58:13
- Откуда: Новосибирск
- Контактная информация:
Re: Установка программ из портов
Хе проверил и вправду такая фишкаfanbass писал(а): Дык кокого художника она начинается если я жму CANCEL
ну может баг такой может еще ченить
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов
У каждого порта есть переменная MASTER_SITE которая указывает с какого сайта будет скачиваться сам порт.
Для того что-бы изменить сайт нужно:
А как сделать так, что-бы все порты скачивались из указанного мной места не делая каждый раз:
Скорее всего нужно, что-то прописать в make.conf но вот что?
Для того что-бы изменить сайт нужно:
Код: Выделить всё
# cd /usr/ports/directory
# make MASTER_SITE_OVERRIDE= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch
Код: Выделить всё
# cd /usr/ports/directory
# make MASTER_SITE_OVERRIDE= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch

-
- полковник
- Сообщения: 5845
- Зарегистрирован: 2007-12-07 13:51:33
- Откуда: Верх-Нейвинск
Re: Установка программ из портов
можешь просто как переменную окружения прописать, она от туда браться будетfanbass писал(а):Скорее всего нужно, что-то прописать в make.conf но вот что?
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов
Последний раз редактировалось fanbass 2009-07-13 10:53:59, всего редактировалось 1 раз.

-
- полковник
- Сообщения: 5845
- Зарегистрирован: 2007-12-07 13:51:33
- Откуда: Верх-Нейвинск
Re: Установка программ из портов
не, я говорил про окружение, а не про мэйк.конфfanbass писал(а):если я правильно понял, то в /etc/make.conf
Код: Выделить всё
zg# setenv MASTER_SITE_OVERRIDE mysite.com
zg# sh -c 'echo $MASTER_SITE_OVERRIDE'
mysite.com
zg#
-
- ст. прапорщик
- Сообщения: 559
- Зарегистрирован: 2008-08-03 19:58:13
- Откуда: Новосибирск
- Контактная информация:
Re: Установка программ из портов
в /etc/make.conf
прописываем
MASTER_SITE_OVERRIDE=http://ваш сайт/$(DIST_SUBDIR)/
и радуемся жизни
прописываем
MASTER_SITE_OVERRIDE=http://ваш сайт/$(DIST_SUBDIR)/
и радуемся жизни
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов
Ставлю порт moonlight:
выдаётся следующая ошибка:
Прошу помощи!
Код: Выделить всё
#cd /usr/ports/multimedia/moonlight && make install clean
Что за gir-1.0 который должен быть 1.2 я так и непонял...===> gnome-panel-2.32.1 depends on shared library: wnck-1.22 - not found
===> Verifying install for wnck-1.22 in /usr/ports/x11-toolkits/libwnck
===> Building for libwnck-2.30.6
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/x11-toolkits/libwnck/work/libwnck-2.30.6'
Making all in libwnck
gmake[2]: Entering directory `/usr/ports/x11-toolkits/libwnck/work/libwnck-2.30.6/libwnck'
GISCAN Wnck-1.0.gir
/usr/local/share/gir-1.0/Gtk-2.0.gir: Incompatible version 1.0 (supported: 1.2)
gmake[2]: *** [Wnck-1.0.gir] Ошибка 1
Прошу помощи!

- hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Re: Установка программ из портов
Код: Выделить всё
cd /usr/ports && csup -g -h cvsup2.ru.freebsd.org /usr/share/examples/cvsup/ports-supfile && make fetchindex && sh -c 'pkg_version -vI | grep need
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов
ports-supfile - у меня свой. Там закоментированны языковые составляющие, типа china.
Поменял cvsup4.ru.freebsd.org на cvsup2.ru.freebsd.org
Дальше зделал как написал, но ошибка таже!!
Поменял cvsup4.ru.freebsd.org на cvsup2.ru.freebsd.org
Дальше зделал как написал, но ошибка таже!!

- hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Re: Установка программ из портов
меня интересует выхлоп:
перед тем как что-то поставить новое, надо обновить старое прочтя в нагрузку еще и /usr/ports/UPDATING
Код: Выделить всё
pkg_version -vI | grep need
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
-
- ефрейтор
- Сообщения: 68
- Зарегистрирован: 2009-03-26 11:07:26
- Откуда: Санкт-Петербург
Re: Установка программ из портов
А выхлоп офигеть:
appres-1.0.2 < needs updating (index has 1.0.3)
atk-1.30.0_1 < needs updating (index has 1.32.0)
autoconf-wrapper-20071109 < needs updating (index has 20101119)
automake-wrapper-20071109 < needs updating (index has 20101119)
avahi-app-0.6.28 < needs updating (index has 0.6.29)
bdftopcf-1.0.2 < needs updating (index has 1.0.3)
bigreqsproto-1.1.0 < needs updating (index has 1.1.1)
bison-2.4.1_1,1 < needs updating (index has 2.4.3,1)
bitmap-1.0.4 < needs updating (index has 1.0.5)
ca_root_nss-3.12.6 < needs updating (index has 3.12.9)
cairo-1.10.2_1,1 < needs updating (index has 1.10.2_2,1)
compositeproto-0.4.1 < needs updating (index has 0.4.2)
consolekit-0.4.1_3 < needs updating (index has 0.4.3)
cups-client-1.4.3 < needs updating (index has 1.4.6)
curl-7.21.3 < needs updating (index has 7.21.3_1)
damageproto-1.2.0 < needs updating (index has 1.2.1)
dbus-1.2.24_1 < needs updating (index has 1.4.6)
dbus-glib-0.86_1 < needs updating (index has 0.88)
docbook-xsl-1.75.2 < needs updating (index has 1.75.2_1)
dri2proto-2.2 < needs updating (index has 2.3)
en-freebsd-doc-20100625 < needs updating (index has 20110313)
encodings-1.0.3,1 < needs updating (index has 1.0.4,1)
fixesproto-4.1.1 < needs updating (index has 4.1.2)
font-adobe-100dpi-1.0.1 < needs updating (index has 1.0.3)
font-adobe-75dpi-1.0.1 < needs updating (index has 1.0.3)
font-adobe-utopia-100dpi-1.0.2 < needs updating (index has 1.0.4)
font-adobe-utopia-75dpi-1.0.2 < needs updating (index has 1.0.4)
font-adobe-utopia-type1-1.0.2 < needs updating (index has 1.0.4)
font-alias-1.0.2 < needs updating (index has 1.0.3)
font-arabic-misc-1.0.1 < needs updating (index has 1.0.3)
font-bh-100dpi-1.0.1 < needs updating (index has 1.0.3)
font-bh-75dpi-1.0.1 < needs updating (index has 1.0.3)
font-bh-lucidatypewriter-100dpi-1.0.1 < needs updating (index has 1.0.3)
font-bh-lucidatypewriter-75dpi-1.0.1 < needs updating (index has 1.0.3)
font-bh-ttf-1.0.1 < needs updating (index has 1.0.3)
font-bh-type1-1.0.1 < needs updating (index has 1.0.3)
font-bitstream-100dpi-1.0.1 < needs updating (index has 1.0.3)
font-bitstream-75dpi-1.0.1 < needs updating (index has 1.0.3)
font-bitstream-type1-1.0.1 < needs updating (index has 1.0.3)
font-cronyx-cyrillic-1.0.1 < needs updating (index has 1.0.3)
font-cursor-misc-1.0.1 < needs updating (index has 1.0.3)
font-daewoo-misc-1.0.1 < needs updating (index has 1.0.3)
font-dec-misc-1.0.1 < needs updating (index has 1.0.3)
font-ibm-type1-1.0.1 < needs updating (index has 1.0.3)
font-isas-misc-1.0.1 < needs updating (index has 1.0.3)
font-jis-misc-1.0.1 < needs updating (index has 1.0.3)
font-micro-misc-1.0.1 < needs updating (index has 1.0.3)
font-misc-cyrillic-1.0.1 < needs updating (index has 1.0.3)
font-misc-ethiopic-1.0.1 < needs updating (index has 1.0.3)
font-misc-meltho-1.0.1 < needs updating (index has 1.0.3)
font-misc-misc-1.1.0 < needs updating (index has 1.1.2)
font-mutt-misc-1.0.1 < needs updating (index has 1.0.3)
font-schumacher-misc-1.1.0 < needs updating (index has 1.1.2)
font-screen-cyrillic-1.0.2 < needs updating (index has 1.0.4)
font-sony-misc-1.0.1 < needs updating (index has 1.0.3)
font-sun-misc-1.0.1 < needs updating (index has 1.0.3)
font-util-1.0.2 < needs updating (index has 1.2.0)
font-winitzki-cyrillic-1.0.1 < needs updating (index has 1.0.3)
font-xfree86-type1-1.0.2 < needs updating (index has 1.0.4)
fontsproto-2.1.0 < needs updating (index has 2.1.1)
freetype2-2.3.12 < needs updating (index has 2.4.4)
gettext-0.18_1 < needs updating (index has 0.18.1.1)
glproto-1.4.11 < needs updating (index has 1.4.12)
gnutls-2.8.6_1 < needs updating (index has 2.8.6_2)
gtk-2.20.1_2 < needs updating (index has 2.22.1_1)
hal-0.5.14_8 < needs updating (index has 0.5.14_13)
help2man-1.38.2_1 < needs updating (index has 1.39.2)
iceauth-1.0.3 < needs updating (index has 1.0.4)
imake-1.0.3,1 < needs updating (index has 1.0.4,1)
inputproto-2.0 < needs updating (index has 2.0.1)
intltool-0.40.6 < needs updating (index has 0.41.1)
iso-codes-3.23 < needs updating (index has 3.24.2)
kbproto-1.0.4 < needs updating (index has 1.0.5)
kdelibs-3.5.10_6 < needs updating (index has 3.5.10_7)
libFS-1.0.2 < needs updating (index has 1.0.3)
libICE-1.0.6,1 < needs updating (index has 1.0.7,1)
libSM-1.1.1_1,1 < needs updating (index has 1.1.1_3,1)
libX11-1.3.3,1 < needs updating (index has 1.3.6,1)
libXScrnSaver-1.2.0 < needs updating (index has 1.2.1)
libXau-1.0.5 < needs updating (index has 1.0.6)
libXaw-1.0.7,1 < needs updating (index has 1.0.8,1)
libXcomposite-0.4.1,1 < needs updating (index has 0.4.3,1)
libXcursor-1.1.10 < needs updating (index has 1.1.11)
libXdamage-1.1.2 < needs updating (index has 1.1.3)
libXext-1.1.1,1 < needs updating (index has 1.1.2,1)
libXfont-1.4.0,1 < needs updating (index has 1.4.3,1)
libXi-1.3,1 < needs updating (index has 1.3.2,1)
libXmu-1.0.5,1 < needs updating (index has 1.1.0,1)
libXt-1.0.7 < needs updating (index has 1.0.9)
libdmx-1.1.0 < needs updating (index has 1.1.1)
libevent-1.4.14b_1 < needs updating (index has 1.4.14b_2)
libfontenc-1.0.5 < needs updating (index has 1.1.0)
libgcrypt-1.4.5_1 < needs updating (index has 1.4.6)
libglade2-2.6.4_3 < needs updating (index has 2.6.4_4)
libgpg-error-1.7_1 < needs updating (index has 1.10)
libidn-1.16 < needs updating (index has 1.19)
libltdl-2.2.10 < needs updating (index has 2.4)
libnotify-0.4.5_4 < needs updating (index has 0.5.2)
libpciaccess-0.11.0 < needs updating (index has 0.12.1)
libsndfile-1.0.23 < needs updating (index has 1.0.24)
libxcb-1.6 < needs updating (index has 1.7)
libxml2-2.7.7 < needs updating (index has 2.7.8_1)
libxslt-1.1.26_1 < needs updating (index has 1.1.26_2)
linux_base-f10-10_3 < needs updating (index has 10_4)
m4-1.4.14_1,1 < needs updating (index has 1.4.16,1)
makedepend-1.0.2,1 < needs updating (index has 1.0.3,1)
mkfontdir-1.0.5 < needs updating (index has 1.0.6)
mkfontscale-1.0.7 < needs updating (index has 1.0.
mplayer-1.0.r20101106_1 < needs updating (index has 1.0.r20110329)
nasm-2.09.04,1 < needs updating (index has 2.09.07,1)
ntfsprogs-2.0.0_1 < needs updating (index has 2.0.0_2)
nvidia-driver-256.53 < needs updating (index has 256.53_1)
openldap-client-2.4.23 < needs updating (index has 2.4.25_2)
p5-XML-Parser-2.36_1 < needs updating (index has 2.40)
pango-1.28.0_1 < needs updating (index has 1.28.3)
pciids-20091229 < needs updating (index has 20110312)
pcre-8.02 < needs updating (index has 8.12)
perl-5.10.1_1 < needs updating (index has 5.10.1_3)
pkg-config-0.23_1 < needs updating (index has 0.25_1)
png-1.4.3 < needs updating (index has 1.4.5)
polkit-0.96_2 < needs updating (index has 0.99)
python26-2.6.5 < needs updating (index has 2.6.6_1)
qt4-corelib-4.7.1 < needs updating (index has 4.7.2)
qt4-gui-4.7.1 < needs updating (index has 4.7.2)
qt4-moc-4.7.1 < needs updating (index has 4.7.2)
qt4-qmake-4.7.1 < needs updating (index has 4.7.2)
qt4-rcc-4.7.1 < needs updating (index has 4.7.2)
qt4-uic-4.7.1 < needs updating (index has 4.7.2)
qt4-xml-4.7.1 < needs updating (index has 4.7.2)
randrproto-1.3.1 < needs updating (index has 1.3.2)
rar-4.0b5,2 < needs updating (index has 4.0.0,3)
ru-freebsd-doc-20100625 < needs updating (index has 20110313)
ruby-1.8.7.248_2,1 < needs updating (index has 1.8.7.302,1)
ruby18-gems-1.3.7 < needs updating (index has 1.6.2)
ruby18-iconv-1.8.7.248,1 < needs updating (index has 1.8.7.302,1)
rubygem-actionmailer-2.3.8 < needs updating (index has 3.0.5)
rubygem-actionpack-2.3.8 < needs updating (index has 3.0.5)
rubygem-activerecord-2.3.8 < needs updating (index has 3.0.5)
rubygem-activeresource-2.3.8 < needs updating (index has 3.0.5)
rubygem-activesupport-2.3.8 < needs updating (index has 3.0.5)
rubygem-rack-1.1.0,1 < needs updating (index has 1.2.2,2)
rubygem-rails-2.3.8 < needs updating (index has 3.0.5)
sessreg-1.0.5 < needs updating (index has 1.0.6)
setxkbmap-1.1.0 < needs updating (index has 1.2.0)
shared-mime-info-0.71_1 < needs updating (index has 0.80)
sqlite3-3.7.4 < needs updating (index has 3.7.5)
tiff-3.9.4 < needs updating (index has 4.0.0)
tor-0.2.1.29 < needs updating (index has 0.2.1.30)
tr-freebsd-doc-20100625 < needs updating (index has 20110313)
twm-1.0.4 < needs updating (index has 1.0.6)
v4l_compat-1.0.20100403_1 < needs updating (index has 1.0.20101027_1)
vala-0.10.1 < needs updating (index has 0.10.4)
vim-7.3.81 < needs updating (index has 7.3.121)
win32-codecs-20100303,1 < needs updating (index has 20110131,1)
wine-1.3.12,1 < needs updating (index has 1.3.17,1)
x11perf-1.5.1 < needs updating (index has 1.5.3)
xauth-1.0.4 < needs updating (index has 1.0.5)
xcalc-1.0.3 < needs updating (index has 1.0.4.1)
xev-1.0.4 < needs updating (index has 1.1.0)
xf86-input-keyboard-1.4.0 < needs updating (index has 1.5.0)
xf86-input-mouse-1.5.0 < needs updating (index has 1.6.0)
xf86-video-nv-2.1.17 < needs updating (index has 2.1.18)
xf86-video-vesa-2.3.0 < needs updating (index has 2.3.0_1)
xgamma-1.0.3 < needs updating (index has 1.0.4)
xhost-1.0.3 < needs updating (index has 1.0.4)
xinit-1.2.0 < needs updating (index has 1.2.0_1)
xinput-1.5.0 < needs updating (index has 1.5.3)
xkill-1.0.2 < needs updating (index has 1.0.3)
xmlrpc-c-devel-1.23.2 < needs updating (index has 1.25.3)
xorg-apps-7.5 < needs updating (index has 7.5.1)
xorg-drivers-7.5 < needs updating (index has 7.5.1)
xorg-fonts-100dpi-7.5 < needs updating (index has 7.5.1)
xorg-fonts-7.5 < needs updating (index has 7.5.1)
xorg-fonts-75dpi-7.5 < needs updating (index has 7.5.1)
xorg-fonts-cyrillic-7.5 < needs updating (index has 7.5.1)
xorg-fonts-miscbitmaps-7.5 < needs updating (index has 7.5.1)
xorg-fonts-truetype-7.5 < needs updating (index has 7.5.1)
xorg-fonts-type1-7.5 < needs updating (index has 7.5.1)
xorg-libraries-7.5 < needs updating (index has 7.5.1)
xorg-macros-1.6.0 < needs updating (index has 1.11.0)
xorg-server-1.7.5,1 < needs updating (index has 1.7.7_1,1)
xorg-vfbserver-1.7.5,1 < needs updating (index has 1.7.7,1)
xrandr-1.3.2 < needs updating (index has 1.3.4)
xset-1.1.0 < needs updating (index has 1.2.1)
xterm-258 < needs updating (index has 269_3)
xvid-1.2.2_1,1 < needs updating (index has 1.3.0,1)

- hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Re: Установка программ из портов
как минимум
use portmaster, Luke ;-)
Код: Выделить всё
gtk-2.20.1_2 < needs updating (index has 2.22.1_1)
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
-
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2011-04-11 14:34:51
Re: Установка программ из портов
Доброго времени суток всем! Подскажите пожалуйста что мне делать. У меня FreeBSD стоит на виртуальной машине VMware. При установке приложений из портов особенно где много зависимостей (например phpmyadmin, apache) останавливается закачка и все стоит. Проблем с инетом нету, пинги идут не прерываясь. Ошибки FreeBSD тоже не выдает. закачивается приложение допустим до 73 % и все внезапно останавливается. Порты обновляются без каких либо ошибок. MYSQL устанавливается тоже без проблем. Версии пробовал FreeBSD 8.2 и 7.4
- Alex Keda
- стреляли...
- Сообщения: 35427
- Зарегистрирован: 2004-10-18 14:25:19
- Откуда: Made in USSR
- Контактная информация:
Re: Установка программ из портов
проблемы с инетом.
или чё-то криво с виртуализацией.
ставьте на реальную машину. разбираться с виртуальными глюками никто не будет
или чё-то криво с виртуализацией.
ставьте на реальную машину. разбираться с виртуальными глюками никто не будет
Убей их всех! Бог потом рассортирует...
- Alvares
- прапорщик
- Сообщения: 485
- Зарегистрирован: 2008-07-10 12:48:08
- Откуда: Воронеж
- Контактная информация:
Re: Установка программ из портов
ну почему же. Какой драйвер назначен сетевой карте? Стоят ли Vmware tools? На чем вообще поднята виртуалка. Режим какой включен? У меня возникали проблемы в режиме bridged. Ставьте NAT и все будет работать. Тулзы не нужны. Пропишите в конфиге Ethernet0.VirtualDevice="e1000".
Бог создал людей сильными и слабыми. Сэмюэл Кольт сделал их равными...
- Alvares
- прапорщик
- Сообщения: 485
- Зарегистрирован: 2008-07-10 12:48:08
- Откуда: Воронеж
- Контактная информация:
Re: Установка программ из портов
для проверки можете поднять самбу, например, или через ftp залить файлик достаточно большого размера, метров 20. Если затык - вот ваша проблема. Или тюнинг сетевушки, или смена режима.
Бог создал людей сильными и слабыми. Сэмюэл Кольт сделал их равными...
-
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2011-04-11 14:34:51
Re: Установка программ из портов
Спасибо за ответы. буду ставить на настоящей машине. С виртуально как то стремно получаеться