Commit graph

37 commits

Author SHA1 Message Date
wiz
29abbd1c1b Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
2007-01-31 00:04:11 +00:00
rillig
0fce61e7ee Fixed pkglint warnings. 2006-03-12 14:31:23 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
0bffa7661b Depend on system makeinfo and fix build on DragonFly. 2006-02-26 16:26:08 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
276224699b Update MASTER_SITES, and add SITES_* for wmemu2b.zip. 2005-04-18 11:42:23 +00:00
wiz
380d1da4cb Make build on 2.0. 2005-04-18 11:42:12 +00:00
agc
2ac6df6686 Add RMD160 digests 2005-02-24 10:16:52 +00:00
kristerw
d0a953bff8 Adjust after update of cross/binutils, and bump PKGREVISION
for the packages depending on it.
2004-07-09 20:48:15 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jmc
c0e8931c45 Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.h
gets generated when it uses /usr/bin/cpp
2003-08-04 21:07:48 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
e761d4ffe9 Fix path on mastersite (moved to old/, since newer version out). 2002-10-03 16:13:16 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
skrll
e80c28e4bf Move to sha1 digests, and add distfile sizes. 2001-04-21 09:36:23 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
wiz
d43a634d60 Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.
Fixes pkg/7006.
2001-03-10 21:15:26 +00:00
wiz
6c0ff6d279 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:04:52 +00:00
fredb
b24ade536b Move this into .../COMMON/patches-egcs/, where it belongs. 2000-09-30 19:04:24 +00:00
fredb
18b224db82 In fix-header, warning() becomes cpp_warning(), to make this build again. 2000-09-29 10:08:31 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
419f0da378 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:07:31 +00:00
fredb
a2002f7072 Regen files/md5, generate files/patch-sum. Closes PR 8538. 1999-11-10 06:48:45 +00:00
tv
ccc8b40071 Major `cross' category overhaul. Clean up the shared Makefiles; move all
binutils stuff (except gas) to a shared, multiple-target binutils build;
reduce extract and compile times by being more specific with files and
targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist
tree; add 4.4BSD a.out archive support to binutils.
1999-01-04 22:37:29 +00:00
tv
924bba8e08 Fix location of wmemu2b.zip. 1998-08-26 19:35:37 +00:00
tsarna
ebf30deb93 Better HOMEPAGE 1998-08-26 14:20:26 +00:00
frueauf
fae96fc80c Set default MAINTAINER. 1998-08-23 20:40:23 +00:00
tv
c1546b7570 This patch needs to be relative to ${WRKSRC}. 1998-08-13 13:30:57 +00:00
tv
d688042d15 Remove v2misc dist subdirectory. Not used for either DJGPP distfile. 1998-08-12 13:35:00 +00:00
tv
d83206c83a Add i386-msdosdjgpp, a cross environment for a target of MS-DOS on 386+
with DPMI.  (Includes Win'95 and WinNT command windows.)
1998-08-12 12:30:58 +00:00