cvs commit: ports/textproc/libextractor Makefile pkg-plist ports/textproc/libextractor/files patch-Makefile.in patch-src::include::plibc.h patch-src_plugins_pngextractor.c

Jeremy Messenger mezz at FreeBSD.org
Wed Oct 5 23:14:37 PDT 2005


mezz        2005-10-06 06:14:36 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libextractor Makefile pkg-plist 
    textproc/libextractor/files patch-src::include::plibc.h 
  Added files:
    textproc/libextractor/files patch-Makefile.in 
                                patch-src_plugins_pngextractor.c 
  Log:
  - USE_LIBLTDL and GNU_CONFIGURE -> USE_AUTOTOOLS=libtool:15 libltdl
  - Add CONFIGURE_ENV stuff or it will not working if it's install in
    the different prefix.
  - Do not extract libltdl to ensure that it will using system one.
  - Kill, kill, kill the ^M.
  - Respect more on ${PTHREAD_LIBS} (ie: kill the hardcore of -lc_r)
  - Add autocheck on ImageMagick and libvorbis, which its configure
    will doing the autochecks then enable the plugins by automatic.
    It fixes the plist and dependency.
  - Add strnlen() function, a non-standard, that is not exist in
    FreeBSD libc, which is need for the libextractor_png.so. Without
    it, evidence will complaining like this:
  
    /libexec/ld-elf.so.1: /usr/local/lib/libextractor/libextractor_png.so:
    Undefined symbol "strnlen"
  - Bump the PORTREVISION.
  
  Reported by:    tmclaugh (strnlen function stuff)
  Reviewed by:    jylefort
  Approved by:    kevlo (maintainer)
  
  Revision  Changes    Path
  1.5       +33 -6     ports/textproc/libextractor/Makefile
  1.1       +11 -0     ports/textproc/libextractor/files/patch-Makefile.in (new)
  1.2       +42 -42    ports/textproc/libextractor/files/patch-src::include::plibc.h
  1.1       +16 -0     ports/textproc/libextractor/files/patch-src_plugins_pngextractor.c (new)
  1.2       +2 -78     ports/textproc/libextractor/pkg-plist


More information about the cvs-ports mailing list