Skip to content

Commit

Permalink
x11/cinnamon: Disable DOCS option
Browse files Browse the repository at this point in the history
Fails to build with newer (stricter) versions of libxml2

PR:		275504
Approved by:	portmgr (maintainer timeout, 1+ month)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 12, 2024
1 parent 1ea4180 commit 3bbf0ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions x11/cinnamon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cinnamon
PORTVERSION= 5.4.9
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome

Expand Down Expand Up @@ -64,16 +64,18 @@ SHEBANG_FILES= files/* src/data-to-c.pl
USE_LDCONFIG= yes

BINARY_ALIAS= python3=${PYTHON_CMD}
MESON_ARGS= -Ddisable_networkmanager=true
PLIST_SUB+= PORTDOCS="@comment "
MESON_ARGS= -Ddocs=false -Ddisable_networkmanager=true

GLIB_SCHEMAS= org.cinnamon.gschema.xml

OPTIONS_DEFINE= DOCS NLS
OPTIONS_DEFAULT= DOCS NLS
#OPTIONS_DEFINE= DOCS NLS
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
OPTIONS_SUB= yes

DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
DOCS_MESON_TRUE= docs
#DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
#DOCS_MESON_TRUE= docs

NLS_RUN_DEPENDS= cinnamon-translations>0:misc/cinnamon-translations

Expand Down

0 comments on commit 3bbf0ba

Please sign in to comment.