pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove hold directory from tfkiss patches



Module Name:	pkgsrc-wip
Committed By:	Chris Maness <christopher.maness%gmail.com@localhost>
Pushed By:	kq6up
Date:		Thu Jun 4 00:47:55 2026 +0000
Changeset:	ac25e66a4a7812caea463c34ab7d08dec03edb2c

Removed Files:
	tfkiss/patches/hold/patch-aa
	tfkiss/patches/hold/patch-ab
	tfkiss/patches/hold/patch-ac
	tfkiss/patches/hold/patch-ad
	tfkiss/patches/hold/patch-ae

Log Message:
Remove hold directory from tfkiss patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac25e66a4a7812caea463c34ab7d08dec03edb2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tfkiss/patches/hold/patch-aa | 22 ----------------------
 tfkiss/patches/hold/patch-ab | 13 -------------
 tfkiss/patches/hold/patch-ac | 15 ---------------
 tfkiss/patches/hold/patch-ad | 17 -----------------
 tfkiss/patches/hold/patch-ae | 17 -----------------
 5 files changed, 84 deletions(-)

diffs:
diff --git a/tfkiss/patches/hold/patch-aa b/tfkiss/patches/hold/patch-aa
deleted file mode 100644
index d4bb2d20f9..0000000000
--- a/tfkiss/patches/hold/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/12/30 23:06:43 joerg Exp $
-
---- src/main.c.orig	2005-12-30 22:55:13.000000000 +0000
-+++ src/main.c
-@@ -1168,7 +1168,7 @@ int main(int argc,char *argv[])
- #ifdef USE_AXIP
-   int n, hdr_len;
-   unsigned char buf[MAX_FRAME];
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__DragonFly__)
-   struct ip *ipptr;
- #else
-   struct iphdr *ipptr; 
-@@ -1411,7 +1411,7 @@ int main(int argc,char *argv[])
-           fromlen = sizeof from;
-           n = recvfrom(sock,buf,MAX_FRAME,0,
-                        (struct sockaddr *)&from,&fromlen);
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__DragonFly__)
-           ipptr = (struct ip *)buf;
-           hdr_len = 4 * ipptr->ip_hl;
- #else
diff --git a/tfkiss/patches/hold/patch-ab b/tfkiss/patches/hold/patch-ab
deleted file mode 100644
index d480f2d14e..0000000000
--- a/tfkiss/patches/hold/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/12/30 23:06:43 joerg Exp $
-
---- configure.orig	2005-12-30 23:03:24.000000000 +0000
-+++ configure
-@@ -1184,7 +1184,7 @@ tfkiss_log_dir=${prefix}/tfkiss
- tfkiss_run_dir=${prefix}/tfkiss
- 
- case "$target" in
--	*-*-netbsd*)
-+	*-*-netbsd* | *-*-dragonfly*)
- 		cat >> confdefs.h <<\EOF
- #define HAVE_CRTSCTS 1
- EOF
diff --git a/tfkiss/patches/hold/patch-ac b/tfkiss/patches/hold/patch-ac
deleted file mode 100644
index 9395ce0049..0000000000
--- a/tfkiss/patches/hold/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/02/16 19:19:01 joerg Exp $
-
---- src/Makefile.in.orig	2009-02-16 20:15:02.000000000 +0100
-+++ src/Makefile.in
-@@ -72,8 +72,8 @@ tfkiss:		$(OBJS)
- 		$(CC) $(CFLAGS) $(OBJS) $(LIBS) $(LDFLAGS) -o tfkiss;
- 
- install:
--		$(MKDIR) ${tfkiss_main_dir}/sbin; \
--		$(INSTALL_PROGRAM) tfkiss ${tfkiss_main_dir}/sbin;
-+		$(MKDIR) ${DESTDIR}${tfkiss_main_dir}/sbin; \
-+		$(INSTALL_PROGRAM) tfkiss ${DESTDIR}${tfkiss_main_dir}/sbin;
- 
- clean:
- 	rm -f   *.o *.core tfkiss .depend
diff --git a/tfkiss/patches/hold/patch-ad b/tfkiss/patches/hold/patch-ad
deleted file mode 100644
index a6a26ef39b..0000000000
--- a/tfkiss/patches/hold/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2009/02/16 19:19:01 joerg Exp $
-
---- doc/Makefile.in.orig	2009-02-16 20:15:37.000000000 +0100
-+++ doc/Makefile.in
-@@ -15,10 +15,10 @@ DOCS = alas.eng alas.txt copyrght.txt rf
- all:
- 
- install:
--	$(MKDIR) ${tfkiss_doc_dir}
-+	$(MKDIR) ${DESTDIR}${tfkiss_doc_dir}
- 	@for i in $(DOCS); \
- 	do \
--		$(INSTALL_DATA) $$i ${tfkiss_doc_dir}; \
-+		$(INSTALL_DATA) $$i ${DESTDIR}${tfkiss_doc_dir}; \
- 	done;
- 
- clean:
diff --git a/tfkiss/patches/hold/patch-ae b/tfkiss/patches/hold/patch-ae
deleted file mode 100644
index 293b963f46..0000000000
--- a/tfkiss/patches/hold/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2009/02/16 19:19:01 joerg Exp $
-
---- examples/Makefile.in.orig	2009-02-16 20:16:44.000000000 +0100
-+++ examples/Makefile.in
-@@ -15,10 +15,10 @@ CFGS = tfkiss.ini tfkiss.cfg
- all:
- 
- install:
--	$(MKDIR) ${tfkiss_conf_dir}
-+	$(MKDIR) ${DESTDIR}${tfkiss_conf_dir}
- 	@for i in $(CFGS); \
- 	do \
--		$(INSTALL_DATA) $$i ${tfkiss_conf_dir}; \
-+		$(INSTALL_DATA) $$i ${DESTDIR}${tfkiss_conf_dir}; \
- 	done;
- 
- clean:


Home | Main Index | Thread Index | Old Index