aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-21 23:40:47 +0800
committerdirk <dirk@FreeBSD.org>2001-01-21 23:40:47 +0800
commitc4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch)
treec47f175ff5818251bd2f257c473373f1c6f79fd6 /ftp/proftpd
parent1366b4324e68eba9e59da8886256988266473577 (diff)
downloadfreebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz
freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.zst
freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 255e484002fd..a2ce7f485de1 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ENV+= CFLAGS="-I/usr/local/include -g" LDFLAGS=-L/usr/local/lib
.if defined(WITH_MYSQL)
MODULES:=$(MODULES):mod_sqlpw:mod_mysql
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include/mysql" LDFLAGS="-L${PREFIX}/lib/mysql"
.endif
td> * - Reset maintainerwen2010-05-311-1/+1 * - Update to 3.93gabor2010-05-312-5/+5 * Fix build with new xdo library while waiting on a new release from upstream.wxs2010-05-311-0/+19 * Update to 4.3.26johans2010-05-312-4/+4 * - drop WITHOUT_RC_NGdinoex2010-05-312-55/+0 * - convert to new rc.d styledinoex2010-05-311-49/+40 * Update to 1.2.1 in order to unbreak the build with X.org 7.5.marius2010-05-312-5/+4 * - Avoid using mmap MAP_ANON with a non-zero offset. [1]nox2010-05-312-2/+9 * - Build only with OSVERSION => 702104mm2010-05-311-2/+2 * Update to 2010.05 "Erlangen"skv2010-05-313-7/+11 * Added patch to fix format string vulnerabilityniels2010-05-312-0/+54 * Fix build error.cy2010-05-312-2/+2 * - convert USE_LDCONFIGdinoex2010-05-311-4/+1 * - Mark BROKEN: does not buildpav2010-05-311-0/+2 * - Mark client port broken - leaves files behind on deinstallpav2010-05-311-0/+2 * - Mark BROKEN: does not buildpav2010-05-311-0/+2 * - Mark BROKEN: incomplete plist (leaves man page behind)pav2010-05-312-0/+4 * - Remove LICENSE line (back from 2001) that interferes with the new licensingpav2010-05-311-1/+0 * Update to 20100512arved2010-05-313-12/+15 * - Mark BROKEN: does not fetchpav2010-05-311-0/+1 * Update to 2.1.1arved2010-05-312-4/+4 * - Fix plists: cannot use %F one line above the handled filepav2010-05-316-5/+6 * Add LICENSE and LICENSE_FILE to my ports.arved2010-05-3127-0/+80 * - Reset maintainershippav2010-05-311-1/+1 * Fix the build when WITHOUT_GSTREAMER is defined.marcus2010-05-311-0/+18 * Add a CONFLICTS on netatalk.marcus2010-05-311-1/+1 * * Update to 2.1.1 [1]marcus2010-05-319-156/+186 * - Update to 0.3.6sylvio2010-05-302-5/+4 * o Fix my HAVE_KQUEUE support bugs.nork2010-05-304-13/+32 * Update to 5.02arved2010-05-303-37/+79 * This is the patch.knu2010-05-301-0/+15 * Update to 3.00f with a quick fix applied.knu2010-05-302-4/+4 * - Upgrade to 0.4.7.kuriyama2010-05-302-4/+4 * Update to 1.3.12arved2010-05-305-32/+12 * Update to 1.6.0arved2010-05-303-20/+18 * Use RG Macroarved2010-05-301-1/+1 * - drop USE_GNUSTEP_PREFIXdinoex2010-05-30371-16022/+15839 * - Update to 1.3.2sylvio2010-05-302-4/+4 * - Update to 0.8.0sylvio2010-05-302-4/+4 * - Update to 0.10.7.2sylvio2010-05-303-4/+10 * - Update to 0.5.57sylvio2010-05-303-18/+25 * - Bump PORTREVISIONpgj2010-05-301-0/+1 * - Fix installation problempgj2010-05-301-0/+5 * - Upgrade to 1.4.45.kuriyama2010-05-302-29/+28 * Update to 5.7 snapshot 20100529rafan2010-05-302-1/+5 * - Update to 0.5.2mm2010-05-302-5/+4 * - Update to 1.2.1mm2010-05-302-4/+4 * - Update to 3.4.12mm2010-05-302-335/+102 * Temporary disable HAVE_KQUEUE by performance and stability issue.nork2010-05-301-1/+3 * - Update to 2.6.3gabor2010-05-302-5/+5 * Update to 2010.05.29.nork2010-05-302-4/+4 * Add flare 1.0.9, is distributed, and persistent key-value storagenork2010-05-3020-0/+593 * fix typo failing installdaichi2010-05-301-6/+6 * - update to 1.03leeym2010-05-302-4/+4 * Update to the 20100529 snapshot of GCC 4.6.0.gerald2010-05-308-64/+64 * - Update to 0.6.2wen2010-05-303-44/+90 * Ports modules update at Sunday 30 May 2010 at 00:09edwin2010-05-300-0/+0 * Update to RC2 of Wine 1.2. This is supposed to contain only fixes.gerald2010-05-304-8/+8 * net/isc-dhcp41-client:wxs2010-05-302-3/+18 * Update to 2.1.9wxs2010-05-305-125/+24 * Update to 5.7 snapshot 20100522rafan2010-05-302-1/+10 * - Register conflicts between games/oneko and games/oneko-sakura. [1]shaun2010-05-302-1/+5 * - Update to 0.13.6sylvio2010-05-302-4/+4 * - update to 0.07leeym2010-05-302-7/+7 * Tune up rc.d filedougb2010-05-302-10/+11 * - Update to 0.8sylvio2010-05-302-6/+5 * - Update to 0.7.33lwhsu2010-05-302-4/+4 * - update to 1.00002leeym2010-05-302-5/+4 * - Tarball rerolledsylvio2010-05-303-6/+11 * Make sure the bundled ffmpeg configure knows which compiler to use.kwm2010-05-301-0/+1 * - Update to 20100515sylvio2010-05-302-4/+4 * - update to 20100505leeym2010-05-292-4/+5 * - Update to 0.16lwhsu2010-05-292-16/+19 * - Update to 17.1sylvio2010-05-292-4/+4 * Update to mozc r28daichi2010-05-2913-108/+144 * Updated to use the RG macroniels2010-05-291-1/+1 * - Update to 20100524sylvio2010-05-294-42/+256 * Updated to use the RG macroniels2010-05-291-1/+1 * Chase xdotool shlib bumpwxs2010-05-291-1/+2 * - Update to 3.2.3sylvio2010-05-293-4/+5 * - Added conflicts lines.sylvio2010-05-291-0/+2 * - Update MASTER_SITE and WWWsylvio2010-05-292-4/+2 * - Update to 3.8.3sylvio2010-05-292-4/+4 * - Update to 2.8sylvio2010-05-292-4/+4 * - Update to 1.1.0sylvio2010-05-293-9/+7 * - Update to 2.25sylvio2010-05-293-17/+8 * - Upgrade to 0.4.1.kuriyama2010-05-293-5/+5 * - Add missing relayd.conf.sample to pkg-plistmm2010-05-291-0/+1 * - Fix SSL certificate paths to PREFIXmm2010-05-293-45/+223 * Get rid of USE_GCC=3.4kwm2010-05-292-3/+18 * Update to 0.8.29.kwm2010-05-293-10/+8 * Correct previous commit message.kwm2010-05-291-0/+1 * Get rid of USE_GCC=3.4kwm2010-05-291-1/+3 * Get rid of USE_GCC=3.4kwm2010-05-291-1/+5 * - update to 0.11leeym2010-05-292-6/+6 * - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.orgtota2010-05-297-7/+7 * Update to OOO320_m19.maho2010-05-292-5/+5 * - Update to r20100528amdmi32010-05-292-5/+5 * Add CONFLICTS: audio/libmpcdec and audio/musepack both install theshaun2010-05-292-0/+4 * Remove some patch files that should've gone with the last update.shaun2010-05-292-84/+0 * Ports modules update at Saturday 29 May 2010 at 00:09edwin2010-05-291-0/+2 * Update to the 20100527 snapshot of GCC 4.5.1.gerald2010-05-292-16/+16 * - Fixed "make package" when option WITH_PERL_EMBEDDED if offsylvio2010-05-291-0/+1 * List missing executable wrappers.knu2010-05-291-0/+2 * Fix build on 6.xmakc2010-05-292-1/+53 * Update to 5.13.3makc2010-05-293-8/+9 * - Update to 0.9.12sylvio2010-05-292-4/+4 * Update to 1.10.knu2010-05-292-5/+5 * Fix build error on clangbsdnork2010-05-291-0/+15 * Upgrade to 8.0.16 and make fetchable again.thierry2010-05-292-4/+4 * - Update to 3.3.19sylvio2010-05-292-24/+26 * - Update to 0.5.6sylvio2010-05-292-5/+5 * - Update to 2.8b30gahr2010-05-284-15/+23 * Update to 2010.05.28.nork2010-05-282-4/+4 * - Update to 1.12.0lwhsu2010-05-282-5/+4 * - Update to 0.1.3tota2010-05-283-6/+6 * - Update to 4.6.20090813mm2010-05-2836-507/+1105 * Update to 1.0.r1283lioux2010-05-282-4/+4 * - Update to 0.62wen2010-05-283-111/+182 * - Update to 3.17gahr2010-05-282-6/+5 * Update MASTER_SITESehaupt2010-05-281-1/+1 * - Update to 0.74wen2010-05-283-11/+6 * - Make assembly optimization deselectable (devel/binutils) [1]mm2010-05-281-10/+15 * Update to 1.6.2.kwm2010-05-283-17/+17 * Update to 0.2.6.kwm2010-05-285-17/+134 * Chase audio/libmodplug updateehaupt2010-05-2815-27/+28 * Update to 0.8.8.1ehaupt2010-05-283-5/+5 * A safer 'do file' for Perlpgollucci2010-05-285-0/+32 * Update to version 3.1.2danfe2010-05-282-4/+4 * - Add missing dependencewen2010-05-285-5/+10 * - Update to 1.0.0wen2010-05-282-7/+7 * Update to 2010.05.27 and Add LICENSE informations.nork2010-05-282-4/+7 * - Update to 1.3wen2010-05-282-5/+4 * - Update to 2.1.2wen2010-05-286-10/+16 * - RF -> RG checksum updatepgollucci2010-05-282-4/+4 * - Improve rc sciptswen2010-05-282-0/+34 * - Fix build by not looking for STREAMS headerssahil2010-05-281-0/+11 * - Update to 1.2wen2010-05-283-5/+24 * - Update to 0.8.1wen2010-05-282-4/+4 * - Update to 4.2.3pgollucci2010-05-282-4/+4 * - Upate to 1.4.1pgollucci2010-05-282-4/+4 * - Update to 2.5.10pgollucci2010-05-282-5/+4 * - Update to 2.0.16pgollucci2010-05-282-4/+4 * - Update to 0.8.5pgollucci2010-05-282-4/+4 * - Update to 1.2.3pgollucci2010-05-282-4/+4 * - Another RF -> RG distinfo changepgollucci2010-05-281-2/+2 * Ports modules update at Friday 28 May 2010 at 00:09edwin2010-05-281-0/+9 * Some ports have a rather hardcoded dependency on Subversion and specificallyobrien2010-05-283-4/+17 * Add support to build with GNOME keyring auth.obrien2010-05-284-0/+16 * - Another RF->RG deltapgollucci2010-05-281-2/+2 * - Use gtkhtml onlytabthorpe2010-05-282-21/+4 * - Forced commit to not mod_python is being moved to the Apache Atticpgollucci2010-05-280-0/+0 * - Only for 2.2+pgollucci2010-05-281-1/+1 * - Follow up to the RF->RG conversion. This is the 3rd one to have differentpgollucci2010-05-281-2/+2 * - Only for 2.2+pgollucci2010-05-282-4/+4 * - Fix the fetch. This one is on RF not RGpgollucci2010-05-281-1/+1 * - pet portlintpgollucci2010-05-282-6/+6 * - 2/3:pgollucci2010-05-2836-68/+68 * Drop build dependancy on xmlproc_parse. Its not needed.kwm2010-05-281-2/+0 * - 1/3:pgollucci2010-05-2836-37/+37 * Update to 1.2.1.kwm2010-05-282-4/+4 * Pass port to submitter of last PRjohans2010-05-281-1/+1 * Update to 2.30.3.kwm2010-05-28