svn commit: r423403 - head/devel/codeblocks

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 6 11:34:26 UTC 2016


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 at 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/


More information about the svn-ports-all mailing list