Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 15:04:51 +0200
From:      "Jochen Solbrig" <jsolbrig@web.de>
To:        ports@freebsd.org
Subject:   netpbm port half installed
Message-ID:  <20001009150450.A10041@didi.room.de>

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

Today 9.Oct. I tried to install the netpbm-9.8 port. At first I noticed 
that the patches are incomplete: I had to edit work/netpbm-9.8/Makefile.config.
Some include paths are wrong, "ginstall" is used to install and network support
doesn't work. Here is what I changed:

line 51:
# MAKE is set automatically by Make to what was used to invoke Make.
INSTALL = install
line 109:
#If the linker is gcc (e.g. NetBSD):
LDFLAGS = -Wl,--rpath,$(INSTALLLIBS)
line 151:
# Use the Tiff library included with Netpbm:
#TIFFHDR_DIR = $(SRCDIR)/libtiff
#TIFFLIB_DIR = $(SRCDIR)/libtiff
#NetBSD:
TIFFHDR_DIR = $(LOCALBASE)/include
TIFFLIB_DIR = $(LOCALBASE)/lib
line 179:
# Netbsd:
JPEGLIB_DIR = ${LOCALBASE}/lib
JPEGHDR_DIR = ${LOCALBASE}/include
line 201:
# NetBSD:
PNGLIB_DIR = $(LOCALBASE)/lib
PNGHDR_DIR = $(LOCALBASE)/include
line 230:
# Don't build network functions:
NETWORKLD = NONE

After I completed with "make" I installed the package wich "make install".
This stops with the following errors:
gmake[1]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-9.8/pnm'
===>   Generating temporary packing list
** Missing package files for netpbm-9.8.
*** Error code 1
Stop in /usr/ports/graphics/netpbm.
*** Error code 1
Stop in /usr/ports/graphics/netpbm.
*** Error code 1
Stop in /usr/ports/graphics/netpbm.

Netpbm is installed but not registered as package. Can somebody please
complete the port?

Jochen


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?20001009150450.A10041>