summaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-25 04:20:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-25 04:20:26 +0800
commit7d30b9d36930b7941e7e678f4f99f163743163b6 (patch)
treed99c965ad76dfcce1b5d6547f46560cfd293a1b4 /multimedia/totem-pl-parser
parent697f98db231c095b3e268b917815de26ab939aa8 (diff)
downloadmarcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar.gz
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar.bz2
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar.lz
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar.xz
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.tar.zst
marcuscom-ports-7d30b9d36930b7941e7e678f4f99f163743163b6.zip
Update to 2.21.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10487 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-pl-parser')
-rw-r--r--multimedia/totem-pl-parser/Makefile9
-rw-r--r--multimedia/totem-pl-parser/distinfo6
-rw-r--r--multimedia/totem-pl-parser/files/patch-lib_memmem.c6
3 files changed, 11 insertions, 10 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 8f4223375..99282007d 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.5 2008/01/19 23:16:39 mezz Exp $
+# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.6 2008/01/22 04:30:45 marcus Exp $
#
PORTNAME= totem-pl-parser
-PORTVERSION= 2.21.91
+PORTVERSION= 2.21.92
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
@@ -18,10 +18,11 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver
+USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver \
+ ltverhack
USE_GETTEXT= yes
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo
index c76467c73..c6dabb702 100644
--- a/multimedia/totem-pl-parser/distinfo
+++ b/multimedia/totem-pl-parser/distinfo
@@ -1,3 +1,3 @@
-MD5 (totem-pl-parser-2.21.91.tar.bz2) = 1a7de8a0f54bfdfaf598f6abe20d3dc8
-SHA256 (totem-pl-parser-2.21.91.tar.bz2) = cfb8ef12bc91e323f05fee0cf3c2fcd34cfda4d0ae83ee4fa37b88e89555fd00
-SIZE (totem-pl-parser-2.21.91.tar.bz2) = 874583
+MD5 (totem-pl-parser-2.21.92.tar.bz2) = 48849576a68cf39d6d82c9ac58d277c3
+SHA256 (totem-pl-parser-2.21.92.tar.bz2) = 15b150affdcfc758439e2d944b8d514cfff9a6d70a3a4591f44a7b3db4263c2f
+SIZE (totem-pl-parser-2.21.92.tar.bz2) = 871782
diff --git a/multimedia/totem-pl-parser/files/patch-lib_memmem.c b/multimedia/totem-pl-parser/files/patch-lib_memmem.c
index 7048026ea..8684ae9ce 100644
--- a/multimedia/totem-pl-parser/files/patch-lib_memmem.c
+++ b/multimedia/totem-pl-parser/files/patch-lib_memmem.c
@@ -1,12 +1,12 @@
---- lib/memmem.c.orig 2008-02-09 11:14:06.000000000 -0500
-+++ lib/memmem.c 2008-02-09 11:16:51.000000000 -0500
+--- lib/memmem.c.orig 2008-02-07 07:24:38.000000000 -0500
++++ lib/memmem.c 2008-02-24 15:13:50.000000000 -0500
@@ -31,8 +31,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+-#ifndef __sun
+#if !defined(__sun) && !defined(__FreeBSD__)
#include "bbs.h"
--#ifndef SOLARIS
+#endif
+#ifndef __sun
#include <sys/cdefs.h>