[29296] trunk/dports/gnome/vte

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 20 07:42:44 PDT 2007


Revision: 29296
          http://trac.macosforge.org/projects/macports/changeset/29296
Author:   nox at macports.org
Date:     2007-09-20 07:42:44 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
vte:
 * Updated to 0.16.9.
 * Added a bunch of dependencies stated either in the configure env or the configure.in file.
 * Removed various {{{configure.(env|args)}}} that are no longer needed.
 * Added sha1 and rmd160 checksums.
 * Changed {{{master_sites}}} to something more flexible.

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/vte/files/patch_dumpkeys.c

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2007-09-20 13:54:53 UTC (rev 29295)
+++ trunk/dports/gnome/vte/Portfile	2007-09-20 14:42:44 UTC (rev 29296)
@@ -1,36 +1,46 @@
 # $Id$
 PortSystem 1.0
 name		vte
-version		0.16.5
-revision	1
+version		0.16.9
 description	Terminal widget with improved accessibility and I18N support.
 long_description        Terminal widget with improved font, \
 			internationalisation and accessibility support \
 			for the GNOME 2 desktop.  Designed to replace libzvt.
-maintainers	rhwood openmaintainer at macports.org
+maintainers	rhwood openmaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/vte/0.16/
-checksums	md5 54252b22c7df76e4e1bf8f5a89fe394d
+master_sites    gnome:sources/vte/[join [lrange [split ${version} .] 0 1] .]/
+
+checksums       md5 a42c893a01e3d9818789be373e529422 \
+                sha1 53a49c7d5fae41ac6ec9b79e6b290e99e3f10860 \
+                rmd160 28b7160425e3bfb5752b1648ea9b9af79fe63acb
+
 depends_lib	\
-	port:py25-gtk
+    port:python25 \
+    port:py25-gtk \
+    port:fontconfig \
+    port:freetype \
+    port:gettext \
+    port:libiconv \
+    port:gtk2 \
+    port:glib2 \
+    port:ncurses \
+    port:Xft2 \
+    port:pango
 depends_build	\
 	port:p5-xml-parser \
 	port:pkgconfig
+
 patchfiles	patch-python_vtemodule.c
 use_bzip2 	yes
-configure.args	--mandir=${prefix}/share/man --with-ft-prefix=${prefix} \
-		--disable-freetypetest \
-		--with-ft-include-prefix=${prefix}/include/freetype2 \
-		--enable-python
-configure.env   GMSGFMT=${prefix}/bin/msgfmt \
-		PYTHON=${prefix}/bin/python2.5
-configure.cppflags-append -I${prefix}/include/freetype2
+configure.args  --disable-freetypetest
+
+configure.env   PYTHON=${prefix}/bin/python2.5
 configure.cflags-append -fstrict-aliasing -funroll-loops
 
 variant without_python {
-	depends_lib-delete	port:py25-gtk
-	configure.args-delete	--enable-python
+	depends_lib-delete	port:python25 port:py25-gtk
 	configure.args-append	--disable-python
 }
+

Deleted: trunk/dports/gnome/vte/files/patch_dumpkeys.c
===================================================================
--- trunk/dports/gnome/vte/files/patch_dumpkeys.c	2007-09-20 13:54:53 UTC (rev 29295)
+++ trunk/dports/gnome/vte/files/patch_dumpkeys.c	2007-09-20 14:42:44 UTC (rev 29296)
@@ -1,12 +0,0 @@
---- src/dumpkeys.c.org	Tue May 11 10:29:17 2004
-+++ src/dumpkeys.c	Tue May 11 10:29:11 2004
-@@ -18,9 +18,6 @@
- 
- #ident "$Id: patch_dumpkeys.c,v 1.2 2004/06/15 09:03:06 olegb Exp $"
- #include "../config.h"
--#ifdef HAVE_SYS_SELECT_H
--#include <sys/select.h>
--#endif
- #ifdef HAVE_SYS_TERMIOS_H
- #include <sys/termios.h>
- #endif

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070920/220e399d/attachment.html


More information about the macports-changes mailing list