diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-11-15 18:37:28 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-11-15 18:37:28 +0000 |
| commit | a1d58205a00f8ab1c844ef5a4dc33ef603a86764 (patch) | |
| tree | 71d50e391310cf9197c961ad0ec0d62675323815 /devel/bzr-fastimport/files/patch-disable-known-graph | |
| parent | audio/gsequencer: Update 3.5.16 -> 3.6.14 (diff) | |
Remove expired ports:
2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python
2020-11-15 databases/postgis23: Upstream no longer maintained
2020-11-15 databases/py-htsql: Uses deprecated version of python
2020-11-15 devel/bzr-fastimport: Uses deprecated version of python
2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python
2020-11-15 devel/py-calendar: Uses deprecated version of python
2020-11-15 devel/py-distorm: Uses deprecated version of python
2020-11-15 devel/py-fabric1: Uses deprecated version of python
2020-11-15 devel/py-rcsparse: Uses deprecated version of python
2020-11-15 devel/pyrex: Uses deprecated version of python
2020-11-15 japanese/py-tegaki: Uses deprecated version of python
2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead
2020-11-15 misc/py-progressbar231: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python
2020-11-15 net-im/libtelepathy: Uses deprecated version of python
2020-11-15 security/py-mcrypt: Uses deprecated version of python
2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python
2020-11-15 www/py-evernote: Uses deprecated version of python
2020-04-01 www/py-meld3: EOLed upstream
2020-11-15 www/py-requestbuilder: Uses deprecated version of python
2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
Diffstat (limited to 'devel/bzr-fastimport/files/patch-disable-known-graph')
| -rw-r--r-- | devel/bzr-fastimport/files/patch-disable-known-graph | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/bzr-fastimport/files/patch-disable-known-graph b/devel/bzr-fastimport/files/patch-disable-known-graph deleted file mode 100644 index 61f8c3a112a1..000000000000 --- a/devel/bzr-fastimport/files/patch-disable-known-graph +++ /dev/null @@ -1,19 +0,0 @@ -Description: Disable know graph feature. - repo.get_known_graph_ancestry() can't be called while in the middle of a write - group. Otherwise bzr will crash with: 'BTreeBuilder' object has no attribute - '_find_ancestors'. -Author: Felipe Contreras <felipe.contreras@gmail.com> -Bug: https://launchpad.net/bugs/541626 -Bug-Ubuntu: https://launchpad.net/bugs/541626 - ---- a/revision_store.py -+++ b/revision_store.py -@@ -170,7 +170,7 @@ - """ - self.repo = repo - self._graph = None -- self._use_known_graph = True -+ self._use_known_graph = False - self._supports_chks = getattr(repo._format, 'supports_chks', False) - - def expects_rich_root(self): |
