Date: Sat, 24 Sep 2016 16:10:39 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422730 - head/lang/fpc-units Message-ID: <201609241610.u8OGAdig054583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Sep 24 16:10:39 2016 New Revision: 422730 URL: https://svnweb.freebsd.org/changeset/ports/422730 Log: lang/fpc-units: Set VLC unit as a non-default option Due to the VLC included in KDE, the fpc-units metapackage package coexist with the KDE metapackage due to FPC's VLC unit requiring QT5. Until such time where they can coexist, the FPC VLC unit will not be an on-by-default option to remove this install conflict. PR: 212919 Reported by: Ian Goddard (bz at austonley.org.uk) Modified: head/lang/fpc-units/Makefile Modified: head/lang/fpc-units/Makefile ============================================================================== --- head/lang/fpc-units/Makefile Sat Sep 24 16:08:08 2016 (r422729) +++ head/lang/fpc-units/Makefile Sat Sep 24 16:10:39 2016 (r422730) @@ -3,7 +3,7 @@ PORTNAME= units PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -26,8 +26,11 @@ ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO RTL_EXTRA RTL_OBJPAS RTL_UNICODE SDL SVGALIB SYMBOLIC \ SYSLOG TCL UNZIP USERS UTMP UUID X11 XFORMS ZLIB +# per PR 212919, the inclusion of the VLC unit will cause pkg(8) to require +# the deinstallation of KDE, so it's not a default option until furter notice + OPTIONS_DEFINE:= ${ALL_OPTIONS} -OPTIONS_DEFAULT:= ${ALL_OPTIONS} +OPTIONS_DEFAULT:= ${ALL_OPTIONS:NLIBVLC} A52_DESC= Interface to a52 library ASPELL_DESC= Interface to aspell spelling checker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241610.u8OGAdig054583>