Subject: CVS commit: pkgsrc/databases
From: Johnny C. Lam
Date: 2008-04-22 18:23:37
Message id: 20080422162337.18E20175D0@cvs.netbsd.org

Log Message:
Restructure the following packages:

	databases/sqsh
	databases/sqsh-motif
	databases/sqsh-x11

The latter two are now just databases/sqsh built with a specific set of
options.  Changes include:

+ Add options.mk that supports three options:

	sqsh-motif		Motif GUI
	sqsh-xaw		Athena GUI
	sybase-openclient	Use real Sybase

  Note that USE_SYBASE_OPENCLIENT is a legacy variable for the new
  global "sybase-openclient" option.

+ Remove Makefile.common and move all logic into sqsh/Makefile and
  sqsh/options.mk.

+ Remove section in patch-aa that tried to deal with termcap/curses
  issues for readline.  That is now automatically taken care of in
  pkgsrc through termcap.buildlink3.mk, which is included here
  indirectly by readline/buildlink3.mk.

+ Add full DESTDIR support.

+ Bump the PKGREVISION for sqsh, sqsh-motif and sqsh-x11 to 5.  All
  three packages now track and use the same PKGREVISION number.

Files:
RevisionActionfile
1.26modifypkgsrc/databases/sqsh/Makefile
1.9modifypkgsrc/databases/sqsh/distinfo
1.7modifypkgsrc/databases/sqsh-motif/Makefile
1.7modifypkgsrc/databases/sqsh-x11/Makefile
1.6modifypkgsrc/databases/sqsh/patches/patch-aa
1.1addpkgsrc/databases/sqsh/options.mk
1.13removepkgsrc/databases/sqsh/Makefile.common