Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-22 | Only try to chmod the distfile if it is not yet executable. This fixes | rillig | 1 | -2/+3 | |
unprivileged builds where the distfile has been downloaded by someone else before. | |||||
2006-06-18 | Fixed pkglint warnings. | rillig | 1 | -2/+2 | |
2006-05-17 | Fixed pkglint warnings. | rillig | 1 | -2/+2 | |
2006-05-07 | add LICENSE=rar-license, which was already present. | gdt | 1 | -1/+2 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-17 | Fixed pkglint warnings. If no kernel image can be found, try to build the | rillig | 1 | -27/+30 | |
package without. | |||||
2005-09-02 | Sorted the PLIST to make pkglint happy. | rillig | 1 | -5/+5 | |
2005-05-25 | Removed trailing white-space. | rillig | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
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 in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-11-08 | Set NO_BUILDLINK, since this does not build anything, | wiz | 1 | -4/+3 | |
and remove dead master site. | |||||
2004-05-05 | Add in more compat options that are required. From "BSD For Ever" on | cjep | 1 | -3/+3 | |
the pkgsrc-bugs list. | |||||
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-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-12 | Standardize. | wiz | 1 | -3/+3 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -1/+2 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-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 | 2 | -3/+3 | |
+ 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 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -0/+5 | |
2000-09-02 | - don't try and execute "sysctl -n machdep.booted_kernel" unless we're on | dmcmahill | 1 | -8/+7 | |
i386. Fixes recently noted strange error messages when trying to build on arch's which don't support this sysctl. | |||||
2000-07-31 | Get the name of the current kernel only once. | fredb | 1 | -5/+7 | |
2000-07-20 | Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the | rh | 1 | -3/+3 | |
appropriate variables instead. | |||||
2000-05-12 | extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin | drochner | 1 | -2/+2 | |
2000-02-05 | replace true & false by ${TRUE} & ${FALSE} | wiz | 1 | -3/+3 | |
2000-01-11 | check for COMPAT_NOMID, too | wiz | 1 | -4/+5 | |
2000-01-10 | Simplify invocation of "sysctl". | fredb | 1 | -2/+2 | |
2000-01-10 | recognize if necessary compatibility options are in the kernel; | wiz | 1 | -3/+13 | |
stop if not | |||||
2000-01-08 | Be more verbose about needing COMPAT_12 in kernel; inspired by | wiz | 2 | -1/+5 | |
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124. | |||||
1999-12-23 | updated from 2.01 to 2.02, homepage added, lines reordered for pkglint | wiz | 3 | -14/+16 | |
Authors' what's new: Minor bugfixing, changes in documentation. | |||||
1999-11-23 | more NO_CDROM fixup | hubertf | 1 | -2/+4 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -13/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-22 | Make the extract quiet. | tv | 1 | -3/+3 | |
1999-05-22 | Do not install a text file as a manpage; put it in share/doc/rar. | tv | 2 | -7/+7 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -3/+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} | |||||
1999-03-28 | Don't try to strip non-native-format binary. | hubertf | 1 | -2/+2 | |
(The latest binutils-based strip can do this if you tell it which obj-format the binary is, but 1.3.x doesn't support this. Plus, that BSDi(?)-binary is stripped anyways.) | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-07 | Use INSTALL_*_DIR macros. | hubertf | 1 | -3/+2 | |
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 1 | -2/+4 | |