Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/p5-Mysql/Makefile

[BACK] Up to [FreeBSD] / ports / databases / p5-Mysql

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:38:34 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Oct 17 04:35:00 2011 UTC (3 months, 3 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +0 -1 lines
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Feb 16 20:43:15 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
- Reset Maintainer

PR:		131742
Submitted by:	"Sergey N. Voronkov" <serg@tmn.ru> (maintainer)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Feb 13 15:31:10 2009 UTC (2 years, 11 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Pass maintainership to submitter

Submitted by:	Sergey Voronkov via freebsd-ports@

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:24:33 2008 UTC (3 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Apr 2 17:54:41 2007 UTC (4 years, 10 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -12 lines
- Remove old Perl support from unmaintained ports in categories starting
  with letter b-f

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jun 25 15:29:07 2006 UTC (5 years, 7 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +0 -1 lines
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 26 19:32:28 2006 UTC (5 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Allow build against mysql-client 4.X

PR:		ports/83373
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Mar 24 06:23:40 2006 UTC (5 years, 10 months ago) by linimon
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Reset jedgar as maintainer; has not responded to email about status.

Hat:		portmgr

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Dec 26 17:25:49 2003 UTC (8 years, 1 month ago) by nork
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -6 lines
add CONFLICTS, use USE_MYSQL.

PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:01:26 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 16 05:43:50 2003 UTC (8 years, 4 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -2 lines
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:44:10 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -2 lines
Update to 1.2219 and include support for MySQL 4.0.

PR:		ports/48742
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	maintainer timeout (about 3weeks)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:58:29 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:55:00 2001 UTC (10 years, 8 months ago) by jedgar
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, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update port to 1.2216

Submitted by:	 Pete Fritchman <petef@databits.net>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 20 17:57:00 2001 UTC (10 years, 10 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Correct perl usage in the pre-configure target.

PR:		25810
Submitted by:	Aaron D. Gifford <agifford@infowest.com>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 1 06:38:20 2001 UTC (10 years, 11 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -4 lines
Remove do-configure section, use PERL_CONFIGURE now.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jan 21 15:40:35 2001 UTC (11 years ago) by dirk
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +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.32: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:14:58 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Oct 12 19:59:19 2000 UTC (11 years, 4 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
- Update port to 1.2215
- Add WWW

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jul 31 09:53:52 2000 UTC (11 years, 6 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to version 1.2214

PR: 20246
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jun 17 02:36:30 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -4 lines
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 22 22:25:21 2000 UTC (11 years, 9 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Upgrade
    p5-Errno => 1.09
    p5-File-BasicFlock => 98.1202
    p5-File-Sync => 0.09
    p5-Filter => 1.18
    p5-HTML-Parser => 3.07
    p5-IO-Tty => 0.03
    p5-IO-stringy => 1.210
    p5-Mysql => 1.2213
    p5-Net => 1.703
    p5-Storable => 0.6.11
    p5-URI => 1.06
    p5-libwww => 5.48

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:48:46 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 17 15:41:49 2000 UTC (11 years, 11 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Update port to 1.2210

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 22 14:05:26 1999 UTC (12 years, 1 month ago) by jedgar
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -2 lines
Add Y2K link

PR:		15176

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 6 00:53:51 1999 UTC (12 years, 2 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
RUN_DEPENDS need to be the same as BUILD_DEPENDS. (think packages)

PR:		15153
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
Reviewed by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 27 05:00:17 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -8 lines
* Update from 1.2016 to 1.2209
* Volunteer to take over this port (recently relinquished
  by vanilla@freebsd.org)
* Change BUILD_DEPENDS ${PREFIX} -> ${LOCALBASE} as required by
  portlint
* Configure for noninteractive configure with MySQL only
* Reflect change of DBD:mysql module location
* Reflect change of DBD:mysql man page

PR:		14969
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Nov 12 07:16:05 1999 UTC (12 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Remove myself from MAINTAINER.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:41:19 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:21:28 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Change Id->FreeBSD.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jul 1 09:06:31 1999 UTC (12 years, 7 months ago) by dirk
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Switch from mysql322 to mysql322-client and mysql322-server.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 12 11:57:57 1999 UTC (13 years ago) by dirk
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Sync version number (5 -> 6) of libmysqlclient with mysql322.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 21 17:54:48 1999 UTC (13 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -6 lines
Upgrade to 1.2016.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 18 15:37:58 1999 UTC (13 years ago) by dirk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -5 lines
Don't try to find out which mysql version is installed.
Use a simple library dependency to mysql322.
The "autodetection" introduces more problems than it solves.

Requested by:	Satoshi

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 14 21:22:26 1999 UTC (13 years, 1 month ago) by dirk
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -3 lines
Change the dependencies to MySQL:

The default is mysql322 now, but take mysql321 if it is installed.

(mysql321 installs a static libmysqlclient.a only, mysql322 installs a
static and shared version of the library. Note that the build dependency
to mysql321 is a no op actually. It is in there to improve understanding(?).)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 8 20:33:45 1999 UTC (13 years, 1 month ago) by billf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3 lines
unBROKEN_ELF this port.

On October 12 this port was marked BROKEN_ELF by jsegar because it
depended on the then BROKEN_ELF databases/mysql321. mysql321 was
unBROKEN_ELF'd by jsegar 4 days later, but this port remained BROKEN_ELF
until now.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 26 21:28:59 1998 UTC (13 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Portlint.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 7 05:34:35 1998 UTC (13 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
Remove the trailing '/' from *_DEPENDS definitions.

Caught by: A little perl script for INDEX generation that Satoshi
           and I are working on. :)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 12 04:26:22 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
Mark BROKEN for ELF: depends on BROKEN mysql-3.21.33

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 15 21:31:32 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Use ${PERL5} wherever appropriate.  Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 6 19:28:04 1998 UTC (13 years, 5 months ago) by andreas
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
use stable mysql port

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 31 14:02:06 1998 UTC (13 years, 5 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Upgrade to 1.2003.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 18 03:07:07 1998 UTC (13 years, 5 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -11 lines
Upgrade to 1.2001, and set myself as maintainer.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 6 15:13:09 1998 UTC (13 years, 6 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -9 lines
Upgrade to 1.1833, and make it compatible with perl5.00501.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 4 19:07:02 1998 UTC (13 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -5 lines
Update to version 1.1831

PR:		6765

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 17 13:58:57 1997 UTC (14 years, 4 months ago) by jfitz
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -7 lines
Upgrade to v1.1810

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 14 02:55:05 1997 UTC (14 years, 5 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -13 lines
Mass upgrade of CPAN ports:
	p5-Apache		->	1.00b2
	p5-Array-PrintCols	->	2.0
	p5-C-Scan		->	0.4
	p5-DBD-Pg		->	0.62
	p5-Data-Flow		->	0.05
	p5-Devel-Peek		->	0.83
	p5-HTML-Stream		->	1.40
	p5-HTTPD-Tools		->	0.55
	p5-Image-Size		->	2.4
	p5-IniConf		->	0.92
	p5-Msql			->	1.1809
	p5-Mysql		->	1.1809
	p5-PGP			->	0.3a
	p5-Pg			->	1.6.1
	p5-Tk			->	402.002
	p5-WWW-Search		->	1.010
	p5-libwww		->	5.12

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 24 18:43:26 1997 UTC (14 years, 7 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jun 18 19:39:25 1997 UTC (14 years, 7 months ago) by jfitz
Branches: CPAN
CVS tags: v1_17
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of a perl5 module for accessing MySQL databases

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 19:39:25 1997 UTC (14 years, 7 months ago) by jfitz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options