summaryrefslogtreecommitdiff
path: root/devel/bcc
AgeCommit message (Collapse)AuthorFilesLines
2004-01-02#include <string.h> in two places to fix build problem noticed in Alistair'scjep3-7/+26
latest bulk build.
2003-08-02Make this compile on archs where size_t != unsigned int.kristerw2-1/+14
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-02-18Correct typo in previous commitjmc2-5/+5
2002-02-18new signatures for new patchjmc1-2/+2
2002-02-18Force char to signed since code is assuming signed char and archs that defaultjmc1-3/+12
to unsigned char will lose.
2001-12-27Be a bit more generic about the location of ${LOCALBASE} - pointed outagc2-4/+4
by Thomas Klausner, fixes a problem introduced by me when removing the scripts directories.
2001-12-25Only one patch per file, and only patch each file by one patch.wiz6-194/+171
2001-12-25.Bd needs an argument.wiz1-2/+2
2001-12-25Fix a typo. [This one's for you, pooka.]wiz1-2/+2
2001-12-03Miscellaneous man page fixes.wiz4-172/+28
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-25Move the configuration stage from a separate script into the packageagc5-56/+42
Makefile, using the standard target. Add the required Makefile and Makefile.inc in a more standard way. Get rid of the now unnecessary configure script.
2001-05-28Fix mkdir for man pages. pkg/13055 by Ben Collver.wiz2-4/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-07-09Add package patch-sum filesagc1-0/+16
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
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-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-6/+6
pattern match format. Minor pkglint along the way.
1998-11-12Fix some more pkglint nits.frueauf1-3/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc18-0/+33
1998-07-20As this packages uses BSD-style-Makefiles be sure to install both cat andfrueauf3-7/+21
man pages and handle the MANZ case properly.
1998-07-17Add pkg for bcc, a 16-bit x86 compilertsarna25-0/+1161