From 47d1ac1695680f95bb443f3afc0121c9db6c4791 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 28 Jul 2014 19:11:35 +0000 Subject: [PATCH] - Switch to USES=libtool, drop .la files --- audio/mpiosh/Makefile | 10 ++++------ audio/mpiosh/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index d6077a3d539a..271fe08e3ccd 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpiosh PORTVERSION= 0.7.1.p2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2 DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} @@ -11,22 +11,20 @@ DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} MAINTAINER= ports@FreeBSD.org COMMENT= Digit@lway MPIO MP3 player tool -USES= iconv readline +USES= iconv libtool readline GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal automake autoconf libtool +USE_AUTOTOOLS= aclocal automake autoconf libtoolize ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -.include - EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in post-patch: ${RM} -f ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am -.include +.include diff --git a/audio/mpiosh/pkg-plist b/audio/mpiosh/pkg-plist index 8263c7ef5f4f..cb12e3b16da6 100644 --- a/audio/mpiosh/pkg-plist +++ b/audio/mpiosh/pkg-plist @@ -4,8 +4,8 @@ etc/mpio/mpioshrc include/mpio/defs.h include/mpio/mpio.h lib/libmpio.a -lib/libmpio.la lib/libmpio.so lib/libmpio.so.1 +lib/libmpio.so.1.0.0 @dirrm include/mpio @dirrm etc/mpio