1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

7441 Commits

Author SHA1 Message Date
Alexey Dokuchaev
6f2e67040e Remove superfluous linefeeds. 2018-01-11 16:24:53 +00:00
Dmitry Marakasov
59ec05f496 - Add missing python flavors 2018-01-10 15:39:39 +00:00
Alexey Dokuchaev
2c0789eb84 Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
2018-01-10 15:08:51 +00:00
Sunpoet Po-Chuan Hsieh
b6523e8012 Update to 3.21.2
Changes:	https://github.com/fonttools/fonttools/releases
2018-01-10 12:43:12 +00:00
Justin Hibbits
6ab1b175f9 Drop PIE for cups, it's not supported on powerpc, so fails the build
Reviewed By:tijl
Differential Revision: https://reviews.freebsd.org/D10613
2018-01-10 03:54:34 +00:00
Jung-uk Kim
bd60c841d0 Update to 0.0.4. 2018-01-10 00:40:45 +00:00
Jung-uk Kim
d884cb8fc2 Update to 0.1.3. 2018-01-10 00:36:20 +00:00
Dmitry Marakasov
e222e414e1 - Update WWW 2018-01-07 09:00:52 +00:00
Raphael Kubo da Costa
f6ceca6350 Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

    %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
2018-01-06 21:30:31 +00:00
Jan Beich
08b2f4dc2e print/ghostscript9-agpl-base: revert r432155 per FreeBSD 11.0 EOL
Approved by:	portmgr blanket
2018-01-05 02:57:59 +00:00
Sunpoet Po-Chuan Hsieh
097ffa8d39 Update to 3.21.1
Changes:	https://github.com/fonttools/fonttools/releases
2018-01-04 20:11:48 +00:00
Raphael Kubo da Costa
a9709471be Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
2018-01-02 20:21:34 +00:00
Danilo Egea Gondolfo
3f45c42bd5 - Update to 20180101 2018-01-01 16:54:50 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Jan Beich
09d0c73825 print/harfbuzz: update to 1.7.4
Changes:	https://github.com/harfbuzz/harfbuzz/blob/1.7.4/NEWS
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Pointy hat to:	jbeich (for not reading gnome@ list)
2017-12-27 17:15:14 +00:00
Sunpoet Po-Chuan Hsieh
253fba7168 Restrict download htmlxref.cnf from my LOCAL
Do not download htmlxref.cnf from GNU directly to avoid checksum error when
upstream updates this unversioned file.

=> htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5.
=> Attempting to fetch http://ftp.gnu.org/gnu/texinfo/htmlxref.cnf
fetch: http://ftp.gnu.org/gnu/texinfo/htmlxref.cnf: size mismatch: expected 20137, actual 20118

MFH:		2017Q4
2017-12-26 14:55:09 +00:00
Sunpoet Po-Chuan Hsieh
ecff7fd1e1 Change WWW to PyPI 2017-12-25 13:53:44 +00:00
Sunpoet Po-Chuan Hsieh
028e17d421 Relax USES=python 2017-12-24 11:15:06 +00:00
Ben Woods
3f74c0178a print/hplip: Fix pkg-plist when X11 disabled but QT4 or QT5 enabled
PR:		222989
Reported by:	freebsd@dreamchaser.org
2017-12-24 08:49:05 +00:00
Ben Woods
89b406a398 print/hplip and print/hplip-plugin: Update to 3.17.11
Changes this release:
  https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
2017-12-24 07:10:45 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Dmitry Marakasov
d4596c9d2e - Add LICENSE
- Update WWW
2017-12-22 09:00:36 +00:00
Antoine Brodin
a4fb0f0c3e Restrict to python 2.7
Pointy hat:	sunpoet
2017-12-21 19:10:41 +00:00
Sunpoet Po-Chuan Hsieh
cdbcd4b833 Update to 0.8.0
- Add LICENSE
- Add NO_ARCH
- Relax USES=python
- Take maintainership

Changes:	https://groups.google.com/forum/#!forum/python-relatorio
2017-12-21 17:41:10 +00:00
Sunpoet Po-Chuan Hsieh
5220182bed Update to 3.21.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-12-19 18:20:47 +00:00
Ben Woods
dc2e9866a1 print/hplip and print/hplip-plugin: Fix URL and LICENSE information.
The URL change reflects a recent website change by HP, and was
preventing print/hplip-plugin from fetching correctly.

