SOURCES: exim4-use_system_pcre.patch - up for 4.52

arekm arekm at pld-linux.org
Fri Jul 1 20:14:31 CEST 2005


Author: arekm                        Date: Fri Jul  1 18:14:31 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up for 4.52

---- Files affected:
SOURCES:
   exim4-use_system_pcre.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/exim4-use_system_pcre.patch
diff -u SOURCES/exim4-use_system_pcre.patch:1.4 SOURCES/exim4-use_system_pcre.patch:1.5
--- SOURCES/exim4-use_system_pcre.patch:1.4	Tue Mar 30 20:58:27 2004
+++ SOURCES/exim4-use_system_pcre.patch	Fri Jul  1 20:14:26 2005
@@ -1,7 +1,15 @@
-diff -urN exim-3.952.orig/OS/Makefile-Base exim-3.952/OS/Makefile-Base
---- exim-3.952.orig/OS/Makefile-Base	Tue Dec 18 13:04:43 2001
-+++ exim-3.952/OS/Makefile-Base	Tue Jan 15 16:23:40 2002
-@@ -94,7 +94,7 @@
+diff -urN exim-4.52.org/OS/Makefile-Base exim-4.52/OS/Makefile-Base
+--- exim-4.52.org/OS/Makefile-Base	2005-07-01 13:09:15.000000000 +0200
++++ exim-4.52/OS/Makefile-Base	2005-07-01 20:03:16.409615448 +0200
+@@ -96,14 +96,14 @@
+ # therefore always be run, even if the files exist. This shouldn't in fact be a
+ # problem, but it does no harm. Other make programs will just ignore this.
+ 
+-.PHONY: all allexim buildauths buildlookups buildpcre buildrouters \
++.PHONY: all allexim buildauths buildlookups buildrouters \
+         buildtransports checklocalmake clean
+ 
+ 
  # This is the real default target for all the various exim binaries and
  # scripts, once the configuring stuff is done.
  
@@ -10,34 +18,36 @@
          exigrep eximstats exipick exiqgrep exiqsumm \
          transport-filter.pl convert4r3 convert4r4 \
          exim_checkaccess \
-@@ -235,7 +235,7 @@
-         store.o string.o tls.o tod.o transport.o tree.o verify.o \
-         local_scan.o $(EXIM_PERL)
+@@ -314,7 +314,7 @@
+         local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
+         $(OBJ_WITH_OLD_DEMIME) $(OBJ_EXPERIMENTAL)
  
 -exim:   pcre/libpcre.a lookups/lookups.a auths/auths.a \
 +exim:   lookups/lookups.a auths/auths.a \
          routers/routers.a transports/transports.a \
          $(OBJ_EXIM) version.c
  	@echo " "
-@@ -244,7 +244,7 @@
- 	$(CC) -c $(CFLAGS) $(INCLUDE) $(IPV6_INCLUDE) $(TLS_INCLUDE) version.c
- 	/bin/rm -f exim
- 	$(PURIFY) $(LNCC) -o exim $(LFLAGS) $(OBJ_EXIM) version.o \
+@@ -325,7 +325,7 @@
+ 	rm -f exim
+ 	@echo "$(LNCC) -o exim"
+ 	$(FE)$(PURIFY) $(LNCC) -o exim $(LFLAGS) $(OBJ_EXIM) version.o \
 -	  pcre/libpcre.a \
 +	  -lpcre \
  	  routers/routers.a transports/transports.a lookups/lookups.a \
  	  auths/auths.a \
  	  $(LIBRESOLV) $(LIBS) $(LIBS_EXIM) $(IPV6_LIBS) $(EXTRALIBS) \
-@@ -347,12 +347,12 @@
+@@ -429,14 +429,14 @@
  
- OBJ_MONBIN = util-spool_in.o util-store.o util-string.o tree.o $(MONBIN)
+ OBJ_MONBIN = util-spool_in.o util-store.o util-string.o tod.o tree.o $(MONBIN)
  
 -eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) pcre/libpcre.a \
 +eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) \
              ../exim_monitor/em_version.c
- 	$(CC) -o em_version.o -c \
+ 	@echo "$(CC) exim_monitor/em_version.c"
+ 	$(FE)$(CC) -o em_version.o -c \
  	  $(CFLAGS) $(XINCLUDE) -I. ../exim_monitor/em_version.c
- 	$(PURIFY) $(LNCC) -o eximon.bin em_version.o $(LFLAGS) $(XLFLAGS) \
+ 	@echo "$(LNCC) -o eximon.bin"
+ 	$(FE)$(PURIFY) $(LNCC) -o eximon.bin em_version.o $(LFLAGS) $(XLFLAGS) \
 -	$(OBJ_MONBIN) -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a \
 +	$(OBJ_MONBIN) -lXaw -lXmu -lXt -lXext -lX11 -lpcre \
  	  $(LIBS) $(LIBS_EXIMON) $(EXTRALIBS) $(EXTRALIBS_EXIMON) -lc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/exim4-use_system_pcre.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list