Summary: | [NEW PORT] databases/p5-DBD-mysql56: MySQL 5.6 driver for the Perl5 Database Interface (DBI) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rustem.alimov | ||||
Component: | Individual Port(s) | Assignee: | freebsd-perl (Nobody) <perl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ale | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
rustem.alimov
2013-02-18 20:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Author: ale Date: Tue Mar 5 09:36:13 2013 New Revision: 313443 URL: http://svnweb.freebsd.org/changeset/ports/313443 Log: Add perl runtime dependency for a few scripts (mysql_install_db is the main one). PR: ports/176255 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Modified: head/databases/mysql56-server/Makefile Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Tue Mar 5 07:57:10 2013 (r313442) +++ head/databases/mysql56-server/Makefile Tue Mar 5 09:36:13 2013 (r313443) @@ -43,6 +43,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc USE_MYSQL= yes WANT_MYSQL_VER= 56 +USE_PERL5_RUN= yes + LATEST_LINK= mysql56-server CONFLICTS_INSTALL= mysql-server-[34].* mysql-server-5.[0-57-9].* mariadb-server-5.* percona-server-5.* _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->feedback Why do we need it? Actually I think we could remove p5-DBD-mysql55, too. State Changed From-To: feedback->closed close by submitter request. |