| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 12:10:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210212748
location: https://web.archive.org/web/20090210212748/https://mysql5-devel.darwinports.com/
server-timing: captures_list;dur=0.688730, exclusion.robots;dur=0.053746, exclusion.robots.policy;dur=0.038984, esindex;dur=0.011924, cdx.remote;dur=5.884086, LoadShardBlock;dur=80.064416, PetaboxLoader3.datanode;dur=62.233950
x-app-server: wwwb-app210-dc8
x-ts: 302
x-tr: 125
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 22 Dec 2025 12:10:02 GMT
content-type: text/html
x-archive-orig-date: Tue, 10 Feb 2009 21:25:52 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Tue, 10 Feb 2009 21:27:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_8_20090210181330_crawl100-c/51_8_20090210212726_crawl103.arc.gz
server-timing: captures_list;dur=0.618350, exclusion.robots;dur=0.021886, exclusion.robots.policy;dur=0.010049, esindex;dur=0.013188, cdx.remote;dur=23.903408, LoadShardBlock;dur=173.848494, PetaboxLoader3.resolve;dur=109.952950, PetaboxLoader3.datanode;dur=131.393595, load_resource;dur=122.476311
x-app-server: wwwb-app210-dc8
x-ts: 200
x-tr: 386
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Mysql5-devel version ${vers}-rc - How to Download and Install on Mac OS X
|
|||||||||
Tuesday the 10th of February, 2009 |
|||||||||
mysql5-devel most recent diffversion ${vers}-rc
Scroll down toward the bottom of the page to get installation instructions for mysql5-devel. The raw portfile for mysql5-devel ${vers}-rc is located here: https://mysql5-devel.darwinports.com/dports/databases/mysql5-devel/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mysql5-devel # $Id: Portfile 42642 2008-11-27 18:09:11Z ryandesign PortSystem 1.0 Name: mysql5-devel set vers 5.1.29 Version: ${vers}-rc revision 2 set branch [join [lrange [split ${version} .] 0 1] .] Homepage: https://www.mysql.com/ Category: databases Platform: darwin Maintainers: jwa ryandesign distname mysql-${version} dist_subdir mysql5 use_parallel_build yes Description: Multithreaded SQL database server Long Description: MySQL is an open-source, multi-threaded SQL database with a command syntax very similar to mSQL. master_sites https://distfiles.macports.org/${dist_subdir} https://dev.mysql.com/get/Downloads/MySQL-${branch}/ https://mysql.mirrors.pair.com/Downloads/MySQL-${branch}/ https://mysql.he.net/Downloads/MySQL-${branch}/ https://mysql.orst.edu/Downloads/MySQL-${branch} https://mysql.oss.eznetsols.org/Downloads/MySQL-${branch}/ https://mirrors.sunsite.dk/mysql/Downloads/MySQL-${branch}/ https://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-${branch}/ https://ftp.plusline.de/mysql/Downloads/MySQL-${branch}/ https://www.innodb.com/download/innodb_plugin/:plugin checksums ${distname}${extract.suffix} md5 4cb2369d141c0e3dfb2f76af4e21b085 sha1 3529daac3c9b89b97b011e84833dcc2011541c95 rmd160 cd9ff80612b49e2a6367fe435ae57569e24329ae depends_lib port:zlib port:openssl #set major_version [strsed ${version} {s/\..*$//}] set major_version [strsed ${vers} {s/\..*$//}] set mysql mysql${major_version} set libdir ${prefix}/lib/${mysql} set bindir ${libdir}/bin set dbdir ${prefix}/var/db/${mysql} set sysconfdir ${prefix}/etc/${mysql} set mysqluser mysql patchfiles patch-mysql_secure_installation.sh.diff post-patch { reinplace s% } configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --localstatedir=${dbdir} --libdir=${libdir} --bindir=${bindir} --includedir=${prefix}/include/${mysql} --datadir=${prefix}/share/${mysql} --sysconfdir=${sysconfdir} --with-zlib-dir=${prefix} --with-ssl=${prefix} --with-extra-charsets=complex --with-unix-socket-path=${prefix}/var/run/${mysql}/mysqld.sock --with-mysqld-user=${mysqluser} --without-docs --without-bench --with-plugins=all --without-server --enable-thread-safe-client # the following is in store for future # --program-suffix=5 post-configure { reinplace "s;openssl_includes = -I;openssl_includes_includes = -I${prefix}/include/openssl;" ${worksrcpath}/tests/Makefile } platform darwin 6 { pre-fetch { return -code error "no support for systems prior to 10.3" } } platform darwin 8 { configure.cppflags-append -I${worksrcpath}/include } Variant: embedded_server description "Build libmysqld embedded server" { configure.cflags-append -fPIC configure.cxxflags-append -fPIC configure.args-append --with-embedded-server --with-pic } Variant: server description {add a startup item} { configure.args-delete --without-server # Create a startupitem to start/stop the server startupitem.create yes startupitem.start "${prefix}/share/${mysql}/mysql/mysql.server start" startupitem.stop "${prefix}/share/${mysql}/mysql/mysql.server stop" } set plugin_distname innodb_plugin-1.0.1 set plugin_distfile ${plugin_distname}${extract.suffix} set plugin_worksrcdir ${plugin_distname} set plugin_worksrcpath ${workpath}/${plugin_worksrcdir} set innobase_dir storage/innobase Variant: innodb_plugin description {Install the InnoDB plugin Early Adopter release 1.0.1} { distfiles-append ${plugin_distfile}:plugin checksums-append ${plugin_distfile} md5 eb9b1c077687444318aa46296548b419 sha1 60a357419d8759c869160bd94b2535bd1ebfd2e5 rmd160 9208d5a929f3860031fdf8624739db9c08fb74a0 post-extract { delete ${worksrcpath}/${innobase_dir} move ${plugin_worksrcpath} ${worksrcpath}/${innobase_dir} } } # the directories ${prefix}/sql-bench ${prefix}/mysql-test destroot.violate_mtree yes pre-destroot { # Some directories we must have in all cases xinstall -m 755 -d ${destroot}${sysconfdir} destroot.keepdirs-append ${destroot}${sysconfdir} # It has trouble installing in parallel if this doesn't already exist # See https://bugs.mysql.com/36560 xinstall -d ${destroot}${prefix}/mysql-test xinstall -d ${destroot}${prefix}/mysql-test/ndb # Setup only for server if { [variant_isset server] } { addgroup ${mysqluser} set gid [existsgroup ${mysqluser}] adduser ${mysqluser} gid=${gid} realname=MySQL\ Server # Some directories we must have only if we're running as a server xinstall -m 755 -o root -d ${destroot}${prefix}/var/run xinstall -m 755 -o ${mysqluser} -g ${mysqluser} -d ${destroot}${dbdir} ${destroot}${prefix}/var/run/${mysql} destroot.keepdirs-append ${destroot}${dbdir} ${destroot}${prefix}/var/run/${mysql} } } post-destroot { delete ${destroot}${prefix}/mysql-test # Fix paths in manpages and sample configuration files foreach manpage [glob -type f ${destroot}${prefix}/share/man/man\[1-9\]/*] { reinplace "s|/etc/my.cnf|${sysconfdir}/my.cnf|g" ${manpage} } foreach samp_conffile [glob -type f ${destroot}${prefix}/share/${mysql}/mysql/my-*.cnf] { reinplace "s|/etc/my.cnf|${sysconfdir}/my.cnf|g" ${samp_conffile} } # Symlink mysql binaries into bin directory, with ${major_version} appended to the name foreach f [glob -tails -directory ${destroot}${bindir} my*] { ln -sf ${bindir}/${f} ${destroot}${prefix}/bin/${f}${major_version} } } post-install { if { [variant_isset server] } { ui_msg "******************************************************" ui_msg "* In order to setup the database, you might want to run" ui_msg "* sudo -u ${mysqluser} mysql_install_db5" ui_msg "* if this is a new install" ui_msg "******************************************************" } } livecheck.check regex livecheck.url https://dev.mysql.com/ livecheck.version ${vers} livecheck.regex "(5\\.1\\.\[0-9\.\]+)" If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/mysql5-develYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mysql5-devel with these commands: % man mysql5-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg mysql5-devel on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |



