1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Drop scintilla support, as scintilla no longer supports gtk12

Approved by:	zaa@zaa.pp.ru (maintainer via private email)
This commit is contained in:
Dmitry Marakasov 2009-08-14 00:30:07 +00:00
parent 0c19630dbe
commit d88fd095c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239494
2 changed files with 2 additions and 18 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= php-gtk
PORTVERSION= 1.0.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= x11-toolkits
MASTER_SITES= http://gtk.php.net/distributions/ \
http://document-root.de/mirror/php-gtk/
@ -29,7 +29,6 @@ WRKSRC=${WRKDIR}/php_gtk-${PORTVERSION}
PORTSCOUT= limit:^1\.
OPTIONS= LIBGLADE "GladeXML support in php-gtk" on \
SCINTILLA "Scintilla support" on \
GDK_PIXBUF "Enable pixbuf support" on \
GTKHTML "Enable Gtkhtml support" on
@ -50,13 +49,6 @@ ENVSCE+= -DHAVE_LIBGLADE
CONFIGURE_ARGS+= --disable-libglade
.endif
.if !defined(WITHOUT_SCINTILLA)
BUILD_DEPENDS+= ${LOCALBASE}/include/scintilla/gtkscintilla.h:${PORTSDIR}/x11-toolkits/gtkscintilla
LIB_DEPENDS+= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla
ENVSCE+= -DHAVE_SCINTILLA=1 # -DPHP_GTK_COMPILE_DL_SCINTILLA=1
CONFIGURE_ARGS+= --enable-scintilla
.endif
.if !defined(WITHOUT_GDK_PIXBUF)
USE_GNOME+= gdkpixbuf
CONFIGURE_ARGS+= --enable-gdkpixbuf

View File

@ -7,7 +7,7 @@
PORTNAME= php-gtk
PORTVERSION= 1.0.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= x11-toolkits
MASTER_SITES= http://gtk.php.net/distributions/ \
http://document-root.de/mirror/php-gtk/
@ -29,7 +29,6 @@ WRKSRC=${WRKDIR}/php_gtk-${PORTVERSION}
PORTSCOUT= limit:^1\.
OPTIONS= LIBGLADE "GladeXML support in php-gtk" on \
SCINTILLA "Scintilla support" on \
GDK_PIXBUF "Enable pixbuf support" on \
GTKHTML "Enable Gtkhtml support" on
@ -50,13 +49,6 @@ ENVSCE+= -DHAVE_LIBGLADE
CONFIGURE_ARGS+= --disable-libglade
.endif
.if !defined(WITHOUT_SCINTILLA)
BUILD_DEPENDS+= ${LOCALBASE}/include/scintilla/gtkscintilla.h:${PORTSDIR}/x11-toolkits/gtkscintilla
LIB_DEPENDS+= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla
ENVSCE+= -DHAVE_SCINTILLA=1 # -DPHP_GTK_COMPILE_DL_SCINTILLA=1
CONFIGURE_ARGS+= --enable-scintilla
.endif
.if !defined(WITHOUT_GDK_PIXBUF)
USE_GNOME+= gdkpixbuf
CONFIGURE_ARGS+= --enable-gdkpixbuf