Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 1998 11:14:13 +0900
From:      Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
To:        ports@FreeBSD.ORG
Subject:   Re: ports/7074: [New Ports] Xtt0.6 a TrueType X servers
Message-ID:  <19980804111413X.taguchi@tohoku.iij.ad.jp>
In-Reply-To: Your message of "Thu, 25 Jun 1998 21:38:36 -0700 (PDT)" <199806260438.VAA03641@hub.freebsd.org>
References:  <199806260438.VAA03641@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> >Number:         7074
> >Category:       ports
> >Synopsis:       [New Ports] Xtt0.6 a TrueType X servers
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       high
> >Responsible:    freebsd-ports
> >State:          open

Under the FreeBSD-current, make configure will be failed.
please apply following patch.

BEGIN>---8<cut here>8---
--- orig/XttXF86srv-common/Makefile	Fri Jun 26 08:52:09 1998
+++ XttXF86srv-common/Makefile	Mon Aug  3 16:37:32 1998
@@ -115,7 +115,9 @@
 	FREETYPEINCDIR=`${DIRNAME} $$FREETYPELIBDIR`/include ; \
 	${SED} "s+@FREETYPELIBDIR@+$$FREETYPELIBDIR+g" ${HOSTDEFSRC} | ${SED} "s+@FREETYPEINCDIR@+$$FREETYPEINCDIR+g" > ${HOSTDEFDST} ; \
 	${CAT} ${HOSTDEFSRV} >> ${HOSTDEFDST} ; \
-	[ -f ${HOSTDEFLOCAL} ] && ${CAT} ${HOSTDEFLOCAL} >> ${HOSTDEFDST} ; \
+	if [ -f ${HOSTDEFLOCAL} ]; then \
+		 ${CAT} ${HOSTDEFLOCAL} >> ${HOSTDEFDST} ;  \
+	fi; \
 	)
 
 .if defined(SERVER)
END>---8<cut here>8--

Mr. Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> tell me this
patch. Thanks, Satoshi.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980804111413X.taguchi>