ports/151116: [PATCH] audio/mp3splt: update to 2.2.9
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 30 15:20:05 UTC 2010
>Number: 151116
>Category: ports
>Synopsis: [PATCH] audio/mp3splt: update to 2.2.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 30 15:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010
>Description:
- Update to 2.2.9
The patch-disable-nls was applied upstream.
Tinderbox logs:
- https://sunpoet.net/tinderbox/logs/7-FreeBSD/mp3splt-2.2.9.log
- https://sunpoet.net/tinderbox/logs/8-FreeBSD/mp3splt-2.2.9.log
Removed file(s):
- files/patch-disable-nls
Port maintainer (citrin at citrin.ru) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- mp3splt-2.2.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/mp3splt/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile 31 May 2010 01:57:29 -0000 1.28
+++ Makefile 30 Sep 2010 15:08:36 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= mp3splt
-PORTVERSION= 2.2.8
-PORTREVISION= 1
+PORTVERSION= 2.2.9
CATEGORIES= audio
MASTER_SITES= SF
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/mp3splt/distinfo,v
retrieving revision 1.13
diff -u -u -r1.13 distinfo
--- distinfo 22 Apr 2010 15:12:55 -0000 1.13
+++ distinfo 30 Sep 2010 15:08:36 -0000
@@ -1,3 +1,3 @@
-MD5 (mp3splt-2.2.8.tar.gz) = 2e6f53d6385912c7e8395813048cd28c
-SHA256 (mp3splt-2.2.8.tar.gz) = e5581d953fad596cb6fb22f220414e8aa69cb5324aa123a6b7b9b7a2142225d8
-SIZE (mp3splt-2.2.8.tar.gz) = 218621
+MD5 (mp3splt-2.2.9.tar.gz) = 1f2d3c42504774c5178ce97dcf173a19
+SHA256 (mp3splt-2.2.9.tar.gz) = 990465fda706da61d5f61874616bfaf470c3b95d95b13a38eebeffc4d0074c41
+SIZE (mp3splt-2.2.9.tar.gz) = 223544
Index: files/patch-disable-nls
===================================================================
RCS file: files/patch-disable-nls
diff -N files/patch-disable-nls
--- files/patch-disable-nls 22 Apr 2010 15:12:55 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,61 +0,0 @@
---- src/mp3splt.c.orig 2010-04-22 14:06:08.000000000 +0400
-+++ src/mp3splt.c 2010-04-22 14:16:50.000000000 +0400
-@@ -30,7 +30,6 @@
- #include <ctype.h>
- #include <getopt.h>
- #include <locale.h>
--#include <libintl.h>
-
- #ifdef __WIN32__
- #include <windows.h>
-@@ -46,6 +45,10 @@
- #define PACKAGE_NAME "mp3splt"
- #endif
-
-+#ifdef ENABLE_NLS
-+#include <libintl.h>
-+#endif
-+
- #define MP3SPLT_DATE "17/02/10"
- #define MP3SPLT_AUTHOR1 "Matteo Trotta"
- #define MP3SPLT_AUTHOR2 "Alexandru Munteanu"
-@@ -54,7 +57,11 @@
- #define MP3SPLT_CDDBFILE "query.cddb"
-
- #define MP3SPLT_GETTEXT_DOMAIN "mp3splt"
-+#ifdef ENABLE_NLS
- #define _(STR) gettext(STR)
-+#else
-+#define _(STR) STR
-+#endif
-
- //in case of STDIN/STDOUT usage, we change the console file handle
- //-yeah indeed, global variables might suck
-@@ -1801,9 +1808,11 @@ split:
- //main program starts here
- int main(int argc, char **orig_argv)
- {
-+#ifdef ENABLE_NLS
- //gettext
- setlocale(LC_ALL, "");
- textdomain(MP3SPLT_GETTEXT_DOMAIN);
-+#endif
-
- console_out = stdout;
- console_err = stderr;
-@@ -1814,6 +1823,7 @@ int main(int argc, char **orig_argv)
-
- main_data *data = create_main_struct(argc, orig_argv);
-
-+#ifdef ENABLE_NLS
- #ifdef __WIN32__
- char mp3splt_uninstall_file[2048] = { '\0' };
- DWORD dwType, dwSize = sizeof(mp3splt_uninstall_file) - 1;
-@@ -1873,6 +1883,7 @@ int main(int argc, char **orig_argv)
- #endif
-
- bind_textdomain_codeset(MP3SPLT_GETTEXT_DOMAIN, "UTF-8");
-+#endif
-
- data->state = mp3splt_new_state(&err);
- process_confirmation_error(err, data);
--- mp3splt-2.2.9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list