From owner-cvs-all Tue Mar 13 11:15:35 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 1BD0737B721; Tue, 13 Mar 2001 11:15:31 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2DJFVm61747; Tue, 13 Mar 2001 11:15:31 -0800 (PST) (envelope-from mi) Message-Id: <200103131915.f2DJFVm61747@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 13 Mar 2001 11:15:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libimg pkg-plist ports/graphics/libimg/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/03/13 11:15:27 PST Modified files: graphics/libimg pkg-plist graphics/libimg/files Makefile.bsd Log: Turns out I broke a few too many things with my last commit by removing the symlinking of the installed shared library into the ${PREFIX}/lib. Those broken things should really use: package require Img (from TCL) or Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C) instead of trying to link with libimg directly, but there are too many of them and sobomax lost (his and mine) cool. This version will just install the library (and SHLIB_LINK) into ${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly. Revision Changes Path 1.6 +2 -2 ports/graphics/libimg/pkg-plist 1.2 +10 -7 ports/graphics/libimg/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message