summaryrefslogtreecommitdiff
path: root/misc/dialog
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+5
tech-pkg@.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-02-12bl3ifyminskim1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-08Since we're already patching Makefile to not install libdialog.a, patchdanw2-16/+24
it further to not even build it, and just link the objects in directly, to save us from having to drag in libtool so the library gets ranlibbed properly on darwin. PR 20487
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-15Get rid of the 'extern __inline__' nonsense, thus allowing this tojschauma2-11/+42
compile with non-gcc compilers. Ok jlam@.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-10Fix INCOMPAT_CURSES patterns to include all netbsd-1-[56] versions.salo1-3/+2
2003-04-07Bump the package revision. Pointed out by Matthias Scheler.jdc1-1/+2
2003-04-05Mark NetBSD 1.6 version as imcompatible.jdc1-1/+2
From PR 20834 by Stephen Borrill.
2002-09-21buildlink1 -> buildlink2jlam1-3/+3
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+2
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-04-22This package doesn't work with NetBSD 1.5 and 1.5.x's curses library.tron1-2/+3
Problem noted by Stephen Borrill in PR pkg/16286.
2001-11-30Remove commented-out USE_CURSES definition.jlam1-2/+1
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By usingjlam4-48/+43
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and the ncurses lib as libncurses.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-10fix some compilation warningswiz3-13/+40
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-2/+4
(only after bsd.prefs.mk inclusion)
2000-10-31Respect CFLAGS passed in from environmentjlam2-6/+8
2000-07-28Make use of new USE_CURSES functionality.jlam8-42/+484
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04works on solarisbouyer2-4/+4
1999-07-09Add package patch checksum files.agc1-0/+13
1999-07-06 * Update ncurses dependency.jlam3-21/+20
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-01-04Make dialog work on ELF too.frueauf1-3/+3
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc11-0/+22
1998-06-30Use "-I${PREFIX}/include" not "-I/usr/pkg/include".tron1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-05-26New "dialog" package supplied by Johnny C. Lam in PR pkg/4993.tron16-0/+404