Date: Thu, 12 Sep 2019 14:06:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 240536] textproc/gtk-doc: make configure dependency on highlight explicit Message-ID: <bug-240536-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240536 Bug ID: 240536 Summary: textproc/gtk-doc: make configure dependency on highlight explicit Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Flags: maintainer-feedback?(gnome@FreeBSD.org) Assignee: gnome@FreeBSD.org Created attachment 207421 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207421&action= =3Dedit [patch] make highlight dependency explicit at configure time If textproc/source-highlight is installed when you run 'make -C textproc/gtk-doc configure', the configure phase will detect source-highlig= ht first before highlight. This makes gtk-doc implicitly dependent on source-highlight. If source-highlight is later removed, gtk-doc is broken (config.py contains a now invalid reference to source-highlight). This is solved by specifying --with-highlight=3Dhighlight for configure. While here, appease portlint a bit by moving USES earlier. I could see that this could merit a PORTREVISION bump, but this change shouldn't change packages that are currently built on the freebsd package servers (a poudriere gtk-doc build jail would not have the source-highlight package installed). QA: - poudriere textport: ok - portlint: ok --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240536-7788>