Summary: | misc/lifelines: "person" entries show extraneous "Y" in DATE fields | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | david | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | bofh, matt, w.schwarzenfeld | ||||
Priority: | --- | Flags: | matt:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
david
2016-04-11 11:13:00 UTC
Confirmed as problem in upstream distro, not platform specific. Problem has been fixed upstream. Is it fixed? So please, close this PR. I re-tried the provided test case on a system running: FreeBSD g1-252.catwhisker.org 11.1-STABLE FreeBSD 11.1-STABLE #508 r327916M/327916:1101506: Sat Jan 13 04:28:18 PST 2018 root@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY amd64 The ports are updated as of r458926 in the "head" branch of ports; the current version of misc/lifelines remains 3.1.1: g1-252(11.1-S)[5] pkg info misc/lifelines | head lifelines-3.1.1 Name : lifelines Version : 3.1.1 Installed on : Sun Oct 16 16:30:44 2016 PDT Origin : misc/lifelines Architecture : FreeBSD:11:amd64 Prefix : /usr/local Categories : misc Licenses : MIT Maintainer : matt@gsicomp.on.ca g1-252(11.1-S)[6] and the reported issue is still observed: After performing the steps in the test case, the resulting display is: ┌──────────────────────────────────────────────────────────────────────────────┐ │person: New PERSON (1) │ │born: Y │ │died: Y │ │ father: │ │ mother: │ │ │ │ │ │ │ │ │ │ │ ├──────────────────────────────────────────────────────────────────────────────┤ │ Please choose an operation: (pg 1/3) │ │ e Edit the person u Browse to parents %s Add source │ │ f Browse to father b Browse to persons %e Add event │ │ m Browse to mother h Add as spouse %o Add other │ │ s Browse to spouse/s i Add as child x Swap two families │ │ c Browse to children r Remove as spouse tt Enter tandem mode │ │ o Browse to older sib d Remove as child zz Browse to any │ │ y Browse to younger * n Create new person ? Other menu choices │ │ g Browse to family a Create new family q Return to main menu │ ├──────────────────────────────────────────────────────────────────────────────┤ │ New PERSON was added to the database. │ └──────────────────────────────────────────────────────────────────────────────┘ yet the "Edit individual" display shows: 0 @I1@ INDI 1 NAME New /Person/ 1 SEX F 1 BIRT 2 DATE 2 PLAC 1 DEAT 2 DATE 2 PLAC 1 SOUR Test case So: Not resolved, as far as I can tell. Created attachment 198441 [details]
Addition of new file (local patch of upstream commit)
New file: files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3
Comment on attachment 198441 [details]
Addition of new file (local patch of upstream commit)
Upstream patch provided by maintainer.
A commit references this bug: Author: bofh Date: Wed Mar 27 00:12:55 UTC 2019 New revision: 496931 URL: https://svnweb.freebsd.org/changeset/ports/496931 Log: misc/lifelines: Fix "person" entries show extraneous "Y" in DATE fields - Fix patch files - Modernize with OPTIONS PR: 208698 Submitted by: matt@gsicomp.on.ca Reported by: david@catwhisker.org Approved by: matt@gsicomp.on.ca Changes: head/misc/lifelines/Makefile head/misc/lifelines/files/patch-intl_Makefile.in head/misc/lifelines/files/patch-intl__Makefile.in head/misc/lifelines/files/patch-src_liflines_show.c Committed with changes |