FreeBSD Bugzilla – Attachment 144639 Details for
Bug 190754
[MAINTAINER] x11-toolkits/scintilla & editors/scite: update to 3.4.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
scintilla-3.4.4.patch
scintilla-3.4.4.patch (text/plain), 3.26 KB, created by
Naram Qashat
on 2014-07-13 19:38:10 UTC
(
hide
)
Description:
scintilla-3.4.4.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-07-13 19:38:10 UTC
Size:
3.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 361653) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= scintilla >-PORTVERSION= 3.4.1 >+PORTVERSION= 3.4.4 > CATEGORIES= x11-toolkits > MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} > DISTNAME= scite${PORTVERSION:S/.//g} >@@ -13,7 +13,7 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME}/gtk > >-USES= compiler gmake iconv pkgconfig >+USES= gmake iconv pkgconfig > MAKEFILE= makefile > USE_LDCONFIG= yes > USE_GNOME= gtk20 >@@ -28,15 +28,8 @@ > PICFLAG?= -fpic > .endif > >-.if ! ${COMPILER_TYPE:Mclang} >-CPPSTDRE= -e 's|--std=c++0x||' >-.else >-CPPSTDRE= >-.endif >- > post-patch: > @${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g' \ >- ${CPPSTDRE} \ > ${WRKSRC}/makefile > > do-install: >Index: distinfo >=================================================================== >--- distinfo (revision 361653) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341 >-SIZE (scite341.tgz) = 2237159 >+SHA256 (scite344.tgz) = e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995 >+SIZE (scite344.tgz) = 2244513 >Index: files/patch-aa >=================================================================== >--- files/patch-aa (revision 361653) >+++ files/patch-aa (working copy) >@@ -1,12 +1,16 @@ >---- makefile.orig 2013-08-31 05:20:24.000000000 +0200 >-+++ makefile 2013-09-11 13:10:02.007909736 +0200 >-@@ -7,14 +7,7 @@ >+--- ./makefile.orig 2014-05-25 21:47:49.000000000 -0400 >++++ ./makefile 2014-06-07 11:51:21.000000000 -0400 >+@@ -7,18 +7,7 @@ > # Also works with ming32-make on Windows. > > .SUFFIXES: .cxx .c .o .h .a > -ifdef CLANG >--CC = clang >+-CC = clang++ > -CCOMP = clang >+-# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for >+-# thread also need to create Position Independent Executable -> search online documentation >+-SANITIZE = address >+-#SANITIZE = undefined > -else > -CC = g++ > -CCOMP = gcc >@@ -16,7 +20,7 @@ > RANLIB = touch > > ifdef GTK3 >-@@ -36,7 +29,8 @@ >+@@ -40,7 +29,8 @@ > COMPLIB=..\bin\scintilla.a > else > DEL = rm -f >@@ -26,9 +30,14 @@ > endif > > vpath %.h ../src ../include ../lexlib >-@@ -68,16 +62,17 @@ >- CXXTFLAGS:=--std=c++0x $(CTFLAGS) >+@@ -68,20 +58,20 @@ >+ CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) >+ endif > >+-CFLAGS:=$(CTFLAGS) >+-CXXTFLAGS:=--std=c++0x $(CTFLAGS) >++CXXTFLAGS:=$(CTFLAGS) >+ > CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) > +CONFIGLIBS:=$(shell pkg-config --libs $(GTKVERSION)) > MARSHALLER=scintilla-marshal.o >@@ -37,7 +46,7 @@ > $(CC) $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) -c $< > .c.o: > - $(CCOMP) $(CONFIGFLAGS) $(CFLAGS) -w -c $< >-+ $(CCOMP) $(CONFIGFLAGS) $(CFLAGS) $(CXXFLAGS) -w -c $< >++ $(CCOMP) $(CONFIGFLAGS) $(CTFLAGS) $(CFLAGS) -w -c $< > > LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx)))) > >@@ -46,7 +55,7 @@ > > clean: > $(DEL) *.o $(COMPLIB) *.plist >-@@ -93,9 +88,11 @@ >+@@ -97,9 +87,11 @@ > ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ > KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ > RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190754
:
143492
|
143493
|
143494
|
144639
|
144640
|
145445
|
145498