Commit graph

44 commits

Author SHA1 Message Date
Mark Linimon
8cfa52471a Mark some ports failing to package on armv6, with errors classified as
"install_error".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 21:43:26 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Mathieu Arnold
d78beb132c 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
2016-04-25 16:17:31 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Baptiste Daroussin
3f86adbc94 Cleanup plist 2014-12-20 17:40:53 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
94fc3edbb6 Rename databases/ patch-xy patches to reflect the files they modify. 2014-07-28 15:51:59 +00:00
Mikhail Teterin
dc79c304d7 Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, why
this hasn't been caught before.

Notified by:	swills
2014-07-15 02:53:38 +00:00
Mikhail Teterin
b485957452 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.
2014-07-13 16:40:24 +00:00
Antoine Brodin
832c3ead7f 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
2014-03-06 20:44:49 +00:00
Pietro Cerutti
b8999e2cc2 - STAGE-clean
- Convert to USES=tcl
- Get rid of pkg-plist (PORTDOCS=*)
2014-02-17 13:56:48 +00:00
Eitan Adler
340579ca78 databases/tcl-Mysql depends on "rcsdiff" which has recently been removed from HEAD. 2013-10-07 20:11:41 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mikhail Teterin
9e001f125e Switch to using USE_MYSQL instead of explicitly depending on
mysqlclient library.

Suggested by:	Florian Smeets
2013-04-25 20:51:38 +00:00
Pietro Cerutti
fef02240ea - 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)
2013-04-23 11:51:52 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Mikhail Teterin
1603f64fa2 Convert to the USE_TCL. Bump PORTREVISION. 2010-01-19 04:34:17 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Ion-Mihai Tetcu
4009d2ebc3 - use DOCSDIR
- respect NOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
Approved by:	maintianer timeout
2008-06-18 07:18:15 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Mikhail Teterin
827b9dbfaa Ouch, remove debugging flags, which crept in with the previous commit. 2005-02-25 16:26:25 +00:00
Mikhail Teterin
f6d86f3ffe Fix a crash, that affected users of modern versions of MySQL.
Reported and tested by:	Yves Gurin <yvesguerin@yahoo.ca>
2005-02-25 16:25:33 +00:00
Mikhail Teterin
88138b7f28 Grr... Forgot to `cvs add' the new patches prior to committing. Again...
Reported by:	Robert Andrews
2004-11-12 17:17:43 +00:00
Mikhail Teterin
d9de5588ed 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
2004-11-11 18:06:27 +00:00
Mikhail Teterin
4732ff119c Explicitly spell the MASTER_SITE_SUBDIR out.
PR:	ports/67647
Submitted by: Roman Neuhauser
2004-06-07 01:23:52 +00:00
Mikhail Teterin
d17822e7e1 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.
2004-04-05 16:32:25 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Mikhail Teterin
727e83b1a7 This library should always have been linked with c++, rather than
cc, but we were able to get away with it previously. Not any more.
Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to
avoid unresolved __gxx_personality_v0 when trying to load the package
into the Tcl interpreter at run-time.

No PORTREVISION bump, since the port did not build on -current until
5 minutes ago, and the problem does not affect -stable.

Not Approved by: portmgr (Linnex would too cruel and too unusual anyway)
2002-11-27 01:00:57 +00:00
Mikhail Teterin
def45225d8 The newer, kinder C++ does not like it, when the default values
for functions' arguments are specified twice -- in the declaration
(sql-mysql.h) and in the definition (sql-mysql.cc). The added patch
removes the redundant defaults from the functions' definitions and fixes
the build on -current.

Submitted by:	bento
Not Approved by: portmgr -- no approval requested, since port did not build
2002-11-27 00:47:37 +00:00
Mikhail Teterin
b39fcf1f02 Point the WWW tag to the SourceForge too. 2002-11-25 11:54:38 +00:00
Edwin Groothuis
52669ed64d Fix master-site for databases/tcl-Mysql
PR:		ports/45668
Submitted by:	Glenn Trewitt <trewitt@trewitt.org>
2002-11-24 09:08:10 +00:00
Ruslan Ermilov
2b16d4118d Catch up to the new bsd.lib.mk API (the lib is not internal). 2002-07-21 17:23:29 +00:00
Mikhail Teterin
2016c8b433 Don't use TCL_STUBS -- bump up PORTREVISION. Be carefull not to
install an unpatched version of a document (.orig).
2001-10-31 06:48:58 +00:00
Dirk Froemberg
88d74bc517 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).
2001-01-21 15:40:47 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Ade Lovett
aeb00f7e3f Fix a number of issues in the code. See the PR for the long
and detailed explanation.  PORTREVISION bumped.

PR:		20058
Submitted by:	maintainer
2000-09-18 21:44:45 +00:00
Steve Price
a46043fd14 Update to use tcl-8.3.
PR:		19900
Submitted by:	maintainer
2000-07-16 19:51:40 +00:00
Steve Price
ed7f616289 Build with tcl8.2 instead of tcl8.0.
PR:		19108
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2000-07-10 02:13:02 +00:00
Michael Haro
3da86c6aa2 update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:49:07 +00:00
Michael Haro
6b9e19fe3d Update to January 14, 2000 release
PR:		16273
Submitted by:	Mikhail Teterin <mi@misha.cisco.com>
2000-01-22 09:22:52 +00:00
Steve Price
bb8bd53d53 Initial import of tcl-Mysql version 990813.
A Tcl modules for accessing MySQL databases.

PR:		13361
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-11-01 04:15:01 +00:00