FreeBSD Bugzilla – Attachment 168328 Details for
Bug 208090
[maintainer-update] update misc/lifelines to 3.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of misc/lifelines
lifelines.diff (text/plain), 9.69 KB, created by
matt
on 2016-03-17 15:36:33 UTC
(
hide
)
Description:
svn diff of misc/lifelines
Filename:
MIME Type:
Creator:
matt
Created:
2016-03-17 15:36:33 UTC
Size:
9.69 KB
patch
obsolete
>Index: lifelines/Makefile >=================================================================== >--- lifelines/Makefile (revision 411284) >+++ lifelines/Makefile (working copy) >@@ -2,10 +2,9 @@ > # $FreeBSD$ > > PORTNAME= lifelines >-PORTVERSION= 3.0.62 >-PORTREVISION= 1 >+PORTVERSION= 3.1.1 > CATEGORIES= misc >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} >+MASTER_SITES= http://github.com/MarcNo/lifelines/releases/download/${PORTVERSION}/ > > MAINTAINER= matt@gsicomp.on.ca > COMMENT= Advanced genealogical system >@@ -12,17 +11,42 @@ > > LICENSE= MIT > >-USES= bison iconv ncurses tar:bzip2 > GNU_CONFIGURE= yes >+USES= autoreconf bison gmake iconv >+USES_GZIP= yes > >-OPTIONS_DEFINE= DOCS NLS >-OPTIONS_SUB= yes >+MAKE_JOBS_UNSAFE=yes > >-NLS_USES= gettext >-NLS_CONFIGURE_OFF= --disable-nls >+# Lifelines always installs documenatation. This is contrary to the FreeBSD >+# norm which uses --with-docs (aka DOCS) to do so. We patch the Makefiles >+# below in pre-patch. >+# Lifelines uses --with-docs to indicate that the full XML docbook toolcahin >+# needs to be installed to build the docs. We use BUILDDOCS for that purpose. > >-post-patch: >- @${REINPLACE_CMD} -e 's,ncursesw/curses\.h,curses.h,' \ >+OPTIONS_DEFINE= BUILDDOCS DOCS NLS >+OPTIONS_SUB= yes >+OPTIONS_DEFAULT= DOCS NLS >+BUILDDOCS_DESC= Build documentation (requires docbook toolchain) >+DOCS_DESC= Install documentation >+NLS_DESC= Build with NLS support >+ >+BUILDDOCS_CONFIGURE_WITH= docs >+BUILDDOCS_BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ >+ dblatex:${PORTSDIR}/textproc/dblatex >+ >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+ >+.include <bsd.port.options.mk> >+ >+pre-patch: >+ @${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \ > ${WRKSRC}/src/hdrs/mycurses.h >+.if ! ${PORT_OPTIONS:MDOCS} >+ @${REINPLACE_CMD} -e 's,^doc_DATA.*,doc_DATA = .linesrc lines.cfg,' \ >+ ${WRKSRC}/Makefile.am >+ @${REINPLACE_CMD} -e 's,^doc_DATA.*,doc_DATA=,' \ >+ ${WRKSRC}/docs/manual/Makefile.am >+.endif > > .include <bsd.port.mk> >Index: lifelines/distinfo >=================================================================== >--- lifelines/distinfo (revision 411284) >+++ lifelines/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (lifelines-3.0.62.tar.bz2) = 1c279958748e0f80b399bd8ea29f4030aa6db93059785d68abccf98b59c41e05 >-SIZE (lifelines-3.0.62.tar.bz2) = 2289866 >+SHA256 (lifelines-3.1.1.tar.gz) = 083007f81e406fce15931e5a29a7ba0380ef0b3b9c61d5eb5228ad378c7f332d >+SIZE (lifelines-3.1.1.tar.gz) = 3559382 >Index: lifelines/files/patch-intl__Makefile.in >=================================================================== >--- lifelines/files/patch-intl__Makefile.in (revision 411284) >+++ lifelines/files/patch-intl__Makefile.in (working copy) >@@ -1,6 +1,6 @@ >---- intl/Makefile.in.orig Fri Oct 14 00:36:21 2005 >-+++ intl/Makefile.in Fri Oct 14 00:38:03 2005 >-@@ -152,35 +152,6 @@ >+--- intl/Makefile.in.orig 2015-12-22 22:00:40 UTC >++++ intl/Makefile.in >+@@ -152,35 +152,6 @@ install-exec: all > else \ > : ; \ > fi >Index: lifelines/pkg-descr >=================================================================== >--- lifelines/pkg-descr (revision 411284) >+++ lifelines/pkg-descr (working copy) >@@ -11,4 +11,4 @@ > Because of its flexibility and programmability, LifeLines is frequently > used for genealogy applications on the World Wide Web. > >-WWW: http://lifelines.sourceforge.net/ >+WWW: http://marcno.github.io/lifelines/ >Index: lifelines/pkg-plist >=================================================================== >--- lifelines/pkg-plist (revision 411284) >+++ lifelines/pkg-plist (working copy) >@@ -7,36 +7,30 @@ > man/man1/llexec.1.gz > man/man1/llines.1.gz > %%PORTDOCS%%%%DOCSDIR%%/.linesrc >-%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >-%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog > %%PORTDOCS%%%%DOCSDIR%%/INSTALL > %%PORTDOCS%%%%DOCSDIR%%/LICENSE > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/README.AUTOCONF >-%%PORTDOCS%%%%DOCSDIR%%/README.DEVELOPERS >-%%PORTDOCS%%%%DOCSDIR%%/README.INTERNATIONAL >-%%PORTDOCS%%%%DOCSDIR%%/README.LAYOUT >-%%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS >-%%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS.rpm >-%%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS.win32 > %%PORTDOCS%%%%DOCSDIR%%/lines.cfg >-%%PORTDOCS%%%%DOCSDIR%%/lines.cfg.input >+%%PORTDOCS%%%%DOCSDIR%%/lines.cfg.m4 >+%%PORTDOCS%%%%DOCSDIR%%/listops.jpg > %%PORTDOCS%%%%DOCSDIR%%/ll-devguide.html >-%%PORTDOCS%%%%DOCSDIR%%/ll-devguide.xml >+%%PORTDOCS%%%%DOCSDIR%%/ll-devguide.pdf >+%%PORTDOCS%%%%DOCSDIR%%/ll-devguide.txt > %%PORTDOCS%%%%DOCSDIR%%/ll-index.html > %%PORTDOCS%%%%DOCSDIR%%/ll-index.sv.html > %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.html > %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.pdf > %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.sv.html >+%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.sv.pdf > %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.txt >-%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.xml > %%PORTDOCS%%%%DOCSDIR%%/ll-userguide.html > %%PORTDOCS%%%%DOCSDIR%%/ll-userguide.pdf > %%PORTDOCS%%%%DOCSDIR%%/ll-userguide.sv.html >+%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.sv.pdf > %%PORTDOCS%%%%DOCSDIR%%/ll-userguide.txt >-%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.xml > %%DATADIR%%/2ppage.ll > %%DATADIR%%/4gen1.ll > %%DATADIR%%/6gen1.ll >@@ -46,6 +40,7 @@ > %%DATADIR%%/README > %%DATADIR%%/addsour.ll > %%DATADIR%%/af-import.ll >+%%DATADIR%%/afg.ll > %%DATADIR%%/afn_match.ll > %%DATADIR%%/ahnenliste.ll > %%DATADIR%%/ahnentafel.ll >@@ -89,19 +84,14 @@ > %%DATADIR%%/descged.ll > %%DATADIR%%/divorce.li > %%DATADIR%%/drep2.ll >-%%DATADIR%%/drsetup.tex >-%%DATADIR%%/drtree.tex > %%DATADIR%%/dump-ances.ll > %%DATADIR%%/dump_html.ll > %%DATADIR%%/dump_html_sd.ll > %%DATADIR%%/eol.ll > %%DATADIR%%/est_life_span.ll >-%%DATADIR%%/ex1.tex > %%DATADIR%%/extract_gedcom.ll > %%DATADIR%%/extract_html.ll > %%DATADIR%%/extract_set.li >-%%DATADIR%%/extree1.tex >-%%DATADIR%%/extree2.tex > %%DATADIR%%/fam10c.ll > %%DATADIR%%/fam16rn1.ll > %%DATADIR%%/fam_ged.ll >@@ -154,17 +144,6 @@ > %%DATADIR%%/ldsgedcom.li > %%DATADIR%%/line.ll > %%DATADIR%%/listsour.ll >-%%DATADIR%%/ll-devguide.html >-%%DATADIR%%/ll-index.html >-%%DATADIR%%/ll-index.sv.html >-%%DATADIR%%/ll-reportmanual.html >-%%DATADIR%%/ll-reportmanual.pdf >-%%DATADIR%%/ll-reportmanual.sv.html >-%%DATADIR%%/ll-reportmanual.txt >-%%DATADIR%%/ll-userguide.html >-%%DATADIR%%/ll-userguide.pdf >-%%DATADIR%%/ll-userguide.sv.html >-%%DATADIR%%/ll-userguide.txt > %%DATADIR%%/ll.png > %%DATADIR%%/ll2html.ll > %%DATADIR%%/ll2visio.ll >@@ -174,7 +153,6 @@ > %%DATADIR%%/marriages.ll > %%DATADIR%%/marriages1.ll > %%DATADIR%%/menu.ll >-%%DATADIR%%/mysetup.tex > %%DATADIR%%/name2html.ll > %%DATADIR%%/namefreq.ll > %%DATADIR%%/names_freq.ll >@@ -181,9 +159,6 @@ > %%DATADIR%%/namesformat1.ll > %%DATADIR%%/net-ped.ll > %%DATADIR%%/nonpatronymics.ll >-%%DATADIR%%/novel.README >-%%DATADIR%%/novel.intro >-%%DATADIR%%/novel.ll > %%DATADIR%%/outsources.li > %%DATADIR%%/paf-export.ll > %%DATADIR%%/paf-import.ll >@@ -195,24 +170,13 @@ > %%DATADIR%%/pedigree_html.ll > %%DATADIR%%/pedigreel.ll > %%DATADIR%%/pedigreelhs.ll >-%%DATADIR%%/pedtex.ll >-%%DATADIR%%/pedtex.readme > %%DATADIR%%/places.ll > %%DATADIR%%/pointers.ll >-%%DATADIR%%/poster.doc >-%%DATADIR%%/poster.tex >-%%DATADIR%%/poster1.tex >-%%DATADIR%%/poster2.tex > %%DATADIR%%/prompt.li > %%DATADIR%%/ps-anc.ll > %%DATADIR%%/ps-circle.ll >-%%DATADIR%%/ps-fan.ll >-%%DATADIR%%/ps-fan.ps > %%DATADIR%%/ps-pedigree.ll > %%DATADIR%%/ps-pedigree.ps >-%%DATADIR%%/pstricks.con >-%%DATADIR%%/pstricks.pro >-%%DATADIR%%/pstricks.tex > %%DATADIR%%/refn.ll > %%DATADIR%%/reg_html.ll > %%DATADIR%%/register-rtf.ll >@@ -232,7 +196,6 @@ > %%DATADIR%%/sealing_line.ll > %%DATADIR%%/search_source.ll > %%DATADIR%%/select.ll >-%%DATADIR%%/setup.tex > %%DATADIR%%/sgsgen.ll > %%DATADIR%%/shorten.li > %%DATADIR%%/showlines1.ll >@@ -249,7 +212,6 @@ > %%DATADIR%%/ssdi-import.ll > %%DATADIR%%/ssdi-search-list.ll > %%DATADIR%%/ssdi_aid.ll >-%%DATADIR%%/st_all.ll > %%DATADIR%%/stats.ll > %%DATADIR%%/surname1.ll > %%DATADIR%%/tinytafel1.ll >@@ -263,6 +225,62 @@ > %%DATADIR%%/xml-dtd.ll > %%DATADIR%%/xmlize.ll > %%DATADIR%%/zombies.ll >+%%DATADIR%%/desc-tex2/README >+%%DATADIR%%/desc-tex2/desc-tex.ll >+%%DATADIR%%/desc-tex2/desc-tex2.ll >+%%DATADIR%%/desc-tex2/drsetup.tex >+%%DATADIR%%/desc-tex2/drtree.tex >+%%DATADIR%%/desc-tex2/ex1.tex >+%%DATADIR%%/desc-tex2/extree1.tex >+%%DATADIR%%/desc-tex2/extree2.tex >+%%DATADIR%%/desc-tex2/mysetup.tex >+%%DATADIR%%/desc-tex2/poster.doc >+%%DATADIR%%/desc-tex2/poster.tex >+%%DATADIR%%/desc-tex2/poster1.tex >+%%DATADIR%%/desc-tex2/poster2.tex >+%%DATADIR%%/desc-tex2/pstricks.con >+%%DATADIR%%/desc-tex2/pstricks.pro >+%%DATADIR%%/desc-tex2/pstricks.tex >+%%DATADIR%%/desc-tex2/setup.tex >+%%DATADIR%%/desc-tex2/tree.tex >+%%DATADIR%%/novel/novel.README >+%%DATADIR%%/novel/novel.intro >+%%DATADIR%%/novel/novel.ll >+%%DATADIR%%/pedtex/pedtex.ll >+%%DATADIR%%/pedtex/pedtex.readme >+%%DATADIR%%/pedtex/setup.tex >+%%DATADIR%%/pedtex/tree.tex >+%%DATADIR%%/ps-fan/ps-fan.ll >+%%DATADIR%%/ps-fan/ps-fan.ps >+%%DATADIR%%/st/st_all.ll >+%%DATADIR%%/st/st_all.ref >+%%DATADIR%%/st/st_all_stdout.ref >+%%DATADIR%%/st/st_aux.li >+%%DATADIR%%/st/st_collate.li >+%%DATADIR%%/st/st_collate_8859-1.li >+%%DATADIR%%/st/st_collate_UTF-8.li >+%%DATADIR%%/st/st_convert.li >+%%DATADIR%%/st/st_date.li >+%%DATADIR%%/st/st_db.li >+%%DATADIR%%/st/st_list.li >+%%DATADIR%%/st/st_name.li >+%%DATADIR%%/st/st_number.li >+%%DATADIR%%/st/st_string.li >+%%DATADIR%%/st/st_string_UTF-8.li >+%%DATADIR%%/st/st_table.li >+%%DATADIR%%/st/test_fam_it.ll >+%%DATADIR%%/st/test_fam_it.ref >+%%DATADIR%%/st/test_forfam.ll >+%%DATADIR%%/st/test_forfam.ref >+%%DATADIR%%/st/test_forindi.ll >+%%DATADIR%%/st/test_forindi.ref >+%%DATADIR%%/st/test_indi_it.ll >+%%DATADIR%%/st/test_indi_it.ref >+%%DATADIR%%/st/test_othr_it.ll >+%%DATADIR%%/st/test_othr_it.ref >+%%DATADIR%%/st/ti.ged >+%%DATADIR%%/st/trigtest.ll >+%%DATADIR%%/st/trigtest.ref > %%NLS%%share/locale/da/LC_MESSAGES/lifelines.mo > %%NLS%%share/locale/de/LC_MESSAGES/lifelines.mo > %%NLS%%share/locale/el/LC_MESSAGES/lifelines.mo
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 208090
: 168328