Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 22:44:30 +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: r389998 - head/graphics/camerakit
Message-ID:  <201506172244.t5HMiU8O079865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 22:44:29 2015
New Revision: 389998
URL: https://svnweb.freebsd.org/changeset/ports/389998

Log:
  - Strip library

Modified:
  head/graphics/camerakit/Makefile

Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile	Wed Jun 17 22:44:19 2015	(r389997)
+++ head/graphics/camerakit/Makefile	Wed Jun 17 22:44:29 2015	(r389998)
@@ -2,7 +2,7 @@
 
 PORTNAME=	camerakit
 PORTVERSION=	0.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	CameraKit-20041011
@@ -12,10 +12,13 @@ COMMENT=	Framework that allows to access
 
 LIB_DEPENDS=	libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
 
-USES=	tar:bzip2 gnustep
+USES=		tar:bzip2 gnustep
 USE_GNUSTEP=	build back
 USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
 
 WRKSRC=		${WRKDIR}/CameraKit
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so
+
 .include <bsd.port.mk>



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