Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 22:57:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362602 - head/audio/libshairport
Message-ID:  <201407222257.s6MMv25A054836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 22 22:57:02 2014
New Revision: 362602
URL: http://svnweb.freebsd.org/changeset/ports/362602
QAT: https://qat.redports.org/buildarchive/r362602/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/libshairport/Makefile
  head/audio/libshairport/pkg-plist

Modified: head/audio/libshairport/Makefile
==============================================================================
--- head/audio/libshairport/Makefile	Tue Jul 22 22:28:03 2014	(r362601)
+++ head/audio/libshairport/Makefile	Tue Jul 22 22:57:02 2014	(r362602)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libshairport
 PORTVERSION=	1.2.0.20310
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://mirrors.xbmc.org/build-deps/darwin-libs/
 DISTNAME=	libshairport-${PORTVERSION}_lib
@@ -10,7 +11,7 @@ DISTNAME=	libshairport-${PORTVERSION}_li
 MAINTAINER=	manuel.creach@icloud.com
 COMMENT=	Airport Extreme Emulator
 
-USES=		gmake
+USES=		gmake libtool
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 ACLOCAL_ARGS=	-I.
 AUTOMAKE_ARGS=	--add-missing

Modified: head/audio/libshairport/pkg-plist
==============================================================================
--- head/audio/libshairport/pkg-plist	Tue Jul 22 22:28:03 2014	(r362601)
+++ head/audio/libshairport/pkg-plist	Tue Jul 22 22:57:02 2014	(r362602)
@@ -1,6 +1,6 @@
-lib/libshairport.la
 lib/libshairport.so
 lib/libshairport.so.0
+lib/libshairport.so.0.0.0
 include/shairport/shairport.h
 include/shairport/ao.h
 include/shairport/socketlib.h



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