summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authortron <tron>1999-06-30 00:11:28 +0000
committertron <tron>1999-06-30 00:11:28 +0000
commitdfda04696fd24d713de9af51b2d622f34d0f2e19 (patch)
tree004b4c24120944fc10518719d8991c4f0e6cedba /editors/xemacs
parent6a61534792f408d232e85c594ad4ce69a93b9c8a (diff)
downloadpkgsrc-dfda04696fd24d713de9af51b2d622f34d0f2e19.tar.gz
Creating an empty directory "${PREFIX}/lib/xemacs" was all needed to get
it to work properly.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile11
-rw-r--r--editors/xemacs/files/md53
-rw-r--r--editors/xemacs/pkg/PLIST4
3 files changed, 11 insertions, 7 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 767f2ceaff7..ecb40677002 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/06/29 23:15:49 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/06/30 00:11:28 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.3
@@ -8,13 +8,12 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/ \
ftp://ftp.usyd.edu.au/pub/Xemacs/xemacs-21.1/ \
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-21.1/ \
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-21.1/
-DISTFILES= xemacs-21.1.3.tar.gz xemacs-21.1.3-info.tar.gz
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
+
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.xemacs.org/
-IGNORE= is still broken
-
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
DEPENDS+= png-1.0.3:../../graphics/png
@@ -45,6 +44,7 @@ CONFIGURE_ARGS+= ${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
--site-includes=${PREFIX}/include \
--site-libraries=${PREFIX}/lib
+CFLAGS+= -Dunix
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
PLIST_SRC= ${WRKDIR}/PLIST.tmp
@@ -56,7 +56,8 @@ pre-configure:
@${ECHO} "To compile in the support for xface, set the environment variable USE_XFACE."
post-install:
- chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/xemacs-21.1-p3
+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/xemacs-21.1-p3
+ @${MKDIR} -p ${PREFIX}/lib/xemacs
@if [ "X${MANZ}" != X"" ]; then \
${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/xemacs-21.1-p3; \
GZSUFFIX=.gz; \
diff --git a/editors/xemacs/files/md5 b/editors/xemacs/files/md5
index e6c23d89c86..2e4082e26ab 100644
--- a/editors/xemacs/files/md5
+++ b/editors/xemacs/files/md5
@@ -1,4 +1,5 @@
-$NetBSD: md5,v 1.2 1999/06/29 23:13:38 tron Exp $
+$NetBSD: md5,v 1.3 1999/06/30 00:11:29 tron Exp $
MD5 (xemacs-21.1.3.tar.gz) = 91595f7d2ab0a1492539cdf60ef18639
+MD5 (xemacs-21.1.3-elc.tar.gz) = 1f91502d0a04ba3ab99f8be45b4a8f6b
MD5 (xemacs-21.1.3-info.tar.gz) = dcbe365cc0341da5c7e89f0e1a17922f
diff --git a/editors/xemacs/pkg/PLIST b/editors/xemacs/pkg/PLIST
index b056030b786..8825d09eb02 100644
--- a/editors/xemacs/pkg/PLIST
+++ b/editors/xemacs/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/06/29 23:13:43 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/06/30 00:11:29 tron Exp $
bin/gnuattach
bin/gnuclient
bin/gnudoit
@@ -10,6 +10,7 @@ bin/xemacs-b2m
bin/xemacs-ctags
bin/xemacs-etags
bin/xemacs-rcs-checkin
+@exec mkdir -p %D/lib/xemacs
lib/xemacs-21.1-p3/etc/BETA
lib/xemacs-21.1-p3/etc/CHARSETS
lib/xemacs-21.1-p3/etc/CODING-STANDARDS
@@ -954,5 +955,6 @@ man/man1/xemacs-etags.1
@dirrm lib/xemacs-21.1-p3/lisp/term
@dirrm lib/xemacs-21.1-p3/lisp
@dirrm lib/xemacs-21.1-p3
+@dirrm lib/xemacs
@exec mkdir -p /var/tmp/xemacs.lock && chmod 1777 /var/tmp/xemacs.lock
@unexec rm -rf /var/tmp/xemacs.lock