mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2 by default. FOX 1.0 version is available under OPTIONS - Add slave port fxscintilla-fox10 - Switch ruby-fox port to fxscintilla-fox10 PR: ports/75160 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla maintainer)
This commit is contained in:
parent
e273033cfb
commit
22062658cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124427
@ -23,6 +23,7 @@
|
||||
SUBDIR += fox-devel
|
||||
SUBDIR += freeglut
|
||||
SUBDIR += fxscintilla
|
||||
SUBDIR += fxscintilla-fox10
|
||||
SUBDIR += gai
|
||||
SUBDIR += gal
|
||||
SUBDIR += gal2
|
||||
|
13
x11-toolkits/fxscintilla-fox10/Makefile
Normal file
13
x11-toolkits/fxscintilla-fox10/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# New ports collection makefile for: fxscintilla-fox10
|
||||
# Date created: 18 Dec 2004
|
||||
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -fox10
|
||||
|
||||
WITH_FOX10= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../fxscintilla
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fxscintilla
|
||||
PORTVERSION= 1.57
|
||||
PORTVERSION= 1.62
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -14,10 +14,26 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= alecn2002@yandex.ru
|
||||
COMMENT= A Fox toolkit reimplementation of Scintilla editing widget
|
||||
|
||||
LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_INC_LIBTOOL_VER= 15
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ARGS+= --enable-shared --disable-static
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
OPTIONS= FOX10 "FOX1.0 support (FOX1.2 by default)" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_FOX10)
|
||||
LIB_DEPENDS+= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox
|
||||
CONFIGURE_ARGS= --with-fox-1-0
|
||||
.else
|
||||
LIB_DEPENDS+= FOX-1.2:${PORTSDIR}/x11-toolkits/fox-devel
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lFOX-1.2|"-lFOX-1.2 ${PTHREAD_LIBS}"|' \
|
||||
${WRKSRC}/configure ${WRKSRC}/tests/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (fxscintilla-1.57.tar.gz) = 68aa25d2b8d626b6455736e611a3993f
|
||||
SIZE (fxscintilla-1.57.tar.gz) = 798115
|
||||
MD5 (fxscintilla-1.62.tar.gz) = c4cb1b9d954b92e1e1fdcb75597662c6
|
||||
SIZE (fxscintilla-1.62.tar.gz) = 833249
|
||||
|
@ -2,7 +2,6 @@ include/fxscintilla/FXScintilla.h
|
||||
include/fxscintilla/SciLexer.h
|
||||
include/fxscintilla/Scintilla.h
|
||||
lib/libfxscintilla.a
|
||||
lib/libfxscintilla.la
|
||||
lib/libfxscintilla.so
|
||||
lib/libfxscintilla.so.11
|
||||
lib/libfxscintilla.so.16
|
||||
@dirrm include/fxscintilla
|
||||
|
@ -21,7 +21,7 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby
|
||||
LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
fxscintilla.11:${PORTSDIR}/x11-toolkits/fxscintilla
|
||||
fxscintilla.16:${PORTSDIR}/x11-toolkits/fxscintilla-fox10
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
@ -21,7 +21,7 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby
|
||||
LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
fxscintilla.11:${PORTSDIR}/x11-toolkits/fxscintilla
|
||||
fxscintilla.16:${PORTSDIR}/x11-toolkits/fxscintilla-fox10
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
Loading…
Reference in New Issue
Block a user