Bug 249570 - net-im/telepathy-gabble: fix build with python 3.x
Summary: net-im/telepathy-gabble: fix build with python 3.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
: 249733 (view as bug list)
Depends on:
Blocks: 249337
  Show dependency treegraph
 
Reported: 2020-09-24 11:55 UTC by Steve Wills
Modified: 2020-09-28 20:13 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
patch to fix build with python 3 (19.84 KB, patch)
2020-09-24 11:55 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2020-09-24 11:55:16 UTC
Created attachment 218239 [details]
patch to fix build with python 3

Obtained from: https://github.com/archlinux/svntogit-packages/commit/edcf78c831894000f2fbfd3e5818e363911c746a
Comment 1 Steve Wills freebsd_committer freebsd_triage 2020-09-24 17:03:36 UTC
*** Bug 249733 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-28 20:10:44 UTC
A commit references this bug:

Author: swills
Date: Mon Sep 28 20:10:07 UTC 2020
New revision: 550445
URL: https://svnweb.freebsd.org/changeset/ports/550445

Log:
  telepathy ports: fix build with python 3

  PR:		249549
  PR:		249550
  PR:		249570
  PR:		249734
  PR:		249735
  PR:		249738
  Approved by:	desktop (tcberner)
  Obtained from:	ArchLinux, see Bugzilla PRs for details

Changes:
  head/net-im/telepathy-gabble/Makefile
  head/net-im/telepathy-gabble/distinfo
  head/net-im/telepathy-gabble/files/patch-Makefile.in
  head/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-unix-transport.c
  head/net-im/telepathy-gabble/files/patch-tools_c-constants-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-client-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-client-marshaller-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-errors-str-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-ginterface-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-gtypes-generator.py
  head/net-im/telepathy-gabble/files/patch-tools_glib-interfaces-gen.py
  head/net-im/telepathy-gabble/files/patch-tools_gobject-foo.py
  head/net-im/telepathy-gabble/files/patch-tools_libglibcodegen.py
  head/net-im/telepathy-gabble/files/patch-tools_libtpcodegen.py
  head/net-im/telepathy-gabble/files/patch-tools_make-release-mail.py
  head/net-im/telepathy-gabble/files/patch-tools_manager-file.py
  head/net-im/telepathy-gabble/files/patch-tools_xincludator.py
  head/net-im/telepathy-glib/Makefile
  head/net-im/telepathy-idle/Makefile
  head/net-im/telepathy-idle/files/
  head/net-im/telepathy-idle/files/patch-tools_glib-ginterface-gen.py
  head/net-im/telepathy-idle/files/patch-tools_libglibcodegen.py
  head/net-im/telepathy-logger/Makefile
  head/net-im/telepathy-logger/files/patch-configure
  head/net-im/telepathy-logger/files/patch-tools_c-constants-gen.py
  head/net-im/telepathy-logger/files/patch-tools_glib-client-gen.py
  head/net-im/telepathy-logger/files/patch-tools_glib-client-marshaller-gen.py
  head/net-im/telepathy-logger/files/patch-tools_glib-ginterface-gen.py
  head/net-im/telepathy-logger/files/patch-tools_glib-gtypes-generator.py
  head/net-im/telepathy-logger/files/patch-tools_glib-interfaces-gen.py
  head/net-im/telepathy-logger/files/patch-tools_libglibcodegen.py
  head/net-im/telepathy-logger/files/patch-tools_libtpcodegen.py
  head/net-im/telepathy-logger/files/patch-tools_xincludator.py
  head/net-im/telepathy-mission-control/Makefile
  head/net-im/telepathy-mission-control/distinfo
  head/net-im/telepathy-mission-control/pkg-plist
  head/net-im/telepathy-salut/Makefile
  head/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h
  head/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c
  head/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c
  head/net-im/telepathy-salut/files/patch-lib_gibber_gibber-unix-transport.c
  head/net-im/telepathy-salut/files/patch-tools_glib-client-marshaller-gen.py
  head/net-im/telepathy-salut/files/patch-tools_glib-ginterface-gen.py
  head/net-im/telepathy-salut/files/patch-tools_glib-signals-marshal-gen.py
  head/net-im/telepathy-salut/files/patch-tools_libglibcodegen.py
  head/net-im/telepathy-salut/files/patch-tools_make-release-mail.py
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-09-28 20:13:07 UTC
Committed, thanks!