The NetBSD Project

CVS log for pkgsrc/pkgtools/pkg_alternatives/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_alternatives

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 10 12:20:50 2020 UTC (4 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.11 (colored)

pkg_alternatives: Update to 1.7

Changes:
1.7
---
 - Adjust pkg_alternatives(8) to point to the real user configuration wrapper
   file and bump date

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 23 19:23:12 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored) to selected 1.11 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:49 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.11 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 3 04:40:12 2014 UTC (10 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.11 (colored)

LICENSE=modified-bsd

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 3 03:30:53 2014 UTC (10 years ago) by obache
Branch: MAIN
Changes since 1.19: +2 -4 lines
Diff to previous 1.19 (colored) to selected 1.11 (colored)

Just define PKGNAME and use it.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Sep 11 23:19:36 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored) to selected 1.11 (colored)

"user-destdir" is default these days

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 13 15:35:32 2012 UTC (11 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) to selected 1.11 (colored)

Update to 1.6, changes:

 - Use the correct id(1) program.  Fixes PR pkg/40691

 - Avoid unprintable characters, some implementations of tr(1) have issues
   with them.  Instead go for what hopefully will be a unique string, as
   well as making use of shell parameter substitution.  Fixes PR pkg/42197

These changes combined make pkg_alternatives work correctly on Solaris.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 13 15:28:23 2012 UTC (11 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.11 (colored)

Only do substitutions on files which need them, avoids warnings.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 19 20:40:23 2010 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.11 (colored)

Use REAL_ROOT_USER. Bump version.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:12 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (colored) to selected 1.11 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 13 07:13:57 2008 UTC (15 years, 9 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +9 -8 lines
Diff to previous 1.13 (colored) to selected 1.11 (colored)

fix DESTDIR issue

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:42 2008 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.11 (colored)

Add DESTDIR support.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 15 02:50:06 2007 UTC (17 years, 2 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.11: +3 -3 lines
Diff to previous 1.11 (colored)

Updated pkg_alternatives to 1.4.

Changes since 1.3:
- Added support for non-standard PKGMANDIR.

Revision 1.11 / (download) - annotate - [selected], Wed Sep 20 13:00:02 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

Fixed the path to the manual page. Adjusted CHECK_INTERPRETER_SKIP.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.11 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:32 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored) to selected 1.11 (colored)

Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:06 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored) to selected 1.11 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 20 19:16:21 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored) to selected 1.11 (colored)

Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 21 04:10:18 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.11 (colored)

SUBST_FILES.* must be relative to ${WRKSRC}.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:05 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.11 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 10 10:18:03 2005 UTC (19 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.11 (colored)

Update to 1.3: show a more descriptive usage message, useful as a quick
reference.  Per tv@'s suggestion.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 30 12:35:22 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +7 -2 lines
Diff to previous 1.2 (colored) to selected 1.11 (colored)

Update to 1.2:
- Add support to explicitly select which wrappers are wanted on a system and
  which ones are not.  This is done through a configuration file that defines
  a filter with a set of actions and regular expressions (example file
  included).
- Add an examples section to the manual page with solutions for some FAQs.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 25 16:27:37 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +6 -2 lines
Diff to previous 1.1 (colored) to selected 1.11 (colored)

Update to 1.1:

- Add the destroy action, used to remove the alternatives database as well
  as any known wrappers.

- Use the rebuild/destroy actions at install/deinstall time respectively
  so that this package can be installed at any time and pick up automatically
  available alternatives from PKG_DBDIR.

Per suggestion from reed@ in tech-pkg@.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jan 25 13:00:46 2005 UTC (19 years, 2 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.11 (colored)

Initial import of pkg_alternatives, version 1.0:

pkg_alternatives is a tool to manage the alternatives system provided by
The NetBSD Packages Collection, also known as pkgsrc.  It creates, configures
and destroys generic wrappers used to run programs with similar interfaces.

No objections in tech-pkg@.  Agreed with jlam@, who has provided lots of
design suggestions.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 25 13:00:46 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Diff to selected 1.11 (colored)

Initial revision

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>