Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2005 03:52:27 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84858: update: audio/sfront 0.88 -> 0.89, fix size mismatch 
Message-ID:  <200508130152.j7D1qRUf015738@beaver.critical.ch>
Resent-Message-ID: <200508130200.j7D20RDc082439@freefall.freebsd.org>

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

>Number:         84858
>Category:       ports
>Synopsis:       update: audio/sfront 0.88 -> 0.89, fix size mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 13 02:00:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386


	
>Description:
- update audio/sfront 0.88 -> 0.89
- fix size missmatch (*)
- eliminates new warning messages from gcc 4.0.0
- remove unnecessary .if condition arround PORTDOCS
- preen Makefile
- take maintainership


* 
--- size missmatch output begins here ---
# make
=> sfront.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://www.cs.berkeley.edu/~lazzaro/sa/.
fetch: http://www.cs.berkeley.edu/~lazzaro/sa/sfront.tar.gz: size mismatch: expected 4735973, actual 4736559
--- size missmatch output ends here ---

>How-To-Repeat:
	
>Fix:

	



--- sfront.patch begins here ---
diff -Nur sfront.orig/Makefile sfront/Makefile
--- sfront.orig/Makefile	Sun Feb 20 09:23:18 2005
+++ sfront/Makefile	Sat Aug 13 03:45:37 2005
@@ -1,23 +1,20 @@
-# ex:ts=8
 # New ports collection makefile for:	sfront
-# Date created:			Nov 4, 2001
-# Whom:				ijliao
+# Date created:				Nov 4, 2001
+# Whom:					ijliao
 #
 # $FreeBSD: ports/audio/sfront/Makefile,v 1.21 2005/02/20 08:23:18 krion Exp $
 #
 
 PORTNAME=	sfront
-PORTVERSION=	0.88
+PORTVERSION=	0.89
 CATEGORIES=	audio
 MASTER_SITES=	http://www.cs.berkeley.edu/~lazzaro/sa/
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@critical.ch
 COMMENT=	A translator that converts MP4-SA files into efficient C programs
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	book sfman
-.endif
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
@@ -27,11 +24,13 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sfront ${PREFIX}/bin
-	${MKDIR} ${DOCSDIR}
+	${CP} -R ${WRKDIR}/sfront/examples/ ${EXAMPLESDIR}
+
 .if !defined(NOPORTDOCS)
-	${CP} -R ${WRKDIR}/sfront/sfman ${DOCSDIR}/
-	${CP} -R ${WRKDIR}/sfront/book ${DOCSDIR}/
+	${MKDIR} ${DOCSDIR}
+.for d in ${PORTDOCS}
+	${CP} -R ${WRKDIR}/sfront/${d} ${DOCSDIR}/
+.endfor
 .endif
-	${CP} -R ${WRKDIR}/sfront/examples/ ${EXAMPLESDIR}
 
 .include <bsd.port.mk>
diff -Nur sfront.orig/distinfo sfront/distinfo
--- sfront.orig/distinfo	Sun Feb 20 09:23:18 2005
+++ sfront/distinfo	Sat Aug 13 03:45:39 2005
@@ -1,2 +1,2 @@
-MD5 (sfront.tar.gz) = 432e2efd03a4d63bc9fd15d97ae5c3d5
-SIZE (sfront.tar.gz) = 4735973
+MD5 (sfront.tar.gz) = 0199003f2db3594db6bd93a90f376602
+SIZE (sfront.tar.gz) = 4736559
--- sfront.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508130152.j7D1qRUf015738>