svn commit: r491812 - head/devel/librcc
Tobias Kortkamp
tobik at FreeBSD.org
Fri Feb 1 14:24:22 UTC 2019
Author: tobik
Date: Fri Feb 1 14:24:20 2019
New Revision: 491812
URL: https://svnweb.freebsd.org/changeset/ports/491812
Log:
devel/librcc: Remove GTK1 option
x11-toolkits/gtk12 is gone since r488008.
Modified:
head/devel/librcc/Makefile
head/devel/librcc/pkg-plist
Modified: head/devel/librcc/Makefile
==============================================================================
--- head/devel/librcc/Makefile Fri Feb 1 13:56:12 2019 (r491811)
+++ head/devel/librcc/Makefile Fri Feb 1 14:24:20 2019 (r491812)
@@ -18,17 +18,19 @@ LIB_DEPENDS= librcd.so:devel/librcd \
libenca.so:converters/enca \
libaspell.so:textproc/aspell
-GNU_CONFIGURE= yes
-USES= compiler:c++11-lang gmake iconv libtool pathfix pkgconfig \
+USES= compiler:c++11-lang gmake gnome iconv libtool pathfix pkgconfig \
tar:bzip2
USE_GNOME= libxml2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-gtk1
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= BDB TRANSLATE TOOLS GTK1 GTK2 GTK3
+OPTIONS_DEFINE= BDB TRANSLATE TOOLS GTK2 GTK3
OPTIONS_DEFAULT=TOOLS GTK2
OPTIONS_SUB= yes
@@ -44,9 +46,6 @@ TRANSLATE_LIB_DEPENDS= libtranslate.so:textproc/libtr
TOOLS_DESC= Recode configuration utility
TOOLS_EXTRA_PATCHES= ${FILESDIR}/extrapatch-rcc-config
-
-GTK1_CONFIGURE_ENABLE= gtk1
-GTK1_USE= GNOME=glib12,gtk12
GTK2_CONFIGURE_ENABLE= gtk2
GTK2_USE= GNOME=gtk20
Modified: head/devel/librcc/pkg-plist
==============================================================================
--- head/devel/librcc/pkg-plist Fri Feb 1 13:56:12 2019 (r491811)
+++ head/devel/librcc/pkg-plist Fri Feb 1 14:24:20 2019 (r491812)
@@ -1,4 +1,3 @@
-%%TOOLS%%%%GTK1%%bin/rcc-gtk-config
%%TOOLS%%%%GTK2%%bin/rcc-gtk2-config
%%TOOLS%%%%GTK3%%bin/rcc-gtk3-config
include/librcc.h
@@ -7,10 +6,6 @@ lib/librcc.a
lib/librcc.so
lib/librcc.so.0
lib/librcc.so.0.2.12
-%%GTK1%%lib/librccgtk.a
-%%GTK1%%lib/librccgtk.so
-%%GTK1%%lib/librccgtk.so.0
-%%GTK1%%lib/librccgtk.so.0.2.12
%%GTK2%%lib/librccgtk2.a
%%GTK2%%lib/librccgtk2.so
%%GTK2%%lib/librccgtk2.so.0
More information about the svn-ports-all
mailing list