- Update to 0.9.1

PR:		113097
Submitted by:	Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
This commit is contained in:
Martin Wilke 2007-05-30 06:16:38 +00:00
parent 51297704f7
commit 7d45e9d31a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192370
4 changed files with 8 additions and 28 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= mediatomb
PORTVERSION= 0.9.0
PORTREVISION= 2
PORTVERSION= 0.9.1
CATEGORIES= net multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,7 +18,8 @@ MAN1= mediatomb.1
GNU_CONFIGURE= yes
LDFLAGS+= ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --with-search="${LOCALBASE}"
CONFIGURE_ARGS= --with-search="${LOCALBASE}" \
--mandir="${MANPREFIX}/man"
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS}" \

View File

@ -1,3 +1,3 @@
MD5 (mediatomb-0.9.0.tar.gz) = bfa110c41623ff689a60844430f91a34
SHA256 (mediatomb-0.9.0.tar.gz) = 5876c28d5015c9a947ba87b5005e23d0eeaffd5de9eea2f321d6f42c8a71ed17
SIZE (mediatomb-0.9.0.tar.gz) = 851342
MD5 (mediatomb-0.9.1.tar.gz) = 3cb8a14b17102ec828853679d879f7bc
SHA256 (mediatomb-0.9.1.tar.gz) = 64821ec2c678e5da1582ee116d919ce2beef166301586e42c547e4482fb8d945
SIZE (mediatomb-0.9.1.tar.gz) = 881850

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<config
xmlns="http://mediatomb.cc/0.9.0/config"
xmlns="http://mediatomb.cc/0.9.1/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mediatomb.cc/0.9.0/config http://mediatomb.cc/0.9.0/config.xsd">
xsi:schemaLocation="http://mediatomb.cc/0.9.1/config http://mediatomb.cc/0.9.1/config.xsd">
<server>
<ui enabled="yes">
<accounts enabled="no" session-timeout="30"/>

View File

@ -1,20 +0,0 @@
--- configure.orig Wed Apr 18 00:30:20 2007
+++ configure Wed Apr 18 00:35:27 2007
@@ -17349,7 +17349,7 @@
if test "x$SQLITE3_OK" = xyes; then
if test -n "$SQLITE3_SEARCH_LIBS"; then
- LDFLAGS="-L$SQLITE3_SEARCH_LIBS $RT_LIBS"
+ LDFLAGS="$LDFLAGS -L$SQLITE3_SEARCH_LIBS $RT_LIBS"
{ echo "$as_me:$LINENO: Will search for sqlite3 libraries in $withval" >&5
echo "$as_me: Will search for sqlite3 libraries in $withval" >&6;}
echo "$as_me:$LINENO: checking for sqlite3_open in -lsqlite3" >&5
@@ -23239,7 +23239,7 @@
echo "$as_me:$LINENO: result: $ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&5
echo "${ECHO_T}$ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&6
if test $ac_cv_lib_extractor_EXTRACTOR_getKeywords = yes; then
- LDFLAGS="-L$EXTRACTOR_SEARCH_LIBS -lextractor"
+ EXTRACTOR_LIBS="-L$EXTRACTOR_SEARCH_LIBS -lextractor"
else
{ { echo "$as_me:$LINENO: error: extractor libraries not found in requested location $EXTRACTOR_SEARCH_LIBS" >&5