summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-12-15 12:38:59 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-12-15 12:38:59 +0000
commitbf7adbb3ff627d6d0b91fd148201111afb910852 (patch)
treebb7da70e4ce4422b5559ea74e5a723b1e0325df3 /net-mail/ixbiff/files
parentCreate mailx symlink. Closes #73602. (Manifest recommit) (diff)
downloadgentoo-2-bf7adbb3ff627d6d0b91fd148201111afb910852.tar.gz
gentoo-2-bf7adbb3ff627d6d0b91fd148201111afb910852.tar.bz2
gentoo-2-bf7adbb3ff627d6d0b91fd148201111afb910852.zip
Initial import. Closes #70584.
Diffstat (limited to 'net-mail/ixbiff/files')
-rw-r--r--net-mail/ixbiff/files/digest-ixbiff-0.03b1
-rw-r--r--net-mail/ixbiff/files/ixbiff_0.03b-config-gentoo.patch23
-rw-r--r--net-mail/ixbiff/files/ixbiff_0.03b-main.c-gentoo.patch10
3 files changed, 34 insertions, 0 deletions
diff --git a/net-mail/ixbiff/files/digest-ixbiff-0.03b b/net-mail/ixbiff/files/digest-ixbiff-0.03b
new file mode 100644
index 000000000000..53f2f344c08b
--- /dev/null
+++ b/net-mail/ixbiff/files/digest-ixbiff-0.03b
@@ -0,0 +1 @@
+MD5 b33a8719c763614bb097c13eb2ff6353 ixbiff_0.03b.tar.gz 25805
diff --git a/net-mail/ixbiff/files/ixbiff_0.03b-config-gentoo.patch b/net-mail/ixbiff/files/ixbiff_0.03b-config-gentoo.patch
new file mode 100644
index 000000000000..30a9dca16f56
--- /dev/null
+++ b/net-mail/ixbiff/files/ixbiff_0.03b-config-gentoo.patch
@@ -0,0 +1,23 @@
+--- Makefile.orig 2004-11-09 21:21:40.082012784 -0500
++++ Makefile 2004-11-09 21:21:25.680202192 -0500
+@@ -31,7 +31,7 @@
+ # debian compile for debian system (i.e. if you want to make a debian package)
+ # default compile for a normal system (i.e. everything goes to /usr/local)
+ # NOTE: Leave this undefined if you just want to check out ixbiff first (i.e. you don't want to install anything)
+-SYSTYPE = "debian"
++SYSTYPE = "default"
+
+ export SYSTYPE
+ export DESTDIR
+
+--- src/ixbiff.sh.orig 2004-11-10 00:47:22.217722960 -0500
++++ src/ixbiff.sh 2004-11-10 00:47:35.196749848 -0500
+@@ -27,7 +27,7 @@
+ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+-DAEMON="/usr/local/sbin/ixbiff"
++DAEMON="/usr/sbin/ixbiff"
+
+ ###############################################
+
diff --git a/net-mail/ixbiff/files/ixbiff_0.03b-main.c-gentoo.patch b/net-mail/ixbiff/files/ixbiff_0.03b-main.c-gentoo.patch
new file mode 100644
index 000000000000..973de2a64a5a
--- /dev/null
+++ b/net-mail/ixbiff/files/ixbiff_0.03b-main.c-gentoo.patch
@@ -0,0 +1,10 @@
+--- src/main.c.orig 2004-11-09 10:37:52.787254168 -0500
++++ src/main.c 2004-11-09 10:38:08.565855456 -0500
+@@ -262,7 +262,6 @@
+ case SIGUSR1:
+ reset_logs = true;
+ break;
+- default:
+ }
+ }
+