agc
24b206be47
Rather than a direct assignation to the signal mask, use sigemptyset(3),
...
from Roland Illig by email. "Needed for Linux 2.4.22"
2004-02-08 23:37:13 +00:00
grant
624e0dec35
don't override CFLAGS. fixes build with SunPro.
2004-02-08 12:58:55 +00:00
grant
a340a133ac
bl3ify; fixes build on Solaris with SunPro.
2004-01-28 12:45:17 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +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
jlam
e7de7e8840
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
...
is sufficient.
2002-02-25 04:47:21 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +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
027c166bf7
Move to sha1 digests, and add distfile sizes.
2001-04-19 11:28:57 +00:00
agc
2d6b6a009c
+ 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 11:43:32 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
agc
00a16e3008
Add package patch checksum files.
1999-07-09 14:22:59 +00:00
abs
a6681d7ab9
If we install in the path, we shouldn't need to use a full path to execute.
...
use execlp() instead of execl() to exec children.
1999-06-27 01:41:46 +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
mycroft
fd29275a41
Use -O2, not -O6.
1998-11-24 05:23:23 +00:00
hubertf
892ddce989
optimize, for mycroft
1998-11-24 00:20:13 +00:00
agc
a19a351795
Correct the primary category field for this package.
1998-10-15 19:51: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
ad7a1de42a
Add NetBSD RCS Ids.
1998-08-11 12:20:56 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
agc
988019b016
Update package Makefiles for automatic manual page handling.
1998-06-22 12:58:33 +00:00
agc
258b808c9f
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:15 +00:00
hubertf
5178f92d9b
portlint: cat -> ${CAT}
1998-01-24 23:29:30 +00:00
agc
1abcb828d2
Fool that I am. Add NetBSD RCS Id.
1997-11-14 10:41:01 +00:00
agc
a6f3a62e2e
Initial import of crashme 2.4 into the NetBSD packages system.
1997-11-14 10:04:47 +00:00