Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 1998 19:23:29 -0800 (PST)
From:      girgen@partiutur.se
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8808: apache13-php3 port w/ freetype probl on ELF systems
Message-ID:  <199811230323.TAA16991@hub.freebsd.org>

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

>Number:         8808
>Category:       ports
>Synopsis:       apache13-php3 port w/ freetype probl on ELF systems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 22 19:30:01 PST 1998
>Last-Modified:
>Originator:     Palle Girgensohn
>Organization:
Partitur
>Release:        current
>Environment:
FreeBSD stordatan 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Nov 23 01:21:23 CET 1998     girgen@stordatan:/usr/src/sys/compile/PALLE3  i386 
>Description:
When choosing to add freetype support in the interactive configuration,
the lib will not be found, since it looks for ttf\\.2\\. 
>How-To-Repeat:
on an ELF system:
cd /usr/ports/apache13-php3
make
choose freetype
>Fix:
--- scripts/configure.php.orig  Fri Nov  6 12:02:22 1998
+++ scripts/configure.php       Mon Nov 23 04:12:35 1998
@@ -47,7 +47,7 @@
                        GD=1
                        ;;
                \"FreeType\")
-                       echo "LIB_DEPENDS+=             ttf\\\\.2\\\\.:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+                       echo "LIB_DEPENDS+=             ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
                        if [ -z "$GD" ]; then
                                set $* \"GD\"
                        fi

>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?199811230323.TAA16991>