diff options
author | dholland <dholland> | 2015-07-15 17:21:10 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-07-15 17:21:10 +0000 |
commit | fd84a812f5b94967cd5af7d1cedab87323f62196 (patch) | |
tree | 3d6f4768e557f8364e8f6a071adaf6d60487f75e /x11 | |
parent | d90772ef311d8d6675acaf4064b4d1dec843c3c8 (diff) | |
download | pkgsrc-fd84a812f5b94967cd5af7d1cedab87323f62196.tar.gz |
No need to set BuildDmx twice. Ride previous bump.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-cf-files/distinfo | 4 | ||||
-rw-r--r-- | x11/xorg-cf-files/patches/patch-ae | 13 |
2 files changed, 3 insertions, 14 deletions
diff --git a/x11/xorg-cf-files/distinfo b/x11/xorg-cf-files/distinfo index c4ddcec58e6..2a193efa81d 100644 --- a/x11/xorg-cf-files/distinfo +++ b/x11/xorg-cf-files/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2015/07/15 17:16:50 dholland Exp $ +$NetBSD: distinfo,v 1.24 2015/07/15 17:21:10 dholland Exp $ SHA1 (xorg-cf-files-1.0.5.tar.bz2) = ae22eb81d56d018f0b3b149f70965ebfef2385fd RMD160 (xorg-cf-files-1.0.5.tar.bz2) = c389c5c1642a7a3b3bc9603c2cb0217a028f905e @@ -10,7 +10,7 @@ SHA1 (patch-aa) = 6b776ab3c9cc04759eb2fefcd95dcd65ea5909b3 SHA1 (patch-ab) = f8f816409eb233ae4d8430bd9d43b9bf83c5711d SHA1 (patch-ac) = 1f977650d9e903a4ea72afc8541b7649cb989ab8 SHA1 (patch-ad) = 12c918ad85fa44518525d2c4bc628b342b8c0280 -SHA1 (patch-ae) = 79cb76c47b283707c9799881dbcc2926f0ab0089 +SHA1 (patch-ae) = 7f39d7b26f8b85529af0b9550ee213ed08aaddde SHA1 (patch-af) = c000ab24fafd1f6e154df6b317291f89f952c479 SHA1 (patch-ag) = 7f2e6061670cb98d6498cc4e156a8e909881635e SHA1 (patch-ah) = 9b64b2e5f419ab190d47dd8156b8f84634fd6a36 diff --git a/x11/xorg-cf-files/patches/patch-ae b/x11/xorg-cf-files/patches/patch-ae index dccfc0f714f..e498409fc86 100644 --- a/x11/xorg-cf-files/patches/patch-ae +++ b/x11/xorg-cf-files/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.3 2015/07/15 17:16:50 dholland Exp $ +$NetBSD: patch-ae,v 1.4 2015/07/15 17:21:10 dholland Exp $ --- DragonFly.cf.orig 2010-05-16 12:38:48.000000000 +0200 +++ DragonFly.cf 2010-05-16 12:41:18.000000000 +0200 @@ -29,14 +29,3 @@ $NetBSD: patch-ae,v 1.3 2015/07/15 17:16:50 dholland Exp $ #define HasSetUserContext YES #define HasGetpeereid YES #define HasMTRRSupport YES -@@ -152,6 +152,10 @@ - #define BuildDmx YES - #endif - -+#ifndef BuildDmx -+#define BuildDmx YES -+#endif -+ - #ifndef UseRpath - # define UseRpath YES - #endif |