[21218] trunk/dports/print/denemo

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 14 09:00:52 PST 2007


Revision: 21218
          http://trac.macosforge.org/projects/macports/changeset/21218
Author:   yves at macports.org
Date:     2007-01-14 09:00:52 -0800 (Sun, 14 Jan 2007)

Log Message:
-----------
Denemo revision, fix a nasty bug

Modified Paths:
--------------
    trunk/dports/print/denemo/Portfile

Added Paths:
-----------
    trunk/dports/print/denemo/files/patch-external.c

Modified: trunk/dports/print/denemo/Portfile
===================================================================
--- trunk/dports/print/denemo/Portfile	2007-01-14 17:00:08 UTC (rev 21217)
+++ trunk/dports/print/denemo/Portfile	2007-01-14 17:00:52 UTC (rev 21218)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name			denemo
 version			0.7.6
+revision		1
 categories		print audio x11
 platforms		darwin
 maintainers		yves at macports.org
@@ -24,7 +25,7 @@
 depends_run     port:qtplay
                 #port:csound
 
-patchfiles      patch-denemo.conf patch-prefops.c
+patchfiles      patch-denemo.conf patch-external.c patch-prefops.c
 post-patch {
     reinplace "s|../../mkinstalldirs|mkinstalldirs|g" \
         ${worksrcpath}/pixmaps/Makefile.in

Added: trunk/dports/print/denemo/files/patch-external.c
===================================================================
--- trunk/dports/print/denemo/files/patch-external.c	                        (rev 0)
+++ trunk/dports/print/denemo/files/patch-external.c	2007-01-14 17:00:52 UTC (rev 21218)
@@ -0,0 +1,11 @@
+--- src/external.c.orig	2007-01-13 14:48:44.000000000 -0500
++++ src/external.c	2007-01-13 14:49:11.000000000 -0500
+@@ -167,7 +167,7 @@
+       rewind (fp);
+       fprintf (fp, "%d", -1);
+       fclose (fp);
+-      truncate (pidpath->str, 2);	/* '-' '1' EOF */
++/*      truncate (pidpath->str, 2);	 '-' '1' EOF */
+       g_string_free (pidpath, TRUE);
+     }
+ }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070114/7c7779fc/attachment.html


More information about the macports-changes mailing list