Date: 5 May 2007 12:05:06 +0100 From: Craig Butler <craig001@lerwick.hopto.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112439: multimedia/libdivxencore fix for broken link in Makefile Message-ID: <20070505110506.97462.qmail@lerwick.hopto.org> Resent-Message-ID: <200705051110.l45BA6wK090935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112439 >Category: ports >Synopsis: multimedia/libdivxencore fix for broken link in Makefile >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: Sat May 05 11:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Craig Butler >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: lerwick.hopto.org >Environment: System: FreeBSD polaris.lerwick.hopto.org 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 15 11:27:44 BST 2007 root@polaris.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: MASTER_SITES link in Makefile broke, projectmayo is dead. New links found through google Makefile altered. ** libdivxencore is obsolete, projectmayo is dead ** non-critical due to fail over to FreeBSDs master distfiles Problem listed on http://people.freebsd.org/~fenner/portsurvey/bad.html >How-To-Repeat: Try to build port with # make install clean >Fix: diff -ruN libdivxencore.old/Makefile libdivxencore/Makefile --- libdivxencore.old/Makefile Sat May 5 11:51:44 2007 +++ libdivxencore/Makefile Sat May 5 11:58:35 2007 @@ -8,7 +8,8 @@ PORTNAME= libdivxencore PORTVERSION= 0.4.0.50 CATEGORIES= multimedia -MASTER_SITES= http://download.projectmayo.com/dnload/divxcore/ +MASTER_SITES= http://www.raclot.org/dev/codecs/src/ \ + http://ftp.intron.ac/pub/algorithm/MPEG4/opendivx/ PKGNAMESUFFIX= -devel DISTNAME= encore${PORTVERSION:E}src diff -ruN libdivxencore.old/pkg-descr libdivxencore/pkg-descr --- libdivxencore.old/pkg-descr Sat May 5 11:51:44 2007 +++ libdivxencore/pkg-descr Sat May 5 11:55:32 2007 @@ -1,3 +1,5 @@ +** libdivxencore is obsolete, projectmayo is dead ** + Encore [excerpt from OpenDivX Project Mayo site] "Encore" is our encoder core - that part of the codec that encodes -- ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070505110506.97462.qmail>