Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 16:55:06 +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: r386434 - head/devel/omniORB-4.1
Message-ID:  <201505151655.t4FGt6IY050024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 15 16:55:06 2015
New Revision: 386434
URL: https://svnweb.freebsd.org/changeset/ports/386434

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip libraries

Modified:
  head/devel/omniORB-4.1/Makefile

Modified: head/devel/omniORB-4.1/Makefile
==============================================================================
--- head/devel/omniORB-4.1/Makefile	Fri May 15 16:54:59 2015	(r386433)
+++ head/devel/omniORB-4.1/Makefile	Fri May 15 16:55:06 2015	(r386434)
@@ -3,6 +3,7 @@
 
 PORTNAME=	omniORB
 PORTVERSION=	4.1.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	41
@@ -10,7 +11,8 @@ PKGNAMESUFFIX=	41
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Robust high performance CORBA ORB for C++ and Python
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	omniORB-4.2.*
 
@@ -40,6 +42,8 @@ pre-configure:
 	       	${WRKSRC}/contrib/pkgconfig/GNUmakefile.in
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so \
+		${STAGEDIR}${PYTHON_SITELIBDIR}/_omniidlmodule.so
 	${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl')"
 	${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl_be')"
 	cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} *.1 ${STAGEDIR}${MAN1PREFIX}/man/man1



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