1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Update to 3.4.1

- in x11-toolkits/scintilla, leverage USES=compiler to check if
  we're on clang or gcc

PR:		ports/188782, ports/188783
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Guido Falsi 2014-04-23 08:43:07 +00:00
parent 6fcd7e3165
commit c2fbc051f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351916
4 changed files with 8 additions and 10 deletions

View File

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

View File

@ -1,2 +1,2 @@
SHA256 (scite339.tgz) = cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775
SIZE (scite339.tgz) = 2229269
SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341
SIZE (scite341.tgz) = 2237159

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scintilla
PORTVERSION= 3.3.9
PORTVERSION= 3.4.1
CATEGORIES= x11-toolkits
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= scite${PORTVERSION:S/.//g}
@ -13,7 +13,7 @@ COMMENT= Full-featured free source code editing component for GTK+
WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
USES= gmake iconv pkgconfig
USES= compiler gmake iconv pkgconfig
MAKEFILE= makefile
USE_LDCONFIG= yes
USE_GNOME= gtk20
@ -28,9 +28,7 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
CCISCLANG!= ${CC} --version
.if empty(CCISCLANG:M*clang*)
.if ! ${COMPILER_TYPE:Mclang}
CPPSTDRE= -e 's|--std=c++0x||'
.else
CPPSTDRE=

View File

@ -1,2 +1,2 @@
SHA256 (scite339.tgz) = cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775
SIZE (scite339.tgz) = 2229269
SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341
SIZE (scite341.tgz) = 2237159