FreeBSD Bugzilla – Attachment 165555 Details for
Bug 200309
[PATCH] x11-toolkits/p5-Wx: Update to version 0.99.28
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-toolkits_p5-Wx.diff
x11-toolkits_p5-Wx.diff (text/plain), 1.33 KB, created by
tkato432
on 2016-01-14 11:01:04 UTC
(
hide
)
Description:
x11-toolkits_p5-Wx.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-01-14 11:01:04 UTC
Size:
1.33 KB
patch
obsolete
>diff -urN /usr/ports/x11-toolkits/p5-Wx/Makefile x11-toolkits/p5-Wx/Makefile >--- /usr/ports/x11-toolkits/p5-Wx/Makefile 2015-12-02 11:32:55.275311000 +0900 >+++ x11-toolkits/p5-Wx/Makefile 2016-01-14 18:00:00.000000000 +0900 >@@ -14,23 +14,29 @@ > LICENSE= ART10 GPLv1 > LICENSE_COMB= dual > >-BROKEN_FreeBSD_9= does not build >- >-BUILD_DEPENDS= p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets \ >- p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp >+BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp \ >+ p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= perl5 compiler:c++11-lib >+USES= compiler:c++11-lib perl5 >+USE_CXXSTD= c++11 > USE_PERL5= configure > USE_WX= 3.0 >-USE_CXXSTD= c++11 >-WX_COMPS= wx >-CC= ${CXX} >+CONFIGURE_ENV= CXX="${CXX}" >+ > CFLAGS+= -pthread -Wno-write-strings >-CONFIGURE_ENV= CXX=${CXX} > > post-configure: > @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ >- ${REINPLACE_CMD} -e 's|^CCFLAGS = .*$$|CCFLAGS = ${CXXFLAGS}|' >+ ${REINPLACE_CMD} -e \ >+ 's|$$(CC)|$$(CXX)|g ; \ >+ s|$$(CCFLAGS)|$$(CXXFLAGS)|g' >+ >+pre-build: >+ @(cd ${WRKSRC} && ${DO_MAKE_BUILD} generated) >+ >+post-install: >+ @${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name "*.so" -type f \ >+ | ${XARGS} ${STRIP_CMD} > > .include <bsd.port.mk>
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 200309
:
156909
|
165555
|
165726