From ld@FreeBSD.org.cn  Sat May 15 03:20:16 2004
Return-Path: <ld@FreeBSD.org.cn>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 47F3B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 May 2004 03:20:16 -0700 (PDT)
Received: from mwinf0402.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3794D43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 May 2004 03:20:14 -0700 (PDT)
	(envelope-from ld@FreeBSD.org.cn)
Received: from FreeBSD.org.cn (AGrenoble-152-1-8-62.w82-122.abo.wanadoo.fr [82.122.130.62])
	by mwinf0402.wanadoo.fr (SMTP Server) with ESMTP
	id 165F7800337; Sat, 15 May 2004 12:19:55 +0200 (CEST)
Message-Id: <40A5EEC0.5020106@FreeBSD.org.cn>
Date: Sat, 15 May 2004 12:19:44 +0200
From: LI Dong <ld@FreeBSD.org.cn>
To: Xin LI <delphij@frontfree.net>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20040515085623.549DB11AAC@beastie.frontfree.net>
Subject: Re: [UPDATE AND UNBREAK] ports/textproc/stardict2
References: <20040515085623.549DB11AAC@beastie.frontfree.net>

>Number:         66658
>Category:       ports
>Synopsis:       Re: [UPDATE AND UNBREAK] ports/textproc/stardict2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 15 03:30:20 PDT 2004
>Closed-Date:    Sat May 15 11:22:04 PDT 2004
>Last-Modified:  Sat May 15 11:22:04 PDT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Agree with Xin's great job, currently I am too busy to continuer my 
 maintenance work in stardict2, so it's great that someone could take my 
 place.
 
 	- LI Dong
 
 Xin LI wrote:
 >>Submitter-Id:	current-users
 >>Originator:	Xin LI
 >>Organization:	The FreeBSD Simplified Chinese Project
 >>Confidential:	no
 >>Synopsis:	[UPDATE AND UNBREAK] ports/textproc/stardict2
 >>Severity:	serious
 >>Priority:	high
 >>Category:	ports
 >>Class:		change-request
 >>Release:	FreeBSD 5.2-CURRENT i386
 >>Environment:
 > 
 > System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #33: Mon Apr 26 15:10:21 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386
 > 
 > 
 >>Description:
 > 
 > 	- Update the port to 2.4.3
 > 	- Add a workaround to GNOME 2.6.x interface deprecation, which unbreaks the port.
 > 	- Pet portlint
 > 	- Get maintainership (discussed with maintainer several weeks ago)
 > 
 >>How-To-Repeat:
 >>Fix:
 > 
 > 
 > 	Apply the attached patch:
 > 
 > --- patch-stardict2 begins here ---
 > Index: Makefile
 > ===================================================================
 > RCS file: /home/ncvs/ports/textproc/stardict2/Makefile,v
 > retrieving revision 1.13
 > diff -u -r1.13 Makefile
 > --- Makefile	19 Apr 2004 04:45:39 -0000	1.13
 > +++ Makefile	15 May 2004 08:51:04 -0000
 > @@ -6,18 +6,15 @@
 >  #
 >  
 >  PORTNAME=	stardict
 > -PORTVERSION=	2.4.2
 > -PORTREVISION=	1
 > +PORTVERSION=	2.4.3
 >  CATEGORIES=	textproc
 >  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 >  MASTER_SITE_SUBDIR=	${PORTNAME}
 > -DISTFILES=	stardict-${PORTVERSION}.tar.bz2
 > +DISTNAME=	${PORTNAME}-${PORTVERSION}
 >  DIST_SUBDIR=	stardict
 >  
 > -MAINTAINER=	ld@FreeBSD.org.cn
 > +MAINTAINER=	delphij@FreeBSD.org.cn
 >  COMMENT=	A cross-platform and international dictionary written in Gtk2
 > -
 > -BROKEN=		"Does not compile"
 >  
 >  GNU_CONFIGURE=	yes
 >  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 > Index: distinfo
 > ===================================================================
 > RCS file: /home/ncvs/ports/textproc/stardict2/distinfo,v
 > retrieving revision 1.6
 > diff -u -r1.6 distinfo
 > --- distinfo	29 Feb 2004 11:49:22 -0000	1.6
 > +++ distinfo	15 May 2004 08:51:04 -0000
 > @@ -1,2 +1,2 @@
 > -MD5 (stardict/stardict-2.4.2.tar.bz2) = ed4b56fe446564dd377b577287048c6a
 > -SIZE (stardict/stardict-2.4.2.tar.bz2) = 702901
 > +MD5 (stardict/stardict-2.4.3.tar.bz2) = a578782c9df8e985a32069d19bae0960
 > +SIZE (stardict/stardict-2.4.3.tar.bz2) = 773769
 > Index: files/patch-am
 > ===================================================================
 > RCS file: files/patch-am
 > diff -N files/patch-am
 > --- /dev/null	1 Jan 1970 00:00:00 -0000
 > +++ files/patch-am	15 May 2004 08:51:04 -0000
 > @@ -0,0 +1,32 @@
 > +--- src/Makefile.am.orig	Sat May 15 16:24:42 2004
 > ++++ src/Makefile.am	Sat May 15 16:25:29 2004
 > +@@ -8,12 +8,7 @@
 > + 	-DDATADIR=\""$(datadir)"\"				\
 > + 	-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\"		\
 > + 	-DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"		\
 > +-	-DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\"		\
 > +-	-DG_DISABLE_DEPRECATED					\
 > +-	-DGDK_DISABLE_DEPRECATED				\
 > +-	-DGTK_DISABLE_DEPRECATED				\
 > +-	-DGDK_PIXBUF_DISABLE_DEPRECATED				\
 > +-	-DGNOME_DISABLE_DEPRECATED
 > ++	-DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\"
 > + 
 > + 
 > + stardict_LDFLAGS = 
 > +--- src/Makefile.in.orig	Sat May 15 16:24:26 2004
 > ++++ src/Makefile.in	Sat May 15 16:25:14 2004
 > +@@ -193,12 +193,7 @@
 > + 	-DDATADIR=\""$(datadir)"\"				\
 > + 	-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\"		\
 > + 	-DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"		\
 > +-	-DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\"		\
 > +-	-DG_DISABLE_DEPRECATED					\
 > +-	-DGDK_DISABLE_DEPRECATED				\
 > +-	-DGTK_DISABLE_DEPRECATED				\
 > +-	-DGDK_PIXBUF_DISABLE_DEPRECATED				\
 > +-	-DGNOME_DISABLE_DEPRECATED
 > ++	-DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\"
 > + 
 > + 
 > + stardict_LDFLAGS = 
 > --- patch-stardict2 ends here ---
 > 
 > 
 > 
 > 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat May 15 11:21:11 PDT 2004 
State-Changed-Why:  
Misfiled followup to ports/66655, which has already been committed. 

Thanks for your help in maintaining this port in the past. 


Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat May 15 11:21:11 PDT 2004 
Responsible-Changed-Why:  

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