[19700] trunk/dports/lang/mdk
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 22 23:41:10 PDT 2006
Revision: 19700
http://trac.macosforge.org/projects/macports/changeset/19700
Author: markd at macports.org
Date: 2006-09-22 23:41:10 -0700 (Fri, 22 Sep 2006)
Log Message:
-----------
Closes 10495. Update to 1.2.3.
Modified Paths:
--------------
trunk/dports/lang/mdk/Portfile
Removed Paths:
-------------
trunk/dports/lang/mdk/files/patch-configure.in
trunk/dports/lang/mdk/files/patch-mixgtk-mixgtk_device.c
Modified: trunk/dports/lang/mdk/Portfile
===================================================================
--- trunk/dports/lang/mdk/Portfile 2006-09-23 04:54:31 UTC (rev 19699)
+++ trunk/dports/lang/mdk/Portfile 2006-09-23 06:41:10 UTC (rev 19700)
@@ -2,7 +2,7 @@
PortSystem 1.0
name mdk
-version 1.2.1
+version 1.2.3
categories lang
maintainers aconchillo at gmail.com
platforms darwin
@@ -30,7 +30,7 @@
the file system).
homepage http://www.gnu.org/software/mdk/mdk.html
master_sites gnu:mdk/v${version}/
-checksums md5 51c10c384b03016412729051091f63a7
+checksums md5 1c74ec62c847792706be412289c8152b
depends_lib port:pkgconfig \
port:guile \
@@ -39,13 +39,12 @@
port:gettext \
port:intltool
-patchfiles patch-configure.in \
- patch-lib-Makefile.am \
+patchfiles patch-lib-Makefile.am \
patch-lib-foo.c \
patch-mixlib-xmix_vm.c
configure.env CPPFLAGS="-I${prefix}/include" \
- CFLAGS="-no-cpp-precomp -I${prefix}/include" \
+ CFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"
configure.args --disable-gui \
--mandir=${prefix}/share/man \
@@ -65,8 +64,6 @@
depends_lib-append port:gtk2 \
port:libglade2
- patchfiles-append patch-mixgtk-Makefile.am \
- patch-mixgtk-mixgtk_device.c
-
+ patchfiles-append patch-mixgtk-Makefile.am
}
Deleted: trunk/dports/lang/mdk/files/patch-configure.in
===================================================================
--- trunk/dports/lang/mdk/files/patch-configure.in 2006-09-23 04:54:31 UTC (rev 19699)
+++ trunk/dports/lang/mdk/files/patch-configure.in 2006-09-23 06:41:10 UTC (rev 19700)
@@ -1,15 +0,0 @@
---- configure.in.orig 2005-09-21 17:48:14.000000000 +0200
-+++ configure.in 2005-09-21 17:48:39.000000000 +0200
-@@ -126,11 +126,7 @@
-
- AM_CONDITIONAL(MAKE_GUI, test x$gui = xtrue)
-
--dnl AC_CANONICAL_HOST
--case "${host_os}" in
--darwin*) CFLAGS="$CFLAGS -Wall -traditional-cpp";;
--*) CFLAGS="$CFLAGS -Wall";;
--esac
-+CFLAGS="$CFLAGS -Wall"
-
- AC_SUBST(CFLAGS)
-
Deleted: trunk/dports/lang/mdk/files/patch-mixgtk-mixgtk_device.c
===================================================================
--- trunk/dports/lang/mdk/files/patch-mixgtk-mixgtk_device.c 2006-09-23 04:54:31 UTC (rev 19699)
+++ trunk/dports/lang/mdk/files/patch-mixgtk-mixgtk_device.c 2006-09-23 06:41:10 UTC (rev 19700)
@@ -1,11 +0,0 @@
---- mixgtk/mixgtk_device.c.orig 2005-09-26 10:23:30.000000000 +0200
-+++ mixgtk/mixgtk_device.c 2005-09-26 10:23:59.000000000 +0200
-@@ -88,7 +88,7 @@
- static void
- write_char_ (struct mixgtk_device_t *dev, const mix_word_t *block)
- {
-- enum {MAX_BLOCK = 16, BUFF_SIZE = MAX_BLOCK * 5 + 2};
-+ enum {MAX_BLOCK = 24, BUFF_SIZE = MAX_BLOCK * 5 + 2};
- static gchar BUFFER[BUFF_SIZE];
-
- guint k, j;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060922/95017c6b/attachment.html
More information about the macports-changes
mailing list