Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 23:44:38 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10157: [patch] blackbox upgrade from 0.50.2 to 0.50.3 
Message-ID:  <199902190744.XAA05127@norn.ca.eu.org>

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

>Number:         10157
>Category:       ports
>Synopsis:       [patch] blackbox upgrade from 0.50.2 to 0.50.3
>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:   Fri Feb 19 05:30:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #68: Thu Feb 18 21:46:30 PST 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386


>Description:

 	Upgrade of port to 0.50.3, the filesize is significantly larger
	due to the inclusion of some very good (and large) themes.	
	
	I added a hook to build blackbox with KDE support also, if this is
	not wanted please remove it.
  
>How-To-Repeat:

>Fix:


diff -ruN ports/x11-wm/blackbox.old/Makefile ports/x11-wm/blackbox/Makefile
--- ports/x11-wm/blackbox.old/Makefile	Tue Dec 22 17:37:34 1998
+++ ports/x11-wm/blackbox/Makefile	Wed Feb 17 16:10:52 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	Blackbox
-# Version required:	0.50.2
+# Version required:	0.50.3
 # Date created:		June 15, 1998
 # Whom:			Brian Handy <handy@physics.montana.edu>
 #
 # $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $
 #
 
-DISTNAME=	blackbox-0.50.2
+DISTNAME=	blackbox-0.50.3
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://balance.wiw.org/pub/blackbox/ \
 		ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
@@ -16,4 +16,17 @@
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 
+.if !defined(USE_KDE)
+pre-fetch:
+	@echo
+	@echo If you would like build Blackbox with KDE support
+	@echo you must set the variable USE_KDE
+	@echo
+.else
+pre-fetch:
+	@echo
+	@echo Building Blackbox with KDE support
+	@echo
+CONFIGURE_ARGS= --enable-kde
+.endif
 .include <bsd.port.mk>
diff -ruN ports/x11-wm/blackbox.old/files/md5 ports/x11-wm/blackbox/files/md5
--- ports/x11-wm/blackbox.old/files/md5	Tue Dec 22 17:37:37 1998
+++ ports/x11-wm/blackbox/files/md5	Wed Feb 17 15:30:37 1999
@@ -1 +1 @@
-MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7
+MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d
diff -ruN ports/x11-wm/blackbox.old/pkg/DESCR ports/x11-wm/blackbox/pkg/DESCR
--- ports/x11-wm/blackbox.old/pkg/DESCR	Mon Nov 23 14:01:12 1998
+++ ports/x11-wm/blackbox/pkg/DESCR	Wed Feb 17 15:41:59 1999
@@ -1,5 +1,5 @@
 Blackbox is Yet Another Window Manager for X11R6 that arose primarily
-out of the curiosity of the authors.  It's small (around 8700 lines at
+out of the curiosity of the authors.  It's small (around 11700 lines at
 the time of writing), fast, built-in rendering code, image dithering 
 at 8, 15 and 16 bits per pixel and color icon support.  Blackbox is 
 [mostly] ICCCM compliant.  
diff -ruN ports/x11-wm/blackbox.old/pkg/PLIST ports/x11-wm/blackbox/pkg/PLIST
--- ports/x11-wm/blackbox.old/pkg/PLIST	Mon Nov 23 14:01:12 1998
+++ ports/x11-wm/blackbox/pkg/PLIST	Wed Feb 17 15:40:30 1999
@@ -1,5 +1,18 @@
 bin/blackbox
 bin/bsetroot
+share/Blackbox/brueghel/babel
+share/Blackbox/brueghel/babel.gif
+share/Blackbox/brueghel/babel.txt
+share/Blackbox/brueghel/icarus
+share/Blackbox/brueghel/icarus.gif
+share/Blackbox/brueghel/icarus.txt
+share/Blackbox/brueghel/littlebabel
+share/Blackbox/brueghel/littlebabel.gif
+share/Blackbox/brueghel/littlebabel.txt
+share/Blackbox/brueghel/rebelangels
+share/Blackbox/brueghel/rebelangels.gif
+share/Blackbox/brueghel/rebelangels.txt
+share/Blackbox/brueghel/stylesmenu
 share/Blackbox/rc
 share/Blackbox/menu
 share/Blackbox/styles/blackmagic
@@ -15,5 +28,6 @@
 share/Blackbox/styles/steelblue
 share/Blackbox/styles/steelbox
 share/Blackbox/styles/stylesmenu
+@dirrm share/Blackbox/brueghel
 @dirrm share/Blackbox/styles
 @dirrm share/Blackbox

>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?199902190744.XAA05127>