Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 22:25:45 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8032: 
Message-ID:  <199809230325.WAA06007@emerson.gelemna.ft-wayne.in.us>

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

>Number:         8032
>Category:       ports
>Synopsis:       
>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:   Tue Sep 22 20:30:03 PDT 1998
>Last-Modified:
>Originator:     Don Croyle
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:
Diffs to update the x11-wm/blackbox port to use the distfile-of-the-week.
	

>How-To-Repeat:

	

>Fix:
	
	
Apply this patch:	

diff -ruN blackbox.old/Makefile blackbox/Makefile
--- blackbox.old/Makefile	Sat Sep 19 15:10:17 1998
+++ blackbox/Makefile	Tue Sep 22 21:35:25 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	Blackbox
-# Version required:	0.40.6
+# Version required:	0.40.7
 # Date created:		June 15, 1998
 # Whom:			Brian Handy <handy@physics.montana.edu>
 #
 # $Id: Makefile,v 1.8 1998/09/19 20:10:17 steve Exp $
 #
 
-DISTNAME=	blackbox-0.40.6
+DISTNAME=	blackbox-0.40.7
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://linux.wiw.org/blackbox/sources/
 
diff -ruN blackbox.old/files/md5 blackbox/files/md5
--- blackbox.old/files/md5	Sat Sep 19 15:10:19 1998
+++ blackbox/files/md5	Tue Sep 22 21:35:57 1998
@@ -1 +1 @@
-MD5 (blackbox-0.40.6.tar.gz) = 72576ed9bce374a024aa2cad55f66b02
+MD5 (blackbox-0.40.7.tar.gz) = 92cb2174c9cae9814fa48e4ff075e586
diff -ruN blackbox.old/patches/patch-aa blackbox/patches/patch-aa
--- blackbox.old/patches/patch-aa	Sat Sep 19 15:10:45 1998
+++ blackbox/patches/patch-aa	Tue Sep 22 21:43:57 1998
@@ -1,10 +1,9 @@
---- src/Image.cc.orig	Mon Sep  7 10:03:43 1998
-+++ src/Image.cc	Wed Sep 16 22:45:54 1998
-@@ -27,8 +27,7 @@
+--- src/Image.cc.orig	Tue Sep 22 10:06:56 1998
++++ src/Image.cc	Tue Sep 22 21:41:55 1998
+@@ -27,7 +27,7 @@
  #include "Image.hh"
  
  #include <stdio.h>
--#include <alloca.h>
 -#include <malloc.h>
 +#include <stdlib.h>
  
diff -ruN blackbox.old/patches/patch-ab blackbox/patches/patch-ab
--- blackbox.old/patches/patch-ab	Mon Aug 31 09:13:54 1998
+++ blackbox/patches/patch-ab	Tue Sep 22 21:45:58 1998
@@ -1,10 +1,10 @@
---- src/Imakefile.orig	Sun Aug 30 18:37:50 1998
-+++ src/Imakefile	Sun Aug 30 18:38:01 1998
+--- src/Imakefile.orig	Tue Sep 22 11:39:20 1998
++++ src/Imakefile	Tue Sep 22 21:45:39 1998
 @@ -65,7 +65,6 @@
  
  #ifndef ComplexCplusplusProgramTargetNoMan
  #define ComplexCplusplusProgramTargetNoMan(program)                     @@\
--	PROGRAM = ProgramTargetName(program)                            @@\
+-	PROGRAM = program                                               @@\
                                                                          @@\
- AllTarget(ProgramTargetName(program))                                   @@\
+ AllTarget(program)                                                      @@\
                                                                          @@\
>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?199809230325.WAA06007>