mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
* Upgrade textproc/libextractor from 0.5.15 to 0.5.16
* Change USE_LDCONFIG=yes to ${PREFIX}/lib/libextractor because some of the tests fail with "shared object not found" error
This commit is contained in:
parent
17dbbbc371
commit
5a231f2d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177229
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libextractor
|
||||
PORTVERSION= 0.5.15
|
||||
PORTVERSION= 0.5.16
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://gnunet.org/libextractor/download/ \
|
||||
${MASTER_SITE_GNU}
|
||||
|
@ -23,7 +23,7 @@ USE_PYTHON= yes
|
|||
USE_AUTOTOOLS= libltdl:15
|
||||
USE_DOS2UNIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/libextractor
|
||||
CONFIGURE_ARGS= --disable-ltdl-install --mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libextractor-0.5.15.tar.gz) = 151a3027090c431f69b93560bc3c9908
|
||||
SHA256 (libextractor-0.5.15.tar.gz) = 90b895f66fb585c29d96f63f4bd98524739c3883c48ee9a34b37cb607ec5448f
|
||||
SIZE (libextractor-0.5.15.tar.gz) = 7770185
|
||||
MD5 (libextractor-0.5.16.tar.gz) = 537c79b827406741a2f9c62ab77cc513
|
||||
SHA256 (libextractor-0.5.16.tar.gz) = 067abcbdfbdb6a23aeeaa7d4cc602df24eb8168d74bda9aa1f45509b40e6d30b
|
||||
SIZE (libextractor-0.5.16.tar.gz) = 7781562
|
||||
|
|
|
@ -43,6 +43,8 @@ lib/libextractor/libextractor_mp3.la
|
|||
lib/libextractor/libextractor_mp3.so
|
||||
lib/libextractor/libextractor_mpeg.la
|
||||
lib/libextractor/libextractor_mpeg.so
|
||||
lib/libextractor/libextractor_nsf.la
|
||||
lib/libextractor/libextractor_nsf.so
|
||||
%%VORBIS%%lib/libextractor/libextractor_ogg.la
|
||||
%%VORBIS%%lib/libextractor/libextractor_ogg.so
|
||||
lib/libextractor/libextractor_oo.la
|
||||
|
|
Loading…
Add table
Reference in a new issue