summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-09-30 07:02:27 +0000
committertaoka <taoka@FreeBSD.org>1999-09-30 07:02:27 +0000
commit9c30c08f8964bd5abf2cc5f3487d56e567f1c212 (patch)
tree4221aa148c28885ecf28bbfef67b473ba828ca9c
parent1c570da28ad672e12722932d0dc7f48c74841012 (diff)
downloadFreeBSD-ports-9c30c08f8964bd5abf2cc5f3487d56e567f1c212.zip
FreeBSD-ports-9c30c08f8964bd5abf2cc5f3487d56e567f1c212.tar.gz
Could not compile in "parallel package build" by Asami-san
Modified BUILD_DEPENDS in master port and version number in slave ports Noticed by: asami
-rw-r--r--print/yatex-mule/Makefile4
-rw-r--r--print/yatex-xemacs-mule/Makefile4
-rw-r--r--print/yatex-xemacs/Makefile4
-rw-r--r--print/yatex/Makefile4
-rw-r--r--print/yatex/files/INSTALL.tmpl3
5 files changed, 11 insertions, 8 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile
index c3bc579..4c08191 100644
--- a/print/yatex-mule/Makefile
+++ b/print/yatex-mule/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX
-# Version required: 1.66
+# Version required: 1.67
# Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
-PKGNAME= yatex-mule-1.66
+PKGNAME= yatex-mule-1.67
CATEGORIES= print elisp
MULE= yes
diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile
index 01008a7..bb4b433 100644
--- a/print/yatex-xemacs-mule/Makefile
+++ b/print/yatex-xemacs-mule/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX
-# Version required: 1.66
+# Version required: 1.67
# Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
-PKGNAME= yatex-xemacs-mule-1.66
+PKGNAME= yatex-xemacs-mule-1.67
XEMACS-MULE= yes
diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile
index 13da174..b00bc62 100644
--- a/print/yatex-xemacs/Makefile
+++ b/print/yatex-xemacs/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX
-# Version required: 1.66
+# Version required: 1.67
# Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
-PKGNAME= yatex-xemacs-1.66
+PKGNAME= yatex-xemacs-1.67
XEMACS= yes
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index 41f1dab..da9acf2 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org
WRKSRC= ${WRKDIR}/yatex${VERSION}
.if defined(XEMACS-MULE)
-BUILD_DEPENDS= xemacs:${PORTSDIR}/editors/xemacs-mule \
+BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs \
${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \
nkf:${PORTSDIR}/japanese/nkf
.endif
@@ -130,7 +130,7 @@ do-install:
.if defined(XEMACS) || defined(XEMACS-MULE)
cd ${WRKSRC}; \
for file in `${ECHO} ${INFOFILES} | ${SED} "s,:, ,g"`; do \
- ${INSTALL_DATA} ${WRKSRC}/docs/$${file} ${INFODIR}.info; \
+ ${INSTALL_DATA} ${WRKSRC}/docs/$${file} ${INFODIR}/$${file}.info; \
done
.else
cd ${WRKSRC}; \
diff --git a/print/yatex/files/INSTALL.tmpl b/print/yatex/files/INSTALL.tmpl
index 777d3e4..6b343f1 100644
--- a/print/yatex/files/INSTALL.tmpl
+++ b/print/yatex/files/INSTALL.tmpl
@@ -28,6 +28,9 @@ if [ "X$2" = X"POST-INSTALL" ]; then
break
fi
file=`${ECHO} ${infofiles} | ${CUT} -d : -f $count`
+ if [ X%%EMACS%% = Xxemacs ]; then
+ file=${file}.info
+ fi
nodename=`${ECHO} ${infonodes} | ${CUT} -d : -f $count`
nodeexp=`${ECHO} ${infonodeexps} | ${CUT} -d : -f $count`
if [ ! "`${GREP} \"START-INFO-DIR-ENTRY\" ${infodir}/${file}`" ]; then
OpenPOWER on IntegriCloud