View | Details | Raw Unified | Return to bug 7091
Collapse All | Expand All

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

Return to bug 7091