Date: Thu, 6 Oct 2016 11:34:25 +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: r423403 - head/devel/codeblocks Message-ID: <201610061134.u96BYPwv051319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Oct 6 11:34:24 2016 New Revision: 423403 URL: https://svnweb.freebsd.org/changeset/ports/423403 Log: - Switch to USES=localbase - Remove unneeded license mentions from pkg-descr PR: 212665 Submitted by: amdmi3 Approved by: lbartoletti@tuxfamily.org (maintainer) Modified: head/devel/codeblocks/Makefile head/devel/codeblocks/pkg-descr Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Thu Oct 6 09:52:39 2016 (r423402) +++ head/devel/codeblocks/Makefile Thu Oct 6 11:34:24 2016 (r423403) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_system.so:devel/bo libfreetype.so:print/freetype2 \ libhunspell-1.3.so:textproc/hunspell -USES= autoreconf compiler desktop-file-utils fam:gamin \ +USES= autoreconf compiler desktop-file-utils fam:gamin localbase \ gettext-runtime libtool pathfix pkgconfig shared-mime-info USE_WX= 2.8 USE_GNOME= gtk20 cairo @@ -28,8 +28,6 @@ USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ --disable-pch -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lboost_system PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip Modified: head/devel/codeblocks/pkg-descr ============================================================================== --- head/devel/codeblocks/pkg-descr Thu Oct 6 09:52:39 2016 (r423402) +++ head/devel/codeblocks/pkg-descr Thu Oct 6 11:34:24 2016 (r423403) @@ -6,7 +6,4 @@ The WEB site states: the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." -LICENSE: GPL3 or later (IDE) -LICENSE: LGPL3 or later (SDK) - WWW: http://www.codeblocks.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061134.u96BYPwv051319>