Commit graph

39 commits

Author SHA1 Message Date
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
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
agc
459a5bb28d Add RMD160 digests to the SHA1 ones 2005-02-23 18:49:17 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jmmv
aa9ddb13e1 Merge two patches fixing the same file (doscmd_loader.c); they were causing
problems as one was undoing changes done by the other.
2003-06-06 11:55:06 +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
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +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
agc
1672a7bfbd Rather than mark it as broken on all versions, use the ONLY_FOR_PLATFORM
definition to mark it as good for NetBSD/i386 1.[345]. Broken on 1.6 and
current systems, though.
2002-08-16 16:05:29 +00:00
agc
48e9a53ce4 Mark this package as broken - thanks to Matthias Drochner for the analysis.
- Makefile conflicts with bsd.pkg.mk. Maybe the system mk file
  is guilty in parts, but using it in a longliving pkg calls for trouble
  anyway...
- mmap() portability: without MAP_FIXED, we don't get what we need anymore.
- Some misguided change to use "objcopy", without considering the BSS,
  makes the emulator crash anyway.

Whilst these could be fixed, now is not the time...
2002-08-16 15:54:56 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
7e2fedb405 Move to sha1 digests, and add distfile sizes. 2001-04-20 10:49:52 +00:00
agc
d7d36b3561 + 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:57:56 +00:00
wiz
9c82eb852e Add patch provided by Andrew Dyer in pkg/11820 for better I/O support
for the printer port.
2001-03-16 13:59:54 +00:00
wiz
d51e0f9c2e Standardize patches. 2001-03-16 13:58:58 +00:00
wiz
63f93b3058 Fix documentation bug (PR #11821). 2001-02-27 17:20:09 +00:00
wiz
311d465268 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 18:38:11 +00:00
tsarna
9a481c3d69 Remove me as maintainer. I haven't used this in ages. 2000-12-24 21:44:31 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
christos
0fe4271bbf makemake makemakepatchpatchsumsum 1999-12-18 22:10:30 +00:00
christos
45bf2691a2 Use objcopy to make the binary file and load it directly,
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18 22:10:02 +00:00
christos
219f3b29a4 redo 1999-12-18 01:49:28 +00:00
christos
5f8c4e3ce0 typo in patch 1999-12-18 01:48:56 +00:00
christos
4a386d6675 New patch checksum 1999-12-18 01:46:51 +00:00
christos
eacffdb43a - Fix Makefile to work with elf
- Fix RO string that got written
- Add mmap() when we run ELF, because we need to map lomem
- Fix uninitialized reference in di->location
- Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-18 01:46:29 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
sommerfe
b59a4d1d8c sigaddset() on an automatic variable works much better if preceded by
sigemptyset().  (this used to work, by chance, when sigmasks fit in a
register).

doscmd now seems to work on 1.3I
1998-11-29 23:39:30 +00:00
hubertf
5d5202affd Add changes to compile on current; still works on 1.3(.1)
Reported and tested by Bernhard Riedel <bernhard@sdg.de>
1998-10-28 01:29:16 +00:00
frueauf
2ecee52ba8 Remove unnecessery blank lines. 1998-08-23 21:03:07 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
51f3ba3f68 Make this package install correctly if MANZ is defined. 1998-07-21 12:08:39 +00:00
tsarna
ebdad8f3b7 Improve wording 1998-07-19 18:08:50 +00:00
tsarna
1e5f78bc9c An MS-DOS emulator (NetBSD/i386 only) 1998-07-18 04:58:17 +00:00
tsarna
d461e99bc3 An MS-DOS emulator (NetBSD/i386 only) 1998-07-18 04:46:11 +00:00