From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 4 18:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C07111065673 for ; Wed, 4 Jun 2008 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 923428FC1C for ; Wed, 4 Jun 2008 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m54IU29N068941 for ; Wed, 4 Jun 2008 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m54IU2GM068938; Wed, 4 Jun 2008 18:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 4 Jun 2008 18:30:02 GMT Resent-Message-Id: <200806041830.m54IU2GM068938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E815D1065671 for ; Wed, 4 Jun 2008 18:27:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7198FC14 for ; Wed, 4 Jun 2008 18:27:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1K3xhi-0007bQ-RP for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jun 2008 20:27:22 +0200 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 4B78250841 for ; Wed, 4 Jun 2008 20:27:20 +0200 (CEST) Message-Id: <1212604040.27558@gahrtop.localhost> Date: Wed, 4 Jun 2008 20:27:20 +0200 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/124279: [patch] lang/cint add USE_LDCONFIG, otherwise binary won't find its own library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 18:30:02 -0000 >Number: 124279 >Category: ports >Synopsis: [patch] lang/cint add USE_LDCONFIG, otherwise binary won't find its own library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 18:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD 8.0-CURRENT #42: Wed Jun 4 15:54:06 CEST 2008 root@:/usr/obj/usr/src/sys/MSI1034 >Description: >How-To-Repeat: >Fix: --- cint.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/cint/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 25 Aug 2007 09:42:57 -0000 1.3 +++ Makefile 4 Jun 2008 18:24:26 -0000 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} HAS_CONFIGURE= yes USE_GMAKE= yes +USE_LDCONFIG= ${PREFIX}/lib/cint ALL_TARGET= MAN1= cint.1 makecint.1 --- cint.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: