summaryrefslogtreecommitdiff
path: root/devel/cdk
AgeCommit message (Collapse)AuthorFilesLines
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
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 providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-2/+2
to build with native curses.
2002-10-09Unused.wiz1-45/+0
2002-10-02use autoconf.mkdillo1-4/+4
2002-08-26Use buildlink2.jlam3-91/+26
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+34
buildlink2.mk files back into the main trunk.
2002-02-07buildlink.mk for devel/cdk provided in pkg/15517 by by Amitai Schlairjlam1-0/+45
<schmonz+netbsd@schmonz.com> with minor change by me.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-17Lose leading '(The|the) ' from COMMENTabs1-2/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-11-10Make this package work on Solaris.agc3-9/+32
1999-08-29Update cdk to 4.9.9. The 4.9.8 distfile is gone, necessitating this update.jlam8-66/+35
1999-07-09Add package patch-sum filesagc1-0/+10
1999-07-06 * Update to cdk-4.9.8.jlam13-202/+269
* Update ncurses dependency. * Update MASTER_SITE and HOMEPAGE to new locations. * Libtoolize library build.
1999-01-21Make this one work with MANZ set too.frueauf2-23/+17
1998-12-02pkglint: add missing rcs id.frueauf1-0/+2
1998-12-01Initial import of cdk-4.9.6garbled13-0/+342
the Curses Development Kit