Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 22:42:26 +0300 (MSK)
From:      Dmitry Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16317: Fix po-mode.el, installed by devel/gettext
Message-ID:  <200001231942.WAA78983@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         16317
>Category:       ports
>Synopsis:       Fix po-mode.el, installed by devel/gettext
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 11:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Sivachenko
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	

>Description:

devel/gettext port installs po-mode.el.  Fix this file to use
uuencode, instead of uuencode -m.  This options is supported only by
GNU uuencode.

>How-To-Repeat:

	

>Fix:
	

diff -Nur gettext.old/patches/patch-aj gettext/patches/patch-aj
--- gettext.old/patches/patch-aj	Thu Jan  1 03:00:00 1970
+++ gettext/patches/patch-aj	Sun Jan 23 22:36:30 2000
@@ -0,0 +1,11 @@
+--- misc/po-mode.el.orig	Sun Jan 23 22:35:10 2000
++++ misc/po-mode.el	Sun Jan 23 22:35:39 2000
+@@ -330,7 +330,7 @@
+   :type 'face
+   :group 'po)
+ 
+-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
++(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
+   "*The filter to use for preparing a mail invoice of the PO file.
+ Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
+ or remove the -m if you are not using the GNU version of `uuencode'."

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001231942.WAA78983>