diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-03-30 21:09:41 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-03-30 21:09:41 +0000 |
commit | 21597f3526b87bcda09294709e06a257f4401d47 (patch) | |
tree | 329e46263573f99638f713e9ad11a4c7e615a827 /app-misc/boxes/files | |
parent | Stable on x86, bug #169152. (diff) | |
download | historical-21597f3526b87bcda09294709e06a257f4401d47.tar.gz historical-21597f3526b87bcda09294709e06a257f4401d47.tar.bz2 historical-21597f3526b87bcda09294709e06a257f4401d47.zip |
Version bump, bug #142476.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'app-misc/boxes/files')
-rw-r--r-- | app-misc/boxes/files/boxes-1.1-Makefile.patch | 46 | ||||
-rw-r--r-- | app-misc/boxes/files/digest-boxes-1.1 | 3 |
2 files changed, 49 insertions, 0 deletions
diff --git a/app-misc/boxes/files/boxes-1.1-Makefile.patch b/app-misc/boxes/files/boxes-1.1-Makefile.patch new file mode 100644 index 000000000000..cedda637a515 --- /dev/null +++ b/app-misc/boxes/files/boxes-1.1-Makefile.patch @@ -0,0 +1,46 @@ +diff -Naur boxes-1.1-orig/Makefile boxes-1.1/Makefile +--- boxes-1.1-orig/Makefile 2007-03-30 14:59:03.000000000 -0600 ++++ boxes-1.1/Makefile 2007-03-30 15:01:38.000000000 -0600 +@@ -73,7 +73,7 @@ + + + # The following line (GLOBALCONF) is the only line you should need to edit! +-GLOBALCONF = /usr/share/boxes ++GLOBALCONF = /usr/share/boxes/boxes-config + BVERSION = 1.1 + + SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) +diff -Naur boxes-1.1-orig/src/Makefile boxes-1.1/src/Makefile +--- boxes-1.1-orig/src/Makefile 2007-03-30 14:59:03.000000000 -0600 ++++ boxes-1.1/src/Makefile 2007-03-30 15:02:37.000000000 -0600 +@@ -86,7 +86,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 +@@ -106,8 +106,7 @@ + + + build: +- $(MAKE) CFLAGS_ADDTL=-O boxes +- strip boxes ++ $(MAKE) boxes + debug: + $(MAKE) CFLAGS_ADDTL=-g boxes + +diff -Naur boxes-1.1-orig/src/regexp/Makefile boxes-1.1/src/regexp/Makefile +--- boxes-1.1-orig/src/regexp/Makefile 2007-03-30 14:59:03.000000000 -0600 ++++ boxes-1.1/src/regexp/Makefile 2007-03-30 15:03:10.000000000 -0600 +@@ -42,7 +42,7 @@ + #============================================================================ + + +-CFLAGS = -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/digest-boxes-1.1 b/app-misc/boxes/files/digest-boxes-1.1 new file mode 100644 index 000000000000..9d4c7094a740 --- /dev/null +++ b/app-misc/boxes/files/digest-boxes-1.1 @@ -0,0 +1,3 @@ +MD5 d2ef9fa28a87bf32b3fe0c47ab82fa97 boxes-1.1.src.tar.gz 138279 +RMD160 40fb3eb5123fc60ec3e270f1dd1d2d9f31f7f900 boxes-1.1.src.tar.gz 138279 +SHA256 c9f931fc9f8e0aeadb370518e3e66f1cbfa956ba7817bcb8f701630f70b711e3 boxes-1.1.src.tar.gz 138279 |