From owner-svn-ports-all@freebsd.org Fri Sep 25 15:17:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6466A09232; Fri, 25 Sep 2015 15:17:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 D76691838; Fri, 25 Sep 2015 15:17:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PFHWpq092197; Fri, 25 Sep 2015 15:17:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PFHW8Z092195; Fri, 25 Sep 2015 15:17:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509251517.t8PFHW8Z092195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Sep 2015 15:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397827 - head/devel/librcc 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.20 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: Fri, 25 Sep 2015 15:17:33 -0000 Author: amdmi3 Date: Fri Sep 25 15:17:31 2015 New Revision: 397827 URL: https://svnweb.freebsd.org/changeset/ports/397827 Log: - Add LICENSE - Strip libraries Modified: head/devel/librcc/Makefile Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Fri Sep 25 15:14:18 2015 (r397826) +++ head/devel/librcc/Makefile Fri Sep 25 15:17:31 2015 (r397827) @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy @@ -11,6 +11,9 @@ MASTER_SITES= http://dside.dyndns.org/fi MAINTAINER= ports@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ libenca.so:${PORTSDIR}/converters/enca \ libaspell.so:${PORTSDIR}/textproc/aspell @@ -19,6 +22,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib