Commit graph

7501 commits

Author SHA1 Message Date
Jan Beich
2d6e4f6b87 print/harfbuzz: update to 1.7.5
Changes:	https://github.com/harfbuzz/harfbuzz/blob/1.7.5/NEWS
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
MFH:		2018Q1
2018-01-31 21:33:49 +00:00
Yuri Victorovich
ac2ed40088 print/qpdf: Update to 7.1.0
Additional changes:
* Added a patch to work around the missing include:
  https://github.com/qpdf/qpdf/pull/172
* Added a patch to fix the clang and gcc build problem:
  https://github.com/qpdf/qpdf/issues/177

PR:		225226
Reported by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14119
2018-01-31 04:39:23 +00:00
Marcelo Araujo
017a6dec4d - Update to 8.13.7.
- Project moved to github.
2018-01-29 14:16:00 +00:00
Gerald Pfeifer
ad5c0e8718 Simplify MASTER_SITES=GNU/${PORTNAME} to MASTER_SITES=GNU.
Sort USES and USE_XORG properly. [1]

Reported by:	portlint [1]
2018-01-28 13:54:30 +00:00
Tobias C. Berner
62aa0497f0 print/tex-xetex: Add dvipdfmx to dependencies
compilation of tex files using xetex will fail with
   (./test.aux)sh: /usr/local/bin/xdvipdfmx: not found
otherwise.

PR:		217094
Approved by:	hrs (maintainer timeout)
2018-01-27 11:14:19 +00:00
Dmitry Marakasov
e93b741b40 - Switch to USES=localbase
- Update WWW
2018-01-24 09:02:07 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Joseph Mingrone
94a6d6c453 print/texlive-base: Fix build by adding missing entry to SHEBANG_FILES
PR:		224654
Submitted by:	prj@rootwyrm.com
Approved by:	hrs (maintainer timeout)
2018-01-17 18:49:27 +00:00
Boris Samorodov
ae01866731 print/photoprint: Fix build with clang6, USES+=localbase
. fix build with clang6 by forcing --std=gnu++98;
. incorporate USES+=localbase;
. spaces->tabs at a makefile assignment.
2018-01-17 14:35:30 +00:00
Tobias C. Berner
8ab9b09032 print/qpdf fix build with clang6 2018-01-17 09:12:20 +00:00
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
Dmitry Marakasov
2d2b31aa26 - Add LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-11-01 09:04:36 +00:00
Boris Samorodov
5792844491 print/photoprint: Fix crashes with recent cups.
1. Finally I've found some spare time to diagnose and fix crashes:
include cups/ppd.h, not cups/cups.h at
stp_support/printerqueues_unix.c file.

2. While here: pet portlint,  add some dependencies.

Happy photoprinting!
2017-10-26 22:56:54 +00:00
Tijl Coosemans
b7fad8b86f Update Linux CentOS 7 ports to 7.4.1708. 2017-10-26 19:23:18 +00:00
Baptiste Daroussin
938c98c704 Fix build on mips by enforcing c99 2017-10-26 07:59:22 +00:00
Kurt Jaeger
90c5e3c356 print/freetype2: fix incorrect line spacing for some fonts
Problem description: After updating to print/freetypw2-2.8.0 using
Bitstream Vera Sans Mono the vertical pitch increases and significantly
add of the size of the window. See attached images.

See PR for lots of links to related reports upstream
and on other platforms.

PR:		219608
Submitted by:	lightside@gmx.com
Reported by:	Kevin Oberman <rkoberman@gmail.com>
2017-10-26 06:20:53 +00:00
Steve Wills
e23a9cc902 print/epson-inkjet-printer-escpr: fix MASTER_SITES
PR:		221780
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2017-10-24 17:03:51 +00:00
Baptiste Daroussin
30dceeaa63 Update to 0.3
- improved portability
- add support for compressed info files (like provided by the emacs port) [1]

PR:		223028 [1]
Reported by:	 Yasuhiro KIMURA <yasu@utahime.org> [1]
2017-10-24 15:15:52 +00:00
Steve Wills
074410e1e9 print/epson-inkjet-printer-escpr: Update to 1.6.17
PR:		221780
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2017-10-23 19:55:54 +00:00
Sunpoet Po-Chuan Hsieh
59d8f23820 Update to 3.17.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-10-17 20:07:02 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Antoine Brodin
ac2552c183 Fix dependencies 2017-10-07 18:34:09 +00:00
Matthias Andree
7a814a680e Update to new upstream release 4.0.
Changelog: <https://github.com/JabRef/jabref/blob/master/CHANGELOG.md#40---2017-10-04>
2017-10-05 21:23:37 +00:00
Alex Kozlov
814c2060e2 - Update MASTER_SITES for my ports
- Update WWW for jwasm
2017-10-05 10:38:13 +00:00
Sunpoet Po-Chuan Hsieh
4210725ab3 Update to 3.16.0
Changes:	https://github.com/fonttools/fonttools/releases
2017-10-04 10:55:30 +00:00
Alex Dupre
2cdc46338d Fix build on powerpc and strip binaries.
PR:		222722
Submitted by:	Mark Millard <markmi@dsl-only.net>
2017-10-04 07:34:04 +00:00
Christoph Moench-Tegeder
c50db6e3a5 print/gutenprint: update PPDs after updates
cups will refuse to print if we run with PPDs with the wrong version
info - call cups-genppdupdate to update the PPDs automatically

