FreeBSD Bugzilla – Attachment 184678 Details for
Bug 220982
graphics/mesa-dri: update to 17.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rc1
mesa-17.2.0-rc1.diff (text/plain), 5.15 KB, created by
Jan Beich
on 2017-07-24 21:17:19 UTC
(
hide
)
Description:
rc1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2017-07-24 21:17:19 UTC
Size:
5.15 KB
patch
obsolete
>Index: graphics/mesa-dri/Makefile.common >=================================================================== >--- graphics/mesa-dri/Makefile.common (revision 446521) >+++ graphics/mesa-dri/Makefile.common (working copy) >@@ -14,9 +14,9 @@ > MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} > MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} > >-MESABASEVERSION= 17.1.5 >+MESABASEVERSION= 17.2.0 > # if there is a subversion, don't include the '-' between 7.11-rc2. >-MESASUBVERSION= >+MESASUBVERSION= rc1 > > MASTER_SITES= https://mesa.freedesktop.org/archive/ \ > https://mesa.freedesktop.org/archive/${MESABASEVERSION}/ \ >Index: graphics/mesa-dri/distinfo >=================================================================== >--- graphics/mesa-dri/distinfo (revision 446521) >+++ graphics/mesa-dri/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1500121822 >-SHA256 (mesa-17.1.5.tar.xz) = 378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 >-SIZE (mesa-17.1.5.tar.xz) = 9901876 >+TIMESTAMP = 1498843561 >+SHA256 (mesa-17.2.0-rc1.tar.xz) = 7292528b7d722ba45faae59ef10d20f510f74d94a174d1e73ff2be20f542c6db >+SIZE (mesa-17.2.0-rc1.tar.xz) = 10401248 >Index: graphics/mesa-dri/files/patch-src_egl_Makefile.in >=================================================================== >--- graphics/mesa-dri/files/patch-src_egl_Makefile.in (nonexistent) >+++ graphics/mesa-dri/files/patch-src_egl_Makefile.in (working copy) >@@ -0,0 +1,55 @@ >+Force automake to use C++ compiler for linking by adding a >+non-existent .cpp file to nodist_EXTRA_*_SOURCES. >+ >+./.libs/libEGL_common.a(libmesautil_la-string_to_uint_map.o):(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' >+cc: error: linker command failed with exit code 1 (use -v to see invocation) >+ >+--- src/egl/Makefile.in.orig 2017-07-24 16:00:39 UTC >++++ src/egl/Makefile.in >+@@ -197,9 +197,9 @@ AM_V_lt = $(am__v_lt_@AM_V@) >+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) >+ am__v_lt_0 = --silent >+ am__v_lt_1 = >+-libEGL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ >+- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ >+- $(libEGL_la_LDFLAGS) $(LDFLAGS) -o $@ >++libEGL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ >++ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ >++ $(CXXFLAGS) $(libEGL_la_LDFLAGS) $(LDFLAGS) -o $@ >+ @USE_LIBGLVND_FALSE@am_libEGL_la_rpath = -rpath $(libdir) >+ am__DEPENDENCIES_1 = >+ @HAVE_PLATFORM_X11_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) >+@@ -304,6 +304,24 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) >+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) >+ am__v_CCLD_0 = @echo " CCLD " $@; >+ am__v_CCLD_1 = >++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ >++ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) >++LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ >++ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ >++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ >++ $(AM_CXXFLAGS) $(CXXFLAGS) >++AM_V_CXX = $(am__v_CXX_@AM_V@) >++am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) >++am__v_CXX_0 = @echo " CXX " $@; >++am__v_CXX_1 = >++CXXLD = $(CXX) >++CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ >++ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ >++ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ >++AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) >++am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) >++am__v_CXXLD_0 = @echo " CXXLD " $@; >++am__v_CXXLD_1 = >+ SOURCES = $(libEGL_la_SOURCES) $(libEGL_common_la_SOURCES) \ >+ $(libEGL_mesa_la_SOURCES) >+ DIST_SOURCES = $(libEGL_la_SOURCES) \ >+@@ -1014,7 +1032,7 @@ clean-noinstLTLIBRARIES: >+ } >+ >+ libEGL.la: $(libEGL_la_OBJECTS) $(libEGL_la_DEPENDENCIES) $(EXTRA_libEGL_la_DEPENDENCIES) >+- $(AM_V_CCLD)$(libEGL_la_LINK) $(am_libEGL_la_rpath) $(libEGL_la_OBJECTS) $(libEGL_la_LIBADD) $(LIBS) >++ $(AM_V_CXXLD)$(libEGL_la_LINK) $(am_libEGL_la_rpath) $(libEGL_la_OBJECTS) $(libEGL_la_LIBADD) $(LIBS) >+ main/$(am__dirstamp): >+ @$(MKDIR_P) main >+ @: > main/$(am__dirstamp) > >Property changes on: graphics/mesa-dri/files/patch-src_egl_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/mesa-libs/Makefile >=================================================================== >--- graphics/mesa-libs/Makefile (revision 446521) >+++ graphics/mesa-libs/Makefile (working copy) >@@ -14,6 +14,7 @@ OPTIONS_DEFINE= WAYLAND > OPTIONS_SUB= yes > > WAYLAND_DESC= Enable support for the Wayland platform in EGL >+WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.8:graphics/wayland-protocols > WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ > libwayland-server.so:graphics/wayland > >@@ -42,7 +43,7 @@ MESA_BUILD_WRKSRC= src/mapi > MESA_INSTALL_WRKSRC= src/mapi > > .if ${PORT_OPTIONS:MWAYLAND} >-MESA_BUILD_WRKSRC+= src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl >+MESA_BUILD_WRKSRC+= src/util src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl > MESA_INSTALL_WRKSRC+= src/egl/wayland/wayland-egl > .endif >
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 220982
:
184678
|
184874
|
185043
|
185044
|
185045
|
185138
|
185340
|
185642
|
186074
|
186494
|
186599
|
186873