Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 11:35:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374894 - head/audio/libshairport
Message-ID:  <201412181135.sBIBZpVI011846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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