[61556] trunk/dports/lang/mdk

jmr at macports.org jmr at macports.org
Mon Dec 14 13:37:09 PST 2009


Revision: 61556
          http://trac.macports.org/changeset/61556
Author:   jmr at macports.org
Date:     2009-12-14 13:37:06 -0800 (Mon, 14 Dec 2009)
Log Message:
-----------
mdk: update to 1.2.5 (#22126)

Modified Paths:
--------------
    trunk/dports/lang/mdk/Portfile
    trunk/dports/lang/mdk/files/patch-lib-Makefile.am
    trunk/dports/lang/mdk/files/patch-mixgtk-Makefile.am

Removed Paths:
-------------
    trunk/dports/lang/mdk/files/patch-mixlib-xmix_vm.c

Modified: trunk/dports/lang/mdk/Portfile
===================================================================
--- trunk/dports/lang/mdk/Portfile	2009-12-14 19:54:25 UTC (rev 61555)
+++ trunk/dports/lang/mdk/Portfile	2009-12-14 21:37:06 UTC (rev 61556)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem        1.0
@@ -3,5 +4,5 @@
 
 name              mdk
-version           1.2.3
+version           1.2.5
 categories        lang
 maintainers       gmail.com:aconchillo
@@ -31,9 +32,15 @@
                   the file system).
 homepage          http://www.gnu.org/software/mdk/mdk.html
 master_sites      gnu:mdk/v${version}/
-checksums         md5 1c74ec62c847792706be412289c8152b
+checksums         md5 7dce75b47695ef90ff3abfaf4e3d77fc \
+                  sha1 2d314351bc4dc88bce4644c6d22fd1131996fb47
 
-depends_build     path:bin/pkg-config:pkgconfig
+use_automake      yes
+use_autoconf      yes
+depends_build     path:bin/pkg-config:pkgconfig \
+                  port:autoconf \
+                  port:automake \
+                  port:libtool
 
 depends_lib       port:guile \
                   path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -47,28 +54,25 @@
                   port:intltool
 
 patchfiles        patch-lib-Makefile.am \
-                  patch-lib-foo.c \
-                  patch-mixlib-xmix_vm.c
+                  patch-lib-foo.c
 
-configure.cflags-append "-I${prefix}/include"
+configure.cflags-append ${configure.cppflags}
 configure.args    --disable-gui \
                   --mandir=${prefix}/share/man \
                   --infodir=${prefix}/share/info
 
+use_parallel_build no
 build.type        gnu
-use_automake      yes
-use_autoconf      yes
 
 post-extract {
              system "touch ${worksrcpath}/lib/foo.c"
              system "cd ${worksrcpath} && aclocal -I m4"
 }
 
-variant gui {
+variant gui description "Build the GTK+ user interface" {
    configure.args-delete  --disable-gui
    depends_lib-append     port:gtk2 \
                           port:libglade2
 
    patchfiles-append patch-mixgtk-Makefile.am
 }
-

Modified: trunk/dports/lang/mdk/files/patch-lib-Makefile.am
===================================================================
--- trunk/dports/lang/mdk/files/patch-lib-Makefile.am	2009-12-14 19:54:25 UTC (rev 61555)
+++ trunk/dports/lang/mdk/files/patch-lib-Makefile.am	2009-12-14 21:37:06 UTC (rev 61556)
@@ -8,3 +8,4 @@
 +libreplace_a_SOURCES = foo.c
  libreplace_a_LIBADD = @LIBOBJS@
 \ No newline at end of file
+

Modified: trunk/dports/lang/mdk/files/patch-mixgtk-Makefile.am
===================================================================
--- trunk/dports/lang/mdk/files/patch-mixgtk-Makefile.am	2009-12-14 19:54:25 UTC (rev 61555)
+++ trunk/dports/lang/mdk/files/patch-mixgtk-Makefile.am	2009-12-14 21:37:06 UTC (rev 61556)
@@ -1,6 +1,6 @@
---- mixgtk/Makefile.am.orig	2005-09-21 18:24:14.000000000 +0200
-+++ mixgtk/Makefile.am	2005-09-21 18:24:22.000000000 +0200
-@@ -31,7 +31,6 @@
+--- mixgtk/Makefile.am.orig	2009-10-10 14:32:46.000000000 +0200
++++ mixgtk/Makefile.am	2009-10-10 20:30:49.000000000 +0200
+@@ -39,7 +39,6 @@
  LDADD = $(top_builddir)/mixlib/libmix.a $(top_builddir)/lib/libreplace.a\
          $(top_builddir)/mixguile/libmixguile.a $(INTLLIBS)
  

Deleted: trunk/dports/lang/mdk/files/patch-mixlib-xmix_vm.c
===================================================================
--- trunk/dports/lang/mdk/files/patch-mixlib-xmix_vm.c	2009-12-14 19:54:25 UTC (rev 61555)
+++ trunk/dports/lang/mdk/files/patch-mixlib-xmix_vm.c	2009-12-14 21:37:06 UTC (rev 61556)
@@ -1,13 +0,0 @@
---- mixlib/xmix_vm.c.orig	2005-09-21 18:11:04.000000000 +0200
-+++ mixlib/xmix_vm.c	2005-09-21 18:12:23.000000000 +0200
-@@ -23,6 +23,10 @@
- 
- #include "xmix_vm.h"
- 
-+/* darwin patch... ? */
-+#undef G_INLINE_FUNC
-+#define G_INLINE_FUNC
-+
- /* auxiliar functions */
- G_INLINE_FUNC mix_address_t
- get_M_ (const mix_vm_t *vm, const mix_ins_t *ins);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091214/3291ee2e/attachment.html>


More information about the macports-changes mailing list