pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/flex Remove now unneeded patch, lilypond seems t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ba962817259
branches:  trunk
changeset: 357099:1ba962817259
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 12 16:53:22 2017 +0000

description:
Remove now unneeded patch, lilypond seems to build fine without it.

Bump PKGREVISION.

diffstat:

 devel/flex/Makefile                      |   3 ++-
 devel/flex/distinfo                      |   3 +--
 devel/flex/patches/patch-src_FlexLexer.h |  17 -----------------
 3 files changed, 3 insertions(+), 20 deletions(-)

diffs (47 lines):

diff -r b0c4608ed326 -r 1ba962817259 devel/flex/Makefile
--- a/devel/flex/Makefile       Thu Jan 12 16:36:35 2017 +0000
+++ b/devel/flex/Makefile       Thu Jan 12 16:53:22 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2017/01/01 13:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2017/01/12 16:53:22 wiz Exp $
 
 DISTNAME=      flex-2.6.3
+PKGREVISION=   1
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=westes/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r b0c4608ed326 -r 1ba962817259 devel/flex/distinfo
--- a/devel/flex/distinfo       Thu Jan 12 16:36:35 2017 +0000
+++ b/devel/flex/distinfo       Thu Jan 12 16:53:22 2017 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.30 2017/01/01 13:53:16 wiz Exp $
+$NetBSD: distinfo,v 1.31 2017/01/12 16:53:22 wiz Exp $
 
 SHA1 (flex-2.6.3.tar.gz) = 8008eb0e4ccc634c334ac1d9e04716be2ba527a9
 RMD160 (flex-2.6.3.tar.gz) = 992f79f75e167bd062b8c8f00c783ea6349f9fd4
 SHA512 (flex-2.6.3.tar.gz) = f14b1af7ddd148660737991787fcf13d86cc0bef3859ed6c2135963373e76524d70382795c845cb6491b0435f8c40ba81e17f15267592b8d1656cfd4c3430b00
 Size (flex-2.6.3.tar.gz) = 1405560 bytes
-SHA1 (patch-src_FlexLexer.h) = 9a585219bc8f24c862070969045739d6a303b0bf
 SHA1 (patch-tests_Makefile.am) = f30524f9b8c22a37cb04b4406ec142ea1ecb8e59
 SHA1 (patch-tests_Makefile.in) = 709d5f117418bbcbcc54926f582bc808daf12f3b
diff -r b0c4608ed326 -r 1ba962817259 devel/flex/patches/patch-src_FlexLexer.h
--- a/devel/flex/patches/patch-src_FlexLexer.h  Thu Jan 12 16:36:35 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_FlexLexer.h,v 1.1 2016/11/11 08:14:54 wiz Exp $
-
-Add workaround for building lilypond-2.18.2.
-See https://github.com/westes/flex/issues/124
-
---- src/FlexLexer.h.orig       2016-10-21 00:43:44.000000000 +0000
-+++ src/FlexLexer.h
-@@ -49,6 +49,9 @@
- #define __FLEX_LEXER_H
- 
- #include <iostream>
-+#  ifndef FLEX_STD
-+#    define FLEX_STD std::
-+#  endif
- 
- extern "C++" {
- 



Home | Main Index | Thread Index | Old Index