cvs commit: ports/devel/cvstrac/files patch-Makefile patch-cgi.c patch-db.c patch-format.c patch-main.mk patch-search.c patch-view.c

Greg Larkin glarkin at FreeBSD.org
Mon Nov 9 22:28:40 UTC 2009


glarkin     2009-11-09 22:28:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/cvstrac/files  patch-Makefile patch-db.c 
  Added files:
    devel/cvstrac/files  patch-cgi.c patch-format.c patch-main.mk 
                         patch-search.c patch-view.c 
  Log:
  - Fix linker errors after recent SQLite3 update. Certain non-public
    SQLite3 functions were used by cvstrac, and they were recently made
    intern, causing the linker errors.
  
    See: http://osdir.com/ml/sqlite-users/2009-07/msg00300.html
  
  Reported by:    pointyhat (pav)
  
  Revision  Changes    Path
  1.5       +3 -3      ports/devel/cvstrac/files/patch-Makefile
  1.1       +38 -0     ports/devel/cvstrac/files/patch-cgi.c (new)
  1.5       +101 -9    ports/devel/cvstrac/files/patch-db.c
  1.1       +32 -0     ports/devel/cvstrac/files/patch-format.c (new)
  1.1       +11 -0     ports/devel/cvstrac/files/patch-main.mk (new)
  1.1       +32 -0     ports/devel/cvstrac/files/patch-search.c (new)
  1.1       +20 -0     ports/devel/cvstrac/files/patch-view.c (new)


More information about the cvs-ports mailing list