-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Avoid shouting in version names. Users may still set MYSQL_VERSION_DEFAULT to "MARIADB104", but it is preferred to switch to "mariadb104". - Set the correct variables in BUILD_DEFS_EFFECTS and _SYS_VARS. - Instead of hardcoding library names with per-OPSYS logic and testing for their existence to see if the package is installed, do it the correct way using pkg_info(1). - Make it easier to add new MySQL versions. - Avoid unnecesary variables. Use bmake(1) slices to select the first item in a list rather than a temporary variable. - Improve documentation. Based on a patch I've had sitting in the joyent/pkgsrc tree for far too many years. No functional change other than the switch to lowercase package names by default. Tested in a bulk build with additional Percona packages.
- Loading branch information
Showing
1 changed file
with
78 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters