The NetBSD Project

CVS log for pkgsrc/devel/libscsi/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libscsi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Wed Nov 23 18:59:27 2011 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

Remove libscsi and the two packages using it, tosha and cdd.

The FreeBSD SCSI library on which libscsi was based, was removed in 1998.
The two other packages were last updated 1997 and 2001, respectively.
Better software exists (e.g. cdparanoia, cdrecord).

Ok agc@, gdt@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 22 10:47:14 2011 UTC (12 years ago) by marino
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

devel/libscsi: Disable FreeBSD and DragonFly

The FreeBSD SCSI library, on which this package is based, was removed in
1998 and replaced with CAM-SCSI.  DragonFly never had it.  Neither
platform has the required <sys/scsiio.h>.  Other patches are
NetBSD-specific, so the scope of this package must be narrowed once again.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 31 09:08:11 2010 UTC (13 years, 1 month ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

This package is BSD-specific; set ONLY_FOR_PLATFORM.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 8 14:02:49 2009 UTC (14 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.14: +3 -6 lines
Diff to previous 1.14 (colored)

user-destdir support

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 20 20:42:04 2008 UTC (15 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:51 2007 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 18 12:10:30 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:17 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:05 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 31 19:57:24 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

NOT_FOR_PLATFORM Interix.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 31 16:47:48 2004 UTC (19 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:31:39 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:38 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:37 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 2 08:37:23 1999 UTC (24 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.3: +2 -6 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 28 02:48:38 1998 UTC (24 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 20 09:20:39 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.1: +6 -3 lines
Diff to previous 1.1 (colored)

Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 3 21:23:00 1998 UTC (25 years, 7 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002

Initial import of libscsi 1.6 based on pr 5393.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>