Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 11:13:07 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cd76962e17b - main - databases/libgda5-ldap: unbreak after 6e1233be2292
Message-ID:  <202302191113.31JBD7K4067208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd76962e17b065a79bffeaadfe1d6290fa06ea4

commit 0cd76962e17b065a79bffeaadfe1d6290fa06ea4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-19 11:10:59 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-19 11:13:01 +0000

    databases/libgda5-ldap: unbreak after 6e1233be2292
    
    => gnome/libgda-5.2.10.tar.gz is not in /usr/ports/databases/libgda5-ldap/../libgda5/distinfo.
    => Either /usr/ports/databases/libgda5-ldap/../libgda5/distinfo is out of date, or
    => gnome/libgda-5.2.10.tar.gz is spelled incorrectly.
    *** Error code 1
    
    Reported by:    pkg-fallout
---
 databases/libgda5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 3f09ecff651a..8959d059eabc 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=	--without-bdb
 .endif
 
 .if ${LIBGDA5_SLAVE}==ldap
-USES=	ldap
+USES+=			ldap
 CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=	--without-ldap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302191113.31JBD7K4067208>