Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 1998 03:51:26 -0700
From:      "Lucas J. Carlson" <lucasc@calweb.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Makefile Problem-I think...
Message-ID:  <362C6B2E.1BEB58E@calweb.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------3E365060670DE36364A35DB2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I am currently having a problem installing ports.  I keep coming up with
this error on most of the ports I install...
===>  kdelibs-1.0 depends on shared library: gif.3 - not found
===>  Verifying install for gif.3 in /usr/ports/graphics/giflib
"Makefile", line 24: Malformed conditional (${PORTOBJFORMAT} == "elf")
"Makefile", line 24: Need an operator
"Makefile", line 26: if-less else
"Makefile", line 26: Need an operator
"Makefile", line 28: if-less endif
"Makefile", line 28: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop.
*** Error code 1

Stop.

I was trying the install kde onto my system at the time, but I noticed
it does it with alot of different ports.

I included the makefile with this message.

Any help would be greatly appreciated.

--------------3E365060670DE36364A35DB2
Content-Type: text/plain; charset=us-ascii;
 name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile"

# New ports collection makefile for:	giflib
# Version required:	3.0
# Date created:		03 May 1997
# Whom:			Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1998/09/19 01:22:38 steve Exp $
#

DISTNAME=	giflib-3.0
CATEGORIES=	graphics
MASTER_SITES=	http://www.ccil.org/~esr/giflib/

MAINTAINER=	tg@FreeBSD.ORG

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/giflib
	@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib
.endif
	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>

.if ${PORTOBJFORMAT} == "elf"
GIFLIB=	libgif.so.3
.else
GIFLIB=	libgif.so.3.0
.endif

--------------3E365060670DE36364A35DB2--


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?362C6B2E.1BEB58E>