unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1335: Arch-dependant data should not be installed in the app bundle
@ 2008-11-12 15:12 Yavor Doganov
  0 siblings, 0 replies; 2+ messages in thread
From: Yavor Doganov @ 2008-11-12 15:12 UTC (permalink / raw)
  To: bug-gnu-emacs

Package: emacs,ns

I see no reason to install arch-dependent data in the app bundle when
--ns-disable-ns-self-contained is passed.  This only causes trouble
for distributors (who typically build several variants -- GTK+, Lucid,
-nox and now the GNUstep port) which share the same common binaries
(in Debian shipped in the emacsXX-bin-common package).

This also doesn't make sense for mortal users who wish to install both
a GTK+ and GNUstep Emacs under the same prefix; a perfectly valid
scenario.

2008-11-12  Yavor Doganov  <yavor@gnu.org>  (tiny change)

	* configure.in: Under NS, set `exec_prefix' and `libexecdir'
	relative to `ns_appbindir' only if Emacs is configured for a
	self-contained app.


Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.575
diff -u -u -r1.575 configure.in
--- configure.in	7 Nov 2008 06:56:39 -0000	1.575
+++ configure.in	12 Nov 2008 14:56:06 -0000
@@ -1274,10 +1274,10 @@
   with_xft=no
   with_freetype=no
   # set up packaging dirs
-  exec_prefix=${ns_appbindir}
-  libexecdir=${ns_appbindir}/libexec
   if test "${EN_NS_SELF_CONTAINED}" = yes; then
      prefix=${ns_appresdir}
+     exec_prefix=${ns_appbindir}
+     libexecdir=${ns_appbindir}/libexec
   fi
 fi
 CFLAGS="$tmp_CFLAGS"







^ permalink raw reply	[flat|nested] 2+ messages in thread
* bug#1335: #1335 - Arch-dependant data should not be installed in the app bundle - Emacs bug report logs
@ 2008-11-25  3:29 Adrian Robert
  2009-06-26 13:41 ` Yavor Doganov
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Robert @ 2008-11-25  3:29 UTC (permalink / raw)
  To: 1335; +Cc: Yavor Doganov

Hi,

Does this patch not cause an error for you when lines 416-417 in  
Makefile.in (under install-arch-dep target) are executed?  Should ' if  
test -d ' checks similer to the preceding lines be added?

thanks,
Adrian









^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-22  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-12 15:12 bug#1335: Arch-dependant data should not be installed in the app bundle Yavor Doganov
  -- strict thread matches above, loose matches on Subject: below --
2008-11-25  3:29 bug#1335: #1335 - Arch-dependant data should not be installed in the app bundle - Emacs bug report logs Adrian Robert
2009-06-26 13:41 ` Yavor Doganov
2011-11-22  1:59   ` bug#1335: Arch-dependant data should not be installed in the app bundle Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).