summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorplunky <plunky>2012-03-20 15:31:14 +0000
committerplunky <plunky>2012-03-20 15:31:14 +0000
commit07724229ab4903f22f662f6daecba0d6f4dd0a3b (patch)
tree9802dedcece830322ef840b25c09945dc3232388 /sysutils
parent3f69c68ea8d86cf981e122ca0e8687a25f40869f (diff)
downloadpkgsrc-07724229ab4903f22f662f6daecba0d6f4dd0a3b.tar.gz
add default targets to lib/Makefile (for pbulk)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/netbt-hcidump/distinfo4
-rw-r--r--sysutils/netbt-hcidump/patches/patch-lib_Makefile10
2 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/netbt-hcidump/distinfo b/sysutils/netbt-hcidump/distinfo
index 267d3a5c63e..a4be55dec2a 100644
--- a/sysutils/netbt-hcidump/distinfo
+++ b/sysutils/netbt-hcidump/distinfo
@@ -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-al) = 2d62a0a4203c1ecce7b71fd16fe909f0f4356d2c
SHA1 (patch-am) = 7a0796c3cd89f21e4210592e28b667bc6afe6c5d
SHA1 (patch-an) = f9889b24e5ec399ef6fb40055c5df5a560d20f92
SHA1 (patch-ao) = 5971acdd513c85336d77827729fa410948101e8d
-SHA1 (patch-lib_Makefile) = f0da2eef060c0afed1431b025e4a8b92696e57da
+SHA1 (patch-lib_Makefile) = 4a680d0692e6bd5974f23d826ce18d1d3ce04217
diff --git a/sysutils/netbt-hcidump/patches/patch-lib_Makefile b/sysutils/netbt-hcidump/patches/patch-lib_Makefile
index 63d2d6b9386..2f2fa057bea 100644
--- a/sysutils/netbt-hcidump/patches/patch-lib_Makefile
+++ b/sysutils/netbt-hcidump/patches/patch-lib_Makefile
@@ -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>