summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
committeryoichi <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
commiteea840aad6d8e163777131531518cefd13f4f5de (patch)
tree7e59efba5d91d073282b8a3e2191d75c8c71c32a
parent87e00c2de25c5f47ceebb588b160f7015a035a06 (diff)
downloadFreeBSD-ports-eea840aad6d8e163777131531518cefd13f4f5de.zip
FreeBSD-ports-eea840aad6d8e163777131531518cefd13f4f5de.tar.gz
Update to 20020218.
-rw-r--r--net/tramp/Makefile6
-rw-r--r--net/tramp/distinfo2
-rw-r--r--net/tramp/files/patch-lisp:tramp-util.el10
3 files changed, 14 insertions, 4 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 479d236..e339541 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020130
+PORTVERSION= 0.0.20020218
CATEGORIES= net elisp
MASTER_SITES= http://tramp.sourceforge.net/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -43,11 +43,11 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE} EMACS=${EMACS_CMD} format-spec.elc)
- (${CP} ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
+ (${CP} -p ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
.endif
post-build:
.if !defined(NOPORTDOCS)
-# (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
+ (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
.if defined(JAPANESE_INFO)
(cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=jmakeinfo tramp_ja.info)
.endif
diff --git a/net/tramp/distinfo b/net/tramp/distinfo
index 53d7b55..b9a9a78 100644
--- a/net/tramp/distinfo
+++ b/net/tramp/distinfo
@@ -1 +1 @@
-MD5 (tramp.tar.gz) = f284bfd2856f394d7e76b19e6fdcb236
+MD5 (tramp.tar.gz) = cc2f2a416afe6192af80786e001b3246
diff --git a/net/tramp/files/patch-lisp:tramp-util.el b/net/tramp/files/patch-lisp:tramp-util.el
new file mode 100644
index 0000000..f394b82
--- /dev/null
+++ b/net/tramp/files/patch-lisp:tramp-util.el
@@ -0,0 +1,10 @@
+--- lisp/tramp-util.el.orig Sun Dec 30 06:56:58 2001
++++ lisp/tramp-util.el Tue Mar 26 23:12:09 2002
+@@ -27,6 +27,7 @@
+
+ ;;; Code:
+
++(eval-when-compile (require 'cl))
+ (require 'compile)
+ (require 'tramp)
+
OpenPOWER on IntegriCloud