ports/69643: [MAINTAINER] multimedia/libquicktime: [install portdocs, fix build on 4.x]
Michael Johnson
ahze at ahze.net
Tue Jul 27 00:40:28 UTC 2004
>Number: 69643
>Category: ports
>Synopsis: [MAINTAINER] multimedia/libquicktime: [install portdocs, fix build on 4.x]
>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: Tue Jul 27 00:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael Johnson
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- install portdocs
- fix build on 4.x (pointed out by vs@)
- use SOURCEFORGE_EXTENDED in master sites
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- libquicktime-0.9.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/libquicktime/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 22 Jul 2004 04:19:47 -0000 1.21
+++ Makefile 27 Jul 2004 00:33:52 -0000
@@ -9,7 +9,7 @@
PORTNAME= libquicktime
PORTVERSION= 0.9.3
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze at ahze.net
@@ -23,6 +23,7 @@
dv.4:${PORTSDIR}/multimedia/libdv
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
USE_GL= yes
USE_GNOME= gnometarget gtk12
USE_GMAKE= yes
@@ -33,6 +34,17 @@
CFLAGS+= -fPIC
MAN1= lqtplay.1
+PORTDOCS= codecs.html \
+ qt4l_building.html \
+ qt4l_codecs.html \
+ qt4l_firewire.html \
+ qt4l_index.html \
+ qt4l_license.html \
+ qt4l_opening.html \
+ qt4l_positioning.html \
+ qt4l_reading.html \
+ qt4l_util.html \
+ qt4l_writing.html
.include <bsd.port.pre.mk>
@@ -42,4 +54,17 @@
CONFIGURE_ARGS+= --disable-mmx
.endif
+post-extract:
+ @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
+ ${WRKSRC}/plugins/audiocodec/* \
+ ${WRKSRC}/plugins/videocodec/*
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.post.mk>
--- libquicktime-0.9.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list