[57594] trunk/dports/net/finch

simon at macports.org simon at macports.org
Sun Sep 13 16:11:04 PDT 2009


Revision: 57594
          http://trac.macports.org/changeset/57594
Author:   simon at macports.org
Date:     2009-09-13 16:11:04 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
net/pidgin: Update to 2.6.2. Drop maintainership.

Also disable Perl support as it fails to build.

Modified Paths:
--------------
    trunk/dports/net/finch/Portfile
    trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff

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

Modified: trunk/dports/net/finch/Portfile
===================================================================
--- trunk/dports/net/finch/Portfile	2009-09-13 23:10:24 UTC (rev 57593)
+++ trunk/dports/net/finch/Portfile	2009-09-13 23:11:04 UTC (rev 57594)
@@ -4,11 +4,10 @@
 PortSystem          1.0
 
 name                finch
-version             2.5.8
-revision            1
+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 \
@@ -20,9 +19,9 @@
 
 homepage            http://www.pidgin.im/
 master_sites        sourceforge:pidgin
-checksums           md5     c207407dca71c6357c82135875e472f0 \
-                    sha1    672f7e16c429c210f33f2499520c436db4e2384c \
-                    rmd160  b13108331a3da1639f30a76984c3c09529b7d5aa
+checksums           md5     a1bbb3c9be7d4ee1f53590d319cbfa72 \
+                    sha1    730b9bfaf79045f13e5d8dd736b91726bb11d332 \
+                    rmd160  a070ebe07a40d650c173065e4c448034e096963b
 
 distname            pidgin-${version}
 use_bzip2           yes
@@ -48,19 +47,16 @@
                     --disable-screensaver \
                     --disable-sm \
                     --disable-startup-notification \
+                    --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 \
+                    --disable-perl \
                     --without-x
 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"
-}
-
 livecheck.distname  Pidgin

Modified: trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff
===================================================================
--- trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff	2009-09-13 23:10:24 UTC (rev 57593)
+++ trunk/dports/net/finch/files/patch-finch_libgnt_Makefile.in.diff	2009-09-13 23:11:04 UTC (rev 57594)
@@ -1,13 +1,13 @@
 Index: finch/libgnt/Makefile.in
 ===================================================================
---- finch/libgnt/Makefile.in.orig	2009-03-02 03:30:19.000000000 +0100
-+++ finch/libgnt/Makefile.in	2009-03-04 00:56:13.000000000 +0100
-@@ -200,7 +200,7 @@
+--- finch/libgnt/Makefile.in.orig	2009-09-05 23:12:38.000000000 +0200
++++ finch/libgnt/Makefile.in	2009-09-14 00:50:09.000000000 +0200
+@@ -167,7 +167,7 @@
  GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
  GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
  GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 -GLIB_CFLAGS = @GLIB_CFLAGS@
 +GLIB_CFLAGS = @GLIB_CFLAGS@ -D_XOPEN_SOURCE_EXTENDED
+ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
  GLIB_LIBS = @GLIB_LIBS@
  GMOFILES = @GMOFILES@
- GMSGFMT = @GMSGFMT@

Deleted: trunk/dports/net/finch/files/patch-perllocal.pod.diff
===================================================================
--- trunk/dports/net/finch/files/patch-perllocal.pod.diff	2009-09-13 23:10:24 UTC (rev 57593)
+++ trunk/dports/net/finch/files/patch-perllocal.pod.diff	2009-09-13 23:11:04 UTC (rev 57594)
@@ -1,40 +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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/08ab1794/attachment-0001.html>


More information about the macports-changes mailing list