FreeBSD Bugzilla – Attachment 197955 Details for
Bug 232109
deskutils/treesheets: Update to 1.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 475857 revision)
treesheets.diff (text/plain), 1.98 KB, created by
lightside
on 2018-10-09 04:44:41 UTC
(
hide
)
Description:
Proposed patch (since 475857 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2018-10-09 04:44:41 UTC
Size:
1.98 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 475857) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= treesheets >-PORTVERSION= 1.0.0 >-PORTREVISION= 1 >+PORTVERSION= 1.0.1 > DISTVERSIONPREFIX= v > CATEGORIES= deskutils > >@@ -13,7 +12,7 @@ > LICENSE= ZLIB > LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt > >-USES= compiler:c++11-lib desktop-file-utils >+USES= compiler:c++17-lang desktop-file-utils > > USE_GITHUB= yes > GH_ACCOUNT= aardappel >@@ -25,7 +24,7 @@ > PACKAGE_VERSION= \"${PORTVERSION}\" > MAKE_ENV= PACKAGE_VERSION=${PACKAGE_VERSION:Q} > >-PORTDATA= images >+PORTDATA= images scripts translations/*/*.mo > PORTDOCS= docs *.html > PORTEXAMPLES= * > >@@ -36,6 +35,14 @@ > > OPTIONS_DEFINE= DOCS EXAMPLES > >+.include <bsd.port.pre.mk> >+ >+.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1100000) || make(makesum) >+MASTER_SITES+= http://releases.llvm.org/6.0.1/:llvm >+DISTFILES+= libcxx-6.0.1.src.tar.xz:llvm >+CXXFLAGS+= -isystem ${WRKDIR}/libcxx-6.0.1.src/include >+.endif >+ > post-patch: .SILENT > ${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \ > ${BUILD_WRKSRC}/document.h >@@ -64,4 +71,4 @@ > (cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \ > ${STAGEDIR}${EXAMPLESDIR}) > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 475857) >+++ distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1504103277 >-SHA256 (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 13c01c48a6442e309e77126aeeed51d4e0a768ad808459c0dcd83ecc1d246c0f >-SIZE (aardappel-treesheets-v1.0.0_GH0.tar.gz) = 2010521 >+TIMESTAMP = 1538869581 >+SHA256 (libcxx-6.0.1.src.tar.xz) = 7654fbc810a03860e6f01a54c2297a0b9efb04c0b9aa0409251d9bdb3726fc67 >+SIZE (libcxx-6.0.1.src.tar.xz) = 1552328 >+SHA256 (aardappel-treesheets-v1.0.1_GH0.tar.gz) = cacf0593e12c484f68adf4d462147efed202b1c2d09e58e90c9fb98cb3e7b874 >+SIZE (aardappel-treesheets-v1.0.1_GH0.tar.gz) = 2316388
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
Flags:
lightside
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 232109
:
197954
|
197955
|
197956