diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 04:22:33 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 04:22:33 +0000 |
commit | d5554d3eed3e147edad279b714a6951ebb138713 (patch) | |
tree | 68429f514167ea51cf3ea9a0106aeb3c97cd860a /editors/elvis | |
parent | 6e8f2cd07a2327c21978306d5604bad86cb7de9b (diff) | |
download | pkgsrc-d5554d3eed3e147edad279b714a6951ebb138713.tar.gz |
Add patch comments.
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/distinfo | 12 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ab | 6 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ac | 4 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ad | 5 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ae | 4 | ||||
-rw-r--r-- | editors/elvis/patches/patch-ref.c | 4 |
6 files changed, 24 insertions, 11 deletions
diff --git a/editors/elvis/distinfo b/editors/elvis/distinfo index 876fcd4dec6..3cb334589c6 100644 --- a/editors/elvis/distinfo +++ b/editors/elvis/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:32:15 agc Exp $ +$NetBSD: distinfo,v 1.12 2015/12/29 04:22:33 dholland Exp $ SHA1 (elvis-2.2_0.tar.gz) = 8c16574b6d36529735b8ced70972ddaf6275a477 RMD160 (elvis-2.2_0.tar.gz) = 9867a3941a84a3db0bcfe4e36dd14132fbcf5805 SHA512 (elvis-2.2_0.tar.gz) = 847cc9ac0af170798abd4725f7dc2ec74d4931fb761b58836d4016d36da5657176bd8cdcdae02bc08438b18e8ce2433eb3340ec2503630fd2992e83ba06adf42 Size (elvis-2.2_0.tar.gz) = 1439293 bytes -SHA1 (patch-ab) = 9bc99e5f13926e5c2d8570c88526249e5a449203 -SHA1 (patch-ac) = a866461c14dd7518f2ee5790a366a5eb7ffbee3c -SHA1 (patch-ad) = 702b08ec1182c3673721de62690a3a7c32983b8a -SHA1 (patch-ae) = 2a8eb92b44fa932fcc51e7af999f1363dd53ff74 -SHA1 (patch-ref.c) = 9a15b4a11e65f47a86aa46c16861630195139fe5 +SHA1 (patch-ab) = 86cf5029a50c0bc353070bc0feacf8c2b13a6511 +SHA1 (patch-ac) = 11f8bea5683ee4d5dcfb618278aa7c381ebb4d9d +SHA1 (patch-ad) = c0491fdc5da090f3aef956af4d2888014b3aee58 +SHA1 (patch-ae) = 6abf29e010d624fa074181c178878ff6c7fb580d +SHA1 (patch-ref.c) = 324c6bd068bfaf44b278868f8e41895a0f91fe43 diff --git a/editors/elvis/patches/patch-ab b/editors/elvis/patches/patch-ab index f3efc569bae..23a6da569c1 100644 --- a/editors/elvis/patches/patch-ab +++ b/editors/elvis/patches/patch-ab @@ -1,4 +1,8 @@ -$NetBSD: patch-ab,v 1.4 2013/10/20 18:15:32 joerg Exp $ +$NetBSD: patch-ab,v 1.5 2015/12/29 04:22:33 dholland Exp $ + + - Support passing sysconfdir as a configure option. + - Honor COMPILER_RPATH_FLAG. + - Use pkgconfig to find freetype. --- configure.orig 2003-10-20 22:32:25.000000000 -0400 +++ configure diff --git a/editors/elvis/patches/patch-ac b/editors/elvis/patches/patch-ac index 8eba97c5bee..0c2683610d3 100644 --- a/editors/elvis/patches/patch-ac +++ b/editors/elvis/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.3 2008/04/22 16:23:57 jlam Exp $ +$NetBSD: patch-ac,v 1.4 2015/12/29 04:22:33 dholland Exp $ + +Configure for pkgsrc. --- Makefile.in.orig 2003-10-20 22:32:25.000000000 -0400 +++ Makefile.in diff --git a/editors/elvis/patches/patch-ad b/editors/elvis/patches/patch-ad index 66bdf914446..3b0ef303928 100644 --- a/editors/elvis/patches/patch-ad +++ b/editors/elvis/patches/patch-ad @@ -1,4 +1,7 @@ -$NetBSD: patch-ad,v 1.1 2005/11/07 20:13:44 tv Exp $ +$NetBSD: patch-ad,v 1.2 2015/12/29 04:22:33 dholland Exp $ + +Don't sync on Interix. (XXX: shouldn't sync the whole system even not +on Interix. How about using fsync?) --- osunix/osblock.c.orig 2003-10-20 22:32:26.000000000 -0400 +++ osunix/osblock.c diff --git a/editors/elvis/patches/patch-ae b/editors/elvis/patches/patch-ae index b29d67c9b29..1da7e783e71 100644 --- a/editors/elvis/patches/patch-ae +++ b/editors/elvis/patches/patch-ae @@ -1,4 +1,6 @@ -$NetBSD: patch-ae,v 1.1 2006/06/26 10:21:55 rillig Exp $ +$NetBSD: patch-ae,v 1.2 2015/12/29 04:22:33 dholland Exp $ + +Fix symbol name conflict with freetype. --- guix11/xdialog.h.orig 2006-06-26 12:17:12.000000000 +0200 +++ guix11/xdialog.h 2006-06-26 12:19:24.000000000 +0200 diff --git a/editors/elvis/patches/patch-ref.c b/editors/elvis/patches/patch-ref.c index 09b7878c71a..09599541f06 100644 --- a/editors/elvis/patches/patch-ref.c +++ b/editors/elvis/patches/patch-ref.c @@ -1,4 +1,6 @@ -$NetBSD: patch-ref.c,v 1.1 2009/10/03 10:14:18 ahoka Exp $ +$NetBSD: patch-ref.c,v 1.2 2015/12/29 04:22:33 dholland Exp $ + +Fix symbol name conflict with posix getline(). --- ref.c.orig 2003-10-21 04:32:25.000000000 +0200 +++ ref.c |