From owner-freebsd-ports Thu Nov 21 5:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B292A37B401 for ; Thu, 21 Nov 2002 05:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDF743E97 for ; Thu, 21 Nov 2002 05:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gALDe7x3036594 for ; Thu, 21 Nov 2002 05:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gALDe7wC036593; Thu, 21 Nov 2002 05:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E4B37B401; Thu, 21 Nov 2002 05:33:09 -0800 (PST) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A1143E97; Thu, 21 Nov 2002 05:33:04 -0800 (PST) (envelope-from ebert@daidalos.informatik.unibw-muenchen.de) Received: from daidalos.informatik.unibw-muenchen.de (daidalos.Informatik.UniBw-Muenchen.de [137.193.60.31]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id gALDTTg01348; Thu, 21 Nov 2002 14:29:29 +0100 (MET) Received: by daidalos.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 0A04C3FA7; Thu, 21 Nov 2002 14:29:29 +0100 (CET) Message-Id: <20021121132929.0A04C3FA7@daidalos.informatik.unibw-muenchen.de> Date: Thu, 21 Nov 2002 14:29:29 +0100 (CET) From: Michael Ebert To: FreeBSD-gnats-submit@FreeBSD.org Cc: obraun@FreeBSD.org, Michael Ebert X-Send-Pr-Version: 3.113 Subject: ports/45562: [Maintainer-Update] x11-wm/pager upgraded to v0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45562 >Category: ports >Synopsis: [Maintainer-Update] x11-wm/pager upgraded to v0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 21 05:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael Ebert >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD daidalos.informatik.unibw-muenchen.de 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Oct 22 18:56:15 CEST 2002 ebert@daidalos.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/DAIDALOS i386 >Description: Upgraded pager to version 0.5 Added files: files/patch-pager.c Removed files: files/patch-pager.jl Bye, Michael >How-To-Repeat: >Fix: diff -ruN pager.old/Makefile pager/Makefile --- pager.old/Makefile Wed Nov 20 10:41:04 2002 +++ pager/Makefile Thu Nov 21 14:03:36 2002 @@ -2,11 +2,11 @@ # Date created: November 20 2002 # Whom: Michael Ebert # -# $FreeBSD: ports/x11-wm/pager/Makefile,v 1.1 2002/11/20 09:41:04 obraun Exp $ +# $FreeBSD$ # PORTNAME= pager -PORTVERSION= 0.4a +PORTVERSION= 0.5 CATEGORIES= x11-wm MASTER_SITES= http://dapfy.bei.t-online.de/sawfish/pager/ EXTRACT_SUFX= .tgz @@ -17,6 +17,7 @@ RUN_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish USE_GMAKE= yes +MAKEFILE= GNUmakefile USE_GNOME= gtk12 USE_GNOMENG= yes USE_REINPLACE= yes @@ -28,7 +29,7 @@ PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" post-patch: - @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff -ruN pager.old/distinfo pager/distinfo --- pager.old/distinfo Wed Nov 20 10:41:04 2002 +++ pager/distinfo Thu Nov 21 14:03:36 2002 @@ -1 +1 @@ -MD5 (pager-0.4a.tgz) = c67f36063e98ab81940c52b66a2c4212 +MD5 (pager-0.5.tgz) = 02375110f5e03bc3f390ab389d4baca4 diff -ruN pager.old/files/patch-pager.c pager/files/patch-pager.c --- pager.old/files/patch-pager.c Thu Jan 1 01:00:00 1970 +++ pager/files/patch-pager.c Thu Nov 21 14:03:36 2002 @@ -0,0 +1,10 @@ +--- pager.c.orig Thu Nov 21 12:46:28 2002 ++++ pager.c Thu Nov 21 12:46:48 2002 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + diff -ruN pager.old/files/patch-pager.jl pager/files/patch-pager.jl --- pager.old/files/patch-pager.jl Wed Nov 20 10:41:05 2002 +++ pager/files/patch-pager.jl Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- pager.jl.orig Tue Nov 19 21:06:10 2002 -+++ pager.jl Tue Nov 19 21:08:30 2002 -@@ -277,7 +277,10 @@ - ;; Tells the C program to change the colors - (define (send-colors) - (send ?c -- (mapcar color-rgb -+ (mapcar (lambda (color) -+ (let ((clist (color-rgb color))) -+ (setcdr (nthcdr 2 clist) nil) -+ clist)) - (list pager-color-background - pager-color-viewport - pager-color-window >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message