From owner-cvs-all@FreeBSD.ORG Thu Oct 6 06:14:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3534516A420; Thu, 6 Oct 2005 06:14:37 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E7843D45; Thu, 6 Oct 2005 06:14:36 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j966Ea5E012814; Thu, 6 Oct 2005 06:14:36 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j966Eag8012813; Thu, 6 Oct 2005 06:14:36 GMT (envelope-from mezz) Message-Id: <200510060614.j966Eag8012813@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 6 Oct 2005 06:14:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 06:14:37 -0000 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