From c6ec9ad0722a5e7e2cc0a848ae2e6e893e3a3dde Mon Sep 17 00:00:00 2001 From: aanriot Date: Mon, 25 Jul 2005 19:30:48 +0000 Subject: [PATCH] oops, removing them now. --- net/howl/patches/patch-src_lib_howl_Makefile_in | 12 ------------ .../patch-src_lib_howl_Posix_posix_interface_c | 12 ------------ .../patches/patch-src_lib_howl_Posix_posix_signal_h | 12 ------------ net/howl/patches/patch-src_lib_howl_time_c | 12 ------------ .../patches/patch-src_lib_mDNSResponder_Makefile_in | 12 ------------ net/howl/patches/patch-src_mDNSResponder_Makefile_in | 12 ------------ 6 files changed, 72 deletions(-) delete mode 100644 net/howl/patches/patch-src_lib_howl_Makefile_in delete mode 100644 net/howl/patches/patch-src_lib_howl_Posix_posix_interface_c delete mode 100644 net/howl/patches/patch-src_lib_howl_Posix_posix_signal_h delete mode 100644 net/howl/patches/patch-src_lib_howl_time_c delete mode 100644 net/howl/patches/patch-src_lib_mDNSResponder_Makefile_in delete mode 100644 net/howl/patches/patch-src_mDNSResponder_Makefile_in diff --git a/net/howl/patches/patch-src_lib_howl_Makefile_in b/net/howl/patches/patch-src_lib_howl_Makefile_in deleted file mode 100644 index d486b74ab9f..00000000000 --- a/net/howl/patches/patch-src_lib_howl_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_lib_howl_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/lib/howl/Makefile.in.orig Mon Nov 22 19:13:02 2004 -+++ src/lib/howl/Makefile.in Thu Jan 20 19:41:08 2005 -@@ -101,7 +101,7 @@ DIST_SUBDIRS = MacOSX Posix Win32 NotOSX - sources_h = buffer_i.h channel_i.h interface_i.h ior.h message_i.h object_i.h orb_i.h profile.h discovery_i.h salt_i.h signal_i.h socket_i.h text_record_i.h time_i.h tlist.h mdns_stub.h - sources_c = address.c buffer.c channel.c debug.c interface.c ior.c message.c object.c orb.c platform.c profile.c discovery.c salt.c signal.c socket.c text_record.c time.c - INCLUDES = -I$(top_srcdir)/include/ -I../ --CFLAGS = -DHOWL_KERNEL -+CFLAGS += -DHOWL_KERNEL - lib_LTLIBRARIES = libhowl.la - libhowl_la_SOURCES = $(sources_h) $(sources_c) - libhowl_la_LDFLAGS = -version-info $(HOWL_LIBRARY_VERSION) diff --git a/net/howl/patches/patch-src_lib_howl_Posix_posix_interface_c b/net/howl/patches/patch-src_lib_howl_Posix_posix_interface_c deleted file mode 100644 index b98a5804538..00000000000 --- a/net/howl/patches/patch-src_lib_howl_Posix_posix_interface_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_lib_howl_Posix_posix_interface_c,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/lib/howl/Posix/posix_interface.c.orig Thu Oct 28 15:11:19 2004 -+++ src/lib/howl/Posix/posix_interface.c Thu Jan 20 02:45:09 2005 -@@ -629,7 +629,7 @@ sw_network_interfaces( - - ifr = (struct ifreq*) ptr; - --#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - - ptr += sizeof(ifr->ifr_name) + max(sizeof(struct sockaddr), ifr->ifr_addr.sa_len); - diff --git a/net/howl/patches/patch-src_lib_howl_Posix_posix_signal_h b/net/howl/patches/patch-src_lib_howl_Posix_posix_signal_h deleted file mode 100644 index 17df6905b49..00000000000 --- a/net/howl/patches/patch-src_lib_howl_Posix_posix_signal_h +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_lib_howl_Posix_posix_signal_h,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/lib/howl/Posix/posix_signal.h.orig Sat Apr 17 16:51:42 2004 -+++ src/lib/howl/Posix/posix_signal.h Thu Jan 20 19:41:47 2005 -@@ -43,7 +43,7 @@ struct _sw_posix_signal - - #if defined(__linux__) - __sighandler_t m_original; --#elif defined (__sun) || defined(__NetBSD__) -+#elif defined (__sun) || defined(__OpenBSD__) - void * m_original; - #else - __sighandler_t * m_original; diff --git a/net/howl/patches/patch-src_lib_howl_time_c b/net/howl/patches/patch-src_lib_howl_time_c deleted file mode 100644 index fbc741f6f57..00000000000 --- a/net/howl/patches/patch-src_lib_howl_time_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_lib_howl_time_c,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/lib/howl/time.c.orig Sat Jul 31 17:26:06 2004 -+++ src/lib/howl/time.c Thu Jan 20 02:44:36 2005 -@@ -29,7 +29,7 @@ - #include "time_i.h" - #include - #include --#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - # include - #elif defined(WIN32) - # include diff --git a/net/howl/patches/patch-src_lib_mDNSResponder_Makefile_in b/net/howl/patches/patch-src_lib_mDNSResponder_Makefile_in deleted file mode 100644 index dc5015bbb58..00000000000 --- a/net/howl/patches/patch-src_lib_mDNSResponder_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_lib_mDNSResponder_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/lib/mDNSResponder/Makefile.in.orig Mon Nov 22 19:13:03 2004 -+++ src/lib/mDNSResponder/Makefile.in Thu Jan 20 19:44:01 2005 -@@ -101,7 +101,7 @@ DIST_SUBDIRS = Posix Win32 - sources_h = DNSServices.h mDNSClientAPI.h mDNSDebug.h mDNSPlatformFunctions.h mDNSPlatform.h mDNSServant.h - sources_c = DNSServices.c mDNS.c mDNSPlatform.c mDNSServant.c - INCLUDES = -I$(top_srcdir)/include/ -I../howl --CFLAGS = -DHOWL_KERNEL -+CFLAGS += -DHOWL_KERNEL - lib_LTLIBRARIES = libmDNSResponder.la - libmDNSResponder_la_SOURCES = $(sources_h) $(sources_c) - libmDNSResponder_la_LDFLAGS = -version-info $(MDNSRESPONDER_LIBRARY_VERSION) diff --git a/net/howl/patches/patch-src_mDNSResponder_Makefile_in b/net/howl/patches/patch-src_mDNSResponder_Makefile_in deleted file mode 100644 index 622e1655a09..00000000000 --- a/net/howl/patches/patch-src_mDNSResponder_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_mDNSResponder_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $ ---- src/mDNSResponder/Makefile.in.orig Mon Nov 22 19:13:03 2004 -+++ src/mDNSResponder/Makefile.in Thu Jan 20 19:46:27 2005 -@@ -98,7 +98,7 @@ am__quote = @am__quote@ - install_sh = @install_sh@ - SUBDIRS = Posix Win32 - INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/src/lib/howl -I$(top_srcdir)/src/lib/mDNSResponder --CFLAGS = -DHOWL_KERNEL -+CFLAGS += -DHOWL_KERNEL - LDADD = $(top_srcdir)/src/lib/mDNSResponder/libmDNSResponder.la $(top_srcdir)/src/lib/howl/libhowl.la $(PLATFORM_LIBS) - AM_LDFLAGS = -static - bin_PROGRAMS = mDNSResponder