Summary: | [PATCH] Unbreak russian/xmms (includes two new ports) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ulrich Spoerlein <uspoerlein> | ||||||||
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | miwi | ||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Ulrich Spoerlein
2007-12-31 11:50:00 UTC
Espen, can you take a look at the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=119187 Do you approve the part of this patch that touch your multimedia/xmms port? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Bento's Law: If It Can Break, It Will Break Bento's Corollary: If It Can Break, Kris Can Send Mail About It State Changed From-To: open->feedback Asked multimedia/xmms' maintainer approval Responsible Changed From-To: freebsd-ports-bugs->pav Track pav 2008-01-19 19:07:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/librcd Makefile distinfo pkg-descr pkg-plist Log: Library used by ruxmms for autodetection of russian charset WWW: http://rusxmms.sourceforge.net/ PR: ports/119187 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.comm> Revision Changes Path 1.2963 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/librcd/Makefile (new) 1.1 +3 -0 ports/devel/librcd/distinfo (new) 1.1 +3 -0 ports/devel/librcd/pkg-descr (new) 1.1 +5 -0 ports/devel/librcd/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" pav 2008-01-19 19:17:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/librcc Makefile distinfo pkg-descr pkg-plist devel/librcc/files patch-configure.in Log: The Abilities of LibRCC Library =============================== * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK application with 3 lines of code. * Menu localization opportunity WWW: http://rusxmms.sourceforge.net PR: ports/119187 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Revision Changes Path 1.2964 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/librcc/Makefile (new) 1.1 +3 -0 ports/devel/librcc/distinfo (new) 1.1 +146 -0 ports/devel/librcc/files/patch-configure.in (new) 1.1 +19 -0 ports/devel/librcc/pkg-descr (new) 1.1 +22 -0 ports/devel/librcc/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->open Feedback timeout State Changed From-To: open->feedback Does not configure: configure.in:87: error: possibly undefined macro: AC_CHECK_LIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. On Sat, 19.01.2008 at 19:27:20 +0000, pav@FreeBSD.org wrote: > Does not configure: > > configure.in:87: error: possibly undefined macro: AC_CHECK_LIB > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. Sorry for not testing this in a clean environment. Please see the attached, additional patch for xmms' Makefile. When esound happens to not be installed on the system, autoconf will complain about the missing macros. Patching configure.in on the fly is not exactly beautiful, but suffices. Cheers, Ulrich Spoerlein State Changed From-To: feedback->closed Committed, thanks. pav 2008-01-20 22:42:32 UTC FreeBSD ports repository Modified files: multimedia/xmms Makefile distinfo russian/xmms Makefile Added files: multimedia/xmms/files patch-configure.in patch-po-Makefile.in.in Log: - Update russian patches to 1.2.11 PR: ports/119187 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.92 +58 -11 ports/multimedia/xmms/Makefile 1.24 +3 -0 ports/multimedia/xmms/distinfo 1.1 +33 -0 ports/multimedia/xmms/files/patch-configure.in (new) 1.1 +10 -0 ports/multimedia/xmms/files/patch-po-Makefile.in.in (new) 1.8 +1 -1 ports/russian/xmms/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |