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:           Tue Apr 22 16:23:37 UTC 2008

Modified Files:
        pkgsrc/databases/sqsh: Makefile distinfo
        pkgsrc/databases/sqsh-motif: Makefile
        pkgsrc/databases/sqsh-x11: Makefile
        pkgsrc/databases/sqsh/patches: patch-aa
Added Files:
        pkgsrc/databases/sqsh: options.mk
Removed Files:
        pkgsrc/databases/sqsh: Makefile.common

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.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/databases/sqsh/Makefile
cvs rdiff -r1.13 -r0 pkgsrc/databases/sqsh/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/sqsh/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/databases/sqsh/options.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/sqsh-motif/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/sqsh-x11/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/sqsh/patches/patch-aa

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