Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 20:39:37 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69643: [MAINTAINER] multimedia/libquicktime: [install portdocs, fix build on 4.x]
Message-ID:  <200407270039.i6R0da1Y045063@gentoo.ahze.net>
Resent-Message-ID: <200407270040.i6R0eSOr033765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407270039.i6R0da1Y045063>