Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 14:29:29 +0100 (CET)
From:      Michael Ebert <ebert@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org, Michael Ebert <ebert@informatik.unibw-muenchen.de>
Subject:   ports/45562: [Maintainer-Update] x11-wm/pager upgraded to v0.5 
Message-ID:  <20021121132929.0A04C3FA7@daidalos.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>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 <ebert@informatik.unibw-muenchen.de>
 #
-# $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 <stdio.h>
+ #include <string.h>
+ #include <unistd.h>
++#include <sys/time.h>
+ #include <sys/select.h>
+ #include <gtk/gtk.h>
+ 
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021121132929.0A04C3FA7>