diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-13 18:14:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-13 18:14:10 +0000 |
commit | c138bcc0f7c6ae4522179adda045d22f1a09957f (patch) | |
tree | e0b364662e69c1982710fc97eea3130d4b9b5387 | |
parent | 918bb540ab9d13676941b0934eed9fdd285f9c4c (diff) | |
download | pkgsrc-c138bcc0f7c6ae4522179adda045d22f1a09957f.tar.gz |
DragonFly is a BSD, handle it as such.
-rw-r--r-- | chat/ircu/distinfo | 4 | ||||
-rw-r--r-- | chat/ircu/patches/patch-ah | 17 |
2 files changed, 14 insertions, 7 deletions
diff --git a/chat/ircu/distinfo b/chat/ircu/distinfo index 45e146076d5..9ad60471078 100644 --- a/chat/ircu/distinfo +++ b/chat/ircu/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.8 2005/05/12 11:09:09 rillig Exp $ +$NetBSD: distinfo,v 1.9 2005/12/13 18:14:10 joerg Exp $ SHA1 (ircu2.10.11.07.tar.gz) = 1e1518cbbdf096aaaabf5f56a1ec266769d847ad RMD160 (ircu2.10.11.07.tar.gz) = 359f92bb7a4464baf9af571865ee4bf9fbe56426 Size (ircu2.10.11.07.tar.gz) = 844971 bytes SHA1 (patch-af) = da533f03542c268c9e3502278f51777c3b85824d SHA1 (patch-ag) = f34df6342c8e26b4cdf59e56c893b4845f7d3974 -SHA1 (patch-ah) = 2124f451c8fa510316f5ff8d80a3cfe89c14ad15 +SHA1 (patch-ah) = 7413fb1b87df5931f34482ad3b18106c5ce7e2f1 SHA1 (patch-ai) = 83119426e72a4833460bced3cd11bf47829e8992 SHA1 (patch-aj) = ac16fd3e8a4c6d7da7e6f5383c746a9cfc2674ea SHA1 (patch-ak) = dec69de5c6b678cb5736173cccc34907d16b1ab8 diff --git a/chat/ircu/patches/patch-ah b/chat/ircu/patches/patch-ah index fc08fc09313..c5e1f70432c 100644 --- a/chat/ircu/patches/patch-ah +++ b/chat/ircu/patches/patch-ah @@ -1,9 +1,7 @@ -$NetBSD: patch-ah,v 1.2 2005/05/12 11:09:10 rillig Exp $ +$NetBSD: patch-ah,v 1.3 2005/12/13 18:14:10 joerg Exp $ -Don't strip debugging flags. It is too error-prone. - ---- configure.orig Sat Sep 18 04:17:45 2004 -+++ configure Thu May 12 09:56:30 2005 +--- configure.orig 2004-09-18 02:17:45.000000000 +0000 ++++ configure @@ -2370,7 +2370,6 @@ if test x"$CFLAGS" != x; then fi if test x"$CFLAGS" != x; then @@ -12,3 +10,12 @@ Don't strip debugging flags. It is too error-prone. fi if test x"$CFLAGS" != x"$unet_old_cflags"; then # If -g was already there, force symbols to be enabled +@@ -7237,7 +7236,7 @@ echo "${ECHO_T}OpenBSD ($host) found." > + OSDEP_C=os_openbsd.c + ;; + +- *-*bsd*) ++ *-*bsd* | *-dragonfly*) + echo "$as_me:$LINENO: result: Generic BSD ($host) found." >&5 + echo "${ECHO_T}Generic BSD ($host) found." >&6 + if test x"$ac_cv_header_poll_h" = xyes; then |