summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2016-12-15 23:25:14 +0000
committerjoerg <joerg>2016-12-15 23:25:14 +0000
commit514fc97fbdc7bcc0b3702b5fe09f0fdb7477547b (patch)
treebe36cb71fb13b8d817dc99a96e41b277655ea598 /sysutils
parent10e9d88f2bfbd69a6e4be42c84f7860bd555d9ff (diff)
downloadpkgsrc-514fc97fbdc7bcc0b3702b5fe09f0fdb7477547b.tar.gz
Revert: file is generated and not available at patch time.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/solid/distinfo3
-rw-r--r--sysutils/solid/patches/patch-__KDE__build_src_solid_predicate__lexer.c21
2 files changed, 1 insertions, 23 deletions
diff --git a/sysutils/solid/distinfo b/sysutils/solid/distinfo
index f00ebad72b1..03c68528a16 100644
--- a/sysutils/solid/distinfo
+++ b/sysutils/solid/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/11/27 22:56:17 kamil Exp $
+$NetBSD: distinfo,v 1.4 2016/12/15 23:25:14 joerg Exp $
SHA1 (solid-5.25.0.tar.xz) = 2094bded5c49f963d952fcbee8000e496c0df7b4
RMD160 (solid-5.25.0.tar.xz) = e6998bcd2b4edb64686e596c42cfd4027239645e
SHA512 (solid-5.25.0.tar.xz) = c5e1b139daebfee25a786540b0dc59ac51cf630aada5faffb4e6d72ab18c3c066a3de968c9158a24bd901e96fa7cfdfe219a5196b6f3d0640647a03cdb3b9237
Size (solid-5.25.0.tar.xz) = 245604 bytes
-SHA1 (patch-__KDE__build_src_solid_predicate__lexer.c) = 7cab6934098cbe0d75101ae0907c7d06933c1e7d
diff --git a/sysutils/solid/patches/patch-__KDE__build_src_solid_predicate__lexer.c b/sysutils/solid/patches/patch-__KDE__build_src_solid_predicate__lexer.c
deleted file mode 100644
index d21209f504c..00000000000
--- a/sysutils/solid/patches/patch-__KDE__build_src_solid_predicate__lexer.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-__KDE__build_src_solid_predicate__lexer.c,v 1.1 2016/11/27 22:56:17 kamil Exp $
-
-Fix: error: C++ style comments are not allowed in ISO C90
-
---- _KDE_build/src/solid/predicate_lexer.c.orig 2016-11-27 22:27:30.788034675 +0000
-+++ _KDE_build/src/solid/predicate_lexer.c
-@@ -1589,7 +1589,7 @@ static void Solidensure_buffer_stack (yy
- * scanner will even need a stack. We use 2 instead of 1 to avoid an
- * immediate realloc on the next call.
- */
-- num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
-+ num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
- yyg->yy_buffer_stack = (struct yy_buffer_state**)Solidalloc
- (num_to_alloc * sizeof(struct yy_buffer_state*)
- , yyscanner);
-@@ -2140,5 +2140,3 @@ int Solidwrap( yyscan_t _scanner )
- Solid_delete_buffer( YY_CURRENT_BUFFER, _scanner );
- return 1;
- }
--
--