[Bug 208698] misc/lifelines: "person" entries show extraneous "Y" in DATE fields

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 11 11:13:01 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208698

            Bug ID: 208698
           Summary: misc/lifelines: "person" entries show extraneous "Y"
                    in DATE fields
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: david at catwhisker.org
                CC: matt at gsicomp.on.ca
                CC: matt at gsicomp.on.ca
             Flags: maintainer-feedback?(matt at gsicomp.on.ca)

Running:
FreeBSD albert.catwhisker.org 10.3-STABLE FreeBSD 10.3-STABLE #660 
r297780M/297781:1003500: Sun Apr 10 04:14:43 PDT 2016    
root at freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/ALBERT  amd64

albert(10.3-S)[2] pkg info misc/lifelines
lifelines-3.1.1
Name           : lifelines
Version        : 3.1.1
Installed on   : Sun Mar 27 06:04:58 2016 PDT
Origin         : misc/lifelines
Architecture   : freebsd:10:x86:64
...

I noted that DATE fields (e.g., under BIRT or DEAT) that had no value specified
were displaying as if "Y" were specified.

So I tried a simple test case:

cd /tmp
llines ./T
[Yes, create a new database]
["a" to add information]
[Make it a "person" entry.]
New entry looked like:
0 @I1@ INDI
1 NAME New /Person/
1 SEX F
1 BIRT
  2 DATE
  2 PLAC
1 DEAT
  2 DATE
  2 PLAC
1 SOUR Made up


saved that entry.  Resulting display was:
┌──────────────────────────────────────────────────────────────────────────────┐
│person: New PERSON (1)                                                       
│
│born: Y                                                                      
│
│died: Y                                                                      
│
│  father:                                                                    
│
│  mother:                                                                    
│


While I normally use:
albert(10.3-S)[3] env | grep -i utf
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8


I also re-created the above after having unset those environment variables.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list