CVS log for ports/databases/mysql++/Attic/Makefile
Up to [FreeBSD] / ports / databases / mysql++
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.44
Thu Sep 1 06:47:45 2011 UTC (5 months, 1 week ago) by bapt
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.43: +1 -1 lines
2011-09-01 astro/gkrellmoon: Abandonware 2011-09-01 astro/spacechart: Abandonware 2011-09-01 audio/adpcm: No more public distfiles 2011-09-01 audio/aube: Abandonware 2011-09-01 audio/festvox-aec: BROKEN for more than 6 month 2011-09-01 audio/gtkgep: Abandonware 2011-09-01 audio/gtkhirad: No more public distfiles 2011-09-01 audio/opmixer: No more upstream 2011-09-01 audio/swami: Abandonware 2011-09-01 audio/x11amp: Abandonware 2011-09-01 audio/xmms-sndstretch: No Master Site 2011-09-01 cad/linux-gid: No more public distfiles 2011-09-01 chinese/gbscript: No more public distfiles 2011-09-01 chinese/mplayer-fonts: No more public distfiles 2011-09-01 chinese/oxford: No more public distfiles 2011-09-01 chinese/vflib: No more public distfiles 2011-09-01 databases/mysql++: No more public distfiles 2011-09-01 databases/mysql_last_value: No Master Site 2011-09-01 databases/p5-DBIx-Table: No more public distfiles
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Aug 2 17:03:48 2011 UTC (6 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -0 lines
Deprecate some ports where I can't find distfiles and upstream
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:18 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Bump PORTREVISION for ports linking to default libmysqlclient.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:47 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:45 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -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
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 31 20:31:00 2009 UTC (2 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
- Resolve LATEST_LINK conflict
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 14 16:00:22 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +19 -26 lines
- Update to 2.1.1 PR: 130471 Submitted by: Ports Fury
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jan 5 17:27:27 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -7 lines
- Remove conditional checks relevant only on FreeBSD 5.x and older
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:28 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 19 09:18:31 2008 UTC (3 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Return laszlof's ports to the pool due to lack of time. Hat: portmgr
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 7 15:36:59 2006 UTC (5 years, 3 months ago) by laszlof
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update my email address in all ports that I maintain. Approved by: flz (mentor)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:33:14 2006 UTC (5 years, 3 months ago) by clsung
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -5 lines
- unbraek the port - add NOT_FOR_ARCHS=amd64 sparc64 - pass maintainership PR: ports/104477 Submitted by: Frank J dot Laszlo <laszlof_AT_vonostingroup dot com> Approved by: maintainer (Sergey Prikhodko)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Sep 17 01:22:53 2006 UTC (5 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -0 lines
BROKEN: Does not compile
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Apr 28 02:36:32 2006 UTC (5 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -4 lines
upgrade to 2.1.1 PR: 96434 Submitted by: maintainer
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:35:07 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Dec 15 18:41:40 2005 UTC (6 years, 1 month ago) by mnag
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +15 -10 lines
* databases/mysql++ 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]
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:21 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 4 00:29:16 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
- Update to 1.7.40 PR: ports/81843 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 9 21:59:39 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -3 lines
Update to latest version. Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>. PR: ports/80693 Submitted by: maintainer
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 12 13:47:20 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
- Update to 1.7.32 PR: ports/78724 Submitted by: maintainer
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Mar 6 16:03:01 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Update to 1.7.31 - Add files maintainer did not mention on previous update PR: ports/78469 Submitted by: maintainer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 5 06:47:29 2005 UTC (6 years, 11 months ago) by sem
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +11 -19 lines
- update to 1.7.30 - 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
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 8 17:25:12 2005 UTC (7 years ago) by sem
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Update to 1.7.28 PR: ports/77258 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 14 02:21:43 2005 UTC (7 years ago) by sem
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -12 lines
- Update to 1.7.27 - Pass maintainership to submitter PR: ports/76213 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Approved by: maintainer (timeout: 3+ monthes)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 20 21:31:15 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +15 -23 lines
- Update to 1.7.20 PR: ports/73516 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Approved by: maintainer timeout (2 weeks)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 19 01:21:58 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -0 lines
BROKEN on 5.x: Does not compile Approved by: portmgr (self)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 20 17:06:53 2004 UTC (7 years, 11 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Fix build on AMD64 by using GNU_CONFIGURE
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:04 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 14 16:47:39 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3 lines
- Fix build on 4.x - Silence portlint PR: ports/59547 Submitted by: Sergey Matveychuk <sem@ciam.ru>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 17 08:01:47 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
- Fix build Approved bu: maintainer Reported by: kris via bento
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 29 21:59:52 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +14 -13 lines
- Change patches for gcc 3.1 and gcc 3.2 with patch for gcc 3.3
(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>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 4 01:57:49 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -0 lines
Make port more localbase clean Noticed by: mysql-gui compilation attempts :-)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:15:00 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
De-pkg-comment.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 13 12:48:48 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +13 -5 lines
Fix build on -CURRENT and reduce compiler warning on 3.x. PR: ports/47467 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: Miklos Niedermayer <mico@vnet.hu>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 11 13:15:14 2002 UTC (10 years ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3 lines
update master sites
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 8 21:30:23 2001 UTC (10 years, 6 months ago) by dirk
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Upgrade to 1.7.9. PR: ports/29301 Submitted by: Miklos Niedermayer <mico@bsd.hu> (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 1 20:06:06 2001 UTC (10 years, 8 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Fix typo: INSTALL_SHLIB -> INSTALLS_SHLIB
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 7 22:28:27 2001 UTC (10 years, 11 months ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
Update MASTER_SITES: the port had some unfetchable distfiles. PR: 25591 Submitted by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 18 14:53:50 2001 UTC (10 years, 11 months ago) by dirk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -5 lines
Update to 1.7.8. PR: ports/25175 Submitted by: Miklos Niedermayer <mico@bsd.hu> (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 21 20:26:43 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -3 lines
o Add missing headers. o change redundency in pkg-comment. o forcing depends on mysql323-client. PR: 24126 Submitted by: maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 21 15:40:33 2001 UTC (11 years ago) by dirk
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:28:34 2000 UTC (11 years, 6 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -13 lines
Correct PLIST, Makefile, and portlint nits PR: 20084 Submitted by: Maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 21 05:12:16 2000 UTC (11 years, 6 months ago) by will
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
(Forced commit) The apologies actually go out to Erik H. Bakke <erikhb@bgnett.no>. :-(
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 21 05:06:54 2000 UTC (11 years, 6 months ago) by will
Branches: MAIN
Add mysql++, a C++ library API to MySQL. 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. :-(
