Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 1998 10:23:56 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7091: Update x11/blackbox port to 0.33.6
Message-ID:  <199806271523.KAA23197@emerson.gelemna.ft-wayne.in.us>

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

>Number:         7091
>Category:       ports
>Synopsis:       Update blackbox port to 0.33.6
>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:   Sat Jun 27 08:30:01 PDT 1998
>Last-Modified:
>Originator:     Don Croyle
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

Blackbox has gone through a few releases since the original port.
These diffs update it to the latest.

	

>How-To-Repeat:

	

>Fix:
	
	

Apply these diffs.
Note that this adds a new file: patches/patch-ab


--- blackbox.old/Makefile	Mon Jun 15 22:04:34 1998
+++ blackbox/Makefile	Sat Jun 27 10:04:02 1998
@@ -1,18 +1,17 @@
 # New ports collection makefile for:	Blackbox
-# Version required:	0.33.3
+# Version required:	0.33.6
 # Date created:		June 15, 1998
 # Whom:			Brian Handy <handy@physics.montana.edu>
 #
 # $Id: Makefile,v 1.1.1.1 1998/06/16 03:04:34 mph Exp $
 #
 
-DISTNAME=	blackbox-0.33.3
+DISTNAME=	blackbox-0.33.6
 CATEGORIES=	x11
 MASTER_SITES=	http://linux.wiw.org/blackbox/sources/
 
 MAINTAINER=	ports@FreeBSD.ORG
 
 USE_IMAKE=		yes
-NO_INSTALL_MANPAGES=	yes
 
 .include <bsd.port.mk>
diff -ruN blackbox.old/files/md5 blackbox/files/md5
--- blackbox.old/files/md5	Mon Jun 15 22:04:34 1998
+++ blackbox/files/md5	Sat Jun 27 09:46:51 1998
@@ -1 +1 @@
-MD5 (blackbox-0.33.3.tar.gz) = 829eb34ad710a745ba875e4c27c82043
+MD5 (blackbox-0.33.6.tar.gz) = 3ff57f0cf03bb54d143838bf065b4526
diff -ruN blackbox.old/patches/patch-aa blackbox/patches/patch-aa
--- blackbox.old/patches/patch-aa	Mon Jun 15 22:04:34 1998
+++ blackbox/patches/patch-aa	Sat Jun 27 10:00:46 1998
@@ -1,11 +1,19 @@
---- graphics.cc.orig	Mon Jun 15 14:45:59 1998
-+++ graphics.cc	Mon Jun 15 14:46:10 1998
-@@ -26,7 +26,7 @@
- #include "blackbox.hh"
- #include "graphics.hh"
- 
--#include <alloca.h>
-+#include <X11/Xalloca.h>
- 
- 
- // *************************************************************************
+*** src/graphics.cc.orig	Thu Jun 25 23:11:57 1998
+--- src/graphics.cc	Sat Jun 27 09:58:19 1998
+***************
+*** 26,32 ****
+  #include "blackbox.hh"
+  #include "graphics.hh"
+  
+! #include <malloc.h>
+  
+  #ifdef GradientHack
+  #  include <math.h>
+--- 26,32 ----
+  #include "blackbox.hh"
+  #include "graphics.hh"
+  
+! #include <stdlib.h>
+  
+  #ifdef GradientHack
+  #  include <math.h>
diff -ruN blackbox.old/patches/patch-ab blackbox/patches/patch-ab
--- blackbox.old/patches/patch-ab	Wed Dec 31 19:00:00 1969
+++ blackbox/patches/patch-ab	Sat Jun 27 10:01:13 1998
@@ -0,0 +1,12 @@
+*** src/Imakefile.orig	Thu Jun 25 23:44:45 1998
+--- src/Imakefile	Sat Jun 27 09:54:22 1998
+***************
+*** 76,82 ****
+  
+  #ifndef ComplexCplusplusProgramTargetNoMan
+  #define ComplexCplusplusProgramTargetNoMan(program)                     @@\
+- 	PROGRAM = program                                               @@\
+                                                                          @@\
+  AllTarget(program)                                                      @@\
+                                                                          @@\
+--- 76,81 ----
>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?199806271523.KAA23197>