svn commit: r355595 - head/devel/libmpcbdm

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 28 08:25:55 UTC 2014


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 at 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


More information about the svn-ports-all mailing list