Bug 46031

Summary: All emacs20 related ports dumps core on 5-current with X window
Product: Ports & Packages Reporter: Munehiro Matsuda <haro>
Component: Individual Port(s)Assignee: shige <shige>
Status: Closed FIXED    
Severity: Affects Only Me CC: haro
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Munehiro Matsuda 2002-12-06 16:50:00 UTC
	All emacs20 related ports dumps core on -current with in X window.
	Symptom should be as same as the one descrived in PR: ports/44926

	I think the following patch files needs to be updated the same way
	PR: ports/44926 does, which is to add next patch:

+
+#if __FreeBSD_version >= 500000
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#endif

	to all the following patch files.
		ports/editors/emacs20/files/patch-cb
		ports/editors/emacs20-dl/files/patch-cb
		ports/editors/emacs20-mule-devel/files/patch-cb

Fix: 

Append following patch:
+
+#if __FreeBSD_version >= 500000
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#endif

	to all the following patch files.
		ports/editors/emacs20/files/patch-cb
		ports/editors/emacs20-dl/files/patch-cb
		ports/editors/emacs20-mule-devel/files/patch-cb
How-To-Repeat: 	On 5-current and with in X window environtment
	
	# cd /usr/ports/japanese/emacs20-dl-wnn6
	# make install
	# /usr/local/bin/emacs20
	<Sig 11 and dump core>
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-01-09 08:47:24 UTC
Responsible Changed
From-To: freebsd-ports->shige

Over to maintainer.
Comment 2 shige freebsd_committer freebsd_triage 2003-02-04 13:20:06 UTC
State Changed
From-To: open->closed

Committed, Thanks!