mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to 20020218.
This commit is contained in:
parent
ae657d9f12
commit
2591f7a811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56698
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tramp.tar.gz) = f284bfd2856f394d7e76b19e6fdcb236
|
||||
MD5 (tramp.tar.gz) = cc2f2a416afe6192af80786e001b3246
|
||||
|
10
net/tramp/files/patch-lisp:tramp-util.el
Normal file
10
net/tramp/files/patch-lisp:tramp-util.el
Normal file
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user