pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/w3 Drop XEmacs support (this is included in xemacs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbd9a6e0cce5
branches:  trunk
changeset: 460084:fbd9a6e0cce5
user:      minoura <minoura%pkgsrc.org@localhost>
date:      Mon Aug 18 13:23:13 2003 +0000

description:
Drop XEmacs support (this is included in xemacs-packages; a bit older, though).

diffstat:

 www/w3/Makefile |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 5c3a7d862614 -r fbd9a6e0cce5 www/w3/Makefile
--- a/www/w3/Makefile   Mon Aug 18 13:19:37 2003 +0000
+++ b/www/w3/Makefile   Mon Aug 18 13:23:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/08/09 11:32:32 seb Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/18 13:23:13 minoura Exp $
 
 DISTNAME=      w3-4.0pre.47
 PKGNAME=       w3-4.0b47
@@ -15,19 +15,14 @@
 
 CONFIGURE_ARGS+=--enable-site-install
 
+# included in xemacs-packages
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
 .include "../../mk/emacs.mk"
 
-.if ${EMACS_FLAVOR} == "xemacs"
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-xemacs
-CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages
-PLIST_SRC=     ${PKGDIR}/PLIST.xemacs
-.else
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-emacs
 CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/w3
 INFO_FILES=    w3.info w3-faq.info
 PLIST_SRC=     ${PKGDIR}/PLIST.emacs
-.endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index