git: 1111d2b95613 - main - sysutils/libcdio: Disable broken CDDB support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 15:26:01 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=1111d2b95613b16e4cd0b1425e244de1f777d41f commit 1111d2b95613b16e4cd0b1425e244de1f777d41f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-18 15:23:57 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-05-18 15:25:43 +0000 sysutils/libcdio: Disable broken CDDB support While here, pet portclippy(1) and portlint(1). PR: 278861 --- sysutils/libcdio/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 12013520d9c0..3b9a662f6c98 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcdio -PORTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.1.0 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= GNU @@ -11,22 +11,24 @@ WWW= https://www.gnu.org/software/libcdio/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcddb.so:audio/libcddb TEST_DEPENDS= genisoimage:sysutils/genisoimage USES= compiler:c11 cpe gmake iconv libtool localbase \ ncurses pathfix perl5 pkgconfig tar:bzip2 -USE_PERL5= build +CPE_VENDOR= gnu USE_LDCONFIG= yes +USE_PERL5= build GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} -LIBS+= ${ICONV_LIB} +CONFIGURE_ARGS= --disable-cddb \ + --disable-vcd-info \ + ${ICONV_CONFIGURE_ARG} -INFO= libcdio -CPE_VENDOR= gnu INSTALL_TARGET= install-strip TEST_TARGET= check +LIBS+= ${ICONV_LIB} + +INFO= libcdio + .include <bsd.port.mk>