summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-06 17:57:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-06 17:57:02 +0000
commitab511a02417bb19dd6b85b18b3d1fa5e96703439 (patch)
tree181777c4c780ef012c9bf9c74d8b07a2d33229a3 /multimedia
parento Update to 0.8.5 (diff)
o Chase ogle libdvdcontrol library bump in version 0.8.5
o Quick fix to handle a library function change o Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=64112
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/okle/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile
index 0e1916bdedfc..774d86d563f8 100644
--- a/multimedia/okle/Makefile
+++ b/multimedia/okle/Makefile
@@ -7,12 +7,13 @@
PORTNAME= okle
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= http://okle.sourceforge.net/
MAINTAINER= lioux@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.7:${PORTSDIR}/graphics/ogle \
+BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle \
autoconf:${PORTSDIR}/devel/autoconf
RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle
@@ -67,5 +68,8 @@ post-patch:
# do not use version names
@${REINPLACE_CMD} -E -e 's|^(PACKAGE[[:space:]]+=).+$$|\1${PORTNAME}|' \
${WRKSRC}/po/Makefile.in
+# patch to handle ogle 0.8.5
+ @${REINPLACE_CMD} -e 's|DVDGetPTTsForTitle|DVDGetNumberOfPTTs|' \
+ ${WRKSRC}/src/okle_win.cpp
.include <bsd.port.post.mk>