Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-20 | Remove conflicting declaration of malloc() and realloc(); include stdlib.h | minskim | 2 | -1/+17 | |
instead. | |||||
2005-12-01 | Fixed some pkglint warnings of the form: | rillig | 1 | -2/+2 | |
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}". | |||||
2005-11-07 | When checking for POSIX NAME_MAX style variables, limits.h should be | joerg | 2 | -1/+13 | |
included first. | |||||
2005-10-31 | Do not declare static variables as non-static. This makes the package | minskim | 2 | -1/+18 | |
build with gcc-4. | |||||
2005-05-23 | Sorted PLIST. | rillig | 1 | -8/+8 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-28 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-05-12 | s/netbsd.org/NetBSD.org/i | grant | 1 | -2/+2 | |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -2/+2 | |
have been converted to USE_BUILDLINK2. | |||||
2002-01-27 | Use auto-extract code for .shar files. | jlam | 1 | -2/+1 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-16 | Honor CFLAGS passed in from environment during build and mark as | jlam | 3 | -5/+7 | |
USE_BUILDLINK_ONLY. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ 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/+3 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -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-12 | Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy. | agc | 1 | -3/+5 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -4/+1 | |
1998-05-10 | Remove bogus do-extract: rule and make this work with WRKOBJDIR. | frueauf | 1 | -13/+11 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-16 | portlint: gunzip->${GUNZIP_CMD}; some reordering. | frueauf | 1 | -4/+5 | |
1998-03-13 | Oops; add a list of man pages. | mycroft | 1 | -1/+4 | |
1998-03-13 | macutil, for converting Mac archives, etc. | mycroft | 6 | -0/+70 | |