From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 7 05:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C00C16A4CF for ; Wed, 7 Jul 2004 05:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4996643D2F for ; Wed, 7 Jul 2004 05:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i675ePkB030013 for ; Wed, 7 Jul 2004 05:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i675ePSX030012; Wed, 7 Jul 2004 05:40:25 GMT (envelope-from gnats) Resent-Date: Wed, 7 Jul 2004 05:40:25 GMT Resent-Message-Id: <200407070540.i675ePSX030012@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Oleson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E1716A4CE for ; Wed, 7 Jul 2004 05:32:04 +0000 (GMT) Received: from nixil.org (nixil.org [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0771743D2D for ; Wed, 7 Jul 2004 05:32:04 +0000 (GMT) (envelope-from oz@nixil.net) Received: from nixil.net (localhost [127.0.0.1]) by nixil.org (8.12.11/8.12.11) with ESMTP id i675W30Q053466 for ; Tue, 6 Jul 2004 23:32:03 -0600 (MDT) Received: (from oz@localhost) by nixil.net (8.12.11/8.12.6/Submit) id i675W3fx053465; Tue, 6 Jul 2004 23:32:03 -0600 (MDT) (envelope-from oz) Message-Id: <200407070532.i675W3fx053465@nixil.net> Date: Tue, 6 Jul 2004 23:32:03 -0600 (MDT) From: Phil Oleson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/68752: [Patch] Update/Upgrade of qdvdauthor to 0.0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Phil Oleson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 05:40:25 -0000 >Number: 68752 >Category: ports >Synopsis: [Patch] Update/Upgrade of qdvdauthor to 0.0.7 >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: Wed Jul 07 05:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Phil Oleson >Release: FreeBSD 4.7-RELEASE-p27 i386 >Organization: N/A >Environment: System: FreeBSD nixil.net 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 #33: Mon Jun 14 16:36:44 MDT 2004 root@fc2:/usr/src/sys/compile/VKERN i386 >Description: Upgrade of qdvdauthor to 0.0.7 >How-To-Repeat: N/A >Fix: I found that this patch applies better inside the qdvdauthor port dir and applied with 'patch -Esp1 <' otherwise patching Makefile fails --- qdvdauthor-0.0.7-patch begins here --- diff -rcNT qdvdauthor.old/Makefile qdvdauthor/Makefile *** qdvdauthor.old/Makefile Thu May 13 10:49:52 2004 --- qdvdauthor/Makefile Tue Jul 6 22:54:16 2004 *************** *** 6,12 **** # PORTNAME= qdvdauthor ! PORTVERSION= 0.0.6 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} --- 6,12 ---- # PORTNAME= qdvdauthor ! PORTVERSION= 0.0.7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} *************** *** 27,37 **** USE_QT_VER= 3 QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ! CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-image-magick-lib --build-qslideshow NO_BUILD= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor ${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow .include --- 27,39 ---- USE_QT_VER= 3 QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ! CONFIGURE_ARGS= --qt-dir=${X11BASE} --with-image-magick-lib \ ! --build-qslideshow --build-wxine NO_BUILD= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor ${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow + ${INSTALL_PROGRAM} ${WRKSRC}/bin/qxine ${PREFIX}/bin/qxine .include diff -rcNT qdvdauthor.old/distinfo qdvdauthor/distinfo *** qdvdauthor.old/distinfo Thu May 13 10:49:52 2004 --- qdvdauthor/distinfo Tue Jul 6 21:40:04 2004 *************** *** 1,2 **** ! MD5 (qdvdauthor-0.0.6.tar.gz) = b0d991e4187f18a17485de65d4ff3bad ! SIZE (qdvdauthor-0.0.6.tar.gz) = 590553 --- 1,2 ---- ! MD5 (qdvdauthor-0.0.7.tar.gz) = bfde1dae2e3f01baa52c624bb8414405 ! SIZE (qdvdauthor-0.0.7.tar.gz) = 610869 diff -rcNT qdvdauthor.old/files/patch-qdvdauthor-imagemagicklib.inc qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc *** qdvdauthor.old/files/patch-qdvdauthor-imagemagicklib.inc Wed Dec 31 17:00:00 1969 --- qdvdauthor/files/patch-qdvdauthor-imagemagicklib.inc Tue Jul 6 22:01:00 2004 *************** *** 0 **** --- 1,10 ---- + --- qdvdauthor/imagemagicklib.inc.old Tue Jul 6 21:58:42 2004 + +++ qdvdauthor/imagemagicklib.inc Tue Jul 6 21:59:02 2004 + @@ -10,6 +10,7 @@ + + #include + #include + +#include + + #include + #include diff -rcNT qdvdauthor.old/pkg-plist qdvdauthor/pkg-plist *** qdvdauthor.old/pkg-plist Thu May 13 10:49:52 2004 --- qdvdauthor/pkg-plist Tue Jul 6 22:28:22 2004 *************** *** 1,2 **** --- 1,3 ---- bin/qdvdauthor bin/qslideshow + bin/qxine --- qdvdauthor-0.0.7-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: