summaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-04-04Fix PR pkg/39247ryoon1-18/+32
Update to 4.1.1 * Convert to use Linux binary on compat_linux, instead of old BSD binary. Changelog: * Add some new options (ch etc.) * Change option's behavior (-o etc.) * Bugfixes
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2009-02-09DESTDIR support.joerg1-1/+3
2008-01-25Packages set EMUL_PLATFORMS, not EMUL_PLATFORM. Unbreaks build onjoerg1-2/+2
NetBSD.
2007-11-13Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"jklos1-2/+3
error for architectures other than i386.
2007-08-23Fix PLIST when using the Linux package and bump revision.joerg1-1/+2
2007-08-22Merge archivers/rar-bin into archivers/rar and convert archivers/rar tojlam1-48/+13
use the emulator framework.
2006-06-22Only try to chmod the distfile if it is not yet executable. This fixesrillig1-2/+3
unprivileged builds where the distfile has been downloaded by someone else before.
2006-06-18Fixed pkglint warnings.rillig1-2/+2
2006-05-17Fixed pkglint warnings.rillig1-2/+2
2006-05-07add LICENSE=rar-license, which was already present.gdt1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-17Fixed pkglint warnings. If no kernel image can be found, try to build therillig1-27/+30
package without.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2004-11-08Set NO_BUILDLINK, since this does not build anything,wiz1-4/+3
and remove dead master site.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+2
have been converted to USE_BUILDLINK2.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
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