Reported by:	Paul Beard, tijl@
2017-10-01 20:44:29 +00:00
Jan Beich
52954a646d print/harfbuzz-icu: properly bump after r450556
Reported by:	Robert Burmeister
2017-09-28 20:52:07 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Jan Beich
824eea0b44 print/pdftk: add inline comment for r450549
PR:		222573
Submitted by:	gerald
Pointy hat to:	jbeich
2017-09-24 20:47:48 +00:00
Jan Beich
07f36c9d8e print/pdftk: decouple from default GCC version
Only lang/gcc6 still supports JAVA option.

PR:		222573
Reported by:	rakuco
Approved by:	portmgr blanket
2017-09-24 20:16:01 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Ben Woods
01e0be3f0e print/hplip and print/hplip-plugin: Update to 3.17.9
Changes this release:
  http://hplipopensource.com/hplip-web/release_notes.html
2017-09-22 09:04:22 +00:00
Ben Woods
1d5b475d0f print/hplip: Fix gui crash due to incorrect reference to /etc/hplip.conf
Reported by:	Keith <fischerking1905@yahoo.co.jp>
MFH:		2017Q3
2017-09-22 08:21:51 +00:00
Sunpoet Po-Chuan Hsieh
1898434ff2 Update to 6.5
- Update texi2dvi from 7842 (2017-06-23) to 7906 (2017-07-05)
- Update texinfo.tex from 2017-06-04.19 to 2017-08-23.19

Changes:	http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00007.html
		https://svn.savannah.gnu.org/viewvc/texinfo/trunk/util/texi2dvi
		https://svn.savannah.gnu.org/viewvc/texinfo/trunk/doc/texinfo.tex
PR:		222347
Exp-run by:	antoine
2017-09-20 16:31:25 +00:00
Christoph Moench-Tegeder
7dadc0b235 print/gutenprint: update to 5.2.13
https://sourceforge.net/p/gimp-print/mailman/message/36018340/
2017-09-19 20:50:30 +00:00
Tijl Coosemans
e89db29d40 Add 201601w version of the Epson printer driver. This supports L380 and
L382 series printers.
2017-09-17 18:38:38 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +00:00
Jan Beich
fb8c6ffaed Back out C++11 changes for ICU >= 59
r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.

Pointy hat to:	jbeich
PR:		218788 222222 222225
2017-09-12 13:01:22 +00:00
Sunpoet Po-Chuan Hsieh
b225f259e8 Update to 1.19.3
Changes:	https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
2017-09-11 13:16:44 +00:00
Jan Beich
39ebc3636a print/texlive-base: switch to C++11, required by ICU >= 59
checking requested system `icu' library... failed
configure: error: some requested system libraries failed

PR:		218788
2017-09-11 08:22:39 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Tobias Kortkamp
82e1fd1302 print/pdfstitch: Update to 0.5
Software changes:
 - The --defaultcrop parameter allows to define a default crop percentage
 - Order page offsets numerically in YAML file

PR:		222045
Submitted by:	Stefan Hagen <ports@textmail.me> (maintainer)
2017-09-09 09:44:12 +00:00
Sunpoet Po-Chuan Hsieh
f0f88ed4b6 Fix WWW
Approved by:	portmgr (blanket)
2017-09-07 20:13:11 +00:00
Jan Beich
4076b750b1 print/harfbuzz: update to 1.5.1
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.5.0
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.5.1
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
2017-09-06 18:58:35 +00:00
Dmitry Marakasov
6c8a3826fd - Update WWW
Approved by:	portmgr blanket
2017-09-05 09:01:42 +00:00
Dmitry Marakasov
a596146122 - Update WWW
Approved by:	portmgr blanket
2017-09-03 09:01:39 +00:00
Tobias Kortkamp
2cb3348ed9 New port: print/pdfstitch
Pdfstitcher can transform a regular multi-page PDF into a single-page PDF,
which displays the pages in a grid.

While there are other tools that do the same, pdfstitcher focuses on the
following features:
- Crop pages to a certain size
- Adjust the crop position per page

WWW: https://github.com/sur5r/pdfstitch

PR:		221396
Submitted by:	Stefan Hagen <ports@textmail.me>
Reviewed by:	ultima
2017-09-02 12:57:20 +00:00