update to 20.3
This commit is contained in:
parent
4989f23362
commit
8aa4591252
4 changed files with 3507 additions and 3516 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 1997/10/06 13:07:43 agc Exp $
|
# $NetBSD: Makefile,v 1.3 1997/12/08 16:17:17 mrg Exp $
|
||||||
# New ports collection makefile for: X-Emacs
|
# New ports collection makefile for: X-Emacs
|
||||||
# Version required: 20.2
|
# Version required: 20.2
|
||||||
# Date created: 26 August 1997
|
# Date created: 26 August 1997
|
||||||
|
@ -7,17 +7,17 @@
|
||||||
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
|
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xemacs-20.2
|
DISTNAME= xemacs-20.3
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs-20.2/ \
|
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs-20.3/ \
|
||||||
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs-20.2/ \
|
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs-20.3/ \
|
||||||
ftp://ftp.usyd.edu.au:/pub/Xemacs/xemacs-20.2/ \
|
ftp://ftp.usyd.edu.au:/pub/Xemacs/xemacs-20.3/ \
|
||||||
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.2/ \
|
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.3/ \
|
||||||
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/xemacs-20.2/ \
|
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/xemacs-20.3/ \
|
||||||
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/xemacs-20.2/ \
|
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/xemacs-20.3/ \
|
||||||
ftp://ftp.miranova.com/pub/xemacs/ \
|
ftp://ftp.miranova.com/pub/xemacs/ \
|
||||||
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.2/
|
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.3/
|
||||||
|
DISTFILES= xemacs-20.3.tar.gz
|
||||||
|
|
||||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
||||||
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
||||||
|
@ -41,8 +41,8 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \
|
||||||
# agc - NetBSD doesn't use the native sound option
|
# agc - NetBSD doesn't use the native sound option
|
||||||
# agc - braindead xpm installation - or is it us?
|
# agc - braindead xpm installation - or is it us?
|
||||||
MAINTAINER= agc@netbsd.org
|
MAINTAINER= agc@netbsd.org
|
||||||
CONFIGURE_ARGS= i386--netbsd --prefix=${PREFIX} \
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||||
--site-includes="${PREFIX}/include /usr/X11R6/include/X11" \
|
--site-includes="${PREFIX}/include /usr/X11R6/include" \
|
||||||
--site-libraries=${PREFIX}/lib \
|
--site-libraries=${PREFIX}/lib \
|
||||||
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \
|
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \
|
||||||
${WITH_MULE} ${WITH_DIALOGS}
|
${WITH_MULE} ${WITH_DIALOGS}
|
||||||
|
@ -56,6 +56,7 @@ pre-configure:
|
||||||
|
|
||||||
.if defined(USE_MULE)
|
.if defined(USE_MULE)
|
||||||
WITH_MULE= --with-mule
|
WITH_MULE= --with-mule
|
||||||
|
DISTFILES+= xemacs-20.3-mule.tar.gz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# hack to avoid shipping binaries linked with Motif
|
# hack to avoid shipping binaries linked with Motif
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (xemacs-20.2.tar.gz) = bef4e5658fc1f2aefce712454478d093
|
MD5 (xemacs-20.2.tar.gz) = bef4e5658fc1f2aefce712454478d093
|
||||||
|
MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/database.c Tue Aug 19 13:41:17 1997
|
|
||||||
+++ database.c Tue Aug 19 13:41:32 1997
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
#ifdef HAVE_DATABASE
|
|
||||||
#include <database.h> /* Our include file */
|
|
||||||
#ifdef HAVE_BERKELEY_DB
|
|
||||||
-#include <db.h> /* Berkeley db access */
|
|
||||||
+#include "/usr/include/db.h" /* Berkeley db access */
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_DBM
|
|
||||||
#include <ndbm.h>
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue