pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/netbt-hcidump add default targets to lib/Make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e65c87460d55
branches:  trunk
changeset: 601371:e65c87460d55
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Tue Mar 20 15:31:14 2012 +0000

description:
add default targets to lib/Makefile (for pbulk)

diffstat:

 sysutils/netbt-hcidump/distinfo                   |   4 ++--
 sysutils/netbt-hcidump/patches/patch-lib_Makefile |  10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r a5e66d455bf4 -r e65c87460d55 sysutils/netbt-hcidump/distinfo
--- a/sysutils/netbt-hcidump/distinfo   Tue Mar 20 15:18:05 2012 +0000
+++ b/sysutils/netbt-hcidump/distinfo   Tue Mar 20 15:31:14 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2012/03/19 12:09:00 plunky Exp $
+$NetBSD: distinfo,v 1.9 2012/03/20 15:31:14 plunky Exp $
 
 SHA1 (bluez-hcidump-2.3.tar.gz) = d60e3546c27d68615fe908899ba0d6af5f4d4171
 RMD160 (bluez-hcidump-2.3.tar.gz) = 95ac3961c0ae5c15902d72733579d1dfb3bde04b
@@ -17,4 +17,4 @@
 SHA1 (patch-am) = 7a0796c3cd89f21e4210592e28b667bc6afe6c5d
 SHA1 (patch-an) = f9889b24e5ec399ef6fb40055c5df5a560d20f92
 SHA1 (patch-ao) = 5971acdd513c85336d77827729fa410948101e8d
-SHA1 (patch-lib_Makefile) = f0da2eef060c0afed1431b025e4a8b92696e57da
+SHA1 (patch-lib_Makefile) = 4a680d0692e6bd5974f23d826ce18d1d3ce04217
diff -r a5e66d455bf4 -r e65c87460d55 sysutils/netbt-hcidump/patches/patch-lib_Makefile
--- a/sysutils/netbt-hcidump/patches/patch-lib_Makefile Tue Mar 20 15:18:05 2012 +0000
+++ b/sysutils/netbt-hcidump/patches/patch-lib_Makefile Tue Mar 20 15:31:14 2012 +0000
@@ -1,11 +1,15 @@
-$NetBSD: patch-lib_Makefile,v 1.3 2012/03/19 12:09:00 plunky Exp $
+$NetBSD: patch-lib_Makefile,v 1.4 2012/03/20 15:31:14 plunky Exp $
 
---- lib/Makefile.orig  2012-03-19 12:00:46.000000000 +0000
+--- lib/Makefile.orig  2012-03-20 15:14:03.000000000 +0000
 +++ lib/Makefile
-@@ -0,0 +1,6 @@
+@@ -0,0 +1,10 @@
 +# this file conflicts with parser/hci.c so just rename it
 +
 +all: hci_lib.c
 +
 +hci_lib.c: hci.c
 +      cp hci.c hci_lib.c
++
++${TARGETS}:   # ensure existence of default targets
++
++.include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index