FreeBSD Bugzilla – Attachment 77532 Details for
Bug 111647
[patch] audio/amarok - cleanup non-supported FreeBSD versions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
edwin
on 2007-04-16 02:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwin
Created:
2007-04-16 02:40:03 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/audio/amarok/Makefile,v >retrieving revision 1.70 >diff -u -r1.70 Makefile >--- Makefile 2 Apr 2007 15:46:55 -0000 1.70 >+++ Makefile 16 Apr 2007 01:35:26 -0000 >@@ -39,10 +39,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} < 500000 >-EXTRA_PATCHES+= ${PATCHDIR}/extra-amarok_src_expression.h >-.endif >- > CONFIGURE_ARGS+=--without-exscalibar \ > --with-mp4v2 \ > --with-mp4v2-dir=${PREFIX} \ >Index: files/extra-amarok_src_expression.h >=================================================================== >RCS file: files/extra-amarok_src_expression.h >diff -N files/extra-amarok_src_expression.h >--- files/extra-amarok_src_expression.h 2 Aug 2006 12:09:59 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,16 +0,0 @@ >- >-$FreeBSD: ports/audio/amarok/files/extra-amarok_src_expression.h,v 1.1 2006/08/02 12:09:59 mich Exp $ >- >---- amarok/src/expression.h.orig >-+++ amarok/src/expression.h >-@@ -27,8 +27,8 @@ >- { >- QString field; >- QString text; >-- bool negate: 1; >-- enum { Contains, Less, More } match: 2; >-+ bool negate; >-+ enum { Contains, Less, More } match; >- expression_element(): negate( false ), match( Contains ) { } >- }; >- typedef QValueVector<expression_element> or_list;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 111647
: 77532
Working