[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.9-libcxx/stable/main/finkinfo/sound libtunepimp5.info, 1.1, 1.2 libtunepimp5.patch, 1
From:       Hanspeter Niederstrasser via Fink-commits <fink-commits () lists ! sourceforge ! net>
Date:       2017-11-22 4:10:52
Message-ID: E1eHMNC-0002CX-AY () sfs-ml-4 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/sound
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31023

Modified Files:
	libtunepimp5.info libtunepimp5.patch 
Log Message:
fix incompatible type assignment

Index: libtunepimp5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/sound/libtunepimp5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libtunepimp5.info	10 Sep 2015 20:55:40 -0000	1.1
+++ libtunepimp5.info	22 Nov 2017 04:10:50 -0000	1.2
@@ -1,6 +1,6 @@
 Package: libtunepimp5
 Version: 0.5.3
-Revision: 1
+Revision: 2
 Description: Library for musicbrainz tagging
 License: LGPL
 Maintainer: Hanspeter Niederstrasser <nieder@users.sourceforge.net>
@@ -31,7 +31,7 @@
 Source: mirror:custom:libtunepimp-%v.tar.gz
 Source-MD5: 09649f983acef679a548344ba7a9bb2f
 PatchFile: %n.patch
-PatchFile-MD5: 304b898ed01cb91a78512eb15a367230
+PatchFile-MD5: 0a608ff948b29f154752a409e0391327
 PatchScript: <<
 	%{default_script}
 	perl -pi -e 's,\/usr\/local,%p,g' configure libltdl/configure
@@ -91,3 +91,9 @@
 library geared towards developers who wish to create MusicBrainz
 enabled tagging applications.
 <<
+DescPort: <<
+lib/fileio.cpp
+fix assigning to 'char *' from incompatible type 'const char *'
+https://searchcode.com/codesearch/view/7637490/
+
+<<

Index: libtunepimp5.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/sound/libtunepimp5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libtunepimp5.patch	10 Sep 2015 20:55:40 -0000	1.1
+++ libtunepimp5.patch	22 Nov 2017 04:10:50 -0000	1.2
@@ -88,3 +88,16 @@
  #include <time.h>
  #include <ctype.h>
  #include <musicbrainz/mb_c.h>
+diff -ruN libtunepimp-0.5.3.orig/lib/fileio.cpp libtunepimp-0.5.3/lib/fileio.cpp
+--- libtunepimp-0.5.3.orig/lib/fileio.cpp	2009-05-28 11:49:43.000000000 -0700
++++ libtunepimp-0.5.3/lib/fileio.cpp	2009-05-28 11:59:05.000000000 -0700
+@@ -124,7 +124,8 @@
+ 
+ void tmktempname(const char *path, char *newPath, int newPathLen)
+ {
+-    char *ptr, *temp;
++    const char *ptr;
++    char *temp;
+ 
+     temp = (char *)malloc(strlen(path) + 32);
+     ptr = strrchr(path, dirSepChar);


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic