Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2004 21:18:46 -0800 (PST)
From:      Tom McLaughlin <tom@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62019: x11-wm/genmenu distfile is not reachable
Message-ID:  <20040128051846.C702D43D5F@mx1.FreeBSD.org>
Resent-Message-ID: <200401280520.i0S5K0Tc012605@freefall.freebsd.org>

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

>Number:         62019
>Category:       ports
>Synopsis:       x11-wm/genmenu distfile is not reachable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 27 21:20:00 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD compass.straycat.dhs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sun Dec 21 00:00:21 EST 2003 root@compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS i386


	
>Description:
	The current distfile for x11-wm/genmenu is not reachable from the 
MASTER_SITE currently defined.  The attached patch does the following:

- Corrects the MASTER_SITES to the current site.

- Updates the program from version 1.0.4 to 1.0.5 released 20040120.
  Program has been tested and appears to work fine with all intended window managers.

- Adds a patch to the program so that it checks the standard "styles" locations used by the window manager ports.



>How-To-Repeat:
	
>Fix:

	

--- genmenu.diff begins here ---
diff -Nur genmenu.orig/Makefile genmenu/Makefile
--- genmenu.orig/Makefile	Sun Nov  9 22:17:13 2003
+++ genmenu/Makefile	Tue Jan 27 23:45:20 2004
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	genmenu
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	x11-wm
-MASTER_SITES=	http://projects.gtk.mine.nu/archive/genmenu/
+MASTER_SITES=	http://gtk.no/archive/genmenu/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generating menus for Bbox, Fbox, Obox, WM and E
diff -Nur genmenu.orig/distinfo genmenu/distinfo
--- genmenu.orig/distinfo	Sun Nov  9 22:17:13 2003
+++ genmenu/distinfo	Tue Jan 27 23:46:49 2004
@@ -1 +1 @@
-MD5 (genmenu-1.0.4.tar.gz) = 46953b4a611a751f917a22bd1858f40d
+MD5 (genmenu-1.0.5.tar.gz) = 0886951949c924708b4e685c4473c15d
diff -Nur genmenu.orig/files/patch-genmenu genmenu/files/patch-genmenu
--- genmenu.orig/files/patch-genmenu	Wed Dec 31 19:00:00 1969
+++ genmenu/files/patch-genmenu	Tue Jan 27 23:48:22 2004
@@ -0,0 +1,11 @@
+--- genmenu.orig	Tue Jan 20 01:29:56 2004
++++ genmenu	Tue Jan 27 23:20:11 2004
+@@ -590,7 +590,7 @@
+ 
+ 	if [ "$BBDF" = "1" ]; then
+ 
+-		dirs="/usr/share/$1/styles /usr/local/share/$1/styles"
++		dirs="/usr/share/$1/styles /usr/local/share/$1/styles /usr/X11R6/share/$1/styles"
+ 
+ 		for dir in $dirs; do
+ 			if [ -e "$dir" ]; then
diff -Nur genmenu.orig/pkg-descr genmenu/pkg-descr
--- genmenu.orig/pkg-descr	Sun Nov  9 22:17:13 2003
+++ genmenu/pkg-descr	Tue Jan 27 23:52:35 2004
@@ -9,4 +9,4 @@
     * Default size of all web browser windows
     * Include menu for starting other window managers (yes|no)
 
-WWW: http://projects.gtk.mine.nu/genmenu
+WWW: http://gtk.no/genmenu/
--- genmenu.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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