| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
starting with D
|
|
|
|
|
|
|
|
| |
- respect NOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run
Approved by: maintianer timeout
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
| |
Reported and tested by: Yves Gurin <yvesguerin@yahoo.ca>
|
|
|
|
| |
Reported by: Robert Andrews
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/67647
Submitted by: Roman Neuhauser
|
|
|
|
|
|
|
|
| |
. 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.
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/45668
Submitted by: Glenn Trewitt <trewitt@trewitt.org>
|
| |
|
|
|
|
| |
install an unpatched version of a document (.orig).
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
|
|
|
|
|
|
| |
and detailed explanation. PORTREVISION bumped.
PR: 20058
Submitted by: maintainer
|
|
|
|
|
| |
PR: 19900
Submitted by: maintainer
|
|
|
|
|
| |
PR: 19108
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
|
| |
|
|
|
|
|
| |
PR: 16273
Submitted by: Mikhail Teterin <mi@misha.cisco.com>
|
|
A Tcl modules for accessing MySQL databases.
PR: 13361
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
|