From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 22 09:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 894EB106566B for ; Wed, 22 Apr 2009 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 622E58FC12 for ; Wed, 22 Apr 2009 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3M9K1FV064759 for ; Wed, 22 Apr 2009 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3M9K1Y4064758; Wed, 22 Apr 2009 09:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 22 Apr 2009 09:20:01 GMT Resent-Message-Id: <200904220920.n3M9K1Y4064758@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, "Matthew D. Fuller" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDCAC106566B for ; Wed, 22 Apr 2009 09:13:58 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id C729F8FC12 for ; Wed, 22 Apr 2009 09:13:58 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-64-197-185.hsd1.ms.comcast.net [75.64.197.185]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id 7D32537B7BC for ; Wed, 22 Apr 2009 03:56:56 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id A045061C70; Wed, 22 Apr 2009 03:56:55 -0500 (CDT) Message-Id: <20090422085655.A045061C70@draco.over-yonder.net> Date: Wed, 22 Apr 2009 03:56:55 -0500 (CDT) From: "Matthew D. Fuller" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/133909: [PATCH] Fix x11-clock/intclock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew D. Fuller" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 09:20:01 -0000 >Number: 133909 >Category: ports >Synopsis: [PATCH] Fix x11-clock/intclock >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: Wed Apr 22 09:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD draco.over-yonder.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 17 18:07:44 CST 2009 root@draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386 >Description: intclock hasn't actually worked since misc/iso-codes was upgraded to 3.6 in March, since it looks for a file that's no longer there. However, a file in base appears to have the info it's looking for; it works here anyway. >How-To-Repeat: Install and try to run. >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/x11-clocks/intclock/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 7 Sep 2008 00:19:01 -0000 1.7 +++ Makefile 22 Apr 2009 08:53:01 -0000 @@ -7,22 +7,21 @@ PORTNAME= intclock PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks perl5 MASTER_SITES= http://www.peterverthez.net/projects/${PORTNAME}/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Multi-timezone clock -BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - iso-codes>=1.3:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e \ - 's|$$zonedir/$$countryfile|${LOCALBASE}/share/iso-codes/iso_3166.tab|' \ + 's|$$zonedir/$$countryfile|/usr/share/misc/iso3166|' \ ${WRKSRC}/lib/Intclock/TZ.pm @${REINPLACE_CMD} -e 's|$$prefix/share/intclock|${DATADIR}|;\ s|/usr/share|${PREFIX}/share|' ${WRKSRC}/Makefile.PL >Release-Note: >Audit-Trail: >Unformatted: