Ian Darwin wrote:
> On Sun, Oct 24, 2021 at 12:09:27AM -0400, Brad Smith wrote:
> > Here is an update to Pidgin 2.14.8.
> 
> Tested on amd64 & ok by me
> 

Brad, can you import pidgin with the tweaked diff below please?

gconftool${MODPY_BIN_SUFFIX} doesn't work. I don't think gconftool
correlates with the python version. We have gconftool-2 and
MODPY_BIN_SUFFIX is empty on python3 ports.

tb@ found the issue on when upgrading pidgin with pkg_add -uV:
system(/bin/sh, -c, GCONF_CONFIG_SOURCE=`/usr/local/bin/gconftool 
--get-default-source` /usr/local/bin/gconftool --makefile-uninstall-rule 
/usr/local/share/schemas/pidgin/*.schemas >/dev/null 2>&1) failed:  exit(127)
system(/bin/sh, -c, GCONF_CONFIG_SOURCE=`/usr/local/bin/gconftool 
--get-default-source` /usr/local/bin/gconftool --makefile-install-rule 
/usr/local/share/schemas/pidgin/*.schemas >/dev/null 2>&1) failed:  exit(127)

again ok sdk@ with this change.

Best regards,
Stefan

Index: net/pidgin/Makefile
===================================================================
RCS file: /home/cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.150
diff -u -p -u -p -r1.150 Makefile
--- net/pidgin/Makefile 13 Oct 2021 13:56:07 -0000      1.150
+++ net/pidgin/Makefile 28 Oct 2021 06:10:51 -0000
@@ -4,7 +4,7 @@ COMMENT-main=   multi-protocol instant mes
 COMMENT-finch= multi-protocol instant messaging client, console client
 COMMENT-libpurple= multi-protocol instant messaging library
 
-VERSION=       2.14.7
+VERSION=       2.14.8
 DISTNAME=      pidgin-${VERSION}
 PKGNAME-main=  pidgin-${VERSION}
 PKGNAME-finch= finch-${VERSION}
Index: net/pidgin/distinfo
===================================================================
RCS file: /home/cvs/ports/net/pidgin/distinfo,v
retrieving revision 1.53
diff -u -p -u -p -r1.53 distinfo
--- net/pidgin/distinfo 13 Oct 2021 13:56:07 -0000      1.53
+++ net/pidgin/distinfo 28 Oct 2021 06:10:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (pidgin-2.14.7.tar.bz2) = /qarTwVy/iRkYEnCs/7L3KJ6vKbQbpW9ZV5E25m9af4=
-SIZE (pidgin-2.14.7.tar.bz2) = 8713379
+SHA256 (pidgin-2.14.8.tar.bz2) = P4CFwCEcTKG6n4oDiJs9YHOEMsFnO1ewCGBw724JTMo=
+SIZE (pidgin-2.14.8.tar.bz2) = 8683281
Index: net/pidgin/pkg/PLIST-libpurple
===================================================================
RCS file: /home/cvs/ports/net/pidgin/pkg/PLIST-libpurple,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 PLIST-libpurple
--- net/pidgin/pkg/PLIST-libpurple      13 Oct 2021 13:56:07 -0000      1.26
+++ net/pidgin/pkg/PLIST-libpurple      28 Oct 2021 06:11:59 -0000
@@ -118,10 +118,10 @@ share/purple/ca-certs/
 share/purple/ca-certs/CAcert_Class3.pem
 share/purple/ca-certs/CAcert_Root.pem
 share/purple/ca-certs/mozilla.pem
-@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool${MODPY_BIN_SUFFIX} 
--get-default-source` %D/bin/gconftool${MODPY_BIN_SUFFIX} 
--makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
+@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` 
%D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas 
>/dev/null 2>&1
 ${SCHEMAS_INSTDIR}/
 ${SCHEMAS_INSTDIR}/purple.schemas
-@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool${MODPY_BIN_SUFFIX} 
--get-default-source` %D/bin/gconftool${MODPY_BIN_SUFFIX} 
--makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
+@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` 
%D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas 
>/dev/null 2>&1
 share/sounds/
 share/sounds/purple/
 share/sounds/purple/alert.wav

Reply via email to