Date: Fri, 25 Apr 2014 15:31:41 +0200 From: Barbara Guida <barbara.freebsd@gmail.com> To: gnome@FreeBSD.org Subject: databases/evolution-data-server: option helper for kerberos Message-ID: <535A63BD.5020202@gmail.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------090901070905020403010703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm trying to upgrade evolution-data-server, but I'm receiving an error during configure phase. I think that, according to bsd.options.mk, the following line is not correct: KERBEROS_CONFIGURE_WITH= --with-krb5=/usr as it should be: KERBEROS_CONFIGURE_WITH= krb5=/usr else it should get expanded as something like --with---with-krb5 And also fixing the helper it can't be used because making config without kerberos should result in --without-krb5=/usr which causes configure error. So I think that this part should be reverted as in the attached patch. Regards Barbara -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTWmO5AAoJECfdb9Y99fdQqv4IAJ5vI7PvtcsO08foRgo6p0TA Tl7pFACLRGEP9BwyYyIYwnaC+gtL5y2C6cBnuvdXgZ4wPS8p5dx/65vpew4m95m4 fMWwzfVNsm1er1PyxkW4AkjW77TlbqHQIWdBJcyK2tv/Q1m3RjsOKIg/FeYN3Gjq 5nvbiR6/n+ejkcDQiN0ZCshT1asgJRToyAS4NWjGqOV0g6FdNH7McV9yxd05TF4J wqBhH0x+71c9876OFqcdc8NgAanj4zazk4eiN6OghHSKj/6PNyaD5pcL77PftU4G 2U3TfOi1W//3M+Ixv5NfTjOGUVq2gRQzRjH1TONu04xK8r4jhPVH/LQ7nfapUnA= =u962 -----END PGP SIGNATURE----- --------------090901070905020403010703 Content-Type: text/x-patch; name="databases_evolution-data-server.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="databases_evolution-data-server.diff" Index: databases/evolution-data-server/Makefile =================================================================== --- databases/evolution-data-server/Makefile (revision 352121) +++ databases/evolution-data-server/Makefile (working copy) @@ -44,11 +44,11 @@ WEATHER_LIB_DEPENDS= libgweather.so:${PORTSDIR}/net/libgweather WEATHER_CONFIGURE_WITH= weather -KERBEROS_CONFIGURE_WITH= --with-krb5=/usr .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKERBEROS} +CONFIGURE_ARGS+= --with-krb5=/usr KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .endif --------------090901070905020403010703 Content-Type: application/octet-stream; name="databases_evolution-data-server.diff.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="databases_evolution-data-server.diff.sig" iQEcBAABAgAGBQJTWmO9AAoJECfdb9Y99fdQukUH/0ali+5bWRBRsP431SViVZeOE/4LYcOR 25uyFt8uc+QpRhc0zCeUSCnq/Y/uojpLiQXygkNtu5yjqgHQCEit0O803gNLvFoxJIrPF5FZ sJ8ISTeqqM21yeuW2G4W+DAlqZJpKqK658XezQOszSivX8FDvGTxNWgIqjL4lrkRIkh9xhmL ivOnS0cEP5tvFpYWKYBVOjaWcQajgks18OINDAaPgaPfTGyMuN65wOsB3M7YrPOwYxwpWiwG A7nu1e/7lGYxJ4VKc6pkM+/S5NKvgjVOQwGVjKorkkz2t6RSjeY+7F76fpQBUVHEaGdAnbQa anLAzmDT6/zQeQdMc2EFY6M= --------------090901070905020403010703--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?535A63BD.5020202>