Bug 8178 - ELF patch for mule-2.3 in editors, japanese, korean and chinese
Summary: ELF patch for mule-2.3 in editors, japanese, korean and chinese
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: Satoshi Asami
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-10-07 02:20 UTC by TAOKA Satoshi
Modified: 1998-10-07 09:14 UTC (History)
0 users

See Also:


Attachments
diff.mule.gz (44.65 KB, text/plain)
1998-10-07 02:20 UTC, TAOKA Satoshi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TAOKA Satoshi 1998-10-07 02:20:01 UTC
This patch is a ELF patch for mule-2.3 in editors, japanese,
korean and chinese

All of current mule-2.3 of ports tree are based on emacs-19.28.
By applying the patch, these are based on emacs-19.34.

To update, please run
% cd /usr/ports; zcat diff.mule.gz | patch -pN

By it, next files are deleted:
editors/mule-common/patches: patch-af
editors/mule-common/patches: patch-ag
editors/mule-common/patches: patch-ah
editors/mule-common/patches: patch-ai
editors/mule-common/patches: patch-ak
editors/mule-common/patches: patch-al

next directory are deleted:
editors/mule-common/scripts

and Next files are added:
editors/mule-common/patches: patch-ae
editors/mule-common/patches: patch-etl
editors/mule-common/patches: patch-mc
editors/mule-common/patches: patch-md
editors/mule-common/patches: patch-mf
editors/mule-common/patches: patch-mk
editors/mule-common/patches: patch-ml
editors/mule-common/patches: patch-mm
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1998-10-07 06:37:24 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports
Comment 2 Satoshi Asami freebsd_committer freebsd_triage 1998-10-07 07:32:26 UTC
Responsible Changed
From-To: freebsd-ports->asami

Actually, I'll take this one. 
Comment 3 Satoshi Asami freebsd_committer freebsd_triage 1998-10-07 09:11:46 UTC
State Changed
From-To: open->closed

Thanks, committed.  Three changes: 

(1) Please don't change the "Date created" lines in Makefiles -- that 
is for the original creation date, not the date the port is last changed. 

(2) I put unexfreebsd.c in files/ and copied it over instead of having 
one patch just to create the file. 

(3) I used PLIST_SUB to change "19.34" in mule-common/pkg/PLIST.  It's 
going to reduce the number of lines that needs to be changed in future 
upgrades greatly. 

It seems to build ok here, but please test there too.  Thanks!