Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2016 07:27:35 +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: r421306 - head/devel/dbus-c++
Message-ID:  <201609040727.u847RZxw004438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep  4 07:27:35 2016
New Revision: 421306
URL: https://svnweb.freebsd.org/changeset/ports/421306

Log:
  - Fix LICENSE
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/devel/dbus-c++/Makefile

Modified: head/devel/dbus-c++/Makefile
==============================================================================
--- head/devel/dbus-c++/Makefile	Sun Sep  4 07:23:43 2016	(r421305)
+++ head/devel/dbus-c++/Makefile	Sun Sep  4 07:27:35 2016	(r421306)
@@ -10,7 +10,7 @@ CATEGORIES=	devel gnome
 MAINTAINER=	yuri@rawbw.com
 COMMENT=	C++ API for D-BUS
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	andreas-volz
 GH_PROJECT=	dbus-cplusplus
 
-USES=		autoreconf compiler:c++11-lib gettext gmake libtool pkgconfig
+USES=		autoreconf compiler:c++11-lib gettext gmake libtool localbase pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
@@ -31,11 +31,10 @@ CONFIGURE_ARGS=	--prefix=${LOCALBASE} \
 		--disable-tests \
 		--disable-examples \
 		--disable-doxygen-docs
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609040727.u847RZxw004438>