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
This commit is contained in:
Satoshi Taoka 1999-09-30 07:02:27 +00:00
parent 78004852d5
commit 9982b4397f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22087
5 changed files with 11 additions and 8 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX # New ports collection makefile for: YaTeX
# Version required: 1.66 # Version required: 1.67
# Date created: 98/11/17 # Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org> # Whom: Satoshi Taoka <taoka@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= yatex-mule-1.66 PKGNAME= yatex-mule-1.67
CATEGORIES= print elisp CATEGORIES= print elisp
MULE= yes MULE= yes

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX # New ports collection makefile for: YaTeX
# Version required: 1.66 # Version required: 1.67
# Date created: 98/11/17 # Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org> # Whom: Satoshi Taoka <taoka@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= yatex-xemacs-mule-1.66 PKGNAME= yatex-xemacs-mule-1.67
XEMACS-MULE= yes XEMACS-MULE= yes

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: YaTeX # New ports collection makefile for: YaTeX
# Version required: 1.66 # Version required: 1.67
# Date created: 98/11/17 # Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@FreeBSD.org> # Whom: Satoshi Taoka <taoka@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= yatex-xemacs-1.66 PKGNAME= yatex-xemacs-1.67
XEMACS= yes XEMACS= yes

View file

@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org
WRKSRC= ${WRKDIR}/yatex${VERSION} WRKSRC= ${WRKDIR}/yatex${VERSION}
.if defined(XEMACS-MULE) .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 \ ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \
nkf:${PORTSDIR}/japanese/nkf nkf:${PORTSDIR}/japanese/nkf
.endif .endif
@ -130,7 +130,7 @@ do-install:
.if defined(XEMACS) || defined(XEMACS-MULE) .if defined(XEMACS) || defined(XEMACS-MULE)
cd ${WRKSRC}; \ cd ${WRKSRC}; \
for file in `${ECHO} ${INFOFILES} | ${SED} "s,:, ,g"`; do \ 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 done
.else .else
cd ${WRKSRC}; \ cd ${WRKSRC}; \

View file

@ -28,6 +28,9 @@ if [ "X$2" = X"POST-INSTALL" ]; then
break break
fi fi
file=`${ECHO} ${infofiles} | ${CUT} -d : -f $count` file=`${ECHO} ${infofiles} | ${CUT} -d : -f $count`
if [ X%%EMACS%% = Xxemacs ]; then
file=${file}.info
fi
nodename=`${ECHO} ${infonodes} | ${CUT} -d : -f $count` nodename=`${ECHO} ${infonodes} | ${CUT} -d : -f $count`
nodeexp=`${ECHO} ${infonodeexps} | ${CUT} -d : -f $count` nodeexp=`${ECHO} ${infonodeexps} | ${CUT} -d : -f $count`
if [ ! "`${GREP} \"START-INFO-DIR-ENTRY\" ${infodir}/${file}`" ]; then if [ ! "`${GREP} \"START-INFO-DIR-ENTRY\" ${infodir}/${file}`" ]; then