Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 11:37:58 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        i@kappa.allnet.ne.jp
Subject:   ports/35293: PfaEdit port fails to compile
Message-ID:  <200202250237.LAA01747@kappa.allnet.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         35293
>Category:       ports
>Synopsis:       PfaEdit port fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 24 18:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD tin 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 10:56:29 JST 2001 kanou@tin:/usr/src/sys/compile/TIN i386

>Description:

PfaEdit port fails to compile.

>How-To-Repeat:

# cd /usr/ports/print/pfaedit
# make
"Makefile", line 23: Unassociated shell command "freetype.8:${PORTSDIR}/print/freetype2"
make: fatal errors encourntered -- cannot continue

>Fix:

Remove redundant space after backslash in Makefile, line 22.

--- Makefile.orig	Mon Feb 25 11:31:27 2002
+++ Makefile	Mon Feb 25 11:26:47 2002
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
-		ungif.5:${PORTSDIR}/graphics/libungif \ 
+		ungif.5:${PORTSDIR}/graphics/libungif \
 		freetype.8:${PORTSDIR}/print/freetype2
 
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200202250237.LAA01747>