The NetBSD Project

CVS log for pkgsrc/chat/telepathy-haze/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / telepathy-haze

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:18 2023 UTC (3 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

*: recursive bump for icu 74.1

Revision 1.28 / (download) - annotate - [select for diffs], Mon Oct 23 06:37:34 2023 UTC (6 weeks ago) by wiz
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27 (colored)

*: update for Python base package change

Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.

Remove now included packages.

Bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 14 05:23:55 2023 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:23 2023 UTC (5 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 19 08:09:20 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

revbump after textproc/icu update

Revision 1.24 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:31 2022 UTC (12 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

massive revision bump after textproc/icu update

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:07 2022 UTC (17 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:32 2022 UTC (19 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

revbump for textproc/icu update

Revision 1.21 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:33 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

revbump for icu and libffi

Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 15 22:54:07 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

*: recursive bump for gstreamer 1.18.5

Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:08 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

revbump for textproc/icu

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 15 11:23:07 2021 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

*: Recursive revbump from devel/nss

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 9 06:54:59 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

*: bump PKGREVISION for nss linking fix

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 8 08:48:55 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

telepathy-haze: add missing build dependency on py-expat

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 31 00:36:35 2020 UTC (2 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

(chat/telepathy-haze) Add python/applicaition.mk for adhoc fix

build log says
checking for a Python interpreter with version >= 2.5... none
configure: error: no suitable Python interpreter found

So I've added the line:
.include "../../lang/python/application.mk"
Please correct for better resolution, thanks

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:37 2020 UTC (3 years ago) by ryoon
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 2 08:23:21 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Revbump for icu

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:01 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: recursive bump for libffi

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 2 22:18:26 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

chat: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:53 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 5 22:49:47 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Recursive rebvump from devel/nss

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:45 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:04 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:18 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Follow some redirects.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 4 18:00:50 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Comment out dead sites.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:25 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Add python-3.6 to incompatible versions.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:33 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 17 18:51:52 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Fix build with latest libpurple.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 1 13:20:04 2015 UTC (8 years ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4

Added chat/telepathy-haze version 0.8.0, a Telepathy connection manager
based on libpurple.

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>