FreeBSD Bugzilla – Attachment 150991 Details for
Bug 196299
[maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/libcec update to 2.2.0
libcec.txt (text/plain), 2.55 KB, created by
mickael.maillot
on 2014-12-27 16:42:03 UTC
(
hide
)
Description:
multimedia/libcec update to 2.2.0
Filename:
MIME Type:
Creator:
mickael.maillot
Created:
2014-12-27 16:42:03 UTC
Size:
2.55 KB
patch
obsolete
>diff -udbrN libcec.orig/Makefile libcec/Makefile >--- libcec.orig/Makefile 2014-12-27 17:37:50.035352875 +0100 >+++ libcec/Makefile 2014-12-27 17:37:15.326355198 +0100 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/multimedia/libcec/Makefile 373593 2014-11-29 01:36:13Z marino $ > > PORTNAME= libcec >-PORTVERSION= 2.1.4 >+PORTVERSION= 2.2.0 > CATEGORIES= multimedia > MASTER_SITES= GH > >@@ -14,20 +14,18 @@ > > USE_GITHUB= yes > GH_ACCOUNT= Pulse-Eight >-GH_COMMIT= 81e3821 >+GH_COMMIT= 2a80b46 > GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-repack > > USES= alias pathfix pkgconfig libtool > PATHFIX_MAKEFILEIN=Makefile.am >+USE_XORG= x11 xproto xrandr > USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize > ACLOCAL_ARGS= -I. > AUTOMAKE_ARGS= --add-missing > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > >-post-patch: >- ${REINPLACE_CMD} 's;-Wno-psabi;;' ${WRKSRC}/configure.ac >- > .include <bsd.port.options.mk> > > .if ${ARCH} == armv6 >diff -udbrN libcec.orig/distinfo libcec/distinfo >--- libcec.orig/distinfo 2014-12-27 17:37:50.035352875 +0100 >+++ libcec/distinfo 2014-12-25 13:33:53.979090097 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (libcec-2.1.4.tar.gz) = b8e869cc16a5c73a0da4443911cfd0e931f17324bdaad8210b0de085db0573ea >-SIZE (libcec-2.1.4.tar.gz) = 1093922 >+SHA256 (libcec-2.2.0.tar.gz) = 63c3a4936d074bcfea21a0301bb1bedc6b5abba280e296b12fdca15addcedee9 >+SIZE (libcec-2.2.0.tar.gz) = 1099260 >diff -udbrN libcec.orig/files/patch-configure.ac libcec/files/patch-configure.ac >--- libcec.orig/files/patch-configure.ac 1970-01-01 01:00:00.000000000 +0100 >+++ libcec/files/patch-configure.ac 2014-12-25 13:33:53.979090097 +0100 >@@ -0,0 +1,27 @@ >+--- configure.ac.orig 2014-12-16 12:03:01.000000000 +0100 >++++ configure.ac 2014-12-16 12:05:57.000000000 +0100 >+@@ -236,6 +236,24 @@ >+ AM_CONDITIONAL(USE_X11_RANDR, false) >+ SUPPRESS_MANGLING_WARNINGS="" >+ ;; >++ *-*-freebsd*) >++ SUPPRESS_MANGLING_WARNINGS="" >++ ## search for X11/xrandr >++ libs_tmp="$LIBS" >++ use_x11_xrandr="yes" >++ AC_CHECK_HEADER(X11/Xlib.h,,[use_x11_xrandr="no"]) >++ AC_CHECK_HEADER(X11/Xatom.h,,[use_x11_xrandr="no"]) >++ AC_CHECK_HEADER(X11/extensions/Xrandr.h,,[use_x11_xrandr="no"]) >++ AC_CHECK_LIB(X11,XOpenDisplay,,[use_x11_xrandr="no"]) >++ AC_CHECK_LIB(Xrandr,XRRGetScreenResources,,[use_x11_xrandr="no"]) >++ if test "x$use_x11_xrandr" = "xyes"; then >++ AC_DEFINE([HAVE_RANDR],[1],[Define to 1 to include support for the X11 randr extension]) >++ AM_CONDITIONAL(USE_X11_RANDR, true) >++ else >++ AM_CONDITIONAL(USE_X11_RANDR, false) >++ LIBS="$libs_tmp" >++ fi >++ ;; >+ esac >+ >+ ## define the build info
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 196299
:
150989
|
150990
| 150991 |
151136
|
152008
|
152050
|
152246
|
153166