Установка постфикса с патчем VDA из порта
Добавлено: 2008-05-13 13:58:33
Устанавливаю из портов postfix - 2.4.7 из портов. В настройках отметил патч VDA. на фтп его нет -программа не устанавливается. Подскажите как подключить VDA.
Перегреется танк, заведу звездолёт...
https://forum.lissyara.su/
Код: Выделить всё
# make
===> Found saved configuration for postfix-2.4.7,1
=> postfix-2.4.7.tar.gz doesn't seem to exist in /usr/ports/distfiles/postfix.
=> Attempting to fetch from ftp://ftp.porcupine.org/mirrors/postfix-release/official/.
postfix-2.4.7.tar.gz 100% of 2868 kB 241 kBps 00m00s
=> postfix-2.4.6-vda-ng.patch.gz doesn't seem to exist in /usr/ports/distfiles/postfix.
=> Attempting to fetch from http://vda.sourceforge.net/VDA/.
postfix-2.4.6-vda-ng.patch.gz 100% of 11 kB 28 kBps
===> Extracting for postfix-2.4.7,1
===> Found saved configuration for postfix-2.4.7,1
=> MD5 Checksum OK for postfix/postfix-2.4.7.tar.gz.
=> SHA256 Checksum OK for postfix/postfix-2.4.7.tar.gz.
=> MD5 Checksum OK for postfix/postfix-2.4.6-vda-ng.patch.gz.
=> SHA256 Checksum OK for postfix/postfix-2.4.6-vda-ng.patch.gz.
===> postfix-2.4.7,1 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for postfix-2.4.7,1
===> postfix-2.4.7,1 depends on file: /usr/local/bin/perl5.8.8 - found
===> Applying distribution patches for postfix-2.4.7,1
===> Applying FreeBSD patches for postfix-2.4.7,1
===> postfix-2.4.7,1 depends on file: /usr/local/bin/perl5.8.8 - found
===> postfix-2.4.7,1 depends on shared library: pcre.0 - found
===> Configuring for postfix-2.4.7,1
(cd /usr/ports/mail/postfix24/work/postfix-2.4.7 && make -f Makefile.init makefiles DEBUG= CC="cc" OPT="-O2 -fno-strict-aliasing -pipe " CCARGS="-DHAS_PCRE -I/usr/local/include" AUXLIBS="-L/usr/local/lib -lpcre" && echo "all: default" >> Makefile)
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp; else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null
set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/master src/postfix src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr; do (set -e; echo "[$i]"; cd $i; rm -f Makefile; make -f Makefile.in Makefile MAKELEVEL=) || exit 1; done;