The NetBSD Project

CVS log for pkgsrc/pkgtools/autoswc/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Thu May 23 19:23:12 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: 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, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, HEAD
Changes since 1.22: +7 -7 lines
Diff to previous 1.22 (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], Wed Nov 25 12:52:47 2015 UTC (8 years ago) by jperkin
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
Changes since 1.21: +5 -12 lines
Diff to previous 1.21 (colored)

Remove mk/find-prefix.mk usage from the pkgtools category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 3 03:33:18 2014 UTC (9 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, 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)

LICENSE=modified-bsd

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

Just define PKGNAME and use it.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Sep 11 23:19:33 2012 UTC (11 years, 2 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 -3 lines
Diff to previous 1.18 (colored)

"user-destdir" is default these days

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:10 2009 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, 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, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 8 22:43:24 2009 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove the remaining NO_MTREE definitions, it has been a nop for a
while.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 11 18:03:58 2008 UTC (15 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Fix execution of autoswc by fixing the call to AC_INIT (missing parameter).
Bump version to 1.6.
Reported by Arnaud Lacombe in private email.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 16 15:23:05 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +7 -8 lines
Diff to previous 1.14 (colored)

Fix DESTDIR.

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

Add DESTDIR support.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:08 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: +3 -3 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], Sat Apr 22 09:22:13 2006 UTC (17 years, 7 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: +2 -2 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:05 2005 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Sun Jun 19 14:42:48 2005 UTC (18 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Avoid creating an empty directory that is not used (and which didn't match
the PLIST).  Noticed by minskim@.

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

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 25 20:58:05 2004 UTC (19 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

1.5: Remove some things that could be in -lnsl on SVR4 descendants.
(gethostname, gethostbyname)

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 21 21:30:45 2004 UTC (19 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

1.4: Add a bunch of types, symbols, and headers to the checks based on
some builds I did recently.  (Only including those things which should be
in the C library; avoiding things such as the resolver -- which may be in
libbind -- or TCP/IP headers and symbols.)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 15 20:00:57 2004 UTC (19 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

We have to set --build and --host in order to get correct values, because
these are actually pulled from the cache by some packages.  Use the value
of ${MACHINE_GNU_PLATFORM} for both.

Bump to version 1.3.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 7 20:16:14 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

It's INSTALLATION_DIRS, not INSTALL_DIRS.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 29 17:49:09 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 1.2:
- Do not check for fnmatch(3) in the default configure script because we
  don't know beforehand if a package wants a GNU or a POSIX version of it.
  This fixes the build of, for example, diffutils.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 24 22:00:46 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 1.1:
- Fix detection of sys/mount.h in the default configure.ac script.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 21 23:31:17 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Prepend pkgtools to CATEGORIES.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Feb 21 23:28:32 2004 UTC (19 years, 9 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Reimport of autoswc, version 1.0, coming from sysutils:

autoswc is an utility that automatically generates system wide cache files
for use with configure scripts created by GNU autoconf, and specially by
those executed within pkgsrc.

Reason for the move: pkgtools' Makefile says this category is for packages
used within pkgsrc.  autoswc is specially designed to work for pkgsrc, so
it is better placed here.  And it may get more exposure ;-)

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 21 23:28:32 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN

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>