Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 11:00:14 -0800 (PST)
From:      Esa =?iso-8859-1?Q?K=E4rkk=E4inen?= <ejk@iki.fi>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47264: mail/faces: Incorrect library dependancy
Message-ID:  <200301201900.h0KJ0ENj030116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47264; it has been noted by GNATS.

From: Esa =?iso-8859-1?Q?K=E4rkk=E4inen?= <ejk@iki.fi>
To: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports-bugs@FreeBSD.ORG
Cc:  
Subject: Re: ports/47264: mail/faces: Incorrect library dependancy
Date: Mon, 20 Jan 2003 20:55:27 +0200

 mail/faces also failed to install properly. Installation failed with
 following error:
 
 # make install
 ===>  Installing for faces-1.7.7_1
 ===>   faces-1.7.7_1 depends on executable: rplay - found
 ===>   faces-1.7.7_1 depends on shared library: intl.4 - found
 ===>   faces-1.7.7_1 depends on shared library: glib12.3 - found
 ===>   faces-1.7.7_1 depends on shared library: gtk12.2 - found
 
 [snip]
 
 ===>   Generating temporary packing list
 /bin/cp -f /usr/ports/mail/faces/work/faces-1.7.7/faces/Faces.ad /usr/local/lib/X11/app-defaults/Faces
 cp: /usr/local/lib/X11/app-defaults/Faces: No such file or directory
 *** Error code 1
 
 Stop in /usr/ports/mail/faces.
 #
 
 Possibly one has to patch pkg-plist, but I don't know how to include
 file which is located in different directory branch ($PREFIX vs $X11BASE).
 
 Please use the following patch because it fixes incorrect dependancy
 and error when installing this port.
 
 --- Makefile.orig	Mon Jan 20 19:14:14 2003
 +++ Makefile	Mon Jan 20 20:35:01 2003
 @@ -14,7 +14,7 @@
  
  MAINTAINER=	Lars.Koeller@Uni-Bielefeld.DE
  
 -LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext
 +LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext
  
  HAS_CONFIGURE=	yes
  CONFIGURE_ARGS= --prefix=${PREFIX} --enable-imap --enable-pop \
 @@ -96,7 +96,7 @@
  
  post-install:
  .if !defined(WITHOUT_X11)
 -	${CP} -f ${WRKSRC}/faces/Faces.ad ${PREFIX}/lib/X11/app-defaults/Faces
 +	${CP} -f ${WRKSRC}/faces/Faces.ad ${X11BASE}/lib/X11/app-defaults/Faces
  .endif
  .if !defined(NOPORTDOCS)
  	if [ ! -e ${PREFIX}/share/doc/${PORTNAME} ]; then \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301201900.h0KJ0ENj030116>