svn commit: r374894 - head/audio/libshairport

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:35:51 UTC 2014


Author: bapt
Date: Thu Dec 18 11:35:50 2014
New Revision: 374894
URL: https://svnweb.freebsd.org/changeset/ports/374894
QAT: https://qat.redports.org/buildarchive/r374894/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/libshairport/Makefile

Modified: head/audio/libshairport/Makefile
==============================================================================
--- head/audio/libshairport/Makefile	Thu Dec 18 11:34:31 2014	(r374893)
+++ head/audio/libshairport/Makefile	Thu Dec 18 11:35:50 2014	(r374894)
@@ -11,11 +11,10 @@ DISTNAME=	libshairport-${PORTVERSION}_li
 MAINTAINER=	manuel.creach at icloud.com
 COMMENT=	Airport Extreme Emulator
 
-USES=		gmake libtool
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
-ACLOCAL_ARGS=	-I.
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf gmake libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-isystem${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list