Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 18:01:25 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r519772 - branches/2019Q4/sysutils/xorriso
Message-ID:  <201912101801.xBAI1PJe038598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Dec 10 18:01:25 2019
New Revision: 519772
URL: https://svnweb.freebsd.org/changeset/ports/519772

Log:
  MFH: r519771
  
  Add missing dependency for the CDIO option.
  
  Bump PORTREVISON for LIB_DEPENDS change.
  
  Approved by:	portmgr (blanket)
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q4/sysutils/xorriso/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/sysutils/xorriso/Makefile
==============================================================================
--- branches/2019Q4/sysutils/xorriso/Makefile	Tue Dec 10 17:59:16 2019	(r519771)
+++ branches/2019Q4/sysutils/xorriso/Makefile	Tue Dec 10 18:01:25 2019	(r519772)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xorriso
 PORTVERSION=	1.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 DISTNAME=	libisoburn-${PORTVERSION}
@@ -35,6 +35,7 @@ LIBACL_DESC=	ACL Support
 LIBJTE_DESC=	Jigdo Support
 XATTR_DESC=	Extended file attribute Support
 
+CDIO_LIB_DEPENDS=		libcdio.so:sysutils/libcdio
 CDIO_CONFIGURE_ENABLE=		libcdio
 DEBUG_CONFIGURE_ENABLE=		debug
 LIBACL_CONFIGURE_ENABLE=	libacl



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