Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 11:15:27 -0800 (PST)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/libimg pkg-plist ports/graphics/libimg/files Makefile.bsd
Message-ID:  <200103131915.f2DJFVm61747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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