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:01:42 UTC 2008

Modified Files:
        pkgsrc/databases/mysql4-client: Makefile Makefile.common
        pkgsrc/databases/mysql4-server: Makefile

Log Message:
+ Honor PKGINFODIR in mysql4-client.

+ 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
  mysql4-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 mysql4-client to 3.

The PKGREVISION of mysql4-server remains unchanged since there are
no user-visible changes to the binary package.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/databases/mysql4-client/Makefile
cvs rdiff -r1.60 -r1.61 pkgsrc/databases/mysql4-client/Makefile.common
cvs rdiff -r1.34 -r1.35 pkgsrc/databases/mysql4-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