Commit graph

15 commits

Author SHA1 Message Date
joerg
182f2e0a25 user-destdir support 2009-07-08 14:02:49 +00:00
tnn
a3bf7d2f03 Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression
2008-05-20 20:42:04 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
ba1cc44e5f Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support unprivileged bulk
builds. Bumped PKGREVISION. Since this package is a dependency of only
two packages, this is just under the limit for pkgsrc freeze.
2006-06-18 12:10:30 +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
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
5d2914925b NOT_FOR_PLATFORM Interix. 2005-10-31 19:57:24 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +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
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tv
eede67bba3 Make consistent with other library pkgs: NOPIC=1 and NOPROFILE=1 (NOPIC=1
can be removed if a real shlib is later created of this pkg).  Without
these, the PLIST can be inconsistent with what is installed, since mk.conf
can modify this behavior.
1998-12-28 02:48:38 +00:00
agc
e8939e27f4 Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
1998-06-20 09:20:38 +00:00
frueauf
d45d021e8f Initial import of libscsi 1.6 based on pr 5393. 1998-05-03 21:23:00 +00:00