Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1998-01-24 | portlint: move ONLY_FOR_ARCHS | hubertf | 1 | -2/+2 | |
1998-01-19 | portlint: replace commands with predefined macros. | hubertf | 1 | -3/+3 | |
1997-12-19 | Add note about COMPAT_12 | hubertf | 1 | -0/+2 | |
1997-12-19 | Fix annoying chmod on "make fetch". | hubertf | 1 | -2/+2 | |
1997-12-13 | This really works only on i386, so set ONLY_FOR_ARCHS. | hubertf | 1 | -1/+2 | |
1997-11-18 | Make sure the pre-formatted manual page compresses correctly by using | agc | 1 | -1/+2 | |
CAT1= rar.1 | |||||
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-27 | Restore FreeBSD RCS-IDs | hubertf | 1 | -1/+2 | |
1997-10-27 | File archivers, ports from FreeBSD | hubertf | 5 | -0/+65 | |