Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 06:58:41 +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: r362628 - head/devel/judy
Message-ID:  <201407230658.s6N6wfNc076351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 23 06:58:40 2014
New Revision: 362628
URL: http://svnweb.freebsd.org/changeset/ports/362628
QAT: https://qat.redports.org/buildarchive/r362628/

Log:
  - Drop .la files, no dependees require them
  - Strip libraries

Modified:
  head/devel/judy/Makefile
  head/devel/judy/pkg-plist

Modified: head/devel/judy/Makefile
==============================================================================
--- head/devel/judy/Makefile	Wed Jul 23 06:58:16 2014	(r362627)
+++ head/devel/judy/Makefile	Wed Jul 23 06:58:40 2014	(r362628)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Judy
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}
 
@@ -12,10 +12,11 @@ COMMENT=	General purpose dynamic array
 
 LICENSE=	LGPL21
 
-USES=		gmake libtool:keepla
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	YES
+USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
+INSTALL_TARGET=	install-strip
 
 WRKSRC=	${WRKDIR}/${PORTNAME:tl}-${PORTVERSION}
 

Modified: head/devel/judy/pkg-plist
==============================================================================
--- head/devel/judy/pkg-plist	Wed Jul 23 06:58:16 2014	(r362627)
+++ head/devel/judy/pkg-plist	Wed Jul 23 06:58:40 2014	(r362628)
@@ -1,6 +1,5 @@
 include/Judy.h
 lib/libJudy.a
-lib/libJudy.la
 lib/libJudy.so
 lib/libJudy.so.1
 lib/libJudy.so.1.0.3



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