Summary: | Port sysutils/screen: support KOI8-U | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Valentin Nechayev <netch> | ||||
Component: | Individual Port(s) | Assignee: | Cy Schubert <cy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Valentin Nechayev
2011-03-29 10:40:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback This PR is missing a patch for pkg-plist. Please provide. Hi Valentinm, Your patch is incomplete. It will result in orphan files after please provide an updated pkg-plist. Thanks. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org Q: How did the regular expression cross the road? A: ^.*$ Hi,
Sun, Apr 24, 2011 at 11:09:23, Cy.Schubert wrote about "Re: ports/156031: Port sysutils/screen: support KOI8-U":
> Your patch is incomplete. It will result in orphan files after please
> provide an updated pkg-plist. Thanks.
Yep, I missed it.
It's rather trivial - add one file:
--- pkg-plist
+++ pkg-plist
@@ -6,6 +6,7 @@
%%DATADIR%%/utf8encodings/18
%%DATADIR%%/utf8encodings/19
%%DATADIR%%/utf8encodings/a1
+%%DATADIR%%/utf8encodings/a3
%%DATADIR%%/utf8encodings/bf
%%DATADIR%%/utf8encodings/c2
%%DATADIR%%/utf8encodings/c3
-netch-
State Changed From-To: feedback->closed Committed. Thanks. cy 2011-05-01 04:28:36 UTC FreeBSD ports repository Modified files: sysutils/screen Makefile pkg-plist Added files: sysutils/screen/files patch-ansi.h patch-doc_screen.1 patch-doc_screen.texinfo patch-encoding.c uue-utf8encodings_a3 Log: Add support for KOI8-U. PR: ports/156031 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> Revision Changes Path 1.83 +2 -1 ports/sysutils/screen/Makefile 1.1 +11 -0 ports/sysutils/screen/files/patch-ansi.h (new) 1.1 +15 -0 ports/sysutils/screen/files/patch-doc_screen.1 (new) 1.1 +13 -0 ports/sysutils/screen/files/patch-doc_screen.texinfo (new) 1.1 +19 -0 ports/sysutils/screen/files/patch-encoding.c (new) 1.1 +15 -0 ports/sysutils/screen/files/uue-utf8encodings_a3 (new) 1.30 +1 -0 ports/sysutils/screen/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |