Date: Mon, 28 May 2007 19:20:12 +0200 (CEST) From: Leonhard Wimmer <leo@mediatomb.cc> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113097: [MAINTAINER] net/mediatomb: update to 0.9.1 Message-ID: <20070528172012.E6BA11C88D7@winf.htu.tuwien.ac.at> Resent-Message-ID: <200705281750.l4SHo4sI022508@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113097 >Category: ports >Synopsis: [MAINTAINER] net/mediatomb: update to 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 28 17:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Leonhard Wimmer <leo@mediatomb.cc> >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: private >Environment: System: FreeBSD karl.leonet 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to new MediaTomb version 0.9.1 >How-To-Repeat: >Fix: --- mediatomb-0.9.1.patch begins here --- diff -Nur /usr/ports/net/mediatomb/Makefile /usr/home/leo/mediatomb-port/net/mediatomb/Makefile --- /usr/ports/net/mediatomb/Makefile Sun May 27 17:25:38 2007 +++ /usr/home/leo/mediatomb-port/net/mediatomb/Makefile Mon May 28 19:15:07 2007 @@ -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 @@ 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}" \ diff -Nur /usr/ports/net/mediatomb/distinfo /usr/home/leo/mediatomb-port/net/mediatomb/distinfo --- /usr/ports/net/mediatomb/distinfo Tue Apr 17 20:33:48 2007 +++ /usr/home/leo/mediatomb-port/net/mediatomb/distinfo Mon May 28 18:24:03 2007 @@ -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 diff -Nur /usr/ports/net/mediatomb/files/config.xml.dist.in /usr/home/leo/mediatomb-port/net/mediatomb/files/config.xml.dist.in --- /usr/ports/net/mediatomb/files/config.xml.dist.in Tue Apr 17 20:33:48 2007 +++ /usr/home/leo/mediatomb-port/net/mediatomb/files/config.xml.dist.in Mon May 28 18:24:46 2007 @@ -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"/> diff -Nur /usr/ports/net/mediatomb/files/patch-configure /usr/home/leo/mediatomb-port/net/mediatomb/files/patch-configure --- /usr/ports/net/mediatomb/files/patch-configure Wed Apr 18 01:44:18 2007 +++ /usr/home/leo/mediatomb-port/net/mediatomb/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -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 --- mediatomb-0.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070528172012.E6BA11C88D7>