Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1389563
b: refs/heads/joyent/feature/dash/trunk
c: 7cabe40
h: refs/heads/trunk
i:
  1389561: d70fe56
  1389559: d9ae832
  • Loading branch information
joerg committed Dec 7, 2011
1 parent 3d66ca2 commit 4d7f617
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ refs/heads/joyent/feature/backports/2014Q4: 3232a64a5168ce852618c5f73f53cd7e3882
"refs/heads/pkgsrc_2014Q3": 99948a6fafef34026404ddbbe23c1d65973ab443
refs/heads/joyent/feature/cwrapper/trunk: e3a9d739ecda0f585205935a72cfc8d522e47786
refs/heads/joyent/feature/cwrappers/trunk: 2e5d2f04ece2ca36ca032ddb92ac03c5d5edef99
refs/heads/joyent/feature/dash/trunk: 11f2bec3118b7d6a3f537c5ed1e52963ee0b5970
refs/heads/joyent/feature/dash/trunk: 7cabe4071efcc511915084786633698b3f3ea9c8
"refs/heads/pkgsrc_2013Q4": c7c4560209d65ff7b93176c84a1586fd8a5a3dde
"refs/heads/pkgsrc_2013Q3": a694d11d96f9e0a87fc683c6a4a9a4d5dcbf79f8
"refs/heads/pkgsrc_2013Q2": cb4803fea21e7329909054eb3b7741fed41fe969
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.12 2009/03/05 19:43:32 bouyer Exp $
$NetBSD: distinfo,v 1.13 2011/12/07 15:22:28 joerg Exp $

SHA1 (xen-3.1.4.tar.gz) = 0d784662776239195df10b3f29d40350f9d0644d
RMD160 (xen-3.1.4.tar.gz) = c02ad2bd64e6306b127a4f37a8aa370dadc11859
Size (xen-3.1.4.tar.gz) = 6894493 bytes
SHA1 (patch-.._patch-Config.mk) = af18346fb13d1dc9e56e7d01057d2cebfbbaba14
SHA1 (patch-aa) = dca8b8de73b9bdbb17f8245224575eb881cdf00d
SHA1 (patch-ab) = dcafc8b6c4cd1e4dfc6f4ec806fd8076b3104b86
SHA1 (patch-ac) = d6d895e0361194cd84da13c42e17e17efecae7dd
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$NetBSD: patch-.._patch-Config.mk,v 1.1 2011/12/07 15:22:28 joerg Exp $

--- ../Config.mk.orig 2011-12-07 10:40:48.000000000 +0000
+++ ../Config.mk
@@ -70,7 +70,7 @@ CFLAGS += -Wall -Wstrict-prototypes

# -Wunused-value makes GCC 4.x too aggressive for my taste: ignoring the
# result of any casted expression causes a warning.
-CFLAGS += -Wno-unused-value
+CFLAGS += -Wno-unused-value -Wno-switch

HOSTCFLAGS += $(call cc-option,$(HOSTCC),-Wdeclaration-after-statement,)
CFLAGS += $(call cc-option,$(CC),-Wdeclaration-after-statement,)

0 comments on commit 4d7f617

Please sign in to comment.