Commit graph

52 commits

Author SHA1 Message Date
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
joerg
c049324d4f DESTDIR support. 2009-02-09 23:30:07 +00:00
joerg
e46d695e87 Packages set EMUL_PLATFORMS, not EMUL_PLATFORM. Unbreaks build on
NetBSD.
2008-01-25 23:44:14 +00:00
jklos
b85fba29a8 Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"
error for architectures other than i386.
2007-11-13 00:33:40 +00:00
joerg
1205931243 Fix PLIST when using the Linux package and bump revision. 2007-08-23 15:37:14 +00:00
jlam
9f033cc135 Merge archivers/rar-bin into archivers/rar and convert archivers/rar to
use the emulator framework.
2007-08-22 16:43:31 +00:00
rillig
052941a476 Only try to chmod the distfile if it is not yet executable. This fixes
unprivileged builds where the distfile has been downloaded by someone
else before.
2006-06-22 21:38:06 +00:00
rillig
dd7540a1d2 Fixed pkglint warnings. 2006-06-18 07:04:15 +00:00
rillig
ca9c50a7e1 Fixed pkglint warnings. 2006-05-17 06:12:27 +00:00
gdt
88a82ee0f6 add LICENSE=rar-license, which was already present. 2006-05-07 12:55:19 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
rillig
5f107757b3 Fixed pkglint warnings. If no kernel image can be found, try to build the
package without.
2006-02-17 23:52:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
73d5f8ec38 Set NO_BUILDLINK, since this does not build anything,
and remove dead master site.
2004-11-08 13:38:17 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
xtraeme
6c39a6eab6 bl3ify 2004-03-11 18:03:49 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
dmcmahill
397872a048 - don't try and execute "sysctl -n machdep.booted_kernel" unless we're on
i386.  Fixes recently noted strange error messages when trying to build
  on arch's which don't support this sysctl.
2000-09-02 17:01:27 +00:00
fredb
ec53f99c60 Get the name of the current kernel only once. 2000-07-31 20:30:15 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
drochner
3d88dfdba4 extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin 2000-05-12 18:20:17 +00:00
wiz
e630a3d73b replace true & false by ${TRUE} & ${FALSE} 2000-02-05 18:17:51 +00:00
wiz
91320a7e12 check for COMPAT_NOMID, too 2000-01-11 00:20:54 +00:00
fredb
8b0f3c8859 Simplify invocation of "sysctl". 2000-01-10 08:00:31 +00:00
wiz
cae81499cb recognize if necessary compatibility options are in the kernel;
stop if not
2000-01-10 00:16:11 +00:00
wiz
56f06d023d Be more verbose about needing COMPAT_12 in kernel; inspired by
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
2000-01-08 05:07:36 +00:00
wiz
603046bceb updated from 2.01 to 2.02, homepage added, lines reordered for pkglint
Authors' what's new: Minor bugfixing, changes in documentation.
1999-12-23 23:39:57 +00:00
hubertf
4b8340fc0b more NO_CDROM fixup 1999-11-23 16:54:39 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
f798896adb Make the extract quiet. 1999-05-22 21:47:01 +00:00
tv
3792151f6a Do not install a text file as a manpage; put it in share/doc/rar. 1999-05-22 21:35:59 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
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-04-01 14:07:52 +00:00
hubertf
9726f817be Don't try to strip non-native-format binary.
(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.)
1999-03-28 15:34:24 +00:00
agc
4a882b7d0c Update package Makefiles for automatic manual page handling. 1998-06-18 16:06:37 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
dccd43243d Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
hubertf
455a08229f Use INSTALL_*_DIR macros. 1998-03-07 21:23:51 +00:00
hubertf
2e1218a4f3 portlint: move ONLY_FOR_ARCHS 1998-01-24 03:20:01 +00:00
hubertf
273155083c portlint: replace commands with predefined macros. 1998-01-19 00:39:20 +00:00
hubertf
9bbe03f1e3 Fix annoying chmod on "make fetch". 1997-12-19 09:11:28 +00:00
hubertf
7e2b4d4130 This really works only on i386, so set ONLY_FOR_ARCHS. 1997-12-13 21:31:00 +00:00
agc
b9d3cf0d65 Make sure the pre-formatted manual page compresses correctly by using
CAT1= rar.1
1997-11-18 12:43:40 +00:00