Bug 122510 - shells/zsh cannot disable multibyte support
Summary: shells/zsh cannot disable multibyte support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 18:50 UTC by jfb
Modified: 2008-06-06 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (277 bytes, patch)
2008-04-06 18:50 UTC, jfb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jfb 2008-04-06 18:50:01 UTC
The default multibyte configuration of zsh 4.3 has changed since ZSH_MULTIBYTE was added to ${OPTIONS} in shells/zsh/Makefile. Since zsh's default is now to enable multibyte support, the use of ${WITH_ZSH_MULTIBYTE} does not provide for disabling zsh multibyte support.

Fix: attached patch

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/shells/zsh
make config
(ensure that ZSH_MULTIBYTE is deselected; choose "OK" button)
make
(cd to ${WRKDIRPREFIX}, if any)
cd work/zsh-4.3.4
grep MULTIBYTE config.h

'grep' output will indicate that multibyte support is enabled.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-06 18:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2008-06-06 12:31:56 UTC
State Changed
From-To: open->closed

Patch committed, thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-06 12:32:02 UTC
des         2008-06-06 11:31:53 UTC

  FreeBSD ports repository

  Modified files:
    shells/zsh           Makefile 
  Log:
  Explicitly disable multibyte support if the user doesn't want it.
  
  PR:             ports/122510
  Submitted by:   Jeff Blank <jfb@mr-happy.com>
  
  Revision  Changes    Path
  1.96      +3 -1      ports/shells/zsh/Makefile
_______________________________________________
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"