File tree 5 files changed +21
-26
lines changed
5 files changed +21
-26
lines changed Original file line number Diff line number Diff line change 1
- # $NetBSD: Makefile.common,v 1.3 2018/10/08 13:51:28 schmonz Exp $
1
+ # $NetBSD: Makefile.common,v 1.4 2018/10/14 12:17:50 schmonz Exp $
2
2
# used by textproc/highlight/Makefile
3
3
# used by textproc/libhighlight/Makefile
4
4
# used by textproc/p5-highlight/Makefile
5
5
6
6
DISTNAME= highlight-${VERSION}
7
- VERSION= 3.46
7
+ VERSION= 3.47
8
8
CATEGORIES= textproc
9
9
MASTER_SITES= http://www.andre-simon.de/zip/
10
10
EXTRACT_SUFX= .tar.bz2
Original file line number Diff line number Diff line change 1
- @comment $NetBSD: PLIST,v 1.4 2018/10/08 13:51:28 schmonz Exp $
1
+ @comment $NetBSD: PLIST,v 1.5 2018/10/14 12:17:50 schmonz Exp $
2
2
lib/libhighlight.la
3
3
share/doc/highlight/AUTHORS
4
4
share/doc/highlight/COPYING
5
- share/doc/highlight/ChangeLog
5
+ share/doc/highlight/ChangeLog.adoc
6
6
share/doc/highlight/INSTALL
7
7
share/doc/highlight/README.adoc
8
8
share/doc/highlight/README_DE.adoc
@@ -451,6 +451,7 @@ share/highlight/themes/dante.theme
451
451
share/highlight/themes/darkblue.theme
452
452
share/highlight/themes/darkbone.theme
453
453
share/highlight/themes/darkness.theme
454
+ share/highlight/themes/darkplus.theme
454
455
share/highlight/themes/darkslategray.theme
455
456
share/highlight/themes/darkspectrum.theme
456
457
share/highlight/themes/denim.theme
Original file line number Diff line number Diff line change 1
- $NetBSD: distinfo,v 1.5 2018/10/08 13:51:28 schmonz Exp $
1
+ $NetBSD: distinfo,v 1.6 2018/10/14 12:17:50 schmonz Exp $
2
2
3
- SHA1 (highlight-3.46 .tar.bz2) = db29dc697641cb154c97cee9c448ea3168a135d2
4
- RMD160 (highlight-3.46 .tar.bz2) = 7f334d85ec0897ae44f471d36496d48f003412ed
5
- SHA512 (highlight-3.46 .tar.bz2) = 1359a428fcd624ae85e939a5a8a991c2f10114c106ddac359e68e7eefadcacad92fbc98866f37ec9654268852a4cfcf595a0ae7f99acd5d75902b5dea235936a
6
- Size (highlight-3.46 .tar.bz2) = 1341849 bytes
3
+ SHA1 (highlight-3.47 .tar.bz2) = 8a420055155740e52f3f67e86185d188e8d87ca1
4
+ RMD160 (highlight-3.47 .tar.bz2) = e485291fbc0039d3d1046dcfecab21cc2c9b6fff
5
+ SHA512 (highlight-3.47 .tar.bz2) = 286dcc0db33c8b250852f7b607eb313afbd83da7ead6bde8a35ed5b7f59438b0345725a31dd5969347af10aba0c981f6bf2ce5683b801c45ee27b2b3c6ed21ed
6
+ Size (highlight-3.47 .tar.bz2) = 1360358 bytes
7
7
SHA1 (patch-extras_swig_makefile) = 2bb62f7519cd5baed60b1af5f606ce22444c346f
8
8
SHA1 (patch-makefile) = e2a251415fffd38c2ebf73f1e7b57698a6f3f11e
9
- SHA1 (patch-src_core_platform__fs.cpp) = 65b7f4b665b820eec4b835474bd308e49080526e
9
+ SHA1 (patch-src_core_platform__fs.cpp) = 2f95652e616026b435ff369e59fbc2fc67a613a0
10
10
SHA1 (patch-src_gui-qt_mainwindow.cpp) = d073a80a1d853f9cc2bbedf7a402125ec7a994d2
11
11
SHA1 (patch-src_gui-qt_showtextfile.cpp) = 9bd974f40aa9a5bf7c8178e079d4ee1818a4d7b8
12
- SHA1 (patch-src_makefile) = 41fd190b19a02b019e50eb8e1e49d90188cff0f1
12
+ SHA1 (patch-src_makefile) = 9aea185beddf4fce63100892d63053f8bd98a26e
Original file line number Diff line number Diff line change 1
- $NetBSD: patch-src_core_platform__fs.cpp,v 1.1 2018 /05 / 03 13 : 13 : 51 schmonz Exp $
1
+ $NetBSD: patch-src_core_platform__fs.cpp,v 1.2 2018 /10 / 14 12 : 17 : 50 schmonz Exp $
2
2
3
3
Fix build on (at least) SmartOS.
4
4
5
- --- src/core/platform_fs.cpp.orig 2018-01-20 20:42:17 .000000000 +0000
5
+ --- src/core/platform_fs.cpp.orig 2018-10-13 19:26:45 .000000000 +0000
6
6
+++ src/core/platform_fs.cpp
7
- @@ -72 ,13 +72 ,13 @@ std::string getHomePath()
8
- #include <pwd.h>
7
+ @@ -79 ,13 +79 ,13 @@ int isColorEscCapable() {
8
+
9
9
const char pathSeparator = ' /' ;
10
10
11
11
-std::string getAppPath ()
Original file line number Diff line number Diff line change 1
- $NetBSD: patch-src_makefile,v 1.3 2018/10/08 13:51:28 schmonz Exp $
1
+ $NetBSD: patch-src_makefile,v 1.4 2018/10/14 12:17:50 schmonz Exp $
2
2
3
3
Use pkgsrc-specified compiler and flags.
4
4
5
- --- src/makefile.orig 2018-10-07 09:31 :45.000000000 +0000
5
+ --- src/makefile.orig 2018-10-13 19:26 :45.000000000 +0000
6
6
+++ src/makefile
7
- @@ -13,19 +13,20 @@
7
+ @@ -13,13 +13,13 @@
8
8
# See src/gui-qt/highlight.pro for the Qt GUI compilation options
9
9
10
10
#CXX=clang++
@@ -20,14 +20,7 @@ Use pkgsrc-specified compiler and flags.
20
20
#CFLAGS:=-ggdb ${CFLAGS} -std=c++11
21
21
22
22
CFLAGS_DILU=-fno-strict-aliasing
23
-
24
- SO_VERSION=3.45
25
-
26
- +LSO_VERSION=$(shell echo ${SO_VERSION} | awk -F. '{ printf "%d:%d:0\n", $$1 - 1, $$2 }')
27
-
28
- # Source paths
29
- CORE_DIR=./core/
30
- @@ -66,14 +67,16 @@ ifdef PIC
23
+ @@ -66,14 +66,17 @@ ifdef PIC
31
24
CFLAGS+=-fPIC
32
25
endif
33
26
@@ -40,6 +33,7 @@ Use pkgsrc-specified compiler and flags.
40
33
#LDFLAGS= -Wl,--as-needed
41
34
42
35
-CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} ${LUA_CFLAGS}
36
+ +LSO_VERSION=$(shell echo ${SO_VERSION} | awk -F. '{ printf "%d:%d:0\n", $$1 - 1, $$2 }')
43
37
+LIBTOOL=libtool --tag=CXX
44
38
+
45
39
+CXX_COMPILE=${LIBTOOL} --mode=compile ${CXX} ${CFLAGS} ${CXX_DIR} -I ${INCLUDE_DIR} ${LUA_CFLAGS} -c
You can’t perform that action at this time.
0 commit comments