diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-06-27 00:03:54 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-06-27 00:03:54 +0000 |
commit | 51437fec7461ddf28c961399223702a23e1f77d6 (patch) | |
tree | 9645c10e18825a69a92cc32ba24b86617d1d785d /editors/emacs20 | |
parent | d7871060eb463ae706d9fea22e102aa64738eb4a (diff) | |
download | ports-51437fec7461ddf28c961399223702a23e1f77d6.tar.gz ports-51437fec7461ddf28c961399223702a23e1f77d6.zip |
Notes
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs20/distinfo | 2 | ||||
-rw-r--r-- | editors/emacs20/files/patch-cd | 12 |
3 files changed, 14 insertions, 6 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index fb51927f9cd4..b728b5a6478c 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= emacs -PORTVERSION= 20.6 +PORTVERSION= 20.7 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -27,8 +27,8 @@ CONFIGURE_ARGS= --with-x=no --with-pop MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 -PLIST_SUB= EMACS_VER=20.6 EMACS_ARCH=${CONFIGURE_TARGET} -WRKSRC= ${WRKDIR}/emacs-20.6 +PLIST_SUB= EMACS_VER=20.7 EMACS_ARCH=${CONFIGURE_TARGET} +#WRKSRC= ${WRKDIR}/emacs-20.7 .if defined(WITH_XPG4) CONFIGURE_ARGS+= --with-xpg4 diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo index 07826f627688..cb0c2ef56abd 100644 --- a/editors/emacs20/distinfo +++ b/editors/emacs20/distinfo @@ -1 +1 @@ -MD5 (emacs-20.6.tar.gz) = cfcaa33b5fc7d64210d3428f13570f8d +MD5 (emacs-20.7.tar.gz) = c732cf5e668d4ac67d9418ecb103ecf5 diff --git a/editors/emacs20/files/patch-cd b/editors/emacs20/files/patch-cd index 9792250f67b9..bd0d3fe516a2 100644 --- a/editors/emacs20/files/patch-cd +++ b/editors/emacs20/files/patch-cd @@ -1,5 +1,5 @@ ---- src/config.in.orig Sat Nov 21 09:00:30 1998 -+++ src/config.in Sat Nov 21 09:00:58 1998 +--- src/config.in.orig Mon Jun 26 19:06:49 2000 ++++ src/config.in Mon Jun 26 19:07:38 2000 @@ -118,6 +118,9 @@ /* Define to support using a Hesiod database to find the POP server. */ #undef HESIOD @@ -10,3 +10,11 @@ /* Some things figured out by the configure script, grouped as they are in configure.in. */ #ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ +@@ -236,6 +239,7 @@ + #undef HAVE_STRFTIME + #undef HAVE_GRANTPT + #undef HAVE_GETPT ++#undef HAVE_GETADDRINFO + + #undef LOCALTIME_CACHE + #undef HAVE_INET_SOCKETS |