pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/net/arpwatch Pullup ticket 426 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a2b0c3a977d
branches:  pkgsrc-2005Q1
changeset: 490926:8a2b0c3a977d
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Apr 06 03:56:16 2005 +0000

description:
Pullup ticket 426 - requested by Min Sik Kim
portability fix for arpwatch

Revision pulled up:
- pkgsrc/net/arpwatch/Makefile  1.23


    Module Name:  pkgsrc
    Committed By: minskim
    Date:         Tue Apr  5 05:26:16 UTC 2005

    Modified Files:
          pkgsrc/net/arpwatch: Makefile

    Log Message:
    Define BIND_8_COMPAT to build on Darwin.  Patch provided by Darrin B.
    Jewell in PR pkg/29870.

diffstat:

 net/arpwatch/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3d6982b2798a -r 8a2b0c3a977d net/arpwatch/Makefile
--- a/net/arpwatch/Makefile     Wed Apr 06 03:51:32 2005 +0000
+++ b/net/arpwatch/Makefile     Wed Apr 06 03:56:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/03/17 11:01:44 markd Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2005/04/06 03:56:16 snj Exp $
 #
 
 DISTNAME=      arpwatch-2.1a11
@@ -12,6 +12,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
+CFLAGS.Darwin+=        -DBIND_8_COMPAT
 LIBS+=         ${BUILDLINK_LDADD.libpcap}
 
 MAKE_ENV+=     VARBASE=${VARBASE}



Home | Main Index | Thread Index | Old Index