summaryrefslogtreecommitdiff
path: root/sysutils/crashme
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-02-08Rather than a direct assignation to the signal mask, use sigemptyset(3),agc2-5/+14
from Roland Illig by email. "Needed for Linux 2.4.22"
2004-02-08don't override CFLAGS. fixes build with SunPro.grant2-9/+7
2004-01-28bl3ify; fixes build on Solaris with SunPro.grant1-1/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam1-2/+2
is sufficient.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-07-09Add package patch checksum files.agc1-0/+4
1999-06-27If we install in the path, we shouldn't need to use a full path to execute.abs1-0/+13
use execlp() instead of execl() to exec children.
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
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}
1998-11-24Use -O2, not -O6.mycroft1-2/+2
1998-11-24optimize, for mycrofthubertf1-6/+21
1998-10-15Correct the primary category field for this package.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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-11Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: cat -> ${CAT}hubertf1-2/+2
1997-11-14Fool that I am. Add NetBSD RCS Id.agc1-0/+1
1997-11-14Initial import of crashme 2.4 into the NetBSD packages system.agc6-0/+56