Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 11:53:41 +0200 (CEST)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44043: UPDATE: sysutils/cdbakeoven
Message-ID:  <200210140953.g9E9rfAg009262@lofi.dyndns.org>

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

>Number:         44043
>Category:       ports
>Synopsis:       UPDATE: sysutils/cdbakeoven
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 03:00:13 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 4.7-RC FreeBSD 4.7-RC #0: Wed Sep 25 00:08:52 CEST 2002 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Changes:
			- Add missing dependency
			- Add pkg-message
			- Bump portrevision
>How-To-Repeat:
	
>Fix:
diff -urN cdbakeoven.orig/Makefile cdbakeoven/Makefile
--- cdbakeoven.orig/Makefile	Mon Oct 14 11:18:47 2002
+++ cdbakeoven/Makefile	Mon Oct 14 11:39:13 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	cdbakeoven
 PORTVERSION=	1.8.9
+PORTREVISION=	1
 CATEGORIES=	sysutils kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,6 +15,7 @@
 MAINTAINER=	michaelnottebrock@gmx.net
 
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools \
+		mkisofs:${PORTSDIR}/sysutils/mkisofs \
 		mpg123:${PORTSDIR}/audio/mpg123 \
 		ogg123:${PORTSDIR}/audio/vorbis-tools
 
@@ -27,5 +29,9 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O2||' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+
+post-install:
+	@if test -f ${PKGMESSAGE}; then \
+		${ECHO}; ${CAT} ${PKGMESSAGE}; ${ECHO}; fi
 
 .include <bsd.port.mk>
diff -urN cdbakeoven.orig/pkg-message cdbakeoven/pkg-message
--- cdbakeoven.orig/pkg-message	Thu Jan  1 01:00:00 1970
+++ cdbakeoven/pkg-message	Mon Oct 14 11:26:38 2002
@@ -0,0 +1,4 @@
+*******************************************************************************
+PLEASE NOTE:    This port will go away with the release of KDE 3.1, which will
+                include cdbakeoven.
+*******************************************************************************
>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?200210140953.g9E9rfAg009262>