aboutsummaryrefslogtreecommitdiff
path: root/net/tramp
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-22 01:02:08 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-22 01:02:08 +0000
commit768c932c79696a8290363839f6d40658641c6742 (patch)
tree7c3b88215a8b94ce62cb65bf707c5ed9c7f45c85 /net/tramp
parent3a6e581178b65e9053c99ce358b52f2eeafef0fa (diff)
downloadports-768c932c79696a8290363839f6d40658641c6742.tar.gz
ports-768c932c79696a8290363839f6d40658641c6742.zip
install password.el unconditionally.
Notes
Notes: svn path=/head/; revision=129521
Diffstat (limited to 'net/tramp')
-rw-r--r--net/tramp/Makefile2
-rw-r--r--net/tramp/files/patch-configure.ac16
2 files changed, 18 insertions, 0 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 0964ee0ad8d0..813d9b607215 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tramp
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= net elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -46,6 +47,7 @@ pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE})
.endif
+ ${LN} -sf ../contrib/password.el ${WRKSRC}/lisp
post-install:
.if ${EMACS_PORT_NAME} == emacs20
diff --git a/net/tramp/files/patch-configure.ac b/net/tramp/files/patch-configure.ac
new file mode 100644
index 000000000000..7ce9acd3a8e8
--- /dev/null
+++ b/net/tramp/files/patch-configure.ac
@@ -0,0 +1,16 @@
+--- configure.ac.orig Sun Jan 16 19:43:17 2005
++++ configure.ac Tue Feb 22 09:45:18 2005
+@@ -58,12 +58,11 @@
+ AC_EMACS_INFO
+
+ # Handle contrib files. "-" must be encoded as "_".
+-TRAMP_CONTRIB_FILES=
++TRAMP_CONTRIB_FILES=password.el
+
+ AC_CONTRIB_FILES([base64_encode_region], [base64.el])
+ AC_CONTRIB_FILES([format_spec], [format_spec.el])
+ AC_CONTRIB_FILES([md5], [md5.el], [optional])
+-AC_CONTRIB_FILES([password_cache_add], [password.el], [optional])
+ AC_CONTRIB_FILES([uudecode_decode_region], [uudecode.el])
+ dnl run-at-time for XEmacs can be find in fsf-compat. Unfortunately,
+ dnl password.el doesn't honor it, and it requires run-at-time mandatory.