cvs commit: ports/databases/sqlite Makefile distinfo pkg-plist
 ports/databases/sqlite/files patch-ltmain.sh patch-makefile
 pkgIndex.tcl
    Norikatsu Shigemura 
    nork at FreeBSD.org
       
    Wed Jun 11 09:26:09 PDT 2003
    
    
  
nork        2003/06/11 09:26:07 PDT
  FreeBSD ports repository
  Modified files:
    databases/sqlite     Makefile distinfo pkg-plist 
    databases/sqlite/files patch-makefile pkgIndex.tcl 
  Removed files:
    databases/sqlite/files patch-ltmain.sh 
  Log:
  o Update to 2.8.3.
  o The TCL wrapper is now optional and off by default.  Use
    SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it.  TCL is
    still needed for building the docs,  unless you specify
    NOPORTDOCS.
  o The TCL example is now installed in $LOCALBASE/share/examples/sqlite.
  
  This patch is quite hackish in that it replaces the libtool stuff
  from SQLite with the libtool port.  It also uses plain 'install'
  instead of 'libtool install' to install shared libraries.  This
  might not look nice, but it's the only way I got the desired effects
  to work (i. e. SQLite's libtool refused to install the TCL wrapper
  in $LOCALBASE/lib/sqlite - it insisted on only installing it into
  $LOCALBASE/lib.
  
  PR:             ports/53182
  Submitted by:   Gerhard Haering <gh at ghaering.de> (maintainer)
  
  Revision  Changes    Path
  1.15      +59 -14    ports/databases/sqlite/Makefile
  1.11      +1 -1      ports/databases/sqlite/distinfo
  1.2       +0 -11     ports/databases/sqlite/files/patch-ltmain.sh (dead)
  1.2       +191 -19   ports/databases/sqlite/files/patch-makefile
  1.3       +1 -1      ports/databases/sqlite/files/pkgIndex.tcl
  1.7       +12 -9     ports/databases/sqlite/pkg-plist
    
    
More information about the cvs-all
mailing list