notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/tcl-Mysql/Makefile
SVNWeb

Number of commits found: 33

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 27 May 2017
[ 21:43 linimon search for other commits by this committer ] Original commit   Revision:441879 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing to package on armv6, with errors classified as
"install_error".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414019 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 20 Dec 2014
[ 17:40 bapt search for other commits by this committer ] Original commit   Revision:375020 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 15 Jul 2014
[ 02:53 mi search for other commits by this committer ] Original commit   Revision:361851
Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, why
this hasn't been caught before.

Notified by:	swills
Sun, 13 Jul 2014
[ 16:40 mi search for other commits by this committer ] Original commit   Revision:361694
Though I can not reproduce the error cited by the previous committer
in the commit log with neither g++, clang++, nor clang++33, I'll
try to fix it anyway. Unbreak.
Thu, 6 Mar 2014
[ 20:44 antoine search for other commits by this committer ] Original commit   Revision:347322
Mark BROKEN: Does not build

c++ -fpic -DPIC  -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4
-I/usr/local/include/mysql -c
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error:
tcl.h: No such file or directory
In file included from
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3,
                 from
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2:
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member
function 'virtual Sql_row* Sql_interface::fetchrow(int)':
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error:
'NULL' was not declared in this scope
...

Reported by:	pkg-fallout
Mon, 17 Feb 2014
[ 13:56 gahr search for other commits by this committer ] Original commit   Revision:344750
- STAGE-clean
- Convert to USES=tcl
- Get rid of pkg-plist (PORTDOCS=*)
Mon, 7 Oct 2013
[ 20:11 eadler search for other commits by this committer ] Original commit   Revision:329731
databases/tcl-Mysql depends on "rcsdiff" which has recently been removed from
HEAD.
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Thu, 25 Apr 2013
[ 20:51 mi search for other commits by this committer ] Original commit   Revision:316532
Switch to using USE_MYSQL instead of explicitly depending on
mysqlclient library.

Suggested by:	Florian Smeets
Tue, 23 Apr 2013
[ 11:51 gahr search for other commits by this committer ] Original commit   Revision:316351 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
Tue, 19 Jan 2010
[ 04:34 mi search for other commits by this committer ] Original commit 
Convert to the USE_TCL. Bump PORTREVISION.
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Wed, 18 Jun 2008
[ 07:18 itetcu search for other commits by this committer ] Original commit 
- use DOCSDIR
- respect NOPORTDOCS
- bump PORTREVISION

Submitted by:   QA Tindy run
Approved by:    maintianer timeout
Wed, 9 Apr 2008
[ 13:42 pav search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Fri, 25 Feb 2005
[ 16:25 mi search for other commits by this committer ] Original commit 
Fix a crash, that affected users of modern versions of MySQL.

Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
Thu, 11 Nov 2004
[ 18:06 mi search for other commits by this committer ] Original commit 
Make buildable with newer MySQL clients -- 4 and 5 -- but keep
compatible with the 3 -- mysql_error now returns `const char *', and
there is no mysql_connect any more. Default to MySQL-4.x for now. Bump
PORTREVISION.

Reported by:    Robert Andrews
Mon, 7 Jun 2004
[ 01:23 mi search for other commits by this committer ] Original commit 
Explicitly spell the MASTER_SITE_SUBDIR out.

PR:     ports/67647
Submitted by: Roman Neuhauser
Mon, 5 Apr 2004
[ 16:32 mi search for other commits by this committer ] Original commit 
After some hesitation and nudging from Kris make the following changes:

        . make compile with and default to Tcl-8.4 (8.3 is still possible)
          (this necessitated PORTREVISION bump :\)
        . don't link in -lgcc -- should've used gcc_pic anyway, but this
          is not really needed at all, it seems;
        . don't require a particular version of mysqlclient library.
Fri, 7 Mar 2003
[ 05:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sun, 24 Nov 2002
[ 09:08 edwin search for other commits by this committer ] Original commit 
Fix master-site for databases/tcl-Mysql

PR:             ports/45668
Submitted by:   Glenn Trewitt <trewitt@trewitt.org>
Wed, 31 Oct 2001
[ 06:48 mi search for other commits by this committer ] Original commit 
Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to   install an
unpatched version of a document (.orig).    
Sun, 21 Jan 2001
[ 15:40 dirk search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch from mysql322-{client,server} to mysql323-{client,server}.    
Tue, 16 Jan 2001
[ 17:33 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 365 ports in this commit are shown above. View all ports for this commit)
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Mon, 18 Sep 2000
[ 22:44 ade search for other commits by this committer ] Original commit 
Fix a number of issues in the code.  See the PR for the long   and detailed
explanation.  PORTREVISION bumped.    
Sun, 16 Jul 2000
[ 20:51 steve search for other commits by this committer ] Original commit 
Update to use tcl-8.3.    
Mon, 10 Jul 2000
[ 03:13 steve search for other commits by this committer ] Original commit 
Build with tcl8.2 instead of tcl8.0.    

Number of commits found: 33