FreeBSD Bugzilla – Attachment 153256 Details for
Bug 197856
[MAINTAINER] deskutils/treesheets: Update to v0.0.20150117
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 379431 revision)
treesheets-0.0.20141225_0.0.20150117.diff (text/plain), 1.74 KB, created by
lightside
on 2015-02-21 01:23:28 UTC
(
hide
)
Description:
Proposed patch (since 379431 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2015-02-21 01:23:28 UTC
Size:
1.74 KB
patch
obsolete
>diff -ruN treesheets.orig/Makefile treesheets/Makefile >--- treesheets.orig/Makefile 2015-02-20 17:41:42.000000000 +0400 >+++ treesheets/Makefile 2015-02-21 04:08:15.000000000 +0400 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/deskutils/treesheets/Makefile 379431 2015-02-20 13:41:42Z marino $ > > PORTNAME= treesheets >-PORTVERSION= 0.0.20141225 >+PORTVERSION= 0.0.20150117 > CATEGORIES= deskutils > > MAINTAINER= lightside@gmx.com >@@ -13,7 +13,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= aardappel >-GH_COMMIT= 6ff99fb >+GH_COMMIT= 0191b1f > GH_TAGNAME= ${GH_COMMIT} > > BUILD_WRKSRC= ${WRKSRC}/src >@@ -43,11 +43,6 @@ > .endif > > post-patch: .SILENT >- ${REINPLACE_CMD} -e 's|c++|${CXX}|; \ >- s|-O3|${CXXFLAGS}| ; \ >- s|wx-config|${WX_CONFIG}| ; \ >- /^mv treesheets/d' \ >- ${BUILD_WRKSRC}/build.sh > ${REINPLACE_CMD} -e 's|sys->frame->exepath+L"|L"${DOCSDIR}|' \ > ${BUILD_WRKSRC}/document.h > ${REINPLACE_CMD} -e 's|wxFileName(exename).GetPath()|L"${DATADIR}"|' \ >@@ -56,7 +51,8 @@ > ${BUILD_WRKSRC}/system.h > > do-build: >- (cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} build.sh) >+ (cd ${BUILD_WRKSRC} && ${CXX} -std=c++11 ${CXXFLAGS} \ >+ -o ${PORTNAME} *.cpp `${WX_CONFIG} --cxxflags --libs all`) > > do-install: > ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >diff -ruN treesheets.orig/distinfo treesheets/distinfo >--- treesheets.orig/distinfo 2015-01-04 18:16:20.000000000 +0400 >+++ treesheets/distinfo 2015-02-20 18:57:38.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (treesheets-0.0.20141225.tar.gz) = d1087d1746ff3762505be08c6a5ebcc3f3c75a6e77c76a516f07fc5830db47f7 >-SIZE (treesheets-0.0.20141225.tar.gz) = 1793649 >+SHA256 (treesheets-0.0.20150117.tar.gz) = 9ea044bb0793fafb7b967764cd245a002cb22153548756b9dc44dc90fcabdbed >+SIZE (treesheets-0.0.20150117.tar.gz) = 1788525
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 197856
:
153226
|
153227
|
153256
|
153257
|
153259
|
153260