Bug 62179 - Port fix: multimedia/emovix does not compile under FreeBSD 5.x
Summary: Port fix: multimedia/emovix does not compile under FreeBSD 5.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 19:40 UTC by Heiner
Modified: 2004-02-23 01:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2004-01-31 19:40:13 UTC
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)

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"



--Boundary-00=_TKAHAcXv+Vlb+6W----KIOD7ZWGvEKisTTTwgOWlCYHYkK3C08j8ynnJN3xGPfFR2p6
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.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@gmx.de>
 #
@@ -14,11 +14,9 @@
 MAINTAINER=	h.eichmann@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/
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-23 01:05:12 UTC
State Changed
From-To: open->closed

Committed, thanks.