Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-08 | Rename exp2, GCC 3.4 considers it to be a builtin. | joerg | 2 | -1/+42 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
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-11-07 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+2 | |
2005-10-23 | Sorted PLIST. | rillig | 1 | -8/+8 | |
2005-06-20 | This package also doesn't build on x86_64 due to "severe LP64 problems". | jlam | 1 | -2/+2 | |
2005-06-14 | Honor *OWN, *GRP, and *MODE. | minskim | 1 | -1/+3 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-13 | Add "lang" as category. (Or maybe this package resides in wrong | reed | 1 | -2/+2 | |
directory?) I mentioned this in my old PR #23104. | |||||
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -6/+6 | |
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.) | |||||
2004-06-12 | don't pass gcc specific -W flags. | grant | 3 | -11/+9 | |
2004-01-02 | #include <string.h> in two places to fix build problem noticed in Alistair's | cjep | 3 | -7/+26 | |
latest bulk build. | |||||
2003-08-02 | Make this compile on archs where size_t != unsigned int. | kristerw | 2 | -1/+14 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-02-18 | Correct typo in previous commit | jmc | 2 | -5/+5 | |
2002-02-18 | new signatures for new patch | jmc | 1 | -2/+2 | |
2002-02-18 | Force char to signed since code is assuming signed char and archs that default | jmc | 1 | -3/+12 | |
to unsigned char will lose. | |||||
2001-12-27 | Be a bit more generic about the location of ${LOCALBASE} - pointed out | agc | 2 | -4/+4 | |
by Thomas Klausner, fixes a problem introduced by me when removing the scripts directories. | |||||
2001-12-25 | Only one patch per file, and only patch each file by one patch. | wiz | 6 | -194/+171 | |
2001-12-25 | .Bd needs an argument. | wiz | 1 | -2/+2 | |
2001-12-25 | Fix a typo. [This one's for you, pooka.] | wiz | 1 | -2/+2 | |
2001-12-03 | Miscellaneous man page fixes. | wiz | 4 | -172/+28 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-25 | Move the configuration stage from a separate script into the package | agc | 5 | -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-28 | Fix mkdir for man pages. pkg/13055 by Ben Collver. | wiz | 2 | -4/+4 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -19/+17 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+16 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -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-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -6/+6 | |
pattern match format. Minor pkglint along the way. | |||||
1998-11-12 | Fix some more pkglint nits. | frueauf | 1 | -3/+3 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 18 | -0/+33 | |
1998-07-20 | As this packages uses BSD-style-Makefiles be sure to install both cat and | frueauf | 3 | -7/+21 | |
man pages and handle the MANZ case properly. | |||||
1998-07-17 | Add pkg for bcc, a 16-bit x86 compiler | tsarna | 25 | -0/+1161 | |