Update to highlight-3.34.
This commit is contained in:
parent
87c4a13b8c
commit
ffee570587
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2016/11/28 10:41:40 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2016/12/31 14:54:52 benoit Exp $
|
||||
|
||||
COMMENT = convert source code to markup formats
|
||||
|
||||
DISTNAME = highlight-3.33
|
||||
DISTNAME = highlight-3.34
|
||||
CATEGORIES = textproc converters
|
||||
|
||||
HOMEPAGE = http://www.andre-simon.de/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (highlight-3.33.tar.bz2) = ZLUwNU/syrw+ju7AKgNBvgYlUJ2x+l3SAcTQfk2EXDw=
|
||||
SIZE (highlight-3.33.tar.bz2) = 620644
|
||||
SHA256 (highlight-3.34.tar.bz2) = HqT/mJ0ZKgwlOPexhoP0GClZaADp9v7PWNnWISGGZLs=
|
||||
SIZE (highlight-3.34.tar.bz2) = 622273
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-src_makefile,v 1.16 2016/09/26 07:44:02 benoit Exp $
|
||||
--- src/makefile.orig Mon Aug 8 21:28:29 2016
|
||||
+++ src/makefile Mon Sep 26 09:13:41 2016
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
$OpenBSD: patch-src_makefile,v 1.17 2016/12/31 14:54:52 benoit Exp $
|
||||
--- src/makefile.orig Wed Dec 28 21:17:02 2016
|
||||
+++ src/makefile Sat Dec 31 15:14:00 2016
|
||||
@@ -13,13 +13,13 @@
|
||||
# See src/gui-qt/highlight.pro for the Qt GUI compilation options
|
||||
|
||||
#CXX=clang++
|
||||
-CXX=g++
|
||||
+#CXX=g++
|
||||
|
||||
@ -17,7 +17,7 @@ $OpenBSD: patch-src_makefile,v 1.16 2016/09/26 07:44:02 benoit Exp $
|
||||
#CFLAGS:=-ggdb ${CFLAGS}
|
||||
|
||||
CFLAGS_DILU=-fno-strict-aliasing
|
||||
@@ -38,10 +38,10 @@
|
||||
@@ -39,10 +39,10 @@
|
||||
# If Lua 5.2 is not default on your system yet you have to
|
||||
# use lua5.1 in the pkg-config calls
|
||||
|
||||
@ -30,7 +30,7 @@ $OpenBSD: patch-src_makefile,v 1.16 2016/09/26 07:44:02 benoit Exp $
|
||||
|
||||
# luajit lib
|
||||
# LUA_LIBS=$(shell pkg-config --libs luajit)
|
||||
@@ -52,13 +52,13 @@
|
||||
@@ -53,13 +53,13 @@
|
||||
DILU_DIR=${CORE_DIR}Diluculum/
|
||||
|
||||
ifndef HL_CONFIG_DIR
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2016/11/28 10:41:40 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2016/12/31 14:54:52 benoit Exp $
|
||||
@bin bin/highlight
|
||||
@man man/man1/highlight.1
|
||||
share/doc/highlight/
|
||||
@ -266,6 +266,7 @@ share/highlight/themes/ekvoli.theme
|
||||
share/highlight/themes/fine_blue.theme
|
||||
share/highlight/themes/freya.theme
|
||||
share/highlight/themes/fruit.theme
|
||||
share/highlight/themes/github.theme
|
||||
share/highlight/themes/golden.theme
|
||||
share/highlight/themes/greenlcd.theme
|
||||
share/highlight/themes/kellys.theme
|
||||
@ -296,6 +297,7 @@ share/highlight/themes/rootwater.theme
|
||||
share/highlight/themes/seashell.theme
|
||||
share/highlight/themes/solarized-dark.theme
|
||||
share/highlight/themes/solarized-light.theme
|
||||
share/highlight/themes/sourceforge.theme
|
||||
share/highlight/themes/tabula.theme
|
||||
share/highlight/themes/tcsoft.theme
|
||||
share/highlight/themes/the.theme
|
||||
|
Loading…
Reference in New Issue
Block a user