Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698146 - dev-db/postgis-3.0.0 should depend on dev-libs/protobuf-c and sci-libs/proj-4.9.0
Summary: dev-db/postgis-3.0.0 should depend on dev-libs/protobuf-c and sci-libs/proj-4...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-10-20 18:54 UTC by Chris Mayo
Modified: 2020-01-28 22:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2019-10-20 18:54:09 UTC
Source:
https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.0/README.postgis

With only protobuf and not protobuf-c build log reports:

 -------------- Dependencies -------------- 
...
  protobuf support:     no


@@ -25,11 +25,11 @@
 	dev-libs/json-c:=
 	dev-libs/libxml2:2
 	>=sci-libs/geos-3.6.0
-	>=sci-libs/proj-4.6.0
+	>=sci-libs/proj-4.9.0
 	>=sci-libs/gdal-1.10.0
 	address-standardizer? ( dev-libs/libpcre )
 	gtk? ( x11-libs/gtk+:2 )
-	dev-libs/protobuf
+	dev-libs/protobuf-c
Comment 1 Larry the Git Cow gentoo-dev 2020-01-28 22:13:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28e994beb1d33a1d576e2c01df1f29cf076f2b7

commit f28e994beb1d33a1d576e2c01df1f29cf076f2b7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-01-28 21:48:00 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-01-28 22:12:50 +0000

    dev-db/postgis: Sync with 9999, fix dependencies
    
    Reported-by: Daniel M. Weeks <dan@danweeks.net>
    Thanks-to: Chris Mayo <aklhfex@gmail.com>
    Closes: https://bugs.gentoo.org/698146
    Closes: https://bugs.gentoo.org/691036
    Package-Manager: Portage-2.3.86, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-db/postgis/postgis-3.0.0-r1.ebuild | 135 +++++++++++++++++++++++++++++++++
 1 file changed, 135 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9539dbeeeddb6f426318c0a58a085da7980faeb0

commit 9539dbeeeddb6f426318c0a58a085da7980faeb0
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-01-28 21:44:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-01-28 22:12:50 +0000

    dev-db/postgis: git-r3, https, sync w/ 3.0.0, eutils--, eapi7-ver++
    
    Upstream switched to git.
    Use https links.
    Use myeconfargs array with inline comments.
    General overhaul and sync with latest 3.0.0 changes.
    Add release switch for uniform ebuilds.
    eutils is not used.
    Run default, not eapply_user.
    
    Closes: https://bugs.gentoo.org/698146
    Closes: https://bugs.gentoo.org/691036
    Package-Manager: Portage-2.3.86, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-db/postgis/postgis-9999.ebuild | 104 +++++++++++++++++++++----------------
 1 file changed, 59 insertions(+), 45 deletions(-)