svn commit: r455037 - head/x11-toolkits/gtk20

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 28 11:47:43 UTC 2017


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/


More information about the svn-ports-all mailing list