summaryrefslogtreecommitdiff
path: root/databases/sqsh-motif
AgeCommit message (Collapse)AuthorFilesLines
2016-12-30Fix options framework abuse by sqsh*.wiz2-10/+22
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-4/+1
2008-04-24Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This isjlam1-1/+4
only necessary because PKG_DESTDIR_SUPPORT must be defined before bsd.prefs.mk is included.
2008-04-23Include bsd.prefs.mk so that the options appended by the package Makefilejlam1-1/+3
take precedence.
2008-04-22Restructure the following packages:jlam1-14/+8
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04In the Makefile.common, remove the freetds subdirectory for thereed1-2/+2
path to the buildlink files. This is due to changes I made to the freetds installation. Fix "man" to PKGMANDIR while I am here. Bump PKGREVISION for all three packages (as the location of libct is uses is different due to the freetds change). I didn't test sqsh-motif packaging, as I couldn't get openmotif to build at this time.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Convert to bl3.wiz1-2/+2
2004-03-29Initial import of sqsh-motif-2.1 into the NetBSD packages collection.grant1-0/+17
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables motif support.