1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Update to 3.3.3.

PR:		ports/179851
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Raphael Kubo da Costa 2013-06-22 20:09:24 +00:00
parent 100a26f6be
commit 301bbc737f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321588
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scite
PORTVERSION= 3.3.1
PORTVERSION= 3.3.3
CATEGORIES= editors gnome
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}

View File

@ -1,2 +1,2 @@
SHA256 (scite331.tgz) = 96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717
SIZE (scite331.tgz) = 1983596
SHA256 (scite333.tgz) = ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3
SIZE (scite333.tgz) = 1992362

View File

@ -1,12 +1,12 @@
--- makefile.orig 2013-02-18 02:21:10.000000000 -0500
+++ makefile 2013-02-26 18:30:59.000000000 -0500
--- makefile.orig 2013-06-22 15:49:44.000000000 -0400
+++ makefile 2013-06-22 15:53:14.000000000 -0400
@@ -5,13 +5,6 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
.SUFFIXES: .cxx .o .h .a .c
-ifdef CLANG
-CC = clang --std=c++0x
-CCOMP = clang -Wno-empty-body
-CC = clang -fsanitize=address --std=c++0x
-CCOMP = clang -fsanitize=address -Wno-empty-body
-else
-CC = g++
-CCOMP = gcc
@ -23,7 +23,7 @@
ifndef prefix
ifdef gnomeprefix
prefix=$(gnomeprefix)
@@ -109,8 +102,9 @@
@@ -113,8 +106,9 @@
$(PROG): SciTEGTK.o GUIGTK.o Widget.o \
FilePath.o SciTEBase.o FileWorker.o Cookie.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \