Commit graph

44 commits

Author SHA1 Message Date
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +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
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
wiz
44c3d794a9 Standardize. 2002-09-12 17:05:15 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
zuntum
b427eb87ce Move pkg/ files into package's toplevel directory 2001-10-31 20:24:14 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
871c5f4103 Move to sha1 digests, and add distfile sizes. 2001-04-18 11:21:02 +00:00
agc
4274f13ce5 + 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:10:18 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
dmcmahill
397872a048 - don't try and execute "sysctl -n machdep.booted_kernel" unless we're on
i386.  Fixes recently noted strange error messages when trying to build
  on arch's which don't support this sysctl.
2000-09-02 17:01:27 +00:00
fredb
ec53f99c60 Get the name of the current kernel only once. 2000-07-31 20:30:15 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
drochner
3d88dfdba4 extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin 2000-05-12 18:20:17 +00:00
wiz
e630a3d73b replace true & false by ${TRUE} & ${FALSE} 2000-02-05 18:17:51 +00:00
wiz
91320a7e12 check for COMPAT_NOMID, too 2000-01-11 00:20:54 +00:00
fredb
8b0f3c8859 Simplify invocation of "sysctl". 2000-01-10 08:00:31 +00:00
wiz
cae81499cb recognize if necessary compatibility options are in the kernel;
stop if not
2000-01-10 00:16:11 +00:00
wiz
56f06d023d Be more verbose about needing COMPAT_12 in kernel; inspired by
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
2000-01-08 05:07:36 +00:00
wiz
603046bceb updated from 2.01 to 2.02, homepage added, lines reordered for pkglint
Authors' what's new: Minor bugfixing, changes in documentation.
1999-12-23 23:39:57 +00:00
hubertf
4b8340fc0b more NO_CDROM fixup 1999-11-23 16:54:39 +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
tv
f798896adb Make the extract quiet. 1999-05-22 21:47:01 +00:00
tv
3792151f6a Do not install a text file as a manpage; put it in share/doc/rar. 1999-05-22 21:35:59 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
hubertf
9726f817be Don't try to strip non-native-format binary.
(The latest binutils-based strip can do this if you tell it which
obj-format the binary is, but 1.3.x doesn't support this. Plus, that
BSDi(?)-binary is stripped anyways.)
1999-03-28 15:34:24 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
4a882b7d0c Update package Makefiles for automatic manual page handling. 1998-06-18 16:06:37 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
dccd43243d Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
hubertf
455a08229f Use INSTALL_*_DIR macros. 1998-03-07 21:23:51 +00:00
frueauf
ea3f12015a add missing @dirrm rules and add .gz suffix to manpages (if not already there). 1998-02-28 20:27:11 +00:00
hubertf
2e1218a4f3 portlint: move ONLY_FOR_ARCHS 1998-01-24 03:20:01 +00:00
hubertf
273155083c portlint: replace commands with predefined macros. 1998-01-19 00:39:20 +00:00
hubertf
37a2fe5cc8 Add note about COMPAT_12 1997-12-19 09:12:30 +00:00
hubertf
9bbe03f1e3 Fix annoying chmod on "make fetch". 1997-12-19 09:11:28 +00:00
hubertf
7e2b4d4130 This really works only on i386, so set ONLY_FOR_ARCHS. 1997-12-13 21:31:00 +00:00
agc
b9d3cf0d65 Make sure the pre-formatted manual page compresses correctly by using
CAT1= rar.1
1997-11-18 12:43:40 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
fe995b16ce Restore FreeBSD RCS-IDs 1997-10-27 03:22:00 +00:00
hubertf
8b564b5192 File archivers, ports from FreeBSD 1997-10-27 02:18:56 +00:00