From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 18:35:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB01F644; Mon, 14 Jul 2014 18:35:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88022563; Mon, 14 Jul 2014 18:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIZhs2018664; Mon, 14 Jul 2014 18:35:43 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EIZhbw018661; Mon, 14 Jul 2014 18:35:43 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407141835.s6EIZhbw018661@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 14 Jul 2014 18:35:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361808 - head/net/libexosip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 18:35:43 -0000 Author: tijl Date: Mon Jul 14 18:35:43 2014 New Revision: 361808 URL: http://svnweb.freebsd.org/changeset/ports/361808 QAT: https://qat.redports.org/buildarchive/r361808/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Set CPPFLAGS/LIBS instead of CFLAGS Modified: head/net/libexosip2/Makefile head/net/libexosip2/pkg-plist Modified: head/net/libexosip2/Makefile ============================================================================== --- head/net/libexosip2/Makefile Mon Jul 14 18:21:13 2014 (r361807) +++ head/net/libexosip2/Makefile Mon Jul 14 18:35:43 2014 (r361808) @@ -3,6 +3,7 @@ PORTNAME= libeXosip2 PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/exosip @@ -16,11 +17,14 @@ LIB_DEPENDS= libosip2.so:${PORTSDIR}/net CONFLICTS_INSTALL= libeXosip2-legacy-[0-9]* GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes SHLIB_VER= 11 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .include Modified: head/net/libexosip2/pkg-plist ============================================================================== --- head/net/libexosip2/pkg-plist Mon Jul 14 18:21:13 2014 (r361807) +++ head/net/libexosip2/pkg-plist Mon Jul 14 18:35:43 2014 (r361808) @@ -9,7 +9,7 @@ include/eXosip2/eX_setup.h include/eXosip2/eX_subscribe.h include/eXosip2/eXosip.h lib/libeXosip2.a -lib/libeXosip2.la lib/libeXosip2.so lib/libeXosip2.so.%%SHLIB_VER%% +lib/libeXosip2.so.%%SHLIB_VER%%.0.0 @dirrm include/eXosip2