The LICENSE change reflects the fact that the introductory license
to the python source files mention that a later version of the GPL
can optionally be used.

PR:		224435
PR:		224408
Submitted by:	Mason Loring Bliss <mason@blisses.org>
Reported by:	jhb
Reviewed by:	jhb
MFH:		2017Q4
2017-12-19 05:47:40 +00:00
Jan Beich
bcbf20bd23 print/harfbuzz: update to 1.7.3
Changes:	https://github.com/harfbuzz/harfbuzz/blob/1.7.3/NEWS
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
2017-12-19 04:20:41 +00:00
Torsten Zuehlsdorff
1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00
Jan Beich
59574e693e print/harfbuzz-icu: chase C++11 library after r450556 2017-12-14 00:04:52 +00:00
Jan Beich
aa745c7c7b print/harfbuzz: update to 1.7.2
Changes:	https://github.com/harfbuzz/harfbuzz/blob/1.7.2/NEWS
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
2017-12-14 00:04:35 +00:00
Antoine Brodin
e06ed5a72a - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
- For totem, the pylint command is needed,  not the pylint module
2017-12-13 16:05:48 +00:00
Antoine Brodin
a8cc35a10e - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 12:40:15 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Marcelo Araujo
d6adbfb564 Make reproducible builds removing the date of compilation.
PR:		ports/223622
Submitted by:	Michael Kotlyar <mdk369@nyu.edu>
2017-11-27 05:24:53 +00:00
Yuri Victorovich
af693593f6 print/pdfstitch: Update to 0.6
PR:		223442
Submitted by:	Stefan Hagen <freebsd-bugzilla@textmail.me>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13218
2017-11-24 19:22:13 +00:00
Sunpoet Po-Chuan Hsieh
e040cbd96d Update to 3.20.1
Changes:	https://github.com/fonttools/fonttools/releases
2017-11-23 19:09:35 +00:00
Sunpoet Po-Chuan Hsieh
ddbb7ab523 Update to 3.20.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-11-22 23:35:04 +00:00
Dirk Meyer
85f1b2ef31 - make file reproducible
PR:		223660
Submitted by:	ksraman.91
2017-11-14 07:19:10 +00:00
Hans Petter Selasky
514d6dc63e Fix some compiler warnings.
Approved by:	maintainer
2017-11-11 16:07:52 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Sunpoet Po-Chuan Hsieh
482b9e8640 Update to 3.19.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-11-07 21:02:23 +00:00
Tijl Coosemans
4b974739d5 - Update print/gl2ps to 1.4.0.
- Use upstream build system so the static library is no longer built with
  -fPIC, the shared library gets a proper version and SONAME, and flags
  like LDFLAGS are respected.
- Drop dependency on libGLU and Xorg libraries.
- Add LICENSE.
- Update pkg-descr.

PR:		223204
Approved by:	maintainer timeout (2 weeks)
2017-11-07 17:12:06 +00:00
Baptiste Daroussin
4d29cdda8a Update to 0.3.1
- Fix a segmentation faut with some manpages

PR:		223447
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2017-11-05 20:41:19 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Tijl Coosemans
26d06b4dd5 Update to 2.2.6. 2017-11-02 17:03:32 +00:00
Jan Beich
e4b4177bbc Don't try to look for PLIST under .OBJDIR
If MAKEOBJDIRPREFIX and WRKDIRPREFIX are same PLIST may point to a
non-existing file under .OBJDIR without breaking build.

$ export MAKEOBJDIRPREFIX=/tmp
$ echo WRKDIRPREFIX=/tmp >>${__MAKE_CONF-/etc/make.conf}
$ cd /usr/ports/print/harfbuzz-icu
$ make clean patch
$ make -V .OBJDIR
/tmp/usr/ports/print/harfbuzz-icu
$ make install
$ pkg info -l harfbuzz-icu
harfbuzz-icu-1.5.1_2:

PR:		219008
Submitted by:	Ilia Skalozubov (based on)
Approved by:	portmgr blanket
2017-11-02 04:07:23 +00:00
Sunpoet Po-Chuan Hsieh
07e09f6f3c Update to 3.18.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-11-01 16:50:53 +00:00