From az@inec.ru  Sat Jul 23 15:45:19 2005
Return-Path: <az@inec.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8491D16A41F
	for <freebsd-gnats-submit@freebsd.org>; Sat, 23 Jul 2005 15:45:19 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B4EE643D45
	for <freebsd-gnats-submit@freebsd.org>; Sat, 23 Jul 2005 15:45:18 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6NFkEZX066920
    for <freebsd-gnats-submit@freebsd.org>; Sat, 23 Jul 2005 19:46:14 +0400 (MSD)
Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6NFkEsG066915
    for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jul 2005 19:46:14 +0400 (MSD)
Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD))
	id 1DwMBu-000Hpa-Im
	for FreeBSD-gnats-submit@freebsd.org; Sat, 23 Jul 2005 19:45:30 +0400
Message-Id: <E1DwMBu-000Hpa-Im@az.inec.ru>
Date: Sat, 23 Jul 2005 19:45:30 +0400
From: Andrej Zverev <az@inec.ru>
Reply-To: Andrej Zverev <az@inec.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [unbreak] devel/alleyoop
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83954
>Category:       ports
>Synopsis:       [unbreak] devel/alleyoop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 23 15:50:08 GMT 2005
>Closed-Date:    Thu Nov 03 08:35:33 GMT 2005
>Last-Modified:  Thu Nov 03 08:35:33 GMT 2005
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	1. Fix pkg-plist
	2. Update to version 0.9.0
	
>How-To-Repeat:
	
>Fix:

	

--- alleyoop.diff begins here ---
diff -Nru alleyoop.orig/Makefile alleyoop/Makefile
--- alleyoop.orig/Makefile	Sat Jul 23 19:36:33 2005
+++ alleyoop/Makefile	Sat Jul 23 19:43:18 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	alleyoop
-PORTVERSION=	0.8.3
+PORTVERSION=	0.9.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,10 +18,6 @@
 		${GNULIBIBERTY_WRKSRC}/libiberty.a:${PORTSDIR}/devel/gnulibiberty:build \
 		${LOCALBASE}/include/libelf/elf_repl.h:${PORTSDIR}/devel/libelf
 RUN_DEPENDS=	valgrind:${PORTSDIR}/devel/valgrind
-
-#BROKEN=		Incorrect pkg-plist
-#DEPRECATED=	"${BROKEN}"
-#EXPIRATION_DATE=2005-09-22
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yex
diff -Nru alleyoop.orig/distinfo alleyoop/distinfo
--- alleyoop.orig/distinfo	Sat Jun 18 23:58:28 2005
+++ alleyoop/distinfo	Sat Jul 23 19:17:27 2005
@@ -1,2 +1,2 @@
-MD5 (alleyoop-0.8.3.tar.gz) = 699b57bc6c0e4411c22739f61967c1ac
-SIZE (alleyoop-0.8.3.tar.gz) = 301948
+MD5 (alleyoop-0.9.0.tar.gz) = 5c1b974fb5b3b15a98ec0e70aa907cfc
+SIZE (alleyoop-0.9.0.tar.gz) = 299833
diff -Nru alleyoop.orig/pkg-plist alleyoop/pkg-plist
--- alleyoop.orig/pkg-plist	Sat Jun 18 23:58:28 2005
+++ alleyoop/pkg-plist	Sat Jul 23 19:32:25 2005
@@ -22,6 +22,7 @@
 share/locale/pt/LC_MESSAGES/alleyoop.mo
 share/locale/pt_BR/LC_MESSAGES/alleyoop.mo
 share/locale/ru/LC_MESSAGES/alleyoop.mo
+share/locale/rw/LC_MESSAGES/alleyoop.mo
 share/locale/sk/LC_MESSAGES/alleyoop.mo
 share/locale/sq/LC_MESSAGES/alleyoop.mo
 share/locale/sr/LC_MESSAGES/alleyoop.mo
@@ -29,7 +30,7 @@
 share/locale/sv/LC_MESSAGES/alleyoop.mo
 share/locale/uk/LC_MESSAGES/alleyoop.mo
 share/locale/zh_CN/LC_MESSAGES/alleyoop.mo
-@exec rmdir %D/share/pixmaps 2>/dev/null || true
+@unexec rmdir %D/share/pixmaps 2>/dev/null || true
 @unexec rmdir %D/share/pixmaps 2>/dev/null || true
 @unexec rmdir %D/etc/gconf/schemas 2>/dev/null || true
 @unexec rmdir %D/etc/gconf 2>/dev/null || true
--- alleyoop.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Jul 23 17:25:31 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83954 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Fri Sep 16 22:08:24 GMT 2005 
State-Changed-Why:  
Does not compile on FreeBSD 6.0 ... can you check it? 
Missing declaration of ELFCLASSNUM ... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83954 

From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: Andrej Zverev <az@inec.ru>
Subject: Re: ports/83954 : [unbreak] devel/alleyoop
Date: Sat, 17 Sep 2005 18:59:39 -0300

 Hi,
 
 	Does alleyoop 0.9.0 work with our current valgrind version?
 According to developer's website, it should only work with the latest
 valgrind available for Linux and not our version.
 
 	Can you elaborate on this?
 
 -- 
 Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
 feature, n: a documented bug | bug, n: an undocumented feature

From: Andrej Zverev <az@inec.ru>
To: bug-followup@freebsd.org, az@inec.ru, pav@freebsd.org, lioux@freebsd.org
Cc:  
Subject: Re: ports/83954: [unbreak] devel/alleyoop
Date: Mon, 19 Sep 2005 10:04:24 +0400

 Sergio,
 Could you please hold this PR a little bit ? I will check it and try to find 
 solution.
 

From: Pav Lucistnik <pav@FreeBSD.org>
To: az@inec.ru, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/83954: [unbreak] devel/alleyoop
Date: Mon, 31 Oct 2005 23:57:13 +0100

 So what's the status on this one?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Can't sing. Can't dance. Can handle a sword a little.


From: Andrej Zverev <az@FreeBSD.org>
Subject: Re: ports/83954: [unbreak] devel/alleyoop
Date: Thu, 3 Nov 2005 08:21:18 +0000

This PR need to be closed.

I have try to port new version to work, but it's not my skill :(
To many code need to be ported.

Thank you for wainting and sorry for bad PR :(

WBR,
Andrej Zverev
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Thu Nov 3 08:35:23 GMT 2005 
State-Changed-Why:  
Closed on submitter's request 

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