Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 08:35:07 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507040 - head/audio/mpg123
Message-ID:  <201907210835.x6L8Z7jK023207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Jul 21 08:35:07 2019
New Revision: 507040
URL: https://svnweb.freebsd.org/changeset/ports/507040

Log:
  audio/mpg123: drop devel/libltdl dependency
  
  Starting with mpg123 1.24.0, libltdl is no longer needed,
  so remove the dependency and the corresponding configure
  argument.
  
  PR:		239356
  Submitted by:	avos

Modified:
  head/audio/mpg123/Makefile

Modified: head/audio/mpg123/Makefile
==============================================================================
--- head/audio/mpg123/Makefile	Sun Jul 21 07:44:45 2019	(r507039)
+++ head/audio/mpg123/Makefile	Sun Jul 21 08:35:07 2019	(r507040)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mpg123
 PORTVERSION=	1.25.10
+PORTREVISION=	1
 CATEGORIES=	audio ipv6
 MASTER_SITES=	SF \
 		http://www.mpg123.de/download/
@@ -12,14 +13,11 @@ COMMENT=	Command-line player for MPEG Layer 1, 2, and 
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	libltdl.so:devel/libltdl
-
 USES=		tar:bzip2 gmake libtool localbase pathfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-optimization=0 \
-		--with-module-suffix=.so
+CONFIGURE_ARGS=	--with-optimization=0
 
 INSTALL_TARGET=	install-strip
 



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