Taken from https://bug1339931.bmoattachments.org/attachment.cgi?id=8837771. # HG changeset patch # Parent 4732a0e5d22bc7e5c1f1ace7a182d537d9cc2c6a Add major version to shell and js-config filenames. Author: Rico Tzschichholz Forwarded: no Last-Update: 2014-10-29 --- diff --git a/js/src/configure b/js/src/configure --- a/js/src/configure +++ b/js/src/configure @@ -1696,8 +1696,13 @@ MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"` IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'` +if test -n "$JS_STANDALONE"; then +JS_SHELL_NAME=js$MOZJS_MAJOR_VERSION +JS_CONFIG_NAME=js$MOZJS_MAJOR_VERSION-config +else JS_SHELL_NAME=js JS_CONFIG_NAME=js-config +fi if test -n "$IS_ALPHA"; then diff --git a/js/src/configure.in b/js/src/configure.in --- a/js/src/configure.in +++ b/js/src/configure.in @@ -234,16 +234,13 @@ MOZJS_MINOR_VERSION=`echo $MOZILLA_VERSI MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"` IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'` -dnl XXX in a temporary bid to avoid developer anger at renaming files -dnl XXX before "js" symlinks exist, don't change names. -dnl -dnl if test -n "$JS_STANDALONE"; then -dnl JS_SHELL_NAME=js$MOZJS_MAJOR_VERSION -dnl JS_CONFIG_NAME=js$MOZJS_MAJOR_VERSION-config -dnl else +if test -n "$JS_STANDALONE"; then +JS_SHELL_NAME=js$MOZJS_MAJOR_VERSION +JS_CONFIG_NAME=js$MOZJS_MAJOR_VERSION-config +else JS_SHELL_NAME=js JS_CONFIG_NAME=js-config -dnl fi +fi changequote([,]) if test -n "$IS_ALPHA"; then diff -r 80a9e64d75f5 js/src/Makefile.in --- a/js/src/Makefile.in Wed Jun 25 15:11:42 2014 +0200 +++ b/js/src/Makefile.in Sat Jul 05 14:08:38 2014 +0200 @@ -273,6 +273,9 @@ SCRIPTS = $(JS_CONFIG_NAME) SDK_BINARY = $(JS_CONFIG_NAME) +$(JS_CONFIG_NAME): js-config + cp $^ $@ + $(JS_LIBRARY_NAME).pc: js.pc cp $^ $@ input class='txt' type='search' size='10' name='q' value=''/>
path: root/gnu/packages/groff.scm
AgeCommit message (Expand)Author
2019-01-17gnu: groff-minimal: Disable relocatability....Danny Milosavljevic
2019-01-16Revert "gnu: groff: Disable relocatability."...Efraim Flashner
2019-01-16gnu: groff: Disable relocatability....Danny Milosavljevic
2018-05-06gnu: groff-minimal: Preserve 'preconv' executable....Marius Bakke
2017-12-06gnu: groff-minimal: Inherit phases from groff....Marius Bakke
2017-12-05Merge branch 'master' into core-updatesMarius Bakke
2017-12-02gnu: Add groff-minimal....Ludovic Courtès
2017-08-31gnu: groff: Make build reproducible....Danny Milosavljevic
2017-07-10gnu: groff: Remove timestamps....Danny Milosavljevic
2017-07-07gnu: groff: Remove dependency on netpbm....Ludovic Courtès
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2016-12-25gnu: Add roffit....Ricardo Wurmus
2015-02-05gnu: groff: Add "doc" output....Ludovic Courtès
2014-12-16gnu: groff: Disable parallel builds....Mark H Weaver
2014-12-16gnu: groff: Update to 1.22.3....Mark H Weaver
2013-12-15gnu: Move numerous "inputs" which should be "native-inputs"....John Darrington
2013-12-01gnu: Synchronize descriptions with 'gnumaint'.Ludovic Courtès
2013-10-09Synchronize package descriptions with the Womb....Ludovic Courtès