- use our naming scheme for patches

This commit is contained in:
jasper 2007-10-26 21:26:02 +00:00
parent 69e45c160c
commit 661ba52462
11 changed files with 64 additions and 70 deletions

View File

@ -1,13 +0,0 @@
# $OpenBSD: patch-aa,v 1.4 2000/01/27 21:14:03 form Exp $
--- libs/bigplus/Makefile.in.orig Fri Jan 28 01:01:15 2000
+++ libs/bigplus/Makefile.in Fri Jan 28 01:01:24 2000
@@ -16,7 +16,7 @@
# replace -O with -g in order to debug
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
SRCS = bigplus.c
OBJS = bigplus.o

View File

@ -1,13 +0,0 @@
# $OpenBSD: patch-ac,v 1.3 2000/01/27 21:14:04 form Exp $
--- libs/mcfg/Makefile.in.orig Fri Jan 28 01:01:04 2000
+++ libs/mcfg/Makefile.in Fri Jan 28 01:01:13 2000
@@ -14,7 +14,7 @@
# replace -O with -g in order to debug
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
SRCS = mcfg.c
OBJS = mcfg.o

View File

@ -1,13 +0,0 @@
# $OpenBSD: patch-ad,v 1.3 2000/01/27 21:14:04 form Exp $
--- src/Makefile.in.orig Fri Jan 28 01:02:56 2000
+++ src/Makefile.in Fri Jan 28 01:03:08 2000
@@ -36,7 +36,7 @@
#USE_DNS= -DUSE_DNS=1
DEFINES= $(INCLUDES) $(DEFS) $(USE_DNS)
-CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
+CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 #-DDEBUG=1
OBJS= main.o parse.o image.o utils.o rwdata.o llist.o setget.o cfg.o

View File

@ -1,13 +0,0 @@
# $OpenBSD: patch-ae,v 1.3 2000/01/27 21:14:04 form Exp $
--- utils/extdgts/Makefile.in.orig Fri Jan 28 01:11:30 2000
+++ utils/extdgts/Makefile.in Fri Jan 28 01:11:39 2000
@@ -11,7 +11,7 @@
CC= @CC@
DEFS= @DEFS@
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES_
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
PROGNAME=extdgts
LIBS= ../../libs/combine/libCombine.a

View File

@ -1,13 +0,0 @@
# $OpenBSD: patch-af,v 1.3 2000/01/27 21:14:04 form Exp $
--- utils/mkstrip/Makefile.in.orig Fri Jan 28 01:11:43 2000
+++ utils/mkstrip/Makefile.in Fri Jan 28 01:11:50 2000
@@ -11,7 +11,7 @@
CC= @CC@
DEFS= @DEFS@
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES_
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
PROGNAME=mkstrip
LIBS= ../../libs/combine/libCombine.a

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-libs_bigplus_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- libs/bigplus/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ libs/bigplus/Makefile.in Fri Oct 26 23:23:50 2007
@@ -16,7 +16,7 @@ INCLUDES= -I.
# replace -O with -g in order to debug
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
SRCS = bigplus.c
OBJS = bigplus.o

View File

@ -1,8 +1,7 @@
# $OpenBSD: patch-ab,v 1.3 2000/01/27 21:14:03 form Exp $
--- libs/combine/Makefile.in.orig Fri Jan 28 01:00:44 2000
+++ libs/combine/Makefile.in Fri Jan 28 01:00:59 2000
@@ -24,7 +24,7 @@
$OpenBSD: patch-libs_combine_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- libs/combine/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ libs/combine/Makefile.in Fri Oct 26 23:23:50 2007
@@ -24,7 +24,7 @@ INCLUDES= -I. -I..
##HAS_LZW= -DHAS_LZW=1
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES__ -DSYS_UNIX=1 $(HAS_LZW)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-libs_mcfg_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- libs/mcfg/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ libs/mcfg/Makefile.in Fri Oct 26 23:23:50 2007
@@ -14,7 +14,7 @@ INCLUDES= -I.
# replace -O with -g in order to debug
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
SRCS = mcfg.c
OBJS = mcfg.o

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- src/Makefile.in.orig Sun Apr 8 18:15:51 2001
+++ src/Makefile.in Fri Oct 26 23:23:50 2007
@@ -36,7 +36,7 @@ LIBS= $(CFG_LIB) $(BIGPLUS_LIB) $(IMAGE_LIB) @LIBS@
#USE_DNS= -DUSE_DNS=1
DEFINES= $(INCLUDES) $(DEFS) $(USE_DNS)
-CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 -DDEBUG=1
+CFLAGS= @CFLAGS@ $(DEFINES) -DSYS_UNIX=1 #-DDEBUG=1
OBJS= main.o parse.o image.o utils.o rwdata.o llist.o setget.o cfg.o wildmat.o

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-utils_extdgts_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- utils/extdgts/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ utils/extdgts/Makefile.in Fri Oct 26 23:23:50 2007
@@ -11,7 +11,7 @@ INCLUDES= -I. -I../../libs/combine -I../../src
CC= @CC@
DEFS= @DEFS@
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES_
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
PROGNAME=extdgts
LIBS= ../../libs/combine/libCombine.a

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-utils_mkstrip_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
--- utils/mkstrip/Makefile.in.orig Mon Mar 19 02:59:51 2001
+++ utils/mkstrip/Makefile.in Fri Oct 26 23:23:50 2007
@@ -11,7 +11,7 @@ INCLUDES= -I. -I../../libs/combine -I../../src
CC= @CC@
DEFS= @DEFS@
DEFINES= $(INCLUDES) $(DEFS) -D__USE_FIXED_PROTOTYPES_
-CFLAGS= -O $(DEFINES)
+CFLAGS= @CFLAGS@ $(DEFINES)
PROGNAME=mkstrip
LIBS= ../../libs/combine/libCombine.a