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

(-)Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	aegis
4
PORTNAME=	aegis
5
PORTVERSION=	4.25
5
PORTVERSION=	4.25
6
DISTVERSIONSUFFIX=	.D510
6
DISTVERSIONSUFFIX=	.D510
7
PORTREVISION=	9
7
PORTREVISION=	10
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	SF
9
MASTER_SITES=	SF
10
10
(-)files/patch-aegrep_main.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
--- aegrep/main.cc.orig	2014-08-02 11:30:25.351342791 +0000
1
--- aegrep/main.cc.orig	2012-12-04 02:03:33 UTC
2
+++ aegrep/main.cc	2014-08-02 11:30:52.520341498 +0000
2
+++ aegrep/main.cc
3
@@ -32,6 +32,9 @@
3
@@ -32,6 +32,9 @@
4
 
4
 
5
 #include <aegrep/arglex3.h>
5
 #include <aegrep/arglex3.h>
(-)files/patch-common_mem.h (+11 lines)
Line 0 Link Here
1
--- common/mem.h.orig	2012-12-04 02:03:33 UTC
2
+++ common/mem.h
3
@@ -123,7 +123,7 @@ char *dmem_copy_string(const char *file,
4
 #endif
5
 
6
 #if HAVE_HEADER_NEW || HAVE_NEW_H
7
-#define THROW_BAD_ALLOC throw(std::bad_alloc)
8
+#define THROW_BAD_ALLOC //throw(std::bad_alloc)
9
 #else
10
 #define THROW_BAD_ALLOC
11
 #endif

Return to bug 234363