summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-20 03:41:53 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-20 03:41:53 +0000
commit4d88a32d821d8cea313e91f9b7611217e183ef14 (patch)
tree9f62a11833ec0544ac6ae7a3918b8a17b4b3bb30 /app-misc/boxes
parentremove unused patches (diff)
downloadhistorical-4d88a32d821d8cea313e91f9b7611217e183ef14.tar.gz
historical-4d88a32d821d8cea313e91f9b7611217e183ef14.tar.bz2
historical-4d88a32d821d8cea313e91f9b7611217e183ef14.zip
remove unused patches
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-misc/boxes')
-rw-r--r--app-misc/boxes/ChangeLog8
-rw-r--r--app-misc/boxes/files/boxes-1.0.1-Makefile.patch46
-rw-r--r--app-misc/boxes/files/boxes-1.0.1-flex.patch28
3 files changed, 6 insertions, 76 deletions
diff --git a/app-misc/boxes/ChangeLog b/app-misc/boxes/ChangeLog
index 9fde80a7218e..2ea08197f20e 100644
--- a/app-misc/boxes/ChangeLog
+++ b/app-misc/boxes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/boxes
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.21 2009/04/13 03:06:29 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.22 2009/08/20 03:39:08 darkside Exp $
+
+ 20 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
+ -files/boxes-1.0.1-Makefile.patch, -files/boxes-1.0.1-flex.patch:
+ remove unused patches
13 Apr 2009; Jeremy Olexa <darkside@gentoo.org> boxes-1.1.ebuild:
QA: respect CC, bug 243614
diff --git a/app-misc/boxes/files/boxes-1.0.1-Makefile.patch b/app-misc/boxes/files/boxes-1.0.1-Makefile.patch
deleted file mode 100644
index ec5189287ac9..000000000000
--- a/app-misc/boxes/files/boxes-1.0.1-Makefile.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -Naur boxes-1.0.1-orig/Makefile boxes-1.0.1/Makefile
---- boxes-1.0.1-orig/Makefile 2007-01-17 17:53:39.000000000 -0600
-+++ boxes-1.0.1/Makefile 2007-01-17 17:54:13.000000000 -0600
-@@ -51,7 +51,7 @@
-
-
- # The following line (GLOBALCONF) is the only line you should need to edit!
--GLOBALCONF = /usr/local/share/boxes
-+GLOBALCONF = /usr/share/boxes/boxes-config
- BVERSION = 1.0.1
-
- SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d)
-diff -Naur boxes-1.0.1-orig/src/Makefile boxes-1.0.1/src/Makefile
---- boxes-1.0.1-orig/src/Makefile 2007-01-17 17:53:39.000000000 -0600
-+++ boxes-1.0.1/src/Makefile 2007-01-17 17:54:31.000000000 -0600
-@@ -79,7 +79,7 @@
- LEX = flex
- YACC = bison
- CC = gcc
--CFLAGS = -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)
-+CFLAGS += -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)
- LDFLAGS = -Lregexp
-
- GEN_HDR = parser.h boxes.h
-@@ -99,8 +99,7 @@
-
-
- build:
-- $(MAKE) CFLAGS_ADDTL=-O boxes
-- strip boxes
-+ $(MAKE) boxes
- debug:
- $(MAKE) CFLAGS_ADDTL=-g boxes
-
-diff -Naur boxes-1.0.1-orig/src/regexp/Makefile boxes-1.0.1/src/regexp/Makefile
---- boxes-1.0.1-orig/src/regexp/Makefile 2007-01-17 17:53:39.000000000 -0600
-+++ boxes-1.0.1/src/regexp/Makefile 2007-01-17 17:54:13.000000000 -0600
-@@ -32,7 +32,7 @@
- #============================================================================
-
-
--CFLAGS = -traditional -O -I. $(CFLAGS_ADDTL)
-+CFLAGS += -I. $(CFLAGS_ADDTL)
-
- ALL_CL = regexp/regexp.c regexp/regsub.c
- C_SRC = $(notdir $(ALL_CL))
diff --git a/app-misc/boxes/files/boxes-1.0.1-flex.patch b/app-misc/boxes/files/boxes-1.0.1-flex.patch
deleted file mode 100644
index cbbf1a6c8d45..000000000000
--- a/app-misc/boxes/files/boxes-1.0.1-flex.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur boxes-1.0.1-orig/src/lexer.l boxes-1.0.1/src/lexer.l
---- boxes-1.0.1-orig/src/lexer.l 2006-07-02 20:39:46.000000000 -0600
-+++ boxes-1.0.1/src/lexer.l 2006-07-02 20:47:06.000000000 -0600
-@@ -116,7 +116,6 @@
- "$Id: boxes-1.0.1-flex.patch,v 1.1 2007/01/18 00:04:20 dirtyepic Exp $";
-
-
--int yylineno = 1;
- static int yyerrcnt = 0;
-
- static char sdel = '\"';
-@@ -138,6 +137,7 @@
- %option noyywrap
- %option never-interactive
- %option caseless
-+%option noyylineno
-
-
- %x SAMPLE
-@@ -468,7 +468,7 @@
- exit (EXIT_FAILURE);
- }
- yy_delete_buffer (YY_CURRENT_BUFFER);
-- YY_CURRENT_BUFFER = yy_create_buffer (yyin, sinf.st_size+10);
-+ yy_switch_to_buffer (yy_create_buffer (yyin, sinf.st_size+10));
- }
-
-