Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 06:14:36 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200510060614.j966Eag8012813@repoman.freebsd.org>

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



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