mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}; \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue