From root@toxahost.ru  Sun Feb  6 11:31:33 2005
Return-Path: <root@toxahost.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2ADF616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Feb 2005 11:31:33 +0000 (GMT)
Received: from mx.toxahost.ru (ns.toxahost.ru [62.89.204.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 596CE43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Feb 2005 11:31:32 +0000 (GMT)
	(envelope-from root@toxahost.ru)
Received: by mx.toxahost.ru (Toxa, from userid 0)
	id 94BC24F; Sun,  6 Feb 2005 14:31:30 +0300 (MSK)
Message-Id: <20050206113130.94BC24F@mx.toxahost.ru>
Date: Sun,  6 Feb 2005 14:31:30 +0300 (MSK)
From: Anton Karpov <toxa@toxahost.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update sysutils/graveman accodring to author's changes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77165
>Category:       ports
>Synopsis:       Update sysutils/graveman accodring to author's changes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 06 11:40:13 GMT 2005
>Closed-Date:    Tue Feb 08 13:17:43 GMT 2005
>Last-Modified:  Tue Feb 08 13:17:43 GMT 2005
>Originator:     Anton Karpov
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
FreeBSD laptoxa.toxa.lan 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Feb  5 16:51:55 MSK 2005

>Description:
sysutils/graveman does not build because author made some changes in release 
and put modified version into the same tarball. So we have to modify Makefile
according to (new?) automake dependencies.
>How-To-Repeat:
>Fix:

Please see the patch attached

--- graveman.diff begins here ---
diff -ruN graveman.orig/Makefile graveman/Makefile
--- graveman.orig/Makefile	Sat Feb  5 22:47:30 2005
+++ graveman/Makefile	Sun Feb  6 14:17:28 2005
@@ -15,6 +15,7 @@
 
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 
+WANT_AUTOMAKE_VER=19
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -42,5 +43,10 @@
 .else
 CONFIGURE_ARGS+=--disable-ogg
 .endif
+
+post-patch:
+	@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess
+	@${LN} -s ${LOCALBASE}/share/automake19/config.sub ${WRKSRC}
+	@${LN} -s ${LOCALBASE}/share/automake19/config.guess ${WRKSRC}
 
 .include <bsd.port.post.mk>
diff -ruN graveman.orig/distinfo graveman/distinfo
--- graveman.orig/distinfo	Sat Feb  5 22:47:30 2005
+++ graveman/distinfo	Sun Feb  6 13:40:10 2005
@@ -1,2 +1,2 @@
-MD5 (graveman-0.3.6.tar.bz2) = ad9803588a989bddd46d252f0d56f5f1
-SIZE (graveman-0.3.6.tar.bz2) = 386027
+MD5 (graveman-0.3.6.tar.bz2) = c467ae7bb533aff450ee3ba1b56991a4
+SIZE (graveman-0.3.6.tar.bz2) = 364475
--- graveman.diff ends here ---


>Release-Note:
>Audit-Trail:

From: "Anton A. Karpov" <toxa@toxahost.ru>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/77165: Update sysutils/graveman accodring to author's changes
Date: Tue, 8 Feb 2005 12:39:19 +0300

 --LQksG6bCIzRHxTLp
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 Author made some changes in release again (*grrr*), now the difference is only in
 size and thus in checksum. 
 So please forget about patch above, it's not actual any more. Apply this
 patch instead.
 
 -- 
 Anton A. Karpov
 
 PGP key:  http://www.toxahost.ru/pgp/pubkey.asc
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 "Anyone who quotes me in their sig is an idiot."
 				 Rusty Russell
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 
 --LQksG6bCIzRHxTLp
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: attachment; filename="grave.patch"
 Content-Transfer-Encoding: 8bit
 
 diff -ruN graveman.orig/distinfo graveman/distinfo
 --- graveman.orig/distinfo	Tue Feb  8 12:37:55 2005
 +++ graveman/distinfo	Tue Feb  8 12:38:06 2005
 @@ -1,2 +1,2 @@
 -MD5 (graveman-0.3.6.tar.bz2) = ad9803588a989bddd46d252f0d56f5f1
 -SIZE (graveman-0.3.6.tar.bz2) = 386027
 +MD5 (graveman-0.3.6.tar.bz2) = 099127a1022e85f8d2d86f9feb6024fa
 +SIZE (graveman-0.3.6.tar.bz2) = 396237
 
 --LQksG6bCIzRHxTLp--
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Feb 8 13:17:31 GMT 2005 
State-Changed-Why:  
Port updated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77165 
>Unformatted:
