summaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-02- don't try and execute "sysctl -n machdep.booted_kernel" unless we're ondmcmahill1-8/+7
i386. Fixes recently noted strange error messages when trying to build on arch's which don't support this sysctl.
2000-07-31Get the name of the current kernel only once.fredb1-5/+7
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-3/+3
appropriate variables instead.
2000-05-12extend this ugly hack to search for "sysctl" in /sbin and /usr/sbindrochner1-2/+2
2000-02-05replace true & false by ${TRUE} & ${FALSE}wiz1-3/+3
2000-01-11check for COMPAT_NOMID, toowiz1-4/+5
2000-01-10Simplify invocation of "sysctl".fredb1-2/+2
2000-01-10recognize if necessary compatibility options are in the kernel;wiz1-3/+13
stop if not
2000-01-08Be more verbose about needing COMPAT_12 in kernel; inspired bywiz1-1/+3
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
1999-12-23updated from 2.01 to 2.02, homepage added, lines reordered for pkglintwiz1-10/+12
Authors' what's new: Minor bugfixing, changes in documentation.
1999-11-23more NO_CDROM fixuphubertf1-2/+4
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-13/+12
pattern match format. Minor pkglint along the way.
1999-05-22Make the extract quiet.tv1-3/+3
1999-05-22Do not install a text file as a manpage; put it in share/doc/rar.tv1-3/+3
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-28Don't try to strip non-native-format binary.hubertf1-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-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-07Use INSTALL_*_DIR macros.hubertf1-3/+2
1998-01-24portlint: move ONLY_FOR_ARCHShubertf1-2/+2
1998-01-19portlint: replace commands with predefined macros.hubertf1-3/+3
1997-12-19Fix annoying chmod on "make fetch".hubertf1-2/+2
1997-12-13This really works only on i386, so set ONLY_FOR_ARCHS.hubertf1-1/+2
1997-11-18Make sure the pre-formatted manual page compresses correctly by usingagc1-1/+2
CAT1= rar.1
1997-10-27Restore FreeBSD RCS-IDshubertf1-1/+2
1997-10-27File archivers, ports from FreeBSDhubertf1-0/+50