View | Details | Raw Unified | Return to bug 219711 | Differences between
and this patch

Collapse All | Expand All

(-)scintilla/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/x11-toolkits/scintilla/Makefile 440229 2017-05-06 06:00:23Z miwi $
2
# $FreeBSD: head/x11-toolkits/scintilla/Makefile 440229 2017-05-06 06:00:23Z miwi $
3
3
4
PORTNAME=	scintilla
4
PORTNAME=	scintilla
5
PORTVERSION=	3.7.4
5
PORTVERSION=	3.7.5
6
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
8
DISTNAME=	scite${PORTVERSION:S/.//g}
8
DISTNAME=	scite${PORTVERSION:S/.//g}
(-)scintilla/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490054625
1
TIMESTAMP = 1495751226
2
SHA256 (scite374.tgz) = 197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20
2
SHA256 (scite375.tgz) = 51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86
3
SIZE (scite374.tgz) = 2329831
3
SIZE (scite375.tgz) = 2380823
(-)scintilla/files/patch-makefile (-2 / +2 lines)
Lines 1-4 Link Here
1
--- makefile.orig	2016-12-01 09:53:41 UTC
1
--- makefile.orig	2017-05-24 01:26:25 UTC
2
+++ makefile
2
+++ makefile
3
@@ -9,14 +9,6 @@
3
@@ -9,14 +9,6 @@
4
 srcdir ?= .
4
 srcdir ?= .
Lines 31-37 Link Here
31
 vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib
31
 vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib
32
@@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil
32
@@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil
33
 
33
 
34
 LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))
34
 LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))))
35
 
35
 
36
-all: $(COMPLIB)
36
-all: $(COMPLIB)
37
+all: $(COMPLIB) $(LEXRLIB)
37
+all: $(COMPLIB) $(LEXRLIB)

Return to bug 219711