svn commit: r507040 - head/audio/mpg123

Roman Bogorodskiy novel at FreeBSD.org
Sun Jul 21 08:35:08 UTC 2019


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
 


More information about the svn-ports-all mailing list