mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Re-enable readline support
This commit is contained in:
parent
554f2563a1
commit
8762f71b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23520
@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
LIBTOOLFILES= configure guile-readline/configure
|
||||
|
||||
PLIST_SUB= GUILE_VER=1.3.4
|
||||
|
||||
|
17
lang/guile/files/patch-af
Normal file
17
lang/guile/files/patch-af
Normal file
@ -0,0 +1,17 @@
|
||||
--- configure.orig Tue Nov 30 23:44:24 1999
|
||||
+++ configure Tue Nov 30 23:56:23 1999
|
||||
@@ -5264,10 +5264,10 @@
|
||||
*) # Relative path.
|
||||
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
||||
esac
|
||||
- case "$ac_given_INSTALL" in
|
||||
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
||||
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
||||
- esac
|
||||
+# case "$ac_given_INSTALL" in
|
||||
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
||||
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
||||
+# esac
|
||||
|
||||
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
||||
# The eval makes quoting arguments work.
|
@ -2,6 +2,7 @@ bin/guile
|
||||
bin/guile-config
|
||||
bin/guile-snarf
|
||||
include/guile/gh.h
|
||||
include/guile-readline/readline.h
|
||||
include/libguile/__scm.h
|
||||
include/libguile/alist.h
|
||||
include/libguile/arbiters.h
|
||||
@ -92,6 +93,9 @@ info/data-rep.info
|
||||
lib/libguile.a
|
||||
lib/libguile.so
|
||||
lib/libguile.so.6
|
||||
lib/libguilereadline.a
|
||||
lib/libguilereadline.so
|
||||
lib/libguilereadline.so.0
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/aclocal/guile.m4
|
||||
@ -118,6 +122,7 @@ share/guile/%%GUILE_VER%%/ice-9/psyntax.pp
|
||||
share/guile/%%GUILE_VER%%/ice-9/psyntax.ss
|
||||
share/guile/%%GUILE_VER%%/ice-9/q.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/r4rs.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/readline.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/regex.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/runq.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/session.scm
|
||||
@ -128,6 +133,7 @@ share/guile/%%GUILE_VER%%/ice-9/syncase.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/tags.scm
|
||||
share/guile/%%GUILE_VER%%/ice-9/threads.scm
|
||||
@dirrm include/guile
|
||||
@dirrm include/guile-readline
|
||||
@dirrm include/libguile
|
||||
@dirrm share/guile/%%GUILE_VER%%/ice-9
|
||||
@dirrm share/guile/%%GUILE_VER%%
|
||||
|
Loading…
Reference in New Issue
Block a user