From owner-cvs-all Sun Jan 20 18: 4:58 2002 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 468B237B400; Sun, 20 Jan 2002 18:04:42 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g0L24aD38848; Mon, 21 Jan 2002 15:04:37 +1300 (NZDT) (envelope-from dan@lists.unixathome.org) Message-Id: <200201210204.g0L24aD38848@lists.unixathome.org> From: "Dan Langille" Organization: DVL Software Limited To: SADA Kenji , kkonstan@daemon.gr Date: Sun, 20 Jan 2002 21:04:35 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/mkbold Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-fon Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <200201210053.g0L0rJD37735@lists.unixathome.org> References: <200201202158.g0KLwLo60099@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG BTW: adding this to /etc/make.conf fixed this problem but I still think the port needs to be fixed: XFREE86_VERSION= 3 cheers On 20 Jan 2002 at 19:53, Dan Langille wrote: > [dan@lists:/usr/ports/x11-fonts/webfonts] Problem? > > $ make -V PORTVERSION > "Makefile", line 29: Malformed conditional (${XFREE86_VERSION} == 3) > "Makefile", line 29: Need an operator > "Makefile", line 31: if-less endif > "Makefile", line 31: Need an operator > "Makefile", line 52: Malformed conditional (${XFREE86_VERSION} == 3) > "Makefile", line 52: Need an operator > "Makefile", line 54: if-less else > "Makefile", line 54: Need an operator > "Makefile", line 56: if-less endif > "Makefile", line 56: Need an operator > "Makefile", line 191: Malformed conditional (${XFREE86_VERSION} == 3) > "Makefile", line 191: Need an operator > "Makefile", line 193: if-less endif > "Makefile", line 193: Need an operator > make: fatal errors encountered -- cannot continue > > On 20 Jan 2002 at 13:58, SADA Kenji wrote: > > > sada 2002/01/20 13:58:21 PST > > > > Modified files: > > x11-fonts Makefile > > Added files: > > x11-fonts/mkbold Makefile distinfo pkg-comment pkg-descr > > pkg-plist > > x11-fonts/mkitalic Makefile distinfo pkg-comment pkg-descr > > pkg-plist > > Log: > > New ports: x11-fonts/mkbold, x11-fonts/mkitalic > > > > These are perl scripts that generate bold|italic fonts from existent > > bitmap fonts. > > > > Submitted by: KOMATSU Shinichiro > > > > Revision Changes Path > > 1.26 +2 -0 ports/x11-fonts/Makefile > > 1.1 +26 -0 ports/x11-fonts/mkbold/Makefile (new) > > 1.1 +1 -0 ports/x11-fonts/mkbold/distinfo (new) > > 1.1 +1 -0 ports/x11-fonts/mkbold/pkg-comment (new) > > 1.1 +3 -0 ports/x11-fonts/mkbold/pkg-descr (new) > > 1.1 +1 -0 ports/x11-fonts/mkbold/pkg-plist (new) > > 1.1 +26 -0 ports/x11-fonts/mkitalic/Makefile (new) > > 1.1 +1 -0 ports/x11-fonts/mkitalic/distinfo (new) > > 1.1 +1 -0 ports/x11-fonts/mkitalic/pkg-comment (new) > > 1.1 +1 -0 ports/x11-fonts/mkitalic/pkg-descr (new) > > 1.1 +1 -0 ports/x11-fonts/mkitalic/pkg-plist (new) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > > > -- > Dan Langille > The FreeBSD Diary - http://freebsddiary.org/ - practical examples > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message