Bug 56062 - fix MYSQL related typo in bsd.port.mk
Summary: fix MYSQL related typo in bsd.port.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-28 01:50 UTC by Yen-Ming Lee
Modified: 2003-08-28 04:58 UTC (History)
0 users

See Also:


Attachments
bsd.port.mk.diff (645 bytes, patch)
2003-08-28 01:50 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee 2003-08-28 01:50:17 UTC
s/MYSQL_323_LIBVER/MYSQL323_LIBVER/g

this typo cause the ports failed to check if mysql-3.23 is installed.

How-To-Repeat: 
1. install mysql-3.23
2. change directory into any port with USE_MYSQL
3. run "make -V MYSQL_VER"
4. it shows "40" (default version).
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-08-28 02:32:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to portmgr.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-08-28 04:58:21 UTC
State Changed
From-To: open->closed

Committed, thanks!