[57593] trunk/dports/net/pidgin

simon at macports.org simon at macports.org
Sun Sep 13 16:10:29 PDT 2009


Revision: 57593
          http://trac.macports.org/changeset/57593
Author:   simon at macports.org
Date:     2009-09-13 16:10:24 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
net/pidgin: Update to 2.6.2, closes #20750. Drop maintainership.

Also disable Perl support as it fails to build.

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Removed Paths:
-------------
    trunk/dports/net/pidgin/files/patch-perllocal.pod.diff

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2009-09-13 21:53:55 UTC (rev 57592)
+++ trunk/dports/net/pidgin/Portfile	2009-09-13 23:10:24 UTC (rev 57593)
@@ -3,10 +3,10 @@
 PortSystem          1.0
 
 name                pidgin
-version             2.5.8
+version             2.6.2
 categories          net
 platforms           darwin
-maintainers         simon openmaintainer
+maintainers         nomaintainer
 description         Multi-protocol Instant Messaging client
 long_description    Pidgin is an Open Source clone of America OnLine's \
                     Instant Messenger client that uses GTK+ version 2.  It \
@@ -18,9 +18,9 @@
 
 homepage            http://www.pidgin.im/
 master_sites        sourceforge
-checksums           md5     c207407dca71c6357c82135875e472f0 \
-                    sha1    672f7e16c429c210f33f2499520c436db4e2384c \
-                    rmd160  b13108331a3da1639f30a76984c3c09529b7d5aa
+checksums           md5     a1bbb3c9be7d4ee1f53590d319cbfa72 \
+                    sha1    730b9bfaf79045f13e5d8dd736b91726bb11d332 \
+                    rmd160  a070ebe07a40d650c173065e4c448034e096963b
 use_bzip2           yes
 
 depends_build       port:libtool
@@ -29,7 +29,6 @@
                     port:dbus \
                     port:dbus-glib \
                     port:gtk2 \
-                    port:gconf \
                     port:libao \
                     port:libxml2 \
                     port:nspr \
@@ -47,24 +46,19 @@
                     --disable-sm \
                     --disable-startup-notification \
                     --disable-schemas-install \
+                    --disable-vv \
                     --enable-nss \
                     --mandir=${prefix}/share/man \
                     --with-nspr-includes=${prefix}/include/nspr \
                     --with-nspr-libs=${prefix}/lib/nspr \
                     --with-nss-includes=${prefix}/include/nss \
-                    --with-nss-libs=${prefix}/lib/nss
+                    --with-nss-libs=${prefix}/lib/nss \
+                    --disable-perl
 configure.ldflags-append    -bind_at_load
 configure.cppflags-append   -no-cpp-precomp
 
-post-build {
-    # Don't install perllocal.pod as it collides with other ports.
-    system "cd ${worksrcpath}; patch -p0 < ${filespath}/patch-perllocal.pod.diff"
-}
-
 post-activate {
     system "dbus-uuidgen --ensure"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/purple.schemas"
 }
 
 variant no_x11 {

Deleted: trunk/dports/net/pidgin/files/patch-perllocal.pod.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-perllocal.pod.diff	2009-09-13 21:53:55 UTC (rev 57592)
+++ trunk/dports/net/pidgin/files/patch-perllocal.pod.diff	2009-09-13 23:10:24 UTC (rev 57593)
@@ -1,80 +0,0 @@
-Index: libpurple/plugins/perl/common/Makefile
-===================================================================
---- libpurple/plugins/perl/common/Makefile.orig	2009-01-25 21:29:43.000000000 +0100
-+++ libpurple/plugins/perl/common/Makefile	2009-01-25 21:41:09.000000000 +0100
-@@ -886,35 +886,14 @@
- doc_perl_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLPRIVLIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- doc_site_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLSITELIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- doc_vendor_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLVENDORLIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- 
- uninstall :: uninstall_from_$(INSTALLDIRS)dirs
-Index: pidgin/plugins/perl/common/Makefile
-===================================================================
---- pidgin/plugins/perl/common/Makefile.orig	2009-01-25 21:33:07.000000000 +0100
-+++ pidgin/plugins/perl/common/Makefile	2009-01-25 21:41:54.000000000 +0100
-@@ -840,35 +840,14 @@
- doc_perl_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLPRIVLIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- doc_site_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLSITELIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- doc_vendor_install ::
- 	$(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod
- 	-$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB)
--	-$(NOECHO) $(DOC_INSTALL) \
--		"Module" "$(NAME)" \
--		"installed into" "$(INSTALLVENDORLIB)" \
--		LINKTYPE "$(LINKTYPE)" \
--		VERSION "$(VERSION)" \
--		EXE_FILES "$(EXE_FILES)" \
--		>> $(DESTINSTALLARCHLIB)/perllocal.pod
- 
- 
- uninstall :: uninstall_from_$(INSTALLDIRS)dirs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/a61953e7/attachment.html>


More information about the macports-changes mailing list