Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Aug 2014 17:26:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192448] New: databases/mysql-connector-odbc and DEFAULT_MYSQL_VER
Message-ID:  <bug-192448-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192448

            Bug ID: 192448
           Summary: databases/mysql-connector-odbc and DEFAULT_MYSQL_VER
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: timp87@gmail.com

databases/mysql-connector-odbc overwrites DEFAULT_MYSQL_VER, which is 55 at the
momemt, to 51.
Should it do that? What for? It builds and works with 55.

Look:

# Created by: sergey@migsoft.com.ua
# $FreeBSD: head/databases/mysql-connector-odbc/Makefile 353029 2014-05-05
16:24:00Z bapt $

PORTNAME=       mysql-connector-odbc
PORTVERSION=    5.1.9
CATEGORIES=     databases
MASTER_SITES=   ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR=     Connector-ODBC/5.1
PKGNAMESUFFIX=  -${DRIVER_MANAGER}-mysql${MYSQL_VER}

MAINTAINER=     sergey@network-asp.biz
COMMENT=        ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER}

USE_LDCONFIG=   yes
USE_MYSQL=      yes
DEFAULT_MYSQL_VER=      51
USES=           cmake

PLIST_SUB=      VER=${PORTVERSION}

PORTDOCS=       ChangeLog INSTALL \
                README README.debug COPYING
Licenses_for_Third-Party_Components.txt
......

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192448-13>