FreeBSD Bugzilla – Attachment 56137 Details for
Bug 84744
Allow user to disable libcaca in ports/multimedia/xine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia::xine.patch
multimedia::xine.patch (text/plain), 940 bytes, created by
Carlos A M dos Santos
on 2005-08-10 12:50:29 UTC
(
hide
)
Description:
multimedia::xine.patch
Filename:
MIME Type:
Creator:
Carlos A M dos Santos
Created:
2005-08-10 12:50:29 UTC
Size:
940 bytes
patch
obsolete
>diff -durP ports/multimedia/xine/Makefile ports/multimedia/xine/Makefile >--- ports.orig/multimedia/xine/Makefile Thu Apr 28 22:11:59 2005 >+++ ports/multimedia/xine/Makefile Thu Jun 2 21:22:30 2005 >@@ -72,11 +71,22 @@ > CONFIGURE_ARGS+= --disable-xft > .endif > >-.if exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_LIBCACA) >+.if !defined(WITHOUT_LIBCACA) && (exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_LIBCACA)) > PLIST_SUB+= WITH_LIBCACA="" > .else > PLIST_SUB+= WITH_LIBCACA="@comment " > .endif >+ >+pre-everything:: >+ @${ECHO_MSG} "===>" >+ @${ECHO_MSG} "===> You can enable some features by defining following variables." >+ @${ECHO_MSG} "===>" >+.if defined (WITHOUT_LIBCACA) || (!exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_LIBCACA)) >+ @${ECHO_MSG} "===> WITH_LIBCACA (libcaca support)" >+.else >+ @${ECHO_MSG} "===> WITH_LIBCACA (libcaca support, enabled)" >+.endif >+ @${ECHO_MSG} "===>" > > post-patch: > @${REINPLACE_CMD} -e \
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 84744
: 56137