FreeBSD Bugzilla – Attachment 152297 Details for
Bug 186518
finance/ledger: segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised diff
ledger.diff (text/plain), 5.08 KB, created by
Guido Falsi
on 2015-01-28 08:51:59 UTC
(
hide
)
Description:
Revised diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2015-01-28 08:51:59 UTC
Size:
5.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378049) >+++ Makefile (working copy) >@@ -2,39 +2,30 @@ > # $FreeBSD$ > > PORTNAME= ledger >-PORTVERSION= 2.6.3 >-PORTREVISION= 3 >+PORTVERSION= 3.1 > CATEGORIES= finance >-MASTER_SITES= http://cloud.github.com/downloads/jwiegley/${PORTNAME}/ > > MAINTAINER= woodycarey@hotmail.com > COMMENT= John Wiegley's command line accounting program > > LICENSE= BSD3CLAUSE >-LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_FILE= ${WRKSRC}/doc/LICENSE > >+BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp > LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ >- libpcre.so:${PORTSDIR}/devel/pcre \ >- libxmltok.so:${PORTSDIR}/www/libwww \ >- libxmlparse.so:${PORTSDIR}/www/libwww >+ libmpfr.so:${PORTSDIR}/math/mpfr \ >+ libedit.so.0:${PORTSDIR}/devel/libedit \ >+ libboost_system.so:${PORTSDIR}/devel/boost-libs > >-USES= libtool >+USE_GITHUB= yes >+GH_ACCOUNT= ledger >+GH_TAGNAME= v${PORTVERSION} >+GH_COMMIT= 9df7fd4 >+ > USE_LDCONFIG= yes >-GNU_CONFIGURE= yes >-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww >-LDFLAGS+= -L${LOCALBASE}/lib >+USES= cmake compiler:c++11-lib > >-SUB_FILES= pkg-message >+CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ >+ -DCMAKE_INCLUDE_PATH=${LOCALBASE}/include > >-INSTALL_TARGET= install-strip >- >-INFO= ledger >- >-post-install: >- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts >- ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}/scripts/ >- ${INSTALL_DATA} ${WRKSRC}/sample.dat ${STAGEDIR}${EXAMPLESDIR} >- ${INSTALL_SCRIPT} ${WRKSRC}/setup.py ${STAGEDIR}${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/ledger.vim ${STAGEDIR}${EXAMPLESDIR} >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 378049) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (ledger-2.6.3.tar.gz) = b3ecd0174a3500bb96fe047617b1ee870cc5196deb0230393d933dceaeb7f717 >-SIZE (ledger-2.6.3.tar.gz) = 660752 >+SHA256 (ledger-3.1.tar.gz) = 97bd3dc14b88c2ec622b466e24011bc413485ec1c4e253093e3243ebb53da0b1 >+SIZE (ledger-3.1.tar.gz) = 817824 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 378049) >+++ files/pkg-message.in (working copy) >@@ -1,4 +0,0 @@ >- >-This port has installed sample data files, python samples and script samples >-for ledger in %%PREFIX%%/share/examples/ledger/ >-Have fun! >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 378049) >+++ pkg-plist (working copy) >@@ -1,52 +1,65 @@ > bin/ledger >-include/ledger/acconf.h >+include/ledger/account.h > include/ledger/amount.h >+include/ledger/annotate.h >+include/ledger/archive.h > include/ledger/balance.h >-include/ledger/binary.h >-include/ledger/config.h >+include/ledger/chain.h >+include/ledger/commodity.h >+include/ledger/compare.h >+include/ledger/context.h >+include/ledger/convert.h > include/ledger/csv.h >-include/ledger/datetime.h >-include/ledger/debug.h >-include/ledger/derive.h >+include/ledger/draft.h > include/ledger/emacs.h > include/ledger/error.h >+include/ledger/expr.h >+include/ledger/exprbase.h >+include/ledger/filters.h >+include/ledger/flags.h > include/ledger/format.h >-include/ledger/gnucash.h >+include/ledger/generate.h >+include/ledger/global.h >+include/ledger/history.h >+include/ledger/item.h >+include/ledger/iterators.h > include/ledger/journal.h >-include/ledger/ledger.h >+include/ledger/lookup.h > include/ledger/mask.h >-include/ledger/ofx.h >+include/ledger/op.h > include/ledger/option.h >+include/ledger/org.h >+include/ledger/output.h > include/ledger/parser.h >-include/ledger/qif.h >+include/ledger/pool.h >+include/ledger/post.h >+include/ledger/precmd.h >+include/ledger/predicate.h >+include/ledger/print.h >+include/ledger/pstream.h >+include/ledger/ptree.h >+include/ledger/pyfstream.h >+include/ledger/pyinterp.h >+include/ledger/pyutils.h >+include/ledger/query.h > include/ledger/quotes.h >-include/ledger/reconcile.h > include/ledger/report.h >-include/ledger/textual.h >-include/ledger/timing.h >-include/ledger/util.h >-include/ledger/valexpr.h >+include/ledger/scope.h >+include/ledger/select.h >+include/ledger/session.h >+include/ledger/stats.h >+include/ledger/stream.h >+include/ledger/strptime.h >+include/ledger/system.hh >+include/ledger/temps.h >+include/ledger/timelog.h >+include/ledger/times.h >+include/ledger/token.h >+include/ledger/unistring.h >+include/ledger/utils.h > include/ledger/value.h >-include/ledger/walk.h >-include/ledger/xml.h >-lib/libamounts.a >-lib/libamounts.so >-lib/libamounts.so.0 >-lib/libamounts.so.0.0.0 >-lib/libledger-2.6.3.so >-lib/libledger.a >+include/ledger/views.h >+include/ledger/xact.h > lib/libledger.so >-%%EXAMPLESDIR%%/ledger.vim >-%%EXAMPLESDIR%%/sample.dat >-%%EXAMPLESDIR%%/scripts/README >-%%EXAMPLESDIR%%/scripts/bal >-%%EXAMPLESDIR%%/scripts/bal-huquq >-%%EXAMPLESDIR%%/scripts/entry >-%%EXAMPLESDIR%%/scripts/getquote >-%%EXAMPLESDIR%%/scripts/ledger-du >-%%EXAMPLESDIR%%/scripts/report >-%%EXAMPLESDIR%%/scripts/tc >-%%EXAMPLESDIR%%/scripts/ti >-%%EXAMPLESDIR%%/scripts/to >-%%EXAMPLESDIR%%/scripts/trend >-%%EXAMPLESDIR%%/setup.py >+lib/libledger.so.3 >+man/man1/ledger.1.gz
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:
madpilot
:
maintainer-approval?
(
woodycarey
)
Actions:
View
|
Diff
Attachments on
bug 186518
:
150914
| 152297