pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: jlam
Date: Thu Mar 6 16:50:38 UTC 2008
Modified Files:
pkgsrc/databases/mysql5-client: Makefile Makefile.common
pkgsrc/databases/mysql5-server: Makefile
Log Message:
+ Remove explicit naming of "-lncurses -ltermcap" as the way to get
the termcap libraries. Including termcap.buildlink3.mk (indirectly
through including readline/buildlink3.mk) will do the right thing.
+ Remove readline dependency from Makefile.common and add it into
mysql5-client/Makefile. Only the -client package needs and uses
readline. The -server package only "needs" it to placate the
configure script, but none of its installed binaries are linked
against it.
+ Add full DESTDIR support to the -client and -server packages.
Bump the PKGREVISION of mysql5-client to 3.
The PKGREVISION of mysql5-server remains unchanged since there are
no user-visible changes to the binary package.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/databases/mysql5-client/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/databases/mysql5-client/Makefile.common
cvs rdiff -r1.21 -r1.22 pkgsrc/databases/mysql5-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index