Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 08:25:54 +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: r355595 - head/devel/libmpcbdm
Message-ID:  <201405280825.s4S8PsEW029783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 28 08:25:54 2014
New Revision: 355595
URL: http://svnweb.freebsd.org/changeset/ports/355595
QAT: https://qat.redports.org/buildarchive/r355595/

Log:
  - Switch to USES=libtool
  - Strip library

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

Modified: head/devel/libmpcbdm/Makefile
==============================================================================
--- head/devel/libmpcbdm/Makefile	Wed May 28 08:24:15 2014	(r355594)
+++ head/devel/libmpcbdm/Makefile	Wed May 28 08:25:54 2014	(r355595)
@@ -3,10 +3,10 @@
 
 PORTNAME=	libmpcbdm
 PORTVERSION=	0.0.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/libmpc8xx/libmpc8xx/${PORTVERSION} \
 		http://mbsd.msk.ru/dist/
-
 DISTNAME=	mpc8xx-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,8 +14,9 @@ COMMENT=	Standalone library to control v
 
 WRKSRC=		${WRKDIR}/libmpc8xx
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 ONLY_FOR_ARCHS=	amd64 i386

Modified: head/devel/libmpcbdm/pkg-plist
==============================================================================
--- head/devel/libmpcbdm/pkg-plist	Wed May 28 08:24:15 2014	(r355594)
+++ head/devel/libmpcbdm/pkg-plist	Wed May 28 08:25:54 2014	(r355595)
@@ -7,10 +7,9 @@ include/mpc8xx/mpc8xxmem.h
 include/mpc8xx/mpc8xxmisc.h
 include/mpc8xx/mpc8xxspr.h
 include/mpc8xx/mpc8xxtarget.h
-lib/libmpc8xx.a
-lib/libmpc8xx.la
 lib/libmpc8xx.so
 lib/libmpc8xx.so.0
+lib/libmpc8xx.so.0.0.3
 %%DATADIR%%/Flash.dev
 @dirrm %%DATADIR%%
 @dirrm include/mpc8xx



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