Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 15:45:31 -0400 (EDT)
From:      Michael Johnson <ahze@gentoo.ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pb@FreeBSD.org
Subject:   ports/69357: [PATCH] multimedia/dvdauthor: [Fix fatal typo]
Message-ID:  <200407201945.i6KJjVZ9099792@gentoo.ahze.net>
Resent-Message-ID: <200407201950.i6KJoK6M095443@freefall.freebsd.org>

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

>Number:         69357
>Category:       ports
>Synopsis:       [PATCH] multimedia/dvdauthor: [Fix fatal typo]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 20 19:50:20 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 #57: Fri Jul 16 00:36:31 EDT 2004
>Description:
- Fix fatal typo

Port maintainer (pb@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- dvdauthor-0.6.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/dvdauthor/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	8 Apr 2004 21:47:39 -0000	1.18
+++ Makefile	20 Jul 2004 18:57:36 -0000
@@ -43,7 +43,7 @@
 LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 .endif
 .if defined(WITH_FRIBIDI)
-LIB_DEPENDS+=	libfribidi.0:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+=	fribidi.0:${PORTSDIR}/converters/fribidi
 .endif
 .if defined(WITH_ICONV)
 USE_ICONV=	yes
--- dvdauthor-0.6.10.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?200407201945.i6KJjVZ9099792>