Brauche kurze Hilfe zu Ports

BeNeDeLux

Wissensbegierig
Hallo Zusammen,

ich würde gerne unseren e-Mailserver in der Firma ersetzen.
Dabei will ich das HowTo aus dem Wiki nehmen "Postfix dspam".
Dazu habe ich FreeBSD von FreeBSD.org heruntergeladen (2 CD´s) und hab es installiert.

Aber was ist mit den Ports?
Wenn ich schon einen MySQL-Server installieren will kennt er keine funktionierende Quelle :confused:

Code:
freebsd# cd /usr/ports/databases/mysql41-server
freebsd# make package clean
===>  Vulnerability check disabled, database not found

You may use the following build options:

        WITH_CHARSET=charset    Define the primary built-in charset (latin1).
        WITH_XCHARSET=list      Define other built-in charsets (may be 'all').
        WITH_COLLATION=collate  Define default collation (latin1_swedish_ci).
        WITH_OPENSSL=yes        Enable secure connections.
        WITH_LINUXTHREADS=yes   Use the linuxthreads pthread library.
        WITH_PROC_SCOPE_PTH=yes Use process scope threads
                                (try it if you use libpthread).
        BUILD_OPTIMIZED=yes     Enable compiler optimizations
                                (use it if you need speed).
        BUILD_STATIC=yes        Build a static version of mysqld.
                                (use it if you need even more speed).
        WITHOUT_INNODB=yes      Disable support for InnoDB table handler.
        WITH_NDB=yes            Enable support for NDB Cluster.

=> mysql-4.1.18.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.easynet.be/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.easynet.be/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.fi.muni.cz/pub/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.fi.muni.cz/pub/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://mysql.mirrors.cybercity.dk/Downloads/MySQL-4.1/.
fetch: http://mysql.mirrors.cybercity.dk/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://netmirror.org/mirror/mysql.com/Downloads/MySQL-4.1/.
fetch: http://netmirror.org/mirror/mysql.com/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: Not Found
=> Attempting to fetch from ftp://netmirror.org/mysql.com/Downloads/MySQL-4.1/.
fetch: ftp://netmirror.org/mysql.com/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://mirrors.ntua.gr/MySQL/Downloads/MySQL-4.1/.
fetch: http://mirrors.ntua.gr/MySQL/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://mysql.sote.hu/Downloads/MySQL-4.1/.
fetch: http://mysql.sote.hu/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.rhnet.is/pub/mysql/Downloads/MySQL-4.1/.
fetch: ftp://ftp.rhnet.is/pub/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://mirror.widexs.nl/pub/mysql/Downloads/MySQL-4.1/.
fetch: ftp://mirror.widexs.nl/pub/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://mirror.etf.bg.ac.yu/mysql/Downloads/MySQL-4.1/.
fetch: ftp://mirror.etf.bg.ac.yu/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-4.1/.
fetch: ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://mysql.dp.ua/Downloads/MySQL-4.1/.
fetch: http://mysql.dp.ua/Downloads/MySQL-4.1/mysql-4.1.18.tar.gz: Not Found

Kann das sein? Oder muss ich noch was machen?
Ein Portupgrade oder sonstiges? Oder reicht es nur die "richtigen" Quellen einzutragen/aktualisieren?

Danke für eure Mühe!
P.S. Die Suchfunktion hatte leider nicht viel Info die mich weiterbringt auf Lager
 
Danke für die schnelle Antwort!
Ist ja quasi ein "apt-get update" nur für FreeBSD :)
Werde jetzt mal mein Glück versuchen.
 
Back
Top