Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.0_4,1 02 Mar 2024 23:44:56 |
Nuno Teixeira (eduardo) |
cad/pcb: Move man pages to share/man
Approved by: portmgr (blanket) |
4.2.0_3,1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.0_2,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.0_2,1 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.2.0_2,1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.2.0_2,1 25 Oct 2021 19:28:40 |
Piotr Kubaj (pkubaj) |
cad/pcb: fix build on non-x86
Same patch as the one used for graphics/gts, which this port bundles. |
4.2.0_2,1 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
4.2.0_2,1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
4.2.0_2,1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
4.2.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.0_1,1 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
4.2.0,1 04 Nov 2019 21:36:13 |
zeising |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'. |
4.2.0,1 15 Mar 2019 22:04:03 |
hrs |
Update to 4.2.0. |
20140316_2 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
20140316_2 24 Dec 2017 17:00:29 |
tijl |
Remove a patch for configure.ac so we can remove USE_AUTOTOOLS. The patch
added two variables that weren't used anywhere. |
20140316_2 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
20140316_1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
20140316_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
20140316_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
20140316_1 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
20140316_1 24 Mar 2015 16:01:22 |
marino |
6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils
approved by: PTHREAD blanket |
20140316_1 09 Feb 2015 15:33:54 |
sbruno |
Reverse the logic of architecture support.
Add a list of support architectures with a REASON that these are the only
supported targets. This will now skip this port on mips/mips64/armv6.
PR: 196970
Differential Revision: 196970
Reviewed by: hrs (in irc)
Approved by: mentor (implicit) |
20140316_1 20 Oct 2014 07:19:23 |
bapt |
Cleanup plist |
20140316_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
20140316 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
20140316 26 May 2014 20:21:53 |
hrs |
Update to 20140316. |
20110918_3 29 Jan 2014 09:52:05 |
gahr |
- Convert to USES=tk
- STAGE-clean
- Fix spaces in Makefile
- Register conflict with graphics/gts |
20110918_3 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
20110918_3 15 Jan 2014 23:14:39 |
bapt |
Reduce over inclusion of bsd.port.mk |
20110918_3 11 Dec 2013 14:53:20 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad
With hat: portmgr |
20110918_3 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
20110918_3 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
20110918_3 02 Sep 2013 21:27:54 |
bapt |
Add an explicit dependency on pkgconf |
20110918_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
20110918_3 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
20110918_2 15 Jul 2013 05:37:40 |
marino |
cad/pcb: unbreak after USES= gmake
The makefile already had USES defined in the NLS option.
After replacing USE_GMAKE with "USES= gmake", the value of USES is
subsequently overwritten by the default-on NLS option. Change the
NLS option to USES+= to fix.
Approved by: hrs (maintainer) |
20110918_2 09 Jul 2013 21:49:36 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake |
20110918_2 28 Apr 2013 21:23:56 |
hrs |
- Add LICENSE.
- Add MAKE_JOBS_SAFE=yes.
- Use OPTIONS_DEFINE.
- Enable NLS by default.
- Trim old-style header.
- Update WWW: in pkg-descr. |
20110918_1 23 Apr 2013 11:51:53 |
gahr |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
20110918_1 07 Feb 2013 14:57:49 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr |
20110918_1 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
20110918_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20110918 17 Mar 2012 11:31:09 |
hrs |
Update to 20110918.
Feature safe: yes |
20100929_2 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
20100929_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20100929_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
20100929_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
20100929_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
20100929_2 03 Oct 2010 13:42:06 |
hrs |
Fix build in the NOPORTDOCS=yes case.
Spotted by: QAT |
20100929_1 03 Oct 2010 13:08:29 |
hrs |
Fix build.
Spotted by: erwin |
20100929_1 01 Oct 2010 02:30:10 |
hrs |
Fix dependency and a style clean-up.
Spotted by: QAT |
20100929 30 Sep 2010 19:02:31 |
hrs |
Update to 20100929. Changes include:
Features
--------
- PCB can directly import (forward annotate) schematics while running.
- Many places where measurements are entered now accept units, like
"5mm", and "cm" and "in" are allowed too.
- Free Rotate Buffer added to menu
- Polygon Hole tool.
- F12 invokes the Lock tool.
- Russian translation added.
- DBUS is enabled by default when possible.
- Command-line exporters can run action scripts too.
- GTK tool tips on elements, pins, and nets. (Only the first 15 lines of the commit message are shown above ) |
20091103 19 Jun 2010 07:37:47 |
linimon |
Mark as broken on sparc64.
Hat: portmgr
Feature safe: yes |
20091103 20 May 2010 20:50:04 |
hrs |
Update to 20091103. |
20081128_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20081128_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20081128_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
20081128_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
20081128 28 Mar 2009 20:29:35 |
hrs |
Update to 20081128. Changes include:
- Minor bug fixes in RS274-X output.
- Bug fixes in postscript output
- DRC checks for annular ring on pads only uses the mininum annular
ring drc setting instead of also checking minimum copper width.
- Fix postscript output for zero length lines.
- Improve the 'save before closing' dialogs.
- Fixed bugs where objects attached to the cursor vanish sometimes.
- Allow outline layers to have only arcs.
- Added "Ben Mode" png output which provides a simulated "photograph"
of the board. Very nice for publications.
- Fix poly clearance around rotated pads.
- Fix the batch HID which had bit rotted a little.
- Display net names hierarchically.
- Various speed improvements in the GTK HID.
- Various speed improvements in the autorouter.
- Minor improvements to the windows port.
- Other various bug fixes. |
20080202_3 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
20080202_3 18 Jun 2008 04:53:56 |
hrs |
Fix dependency (m4>=1.4.11). The previous version of m4 (1.4.9)
has a bug in negative number handling and cad/pcb can fail in the
configuring stage due to it. |
20080202_2 10 Jun 2008 16:11:03 |
hrs |
Fix pkg-plist.
Spotted by: QA Tindy |
20080202_1 10 Jun 2008 02:36:26 |
hrs |
Add a missing dependency.
Spotted by: QA Tindy
CVS ---------------------------------------------------------------------- |
20080202 08 Jun 2008 16:09:31 |
hrs |
Update to 20080202 snapshot. Changes include:
- Added a footprin preview in the library window
- Added gnome/kde desktop integration files (app and mime icons, and
.desktop file)
- Added i18n support
- Updated dbus support
- Fix a number of GCC 4 compiler warnings
- Make the gtk gui more robust against malformed menu resource files
- Added checking for duplicate hot key definitions in the menu
resource file in the gtk gui.
- Improved support for building on win32.
- Removed automake/autoconf generated files from cvs
- Fixed some parallel make bugs
- Fixed some scrolling/panning bugs in the gtk gui. (Only the first 15 lines of the commit message are shown above ) |
20060822_2 06 Jun 2008 13:14:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
20060822_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
20060822_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20060822 02 Apr 2007 22:56:15 |
pav |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
20060822 09 Oct 2006 09:52:05 |
hrs |
Update to 20060822. Changes include:
- various manual updates
- update the INSTALL documentation
- fix a bug where pins turned into pure holes when an element
was smashed.
- use locale-independent strtod and dtostr functions to avoid problems
loading files saved in some locales.
- fixed various bugs which caused pcb to crash
- update the gtk status line after save/save as
- make the gerber file names be compatible with pre-HID versions
- split plated and unplated drill output
- fix various typos in menus and comments
- add a batch mode HID.
- fix drawing of box around text in the buffer (Only the first 15 lines of the commit message are shown above ) |
20060422_1 18 Sep 2006 18:13:41 |
hrs |
Add pthread dependency to fix a crash problem.
PR: ports/101327
Spotted by: Michael Glaum <mglaum@sdf.lonestar.org> |
20060422 02 Aug 2006 06:22:04 |
hrs |
- Add dependency on x11-toolkits/tk83[1].
- Update to 20060414[2].
PR: ports/101128[1]
Submitted by: Michael Glaum[1], Tomdean[2] |
20060414 10 Jul 2006 06:38:55 |
hrs |
Update to 20060414. Changes include:
** 20060414
- This is the first snapshot of the new HID version of PCB. HID, which
stands for Human Interface Device is the abstraction created by
DJ Delorie which seperates the core PCB code from the graphical user
interface. In this release, two GUI HID's are supported, gtk and lesstif.
In addition, there are HID exporters for postscript and encapsulated
postscript, RS-274-X (gerber), bill of materials, centroid file, and
png/gif/jpeg. This represents a major restructuring of the code and
many months of work.
- PCB's actions (the commands which drive the core of the program and
may be directly accessed by the user) now have the documentation in-line (Only the first 15 lines of the commit message are shown above ) |
20050609_1 22 Jan 2006 08:20:48 |
edwin |
SHA256ify
Approved by: krion@ |
20050609_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
20050609 14 Jun 2005 16:18:01 |
hrs |
Update to 20050609. Changes include:
- The GUI is now based on gtk2 instead of Xaw
- Flags are stored symbolically in the .pcb file.
- As part of the switch to gtk2, the user customizable menu feature has
been temporarily broken. Hopefully this will be fixed by the next
snapshot. In addition, the loading of background images has also been
temporarily broken.
Submitted by: des |
20040215 23 Feb 2004 23:48:09 |
pav |
- Remove unneeded dependency on teTeX, add gm4 and tk as run dependency too
Submitted by: hrs (maintainer) |
20040215 19 Feb 2004 22:18:45 |
pav |
- Update to 20040215
- Remove BROKEN and removal warning
PR: ports/63078
Submitted by: bruno <bruno@mail.tinkerbox.org> |
20030815 07 Feb 2004 23:47:04 |
kris |
This port is also broken on 4.x, and will be removed after April 7 |
20030815 07 Feb 2004 23:29:09 |
kris |
BROKEN on 5.x: fails to configure |
20030815 06 Feb 2004 19:48:29 |
krion |
- Fix build on bento
- Assign maintainership to submitter
PR: 62444
Submitted by: hrs |
20030815 29 Jan 2004 09:14:46 |
pav |
- Add dependency on tcl to satisfy configure script
Reported by: bento via kris |
20030815 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
20030815 21 Jan 2004 19:02:56 |
pav |
- Update to 20030815 snapshot
PR: ports/61606
Submitted by: bruno <bruno@mail.tinkerbox.org> |
1.7.3 22 Oct 2003 09:31:46 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.7.3 30 Jul 2003 20:18:51 |
naddy |
Release maintainership of ports due to personal technical difficulties.
Submitted by: Serge Gagnon |
1.7.3 23 Jul 2003 16:41:45 |
oliver |
Update to 1.7.3 and fix unfetchable distfile
PR: ports/53070
Submitted by: Serge Gagnon <gagnon__s@videotron.ca> |
1.7_1 20 Feb 2003 16:52:46 |
knu |
De-pkg-comment. |
1.7_1 12 Jan 2003 03:13:24 |
kris |
Fix build on -current (don't define sys_nerr) |
1.7_1 18 Sep 2002 23:29:13 |
kris |
Remove dependency on texi2html port; a different version of
texi2html is included in the teTeX port, which is already a dependency.
Thus, during a port build the teTeX port will be installed first, which
automatically satisfies the dependency check for texi2html, so the latter
port is never installed; however during a package build the full set of
packages are added, so we end up with the texi2html binary from the
texi2html port overwriting that from teTeX, which is incompatible and
causes the build to fail. |
1.7_1 18 Sep 2002 08:31:39 |
alane |
Unmark BROKEN. It builds fine. |
1.7_1 01 Sep 2002 12:39:38 |
okazaki |
Add URL. |
1.7_1 18 May 2002 03:04:16 |
kris |
BROKEN: Does not build |
1.7_1 17 May 2002 20:50:54 |
trevor |
Use new domain name for Tokyo University of Science.
PR: 38196
Submitted by: hrs |
1.7_1 02 Apr 2002 17:54:40 |
dwcjr |
Don't depend on textinfo
PR: 36516
Submitted by: ports@geeksrus.net |
1.7 15 Mar 2002 21:09:55 |
pat |
Fix typo in depends
PR: 35928
Submitted by: Erik Änggård <erik.anggard@packetfront.com> |
27 Dec 2001 14:25:50 |
kuriyama |
Fix texti2html's path. |
23 Dec 2001 17:34:48 |
dwcjr |
Fix building docs due to missing dependencies |
24 Nov 2001 18:02:02 |
petef |
Fix manpage packaging. |
04 Oct 2001 13:35:41 |
joerg |
Fix the docs installation. |