From owner-freebsd-ports Sat Dec 14 3:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0637B401 for ; Sat, 14 Dec 2002 03:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729B43EF1 for ; Sat, 14 Dec 2002 03:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBEBe4x3051496 for ; Sat, 14 Dec 2002 03:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBEBe4n9051495; Sat, 14 Dec 2002 03:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED57437B401; Sat, 14 Dec 2002 03:32:05 -0800 (PST) Received: from 213-84-207-11.adsl.xs4all.nl (nexus.xs4all.nl [213.84.207.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AE443EC5; Sat, 14 Dec 2002 03:32:05 -0800 (PST) (envelope-from asmodai@nexus.ninth-circle.org) Received: by 213-84-207-11.adsl.xs4all.nl (Postfix, from userid 1000) id CF0BF19D; Sat, 14 Dec 2002 12:33:21 +0100 (CET) Message-Id: <20021214113321.CF0BF19D@213-84-207-11.adsl.xs4all.nl> Date: Sat, 14 Dec 2002 12:33:21 +0100 (CET) From: Jeroen Ruigrok van der Werven Reply-To: Jeroen Ruigrok van der Werven To: FreeBSD-gnats-submit@FreeBSD.org, lioux@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46254: [Patch] mpeg4ip port broken compilation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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