Date: Tue, 28 Nov 2017 11:47:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455037 - head/x11-toolkits/gtk20 Message-ID: <201711281147.vASBlgC5042674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 28 11:47:42 2017 New Revision: 455037 URL: https://svnweb.freebsd.org/changeset/ports/455037 Log: - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtk20/pkg-descr Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Tue Nov 28 11:47:16 2017 (r455036) +++ head/x11-toolkits/gtk20/Makefile Tue Nov 28 11:47:42 2017 (r455037) @@ -23,7 +23,8 @@ PORTSCOUT= limitw:0,even RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix +USES+= gettext gmake libtool localbase:ldflags pathfix perl5 \ + pkgconfig python:run shebangfix SHEBANG_FILES= gtk/gtk-builder-convert GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ @@ -33,8 +34,6 @@ USE_PERL5= build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --with-xinput=yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= CUPS DEBUG Modified: head/x11-toolkits/gtk20/pkg-descr ============================================================================== --- head/x11-toolkits/gtk20/pkg-descr Tue Nov 28 11:47:16 2017 (r455036) +++ head/x11-toolkits/gtk20/pkg-descr Tue Nov 28 11:47:42 2017 (r455037) @@ -7,4 +7,4 @@ GTK+-2 is a very stable release, similar only in desig GTK+-2 can coexist happily alongside GTK+-1, but applications are written for one version or the other. -WWW: http://www.gtk.org/ +WWW: https://www.gtk.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281147.vASBlgC5042674>