svn commit: r362746 - head/emulators/lib765

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 22:32:14 UTC 2014


Author: amdmi3
Date: Wed Jul 23 22:32:13 2014
New Revision: 362746
URL: http://svnweb.freebsd.org/changeset/ports/362746
QAT: https://qat.redports.org/buildarchive/r362746/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/emulators/lib765/Makefile
  head/emulators/lib765/pkg-plist

Modified: head/emulators/lib765/Makefile
==============================================================================
--- head/emulators/lib765/Makefile	Wed Jul 23 22:30:53 2014	(r362745)
+++ head/emulators/lib765/Makefile	Wed Jul 23 22:32:13 2014	(r362746)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lib765
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	emulators devel
 MASTER_SITES=	http://www.seasip.demon.co.uk/Unix/LibDsk/
 
@@ -11,7 +12,8 @@ COMMENT=	Emulation of uPD765a Floppy Dis
 
 LICENSE=	LGPL20
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS LIBDSK
@@ -25,5 +27,6 @@ LIBDSK_LIB_DEPENDS=	libdsk.so:${PORTSDIR
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so
 
 .include <bsd.port.mk>

Modified: head/emulators/lib765/pkg-plist
==============================================================================
--- head/emulators/lib765/pkg-plist	Wed Jul 23 22:30:53 2014	(r362745)
+++ head/emulators/lib765/pkg-plist	Wed Jul 23 22:32:13 2014	(r362746)
@@ -1,8 +1,8 @@
 include/765.h
 lib/lib765.a
-lib/lib765.la
 lib/lib765.so
-lib/lib765.so.4
+lib/lib765.so.3
+lib/lib765.so.3.1.2
 %%PORTDOCS%%%%DOCSDIR%%/765.txt
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list