Nagy Karoly Gabriel
14 years ago
5 changed files with 63 additions and 45 deletions
@ -0,0 +1,24 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../qmail-autoresponder/remove-mysql.diff
|
||||||
|
# Copyright (C) 2011 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
diff -Naur qmail-autoresponder-0.97.orig/options.c qmail-autoresponder-0.97/options.c
|
||||||
|
--- qmail-autoresponder-0.97.orig/options.c 2009-09-26 22:45:17.000000000 +0200
|
||||||
|
+++ qmail-autoresponder-0.97/options.c 2009-09-26 22:46:07.000000000 +0200
|
||||||
|
@@ -1,4 +1,3 @@
|
||||||
|
-#include <mysql/mysql.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <str/str.h>
|
@ -0,0 +1,30 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../qmail-autoresponder/with-mysql.diff
|
||||||
|
# Copyright (C) 2011 The OpenSDE Project
|
||||||
|
# Copyright (C) 2006 The T2 SDE Project
|
||||||
|
# Copyright (C) 1998 - 2004 Clifford Wolf
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./Makefile.orig 2008-04-29 01:34:57.000000000 +0300
|
||||||
|
+++ ./Makefile 2011-04-15 19:26:12.712726486 +0300
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
DEFAULT: all
|
||||||
|
|
||||||
|
-all: libraries programs docs
|
||||||
|
+all: libraries programs mysql docs
|
||||||
|
|
||||||
|
clean: TARGETS
|
||||||
|
rm -f `cat TARGETS`
|
||||||
|
|
@ -1,38 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../qmail-autoresponder/without-mysql.diff
|
|
||||||
# Copyright (C) 2006 The T2 SDE Project
|
|
||||||
# Copyright (C) 1998 - 2004 Clifford Wolf
|
|
||||||
#
|
|
||||||
# More information can be found in the files COPYING and README.
|
|
||||||
#
|
|
||||||
# This patch file is dual-licensed. It is available under the license the
|
|
||||||
# patched project is licensed under, as long as it is an OpenSource license
|
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
||||||
# of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
||||||
|
|
||||||
--- ./Makefile.orig 2004-05-06 19:52:42.000000000 -0400
|
|
||||||
+++ ./Makefile 2004-05-06 19:52:54.000000000 -0400
|
|
||||||
@@ -61,7 +61,7 @@
|
|
||||||
main.o: compile main.c qmail-autoresponder.h
|
|
||||||
./compile main.c
|
|
||||||
|
|
||||||
-programs: qmail-autoresponder qmail-autoresponder-mysql
|
|
||||||
+programs: qmail-autoresponder
|
|
||||||
|
|
||||||
qmail-autoresponder: load qmail-autoresponder.o main.o
|
|
||||||
./load qmail-autoresponder main.o -lbg-iobuf -lbg-str
|
|
||||||
--- ./insthier.c.orig 2004-05-06 19:52:58.000000000 -0400
|
|
||||||
+++ ./insthier.c 2004-05-06 19:53:03.000000000 -0400
|
|
||||||
@@ -8,7 +8,6 @@
|
|
||||||
int man1;
|
|
||||||
|
|
||||||
c(bin, "qmail-autoresponder", -1, -1, 0755);
|
|
||||||
- c(bin, "qmail-autoresponder-mysql", -1, -1, 0755);
|
|
||||||
|
|
||||||
man1 = d(man, "man1", -1, -1, 0755);
|
|
||||||
c(man1, "qmail-autoresponder.1", -1, -1, 0644);
|
|
Loading…
Reference in new issue