From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 7 14:10:23 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661AD16A420 for ; Fri, 7 Oct 2005 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56C043D5D for ; Fri, 7 Oct 2005 14:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j97EAHGp066536 for ; Fri, 7 Oct 2005 14:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j97EAHJb066535; Fri, 7 Oct 2005 14:10:17 GMT (envelope-from gnats) Resent-Date: Fri, 7 Oct 2005 14:10:17 GMT Resent-Message-Id: <200510071410.j97EAHJb066535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBB316A420 for ; Fri, 7 Oct 2005 14:01:06 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEB343D45 for ; Fri, 7 Oct 2005 14:01:06 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.208.210]) by hfep06.dion.ne.jp with SMTP id <20051007140101897.GBJL@hfep06.dion.ne.jp> for ; Fri, 7 Oct 2005 23:01:01 +0900 Message-Id: <20051007230016.73b18d1f.tkato432@yahoo.com> Date: Fri, 7 Oct 2005 23:00:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/87056: Update port: deskutils/mdh to 1.9.59 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 14:10:23 -0000 >Number: 87056 >Category: ports >Synopsis: Update port: deskutils/mdh to 1.9.59 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 07 14:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p12 i386 >Organization: >Environment: >Description: - Update to version 1.9.59 New file: files/patch-lib-gini-gini.c >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/mdh/Makefile deskutils/mdh/Makefile --- /usr/ports/deskutils/mdh/Makefile Sat Mar 12 20:21:41 2005 +++ deskutils/mdh/Makefile Fri Oct 7 04:09:40 2005 @@ -6,8 +6,7 @@ # PORTNAME= mdh -PORTVERSION= 1.9.54 -PORTREVISION= 7 +PORTVERSION= 1.9.59 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gozer.org/my_stuff/gtk/gtk/mdh/ @@ -16,13 +15,39 @@ USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_GNOME= gnometarget gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_GETOPT_LONG= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +.if defined(WITHOUT_GTOP) +CONFIGURE_ARGS+= --disable-gtop +.else +LIB_DEPENDS+= gtop-2.0:${PORTSDIR}/devel/libgtop2 +.endif + +.if defined(WITHOUT_CURL) +CONFIGURE_ARGS+= --disable-curl +.else +LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl +.endif + +post-patch: + @${REINPLACE_CMD} -e 's| make| $$(MAKE)|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|\.\./lib/getopt/getopt\.c||g ; \ + s|\.\./lib/getopt/getopt1\.c||g ; \ + s|-I../lib/getopt||g ; \ + s|$$(CC) -g|$$(CC)|g ; \ + s|@INSTALL@ -m 0775|@INSTALL_PROGRAM@|g ; \ + s|cp -p|@INSTALL_DATA@|g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|"getopt\.h"||g' ${WRKSRC}/src/mdh.c -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} diff -urN /usr/ports/deskutils/mdh/distinfo deskutils/mdh/distinfo --- /usr/ports/deskutils/mdh/distinfo Thu Jan 29 20:20:58 2004 +++ deskutils/mdh/distinfo Fri Oct 7 03:22:23 2005 @@ -1,2 +1,2 @@ -MD5 (mdh-1.9.54.tar.bz2) = 62c64932d30fb94319e601ec020dde80 -SIZE (mdh-1.9.54.tar.bz2) = 115043 +MD5 (mdh-1.9.59.tar.bz2) = 3fcc2d65aa05ffd16627e72551074502 +SIZE (mdh-1.9.59.tar.bz2) = 190090 diff -urN /usr/ports/deskutils/mdh/files/patch-lib-gini-gini.c deskutils/mdh/files/patch-lib-gini-gini.c --- /usr/ports/deskutils/mdh/files/patch-lib-gini-gini.c Thu Jan 1 09:00:00 1970 +++ deskutils/mdh/files/patch-lib-gini-gini.c Fri Oct 7 03:35:19 2005 @@ -0,0 +1,11 @@ +--- lib/gini/gini.c.orig Fri Jul 8 08:10:18 2005 ++++ lib/gini/gini.c Fri Oct 7 03:35:03 2005 +@@ -190,7 +190,7 @@ + + static void value_transform_string_int64(const GValue *src, GValue *dst) + { +- dst->data[0].v_int64 = atoll(src->data[0].v_pointer); ++ dst->data[0].v_int64 = strtoll(src->data[0].v_pointer, NULL, 10); + } + + static void value_transform_string_uint64(const GValue *src, GValue *dst) diff -urN /usr/ports/deskutils/mdh/pkg-plist deskutils/mdh/pkg-plist --- /usr/ports/deskutils/mdh/pkg-plist Mon Dec 22 13:23:52 2003 +++ deskutils/mdh/pkg-plist Fri Oct 7 03:40:03 2005 @@ -1,3 +1,57 @@ bin/mdh %%PORTDOCS%%%%DOCSDIR%%/README +%%DATADIR%%/icons/default.png +%%DATADIR%%/icons/mixer.png +%%DATADIR%%/icons/weather/0.png +%%DATADIR%%/icons/weather/1.png +%%DATADIR%%/icons/weather/10.png +%%DATADIR%%/icons/weather/11.png +%%DATADIR%%/icons/weather/12.png +%%DATADIR%%/icons/weather/13.png +%%DATADIR%%/icons/weather/14.png +%%DATADIR%%/icons/weather/15.png +%%DATADIR%%/icons/weather/16.png +%%DATADIR%%/icons/weather/17.png +%%DATADIR%%/icons/weather/18.png +%%DATADIR%%/icons/weather/19.png +%%DATADIR%%/icons/weather/2.png +%%DATADIR%%/icons/weather/20.png +%%DATADIR%%/icons/weather/21.png +%%DATADIR%%/icons/weather/22.png +%%DATADIR%%/icons/weather/23.png +%%DATADIR%%/icons/weather/24.png +%%DATADIR%%/icons/weather/25.png +%%DATADIR%%/icons/weather/26.png +%%DATADIR%%/icons/weather/27.png +%%DATADIR%%/icons/weather/28.png +%%DATADIR%%/icons/weather/29.png +%%DATADIR%%/icons/weather/3.png +%%DATADIR%%/icons/weather/30.png +%%DATADIR%%/icons/weather/31.png +%%DATADIR%%/icons/weather/32.png +%%DATADIR%%/icons/weather/33.png +%%DATADIR%%/icons/weather/34.png +%%DATADIR%%/icons/weather/35.png +%%DATADIR%%/icons/weather/36.png +%%DATADIR%%/icons/weather/37.png +%%DATADIR%%/icons/weather/38.png +%%DATADIR%%/icons/weather/39.png +%%DATADIR%%/icons/weather/4.png +%%DATADIR%%/icons/weather/40.png +%%DATADIR%%/icons/weather/41.png +%%DATADIR%%/icons/weather/42.png +%%DATADIR%%/icons/weather/43.png +%%DATADIR%%/icons/weather/44.png +%%DATADIR%%/icons/weather/45.png +%%DATADIR%%/icons/weather/46.png +%%DATADIR%%/icons/weather/47.png +%%DATADIR%%/icons/weather/5.png +%%DATADIR%%/icons/weather/6.png +%%DATADIR%%/icons/weather/7.png +%%DATADIR%%/icons/weather/8.png +%%DATADIR%%/icons/weather/9.png +%%DATADIR%%/icons/weather/na.png +@dirrm %%DATADIR%%/icons/weather +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: