Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2024 10:37:36 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f21af2ec22f4 - main - audio/liba52: Define USE_CSTD= gnu89 and remove GNU_CONFIGURE_MANPREFIX
Message-ID:  <202408241037.47OAbaVi094512@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f21af2ec22f4190df471559a34c64d9cf62363b5

commit f21af2ec22f4190df471559a34c64d9cf62363b5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-24 10:15:18 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-24 10:36:02 +0000

    audio/liba52: Define USE_CSTD= gnu89 and remove GNU_CONFIGURE_MANPREFIX
    
    ...to avoid potential build failures down the road and
    GNU_CONFIGURE_MANPREFIX is no longer necessary
---
 audio/liba52/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile
index 60cc806b80b4..666c3bc4afb8 100644
--- a/audio/liba52/Makefile
+++ b/audio/liba52/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	liba52
 DISTVERSION=	0.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	https://distfiles.adelielinux.org/source/a52dec/
 DISTNAME=	a52dec-${DISTVERSION}
@@ -13,10 +13,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf libtool pathfix
+USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 


help

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