misc/184533: Sync of libedit with upstream NetBSD
>Number: 184533 >Category: misc >Synopsis: Sync of libedit with upstream NetBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: >Organization: n/a >Environment: >Description: This is the update of libedit from NetBSD upstream. Please note the file renames: term.* => terminal.*, key.* => keymacro.* Also files eln.c, chartype.c and config.h are added. libedit now can be built with the option WIDECHAR. FreeBSD will build it with this option, allowing libedit to process international characters. Please note that with the option WIDECHAR NetBSD code checks for __STDC_ISO_10646__ define. This is checking for one specific encoding UCS, which is wrong IMO since wchar_t can represent any encoding. This define isn't defined on FreeBSD, and I disabled this check. There is also port devel/libedit, which is exactly the same as libedit. It is built from the blob extracted from NetBSD for linux. I suggest this port (devel/libedit) is deleted. >How-To-Repeat: >Fix: patch is here: http://yv.dynalias.com:8085/libedit.patch >Release-Note: >Audit-Trail: >Unformatted: ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Re: bin/184529: fetch(1): 10.0-BETA missing Digicert CA chain
The following reply was made to PR bin/184529; it has been noted by GNATS. From: "Julian C. Dunn" To: bug-follo...@freebsd.org Cc: Subject: Re: bin/184529: fetch(1): 10.0-BETA missing Digicert CA chain Date: Fri, 6 Dec 2013 08:45:12 -0500 --Apple-Mail=_15830B11-CB04-451F-BDC0-DBF1B3050B5C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii You can close this. I found and read = http://lists.freebsd.org/pipermail/freebsd-ports/2013-July/085167.html - Julian --Apple-Mail=_15830B11-CB04-451F-BDC0-DBF1B3050B5C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -BEGIN PGP SIGNATURE- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlKh1OgACgkQYGXVM/3CBbmKWACg/NLgZC5klWPm93ThqS8skB+z k5MAoNxNRfFY9iwPoAfmPZNkOIvpitYL =fQNr -END PGP SIGNATURE- --Apple-Mail=_15830B11-CB04-451F-BDC0-DBF1B3050B5C-- ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Re: bin/184529: fetch(1): 10.0-BETA missing Digicert CA chain
Synopsis: fetch(1): 10.0-BETA missing Digicert CA chain State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Dec 6 13:59:22 UTC 2013 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=184529 ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
RE: kern/184533: [libedit] [patch] Sync of libedit with upstream NetBSD
The following reply was made to PR kern/184533; it has been noted by GNATS. From: Yuri To: bug-follo...@freebsd.org Cc: Subject: RE: kern/184533: [libedit] [patch] Sync of libedit with upstream NetBSD Date: Fri, 06 Dec 2013 12:09:18 -0800 The easiest way to apply the patch is to first move the following files in repository: cd lib/libedit svn mv term.c terminal.c svn mv term.h terminal.h svn mv key.c keymacro.c svn mv key.h keymacro.h ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Re: kern/184533: [libedit] [patch] Sync of libedit with upstream NetBSD
Synopsis: [libedit] [patch] Sync of libedit with upstream NetBSD Responsible-Changed-From-To: freebsd-bugs->pfg Responsible-Changed-By: delphij Responsible-Changed-When: Fri Dec 6 20:19:56 UTC 2013 Responsible-Changed-Why: Hi, Pedro, Can you take a look at this one? Cheers, http://www.freebsd.org/cgi/query-pr.cgi?pr=184533 ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
Re: kern/184085: process crash when dtrace is run: dtrace -n pid< PID> :::entry
The following reply was made to PR kern/184085; it has been noted by GNATS. From: Yuri To: bug-follo...@freebsd.org, patrick_...@yahoo.com.hk Cc: Subject: Re: kern/184085: process crash when dtrace is run: dtrace -n pid:::entry Date: Fri, 06 Dec 2013 21:13:11 -0800 I want to note that only 'entry' probe causes the programs to crash, and not 'return' ones. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"