| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 16:49:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106165917
location: https://web.archive.org/web/20100106165917/https://mysql5-devel.darwinports.com/
server-timing: captures_list;dur=0.601730, exclusion.robots;dur=0.043977, exclusion.robots.policy;dur=0.031594, esindex;dur=0.009988, cdx.remote;dur=7.225458, LoadShardBlock;dur=113.016144, PetaboxLoader3.datanode;dur=72.491108, PetaboxLoader3.resolve;dur=19.489308
x-app-server: wwwb-app211-dc8
x-ts: 302
x-tr: 157
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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 16:49:47 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 16:45:08 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: Wed, 06 Jan 2010 16:59:17 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: TLA-20100106163034-00522-ia360908-c/TLA-20100106165138-00524-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.476612, exclusion.robots;dur=0.015864, exclusion.robots.policy;dur=0.007870, esindex;dur=0.010055, cdx.remote;dur=15.747354, LoadShardBlock;dur=262.030686, PetaboxLoader3.datanode;dur=164.214860, load_resource;dur=109.447232, PetaboxLoader3.resolve;dur=67.536163
x-app-server: wwwb-app211-dc8
x-ts: 200
x-tr: 461
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 5.1.40 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
mysql5-devel most recent diffversion 5.1.40
Scroll down toward the bottom of the page to get installation instructions for mysql5-devel. The raw portfile for mysql5-devel 5.1.40 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 The mysql5-devel Portfile 60468 2009-11-13 05:09:37Z ryandesign PortSystem 1.0 Name: mysql5-devel conflicts mysql5 mysql4 Version: 5.1.40 Revision: 1 set branch [join [lrange [split ${version} .] 0 1] .] Homepage: https://www.mysql.com/ Category: databases Platform: darwin Maintainers: jwa ryandesign license GPLv2 distname mysql-${version} dist_subdir mysql5 use_parallel_build yes # https://bugs.mysql.com/bug.php?id=47360 universal_variant no 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://mysql.mirrors.pair.com/Downloads/MySQL-${branch}/ https://mysql.he.net/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: [suffix ${distname}] md5 32e7373c16271606007374396e6742ad sha1 00b600763b4659d9e0256ea6dcce378175aa8d9e rmd160 330722fc012777c53933d6803d51a3f1b92d9892 depends_lib port:zlib port:openssl set major_version [strsed ${version} {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} if {"darwin" == ${os.platform} && ${os.major} > 8} { set mysqluser _mysql } else { set mysqluser mysql } Patch Files: patch-Makefile.in.diff 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 --with-plugins=all --enable-thread-safe-client # the following is in store for future # --program-suffix=5 # Add readline support. # "--without-readline" has the peculiar meaning "do not use the bundled copy # of readline but use the system's (i.e. MacPorts') copy of readline" depends_lib-append port:readline configure.args-append --without-readline # Build libmysqld embedded server configure.cflags-append -fPIC configure.cxxflags-append -fPIC configure.args-append --with-embedded-server --with-pic post-configure { reinplace "s;openssl_includes = -I;openssl_includes_includes = -I${prefix}/include/openssl;" ${worksrcpath}/tests/Makefile } set plugin_version 1.0.4 set plugin_distname innodb_plugin-${plugin_version} set plugin_distfile [suffix ${plugin_distname}] set plugin_worksrcdir ${plugin_distname} set plugin_worksrcpath ${workpath}/${plugin_worksrcdir} set innobase_dir storage/innobase Variant: innodb_plugin description "Use the InnoDB Plugin ${plugin_version} instead of the built-in InnoDB support" { distfiles-append ${plugin_distfile}:plugin checksums-append ${plugin_distfile} md5 4350ba7c1520edce35635f982449efb3 sha1 c39e2a9cfa18b9f103c930d0c4a8edced81ed4ee rmd160 bd0467a10781677a7a7bb2e58ad38e0a43841d7f post-extract { delete ${worksrcpath}/${innobase_dir} move ${plugin_worksrcpath} ${worksrcpath}/${innobase_dir} } } pre-destroot { xinstall -m 755 -d ${destroot}${sysconfdir} destroot.keepdirs-append ${destroot}${sysconfdir} } post-destroot { # 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 {![file exists ${prefix}/etc/LaunchDaemons/org.macports.${mysql}/org.macports.${mysql}.plist]} { ui_msg "The MySQL client has been installed." ui_msg "If you also want a MySQL server, install the mysql5-server-devel port." } } livecheck.type regex livecheck.url https://dev.mysql.com/ 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,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




