Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2002 12:33:21 +0100 (CET)
From:      Jeroen Ruigrok van der Werven <asmodai@nexus.ninth-circle.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, lioux@FreeBSD.org
Subject:   ports/46254: [Patch] mpeg4ip port broken compilation
Message-ID:  <20021214113321.CF0BF19D@213-84-207-11.adsl.xs4all.nl>

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

>Number:         46254
>Category:       ports
>Synopsis:       [Patch] mpeg4ip port broken compilation
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 14 03:40:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Ruigrok van der Werven
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Ninth Circle Enterprises
>Environment:
System: FreeBSD nexus.chronias.ninth-circle.org 4.7-STABLE FreeBSD 4.7-STABLE #5: Sat Oct 19 12:35:12 CEST 2002 asmodai@nexus.chronias.ninth-circle.org:/usr/src/sys/compile/NEXUS i386

>Description:

The Makefile for multimedia/mpeg4ip has a dependency wrong.

>How-To-Repeat:

Try to build the port on STABLE.

>Fix:

Use attached patch.

Index: ports/multimedia/mpeg4ip/Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/multimedia/mpeg4ip/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/multimedia/mpeg4ip/Makefile	28 Nov 2002 00:09:49 -0000	1.5
+++ ports/multimedia/mpeg4ip/Makefile	14 Dec 2002 11:27:36 -0000
@@ -13,10 +13,10 @@
 
 MAINTAINER=	lioux@FreeBSD.org
 
-BUILD_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
-		libtool:${PORTSDIR}/devel/libtool \
+BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool \
 		nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS=	SDL-1.1.4:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS=	SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
+		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 USE_GNOMENG=	yes
 USE_GNOME=	gtk12
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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