From owner-cvs-all Sun Aug 19 8: 4: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E92E37B40D; Sun, 19 Aug 2001 08:03:59 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JF3xw96463; Sun, 19 Aug 2001 08:03:59 -0700 (PDT) (envelope-from mi) Message-Id: <200108191503.f7JF3xw96463@freefall.freebsd.org> From: Mikhail Teterin Date: Sun, 19 Aug 2001 08:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tclX82 Makefile ports/lang/tclX82/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/08/19 08:03:59 PDT Modified files: lang/tclX82 Makefile lang/tclX82/files patch-ab Log: Make sure the shared library is explicitly linked with -lm. On some occasions, this prevent it from being loaded properly, even though other libs already loaded already bring in -lm. I don't understand the rtld :( Only build the Tk related help files, if WITHOUT_X11 is not specified. Previously they were built, but not installed. If you did not have Tk installed, that build failed for you -- see PR 29722... PR: ports/29722 Revision Changes Path 1.40 +11 -3 ports/lang/tclX82/Makefile 1.7 +1 -1 ports/lang/tclX82/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message