From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 11 13:30:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D30016A407 for ; Wed, 11 Oct 2006 13:30:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC80A43D7E for ; Wed, 11 Oct 2006 13:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9BDUQ8i062122 for ; Wed, 11 Oct 2006 13:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9BDUQB3062121; Wed, 11 Oct 2006 13:30:26 GMT (envelope-from gnats) Date: Wed, 11 Oct 2006 13:30:26 GMT Message-Id: <200610111330.k9BDUQB3062121@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Zaharchenko Cc: Subject: Re: ports/104251: [PATCH] graphics/pixie: builds, but doesn't run X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Zaharchenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 13:30:30 -0000 The following reply was made to PR ports/104251; it has been noted by GNATS. From: Sergey Zaharchenko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/104251: [PATCH] graphics/pixie: builds, but doesn't run Date: Wed, 11 Oct 2006 17:20:38 +0400 + Add a missing static library to pkg-plist so that it gets deinstalled correctly. * Install ldconfig configuration file so that the user doesn't have to specify LD_LIBRARY_PATH. - The pkg-message is not needed. diff -udr pixie.orig/Makefile pixie/Makefile --- pixie.orig/Makefile Sun Sep 3 11:35:51 2006 +++ pixie/Makefile Wed Oct 11 16:56:56 2006 @@ -28,14 +28,13 @@ CXXFLAGS="${CXXFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LIBS="${PTHREAD_LIBS}" -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME} +CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PORTNAME} --with-shaderdir=${PREFIX}/share/${PORTNAME}/shaders --with-modeldir=${PREFIX}/share/${PORTNAME} --with-texturedir=${PREFIX}/share/${PORTNAME} --with-proceduraldir=${PREFIX}/share/${PORTNAME} --with-displaysdir=${PREFIX}/lib/${PORTNAME} +USE_LDCONFIG= %%PREFIX%%/lib/${PORTNAME} WRKSRC= ${WRKDIR}/Pixie PIXIE_EXES= precomp rndr sdrc sdrinfo show texmake PIXIE_SHLIBS= file framebuffer rgbe -SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} .include @@ -68,7 +67,7 @@ # libs # avoid conflicts by installing in separate dir @${MKDIR} ${PREFIX}/lib/${PORTNAME} -.for i in sdr ri +.for i in sdr ri common ${INSTALL_DATA} ${WRKSRC}/src/${i}/.libs/lib${i}.a \ ${PREFIX}/lib/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/lib${i}.so.0 \ @@ -104,8 +103,5 @@ ${INSTALL_DATA} ${WRKSRC}/doc/${i}/* ${DOCSDIR}/${i} .endfor .endif - -post-install: - @${CAT} ${PKGMESSAGE} .include Only in pixie.orig/files: pkg-message.in diff -udr pixie.orig/pkg-plist pixie/pkg-plist --- pixie.orig/pkg-plist Tue Oct 10 12:09:26 2006 +++ pixie/pkg-plist Wed Oct 11 16:42:12 2006 @@ -12,6 +12,9 @@ include/pixie/shadeop.h lib/pixie/file.so lib/pixie/framebuffer.so +lib/pixie/libcommon.a +lib/pixie/libcommon.so +lib/pixie/libcommon.so.0 lib/pixie/libri.a lib/pixie/libri.so lib/pixie/libri.so.0