aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql++1
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2017-12-081-12/+14
| | | | | | | | | | - Unsilence installation commands - Simplify installation Approved by: portmgr blanket Notes: svn path=/head/; revision=455777
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Cleanup plistBaptiste Daroussin2014-10-201-7/+0
| | | | Notes: svn path=/head/; revision=371255
* Convert to USES=libtool and add INSTALL_TARGET=install-stripTijl Coosemans2014-09-093-15/+6
| | | | Notes: svn path=/head/; revision=367776
* Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesAdam Weinberger2014-07-032-19/+19
| | | | | | | with PORTDOCS. And, fix a couple WITH_foo invocations. Notes: svn path=/head/; revision=360463
* Support STAGEDIR.Vanilla I. Shu2014-05-162-14/+13
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354188
* Fix package name collisionBaptiste Daroussin2013-10-141-2/+1
| | | | Notes: svn path=/head/; revision=330275
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225288
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* * databases/mysql++Marcus Alves Grando2005-12-152-8/+13
| | | | | | | | | | | | | | | | | | | | | Update to 2.0.7 Add SHA256 Add CONFLICTS * databases/mysql++1 [1] Add SHA256 Add CONFLICTS Add NO_LATEST_LINK * databases/Makefile Add mysql++1 PR: 89935 Submitted by: maintainer Repocopy by: marcus [1] Notes: svn path=/head/; revision=151256
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.7.40Pav Lucistnik2005-06-043-38/+8
| | | | | | | | PR: ports/81843 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Notes: svn path=/head/; revision=136771
* Update to latest version.Thierry Thomas2005-05-094-26/+357
| | | | | | | | | | Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>. PR: ports/80693 Submitted by: maintainer Notes: svn path=/head/; revision=134958
* - Update to 1.7.32Sergey Matveychuk2005-03-124-26/+5
| | | | | | | | PR: ports/78724 Submitted by: maintainer Notes: svn path=/head/; revision=131020
* - Update to 1.7.31Sergey Matveychuk2005-03-064-3/+25
| | | | | | | | | | - Add files maintainer did not mention on previous update PR: ports/78469 Submitted by: maintainer Notes: svn path=/head/; revision=130453
* - update to 1.7.30Sergey Matveychuk2005-03-053-53/+13
| | | | | | | | | | | | | - removed dependencies on perl and gmake - removed install procedure from Makefile ( thanks vanilla@ ) - fixed examples Makefile - removed unused files from examples dir PR: ports/78433 Submitted by: maintainer Notes: svn path=/head/; revision=130393
* - Update to 1.7.28Sergey Matveychuk2005-02-082-3/+3
| | | | | | | | PR: ports/77258 Submitted by: maintainer Notes: svn path=/head/; revision=128298
* - Update to 1.7.27Sergey Matveychuk2005-01-143-36/+31
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/76213 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Approved by: maintainer (timeout: 3+ monthes) Notes: svn path=/head/; revision=126395
* - Update to 1.7.20Pav Lucistnik2004-11-206-151/+95
| | | | | | | | | PR: ports/73516 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=122029
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-191-0/+5
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118274
* - Update WWW and kill whitespacePav Lucistnik2004-06-061-5/+5
| | | | | | | | PR: ports/67643 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110971
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Fix build on AMD64 by using GNU_CONFIGURETilman Keskinoz2004-02-201-1/+1
| | | | Notes: svn path=/head/; revision=101524
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix build on 4.xPav Lucistnik2003-12-142-3/+16
| | | | | | | | | | - Silence portlint PR: ports/59547 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=95802
* - Fix buildKirill Ponomarev2003-10-171-0/+1
| | | | | | | | Approved bu: maintainer Reported by: kris via bento Notes: svn path=/head/; revision=91494
* - Change patches for gcc 3.1 and gcc 3.2 with patch for gcc 3.3Kirill Ponomarev2003-09-293-53/+53
| | | | | | | | | | | | | | | (it includes both) - Utilize USE_MYSQL - Utilize DOCSDIR and EXAMPLESDIR - Realize NOPORTDOCS behaviour (at long last!) - Change ${WRKDIR}/${DISTNAME} with ${WRKSRC} - Maintainer timeout > 3 weeks PR: 56544 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=89840
* Make port more localbase cleanEdwin Groothuis2003-09-041-0/+3
| | | | | | | Noticed by: mysql-gui compilation attempts :-) Notes: svn path=/head/; revision=88471
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Fix build on -CURRENT and reduce compiler warning on 3.x.Norikatsu Shigemura2003-02-132-5/+15
| | | | | | | | | PR: ports/47467 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: Miklos Niedermayer <mico@vnet.hu> Notes: svn path=/head/; revision=75457
* update master sitesYing-Chieh Liao2002-02-111-2/+3
| | | | Notes: svn path=/head/; revision=54551
* Upgrade to 1.7.9.Dirk Froemberg2001-08-082-3/+2
| | | | | | | | PR: ports/29301 Submitted by: Miklos Niedermayer <mico@bsd.hu> (maintainer) Notes: svn path=/head/; revision=45986
* Fix typo: INSTALL_SHLIB -> INSTALLS_SHLIBJimmy Olgeni2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43414
* Update MASTER_SITES: the port had some unfetchable distfiles.Jimmy Olgeni2001-03-071-3/+1
| | | | | | | | PR: 25591 Submitted by: maintainer Notes: svn path=/head/; revision=39204
* Update to 1.7.8.Dirk Froemberg2001-02-185-20/+14
| | | | | | | | PR: ports/25175 Submitted by: Miklos Niedermayer <mico@bsd.hu> (maintainer) Notes: svn path=/head/; revision=38461
* o Add missing headers.FUJISHIMA Satsuki2001-01-213-3/+8
| | | | | | | | | | | o change redundency in pkg-comment. o forcing depends on mysql323-client. PR: 24126 Submitted by: maintainer Notes: svn path=/head/; revision=37419
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Correct PLIST, Makefile, and portlint nitsChris D. Faulhaber2000-08-013-19/+18
| | | | | | | | PR: 20084 Submitted by: Maintainer Notes: svn path=/head/; revision=31218
* Add mysql++, a C++ library API to MySQL.Will Andrews2000-07-217-0/+197
PR: 20063 Submitted by: Miklos Niedermayer <mico@bsd.hu> Apologies to: Mikhail Teterin <mi@aldan.algebra.com>, for never finishing work on his mysql++ port in PR 17588. :-( Notes: svn path=/head/; revision=30926