ports/62179: Port fix: multimedia/emovix does not compile under FreeBSD 5.x

Heiner h.eichmann at gmx.de
Sat Jan 31 19:40:16 UTC 2004


>Number:         62179
>Category:       ports
>Synopsis:       Port fix: multimedia/emovix does not compile under FreeBSD 5.x
>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:   Sat Jan 31 11:40:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Eichmann <h.eichmann at gmx.de>
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 4.9-STABLE FreeBSD 4.9-STABLE #0: Tue Dec 30 09:19:53 CET 2003     root at 7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
multimedia/emovix seem to require perl, which is no longer a part of FreeBSD (See: http://bento.freebsd.org/errorlogs/amd64-5-latest/emovix-0.8.0.log)
>How-To-Repeat:
>Fix:
See attached diff. It also fixes some typos and removes dependencies, which seem to be unnecessary.








--Boundary-00=_TKAHAcXv+Vlb+6W
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"

diff -ur ../../multimedia/emovix/Makefile ./Makefile
--- ../../multimedia/emovix/Makefile	Sat Jan  3 09:30:56 2004
+++ ./Makefile	Sat Jan 31 20:23:55 2004
@@ -1,4 +1,4 @@
-# New ports collection makefile for:    k3b
+# New ports collection makefile for:    emovix
 # Date created:                         2003/10/31
 # Whom:                                 Heiner <h.eichmann at gmx.de>
 #
@@ -14,11 +14,9 @@
 MAINTAINER=	h.eichmann at gmx.de
 COMMENT=	A mini linux distro to create bootable video CDs
 
-BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
-		cdrecord:${PORTSDIR}/sysutils/cdrtools
-
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
+USE_PERL5=	yes
 
 .include <bsd.port.mk>
diff -ur ../../multimedia/emovix/pkg-descr ./pkg-descr
--- ../../multimedia/emovix/pkg-descr	Sat Jan  3 09:30:56 2004
+++ ./pkg-descr	Sat Jan 31 18:33:19 2004
@@ -2,6 +2,6 @@
 video/audio files you want, so that the CD will be able to boot and
 automagically play all of its own files.
 
-eMoviX CDs be written with K3b.
+eMoviX CDs can be written with sysutils/K3b.
 
 WWW: http://movix.sourceforge.net/

--Boundary-00=_TKAHAcXv+Vlb+6W--

>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_TKAHAcXv+Vlb+6W
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 X-send-pr-version: send-pr 3.113
 X-GNATS-Notify:
 
 



More information about the freebsd-ports-bugs mailing list