mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/global: Update to 6.6.13
Changes: https://www.gnu.org/software/global/whatsnew.html
This commit is contained in:
parent
a67a9b8e77
commit
a84003edce
3 changed files with 30 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= global
|
||||
PORTVERSION= 6.6.12
|
||||
PORTVERSION= 6.6.13
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1710712316
|
||||
SHA256 (global-6.6.12.tar.gz) = 542a5b06840e14eca548b4bb60b44c0adcf01024e68eb362f8bf716007885901
|
||||
SIZE (global-6.6.12.tar.gz) = 3000633
|
||||
TIMESTAMP = 1720355100
|
||||
SHA256 (global-6.6.13.tar.gz) = 945f349730da01f77854d9811ca8f801669c9461395a29966d8d88cb6703347b
|
||||
SIZE (global-6.6.13.tar.gz) = 3003671
|
||||
|
|
26
devel/global/files/patch-plugin-factory-Makefile.in
Normal file
26
devel/global/files/patch-plugin-factory-Makefile.in
Normal file
|
@ -0,0 +1,26 @@
|
|||
--- plugin-factory/Makefile.in.orig 2024-07-02 00:03:56 UTC
|
||||
+++ plugin-factory/Makefile.in
|
||||
@@ -411,19 +411,19 @@ exuberant_ctags_la_SOURCES = exuberant-ctags.c
|
||||
|
||||
# Exuberant Ctags parser
|
||||
exuberant_ctags_la_SOURCES = exuberant-ctags.c
|
||||
-exuberant_ctags_la_LDFLAGS = -module -avoid-version -no-undefined -shared
|
||||
+exuberant_ctags_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
# Univercal Ctags parser
|
||||
universal_ctags_la_SOURCES = exuberant-ctags.c
|
||||
universal_ctags_la_CFLAGS = -DUSE_EXTRA_FIELDS
|
||||
-universal_ctags_la_LDFLAGS = -module -avoid-version -no-undefined -shared
|
||||
+universal_ctags_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
# Pygments parser
|
||||
pygments_parser_la_SOURCES = pygments-parser.c
|
||||
-pygments_parser_la_LDFLAGS = -module -avoid-version -no-undefined -shared
|
||||
+pygments_parser_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
# skeleton
|
||||
user_custom_la_SOURCES = user-custom.c
|
||||
-user_custom_la_LDFLAGS = -module -avoid-version -no-undefined -shared
|
||||
+user_custom_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
gtagsdir = ${datadir}/gtags
|
||||
gtags_DATA = PLUGIN_HOWTO PLUGIN_HOWTO.pygments PLUGIN_HOWTO.universal-ctags \
|
||||
uctags-scheme.c-diff
|
Loading…
Add table
Reference in a new issue