summaryrefslogtreecommitdiff
path: root/devel/nbitools
AgeCommit message (Collapse)AuthorFilesLines
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-07-05* Modify comments in installed config files to match what's happening.jlam5-54/+34
* Modify xmkmf so that we can override the imake command invoked via an environment variable IMAKE_CMD. * Drop the nbitools/buildlink3.mk file as it's no longer used by either canna or sj3 for package builds. Bump the PKGREVISION to 4.
2006-06-17Fixed some pkglint warnings.rillig2-13/+12
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-25modified patch-ag for IRIX and Solaris, closing pkg/27267schwarz2-10/+25
2005-12-02Add DragonFly support. Bump revision due to PLIST change.joerg9-11/+420
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam2-4/+4
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-08Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teachminskim5-8/+74
nbitools more about Darwin.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Correct a preprocessor directive to make this package build on Darwin.minskim2-4/+4
Patch provided by MOCHIDA Shuji in PR pkg/29889.
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-18Let packages that require nbitools use GNU make on Linux, becauseminskim1-1/+7
imake in nbitools generates Makefile that needs GNU make on Linux.
2004-12-30Use GNU make on Linux because imake generates Makefile that requiresminskim1-1/+7
GNU make.
2004-12-28Include sys/stat.h to use "struct stat" on Linux.minskim2-7/+7
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-04-29Change an argument passed to cpp so that it will not confuse buildlink3.minskim4-8/+18
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05Not used any more.minskim2-132/+0
2004-03-05bl3ify and enable pkgviews installation.minskim1-1/+5
2004-03-05Match the new buildlink3.mk template.minskim1-10/+9
2004-03-05Make Canna* packages use the buildlink framework. It will fix theminskim1-0/+25
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-02-24Include buildlink2.mk to make .tmpl files available to itools/xmkmf.minskim1-3/+3
This will fix build problems of inputmethods/sj3-*. Noted by Ishihara on tech-pkg-ja@jp.NetBSD.org.
2004-02-21Fix location of CPP when using MacOSX, and include <sys/types.h> andxtraeme3-1/+29
others as well to fix building, patches provided by Hiramatu Yosifumi in PR pkg/24348.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-25Build dependency suffices.wiz1-1/+2
2002-10-25Add buildlink2.mk.wiz1-0/+122
2002-06-03Import nbitools-6.3sakamoto11-0/+286
The itools-R6.3 distribution contains imake, X11 configuration files, makedepend, xmkmf, mkdirhier, imboot, msub, and imdent. http://www.kitebird.com/imake-book/ nbitools-R6.3 is rearchived with NetBSD-current/xsrc. Approved by agc, for inputmethod/{canna-*,sj3-*}