Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 13:30:34 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11394: Fix: x11-wm/blackbox
Message-ID:  <19990429203034.4AC2F1437@norn.ca.eu.org>

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

>Number:         11394
>Category:       ports
>Synopsis:       Fix: x11-wm/blackbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 13:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Add a couple master sites and remove a dead one.  While I'm here take out
the CXXFLAGS=... in the makefile and change patch-ae to the proper form it
should have been in the first place.

>How-To-Repeat:


>Fix:
	
Index: blackbox/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/x11-wm/blackbox/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	1999/03/24 03:36:21	1.19
+++ Makefile	1999/04/29 20:23:39
@@ -9,15 +9,14 @@
 DISTNAME=	blackbox-0.50.4
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://balance.wiw.org/pub/blackbox/ \
-		ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
+	 	ftp://ftp.dti.ad.jp/pub/X/blackbox/ \
+		ftp://ftp.max.irk.ru/unix/x/wm/
 
 MAINTAINER=	ports@FreeBSD.ORG
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 
 .if !defined(USE_KDE)
 pre-fetch:
Index: blackbox/patches/patch-ae
===================================================================
RCS file: /cvs/FreeBSD/ports/x11-wm/blackbox/patches/patch-ae,v
retrieving revision 1.2
diff -u -r1.2 patch-ae
--- patch-ae	1999/03/24 03:36:22	1.2
+++ patch-ae	1999/04/29 20:26:05
@@ -1,10 +1,11 @@
---- src/Screen.cc.orig	Sat Mar 20 04:10:34 1999
-+++ src/Screen.cc	Mon Mar 22 14:10:11 1999
-@@ -311,7 +311,6 @@
+--- src/Screen.cc.orig	Thu Apr 29 13:25:43 1999
++++ src/Screen.cc	Thu Apr 29 13:25:53 1999
+@@ -311,7 +311,7 @@
    }
    
  #ifdef    KDE
 -    unsigned long data = (unsigned long) workspacesList->count();
++    data = (unsigned long) workspacesList->count();
      
      XChangeProperty(display, root_window,
  		    blackbox->getKWMNumberOfDesktopsAtom(),

-Chris

>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?19990429203034.4AC2F1437>