mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Mk/bsd.database.mk: Fix postgresql component specifications
Due to the RUN_DEPENDS and BUILD_DEPENDS specification of postgresql components in bsd.database.mk not matching their package names, net-mgmt/netmagis-database was failing during the RUN_DEPENDS stage because it couldn't detect that a component was already installed. Updating the pltcl line allowed that port to successfully built. The other lines weren't tested but the problem would be the same. Suggested by: wg
This commit is contained in:
parent
bcf73ed797
commit
804d58013a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332609
@ -260,10 +260,10 @@ LIB_DEPENDS+= pq.${PGSQL${PGSQL_VER}_LIBVER}:${PORTSDIR}/databases/postgresql${P
|
||||
|
||||
_USE_PGSQL_DEP= contrib docs pgtcl pltcl plperl server
|
||||
_USE_PGSQL_DEP_contrib= pgbench
|
||||
_USE_PGSQL_DEP_docs= postgresql-docs>0
|
||||
_USE_PGSQL_DEP_docs= postgresql${PGSQL_VER}-docs>0
|
||||
_USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl
|
||||
_USE_PGSQL_DEP_plperl= postgresql-plperl>0
|
||||
_USE_PGSQL_DEP_pltcl= postgresql-pltcl>0
|
||||
_USE_PGSQL_DEP_plperl= postgresql${PGSQL_VER}-plperl>0
|
||||
_USE_PGSQL_DEP_pltcl= postgresql${PGSQL_VER}-pltcl>0
|
||||
_USE_PGSQL_DEP_server= postgres
|
||||
. for depend in ${_USE_PGSQL_DEP}
|
||||
. if ${USE_PGSQL:M${depend}}
|
||||
|
Loading…
Reference in New Issue
Block a user