Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 15:23:24 +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: r388722 - head/databases/gigabase
Message-ID:  <201506071523.t57FNOl2021926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jun  7 15:23:23 2015
New Revision: 388722
URL: https://svnweb.freebsd.org/changeset/ports/388722

Log:
  - Strip libraries

Modified:
  head/databases/gigabase/Makefile

Modified: head/databases/gigabase/Makefile
==============================================================================
--- head/databases/gigabase/Makefile	Sun Jun  7 15:23:21 2015	(r388721)
+++ head/databases/gigabase/Makefile	Sun Jun  7 15:23:23 2015	(r388722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gigabase
 PORTVERSION=	3.91
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
 		http://www.garret.ru/
@@ -20,4 +21,7 @@ DOS2UNIX_FILES=	Makefile.in configure.in
 USE_GCC=	any
 USE_LDCONFIG=	yes
 
+post-build:
+	${STRIP_CMD} ${WRKSRC}/.libs/*.so
+
 .include <bsd.port.mk>



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