Commit graph

35 commits

Author SHA1 Message Date
dholland
4bddc96cf1 Needs USE_TOOLS perl:run. PKGREVISION -> 6. 2011-10-02 22:49:49 +00:00
jym
3bdb2fe89f check-interpreter fix. 2011-07-03 19:45:14 +00:00
hauke
8274027ffe The distribution patch under work/nbitools-R6.3/config/md.patch breaks
with GNU patch, hurting !NetBSD pkgsrc platforms. Replace the patch with
patch-a{m,n,o}, and remove the pre-patch target.

The pkglint
ERROR: Makefile:24: Invalid tool syntax: "${IMAKE_TOOLS:Nimake}".
appears to be bogus, given an identical expression is used in
<mk/tools/imake.mk>.
2010-11-25 15:17:50 +00:00
tnn
bfc64bb6b2 NOT_FOR_UNPRIVILEGED= yes 2009-09-11 18:47:55 +00:00
obache
3c89962076 marked as destdir support. 2009-08-29 09:31:23 +00:00
taca
c20ad6435d Apply md.patch in config/makedepend directory to avoid conflict
with getline(3).
2009-08-11 15:10:14 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
ee43593a4d make MAKE_JOBS_SAFE to NO. 2008-11-10 05:06:45 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
jlam
403042f126 * Modify comments in installed config files to match what's happening.
* 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-07-05 04:59:47 +00:00
rillig
ec81a06f51 Fixed some pkglint warnings. 2006-06-17 16:50:27 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
schwarz
8c91924c95 modified patch-ag for IRIX and Solaris, closing pkg/27267 2006-02-25 17:31:57 +00:00
joerg
18964f421e Add DragonFly support. Bump revision due to PLIST change. 2005-12-02 22:59:40 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
minskim
e1878b980e Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teach
nbitools more about Darwin.
2005-05-08 03:14:35 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
6915b48100 Correct a preprocessor directive to make this package build on Darwin.
Patch provided by MOCHIDA Shuji in PR pkg/29889.
2005-04-05 15:22:11 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
minskim
c2741b2e57 Let packages that require nbitools use GNU make on Linux, because
imake in nbitools generates Makefile that needs GNU make on Linux.
2005-01-18 17:05:21 +00:00
minskim
2ecbd51e17 Use GNU make on Linux because imake generates Makefile that requires
GNU make.
2004-12-30 00:04:56 +00:00
minskim
48c25be4e3 Include sys/stat.h to use "struct stat" on Linux. 2004-12-28 10:30:58 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
minskim
8a155b4b9e Change an argument passed to cpp so that it will not confuse buildlink3.
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29 18:59:25 +00:00
minskim
96e676e7c4 Not used any more. 2004-03-05 21:25:28 +00:00
minskim
5ccc558c9d bl3ify and enable pkgviews installation. 2004-03-05 21:15:53 +00:00
minskim
21445b6848 Match the new buildlink3.mk template. 2004-03-05 21:08:52 +00:00
minskim
7b11ce524f Make Canna* packages use the buildlink framework. It will fix the
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-03-05 19:09:22 +00:00
minskim
226f950457 Include buildlink2.mk to make .tmpl files available to itools/xmkmf.
This will fix build problems of inputmethods/sj3-*.  Noted by Ishihara
on tech-pkg-ja@jp.NetBSD.org.
2004-02-24 22:10:39 +00:00
xtraeme
0fb1b74bd0 Fix location of CPP when using MacOSX, and include <sys/types.h> and
others as well to fix building, patches provided by Hiramatu Yosifumi
in PR pkg/24348.
2004-02-21 07:09:50 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
6a4266ca56 Build dependency suffices. 2002-10-25 17:12:51 +00:00
wiz
7b2317a534 Add buildlink2.mk. 2002-10-25 17:02:29 +00:00
sakamoto
1fed83442a Import nbitools-6.3
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-*}
2002-06-03 09:53:46 +00:00