1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

7089 Commits

Author SHA1 Message Date
Pawel Pekala
3969981d6a Update to version 20161005
PR:		213159
Submitted by:	Naram Qashat (maintainer)
2016-10-10 16:54:32 +00:00
Kurt Jaeger
75a1d3b813 print/epson-inkjet-printer-escpr: 1.6.4 -> 1.6.9
- MASTER_SITE changed to LOCAL/pi for now
- corrections of brightness, contrast are halved
- saturation is precisely set

PR:		209221
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2016-10-07 16:33:03 +00:00
Pawel Pekala
60ce56b051 - Update to version 2.19.48 [1]
- Register proxy dependencies found by stage-qa
- Use options substitutions for NLS option
- Use option helper in post-patch
- Fix absolute path symlink

PR:             212784 [1]
Submitted by:   maintainer [1]
2016-10-03 16:33:51 +00:00
Pawel Pekala
a217fa6819 Update to version 1.11.4
PR:		212871
Submitted by:	Naram Qashat (maintainer)
2016-09-30 19:45:50 +00:00
Jan Beich
628bf01dc8 print/harfbuzz: update to 1.3.2
Changes:	https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.2
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
MFH:		2016Q3
2016-09-29 21:28:53 +00:00
Marcelo Araujo
ba6465bb3f Update to 8.12.4. 2016-09-27 17:39:52 +00:00
Danilo Egea Gondolfo
0f3143f7ab - Update to 20160925 2016-09-26 02:40:06 +00:00
Ruslan Makhmatkhanov
f73afe558b print/flpsed: update master site
- flpsed moved to new home

While here:
- add missing deps, reported by stage-qa
- update WWW
- remove not needed inclusion of bsd.port.options.mk
- bump PORTREVISION because of package changes

PR:		209764
Reported by:	johannes.hofmann@gmx.de
2016-09-24 13:12:30 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Ben Woods
8d850ed6c5 print/hplip and print/hplip-plugin: Update to 3.16.8
print/hplip:

- Add LICENSE details
- Changes USE_OPENSSL=yes to USES=ssl
- Create empty directories for pkg-plist @dir entries
- Reformat patches with makepatch (pet portlint)
- Move ${PREFIX}/etc/sane.d/dll.conf to ${PREFIX}/etc/sane.d/dll.d/hpaio
  during post-install, rather than editing ${PREFIX}/etc/sane.d/dll.conf
  during @exec and @unexec during pkg-plist

print/hplip-plugin:

- Re-order LICENSE block (pet portlint)

Changes this release:

http://hplipopensource.com/hplip-web/release_notes.html

Reviewed by:	mat (mentor)
Approved by:	makc (maintainer timeout), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7812
2016-09-24 10:26:42 +00:00
Joseph Mingrone
1cbd3576d5 Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
2016-09-23 21:42:02 +00:00
Baptiste Daroussin
4ce54eef38 Update to 0.2.5
- Add support for capsicum
2016-09-18 14:14:25 +00:00
Raphael Kubo da Costa
3346021972 Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.

General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
  being used. According to the discussion here:
  https://codereview.qt-project.org/#/c/154800/
  The Qt project is not opposed to LibreSSL, but does not want to mix
  support for it into the OpenSSL backend code, especially as they move
  towards supporting OpenSSL 1.1.
  People interested in LibreSSL support are welcome to submit a separate
  backend upstream, but are expected to maintain it. We (kde@) are not
  opposed to carrying some patches authored by others in the future, as long
  as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
  default (this is an upstream change). You can add "CONFIG -= c++11" to
  your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
  separately as a community release tarball. kde@ does not have an ETA for a
  qt5-webengine port, as it requires a huge effort (and number of patches)
  similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
  release is 5.5.1.

Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
  FreeBSD, replacing the outdated freebsd-g++ one that was moved to
  unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
  still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
  mkspecs. Instead of running the `configure' script, which requires a
  compiler and adjustments to the mkspecs files and also ends up building a
  new qmake binary, we now leverage USES=qmake to generate all the Makefiles
  from the top-level qt.pro. Getting this to work requires some tricks,
  though, and qt.conf.in has a longer explanation of what's being done.
  Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2

Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.

PR:		211916
2016-09-17 09:46:54 +00:00
Antoine Brodin
e4e7631db7 Mark BROKEN: wrong run depends
===>   apsfilter-7.2.8_17 depends on executable: hpijs - not found

Reported by:	pkg-fallout
2016-09-16 07:01:19 +00:00
Antoine Brodin
82ad57ce49 Revert texinfo upgrade, it was not tested
With hat:	portmgr
2016-09-15 05:04:54 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Johan van Selst
9c53c3ed30 Update to Texinfo 6.3
http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00004.html
2016-09-13 15:32:46 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Pietro Cerutti
e44feeb7e2 print/lilypond-devel: update to 2.19.47, submitter is the new maintainer
PR:		212435
Submitted by:	m.ne@gmx.net
2016-09-08 07:59:58 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00
Olivier Duchateau
548adee57e Chase update of Poppler after revision r421386 2016-09-05 20:02:03 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Cy Schubert
ca9b45980e Implement hpijs/hplip dependency option.
Approved by:	hrs@
Differential Revision:	D2628
2016-09-02 13:26:15 +00:00
Marcelo Araujo
204f173bc1 - Update to 8.12.3. 2016-09-01 15:32:27 +00:00
Tijl Coosemans
db330a0c38 Fix the CUPS foomatic-rip symlink.
PR:		212232
Submitted by:	fmysh@iijmio-mail.jp
Approved by:	jrm@ftfl.ca (maintainer)
2016-08-29 15:02:18 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Kurt Jaeger
180fd0f5ee New port: print/fig2dev
Fig2dev is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
variety of environments.

Drivers currently exist for the following graphics languages:
AutoCad slide, BOX, (E)EPIC macros, LaTeX picture environment,
PIC, PiCTeX, PNG, PostScript, Encapsulated Postscript, GIF,
IBM-GL, JPEG, PCX, MF (METAFONT), TeXtyl, TIFF, TPIC, XBM (X11
Bitmap), XPM (X11 Pixmap), and TK (tcl/tk).  Fig2dev can be
configured with a subset of these drivers.

WWW: https://en.wikipedia.org/wiki/Xfig

This port will replace print/transfig after a bit of testing.
2016-08-23 17:44:52 +00:00
Dmitry Marakasov
546779cf0a - Optionize DBUS, so users can turn it off
- Fix stage q/a warning about soft links to absolute paths
- Modernize option handling
- Take maintainership
- Bump portrevision

PR:		212001
Submitted by:	jrm@ftfl.ca
2016-08-23 14:58:36 +00:00
Marcelo Araujo
54882cf71d Update to 8.12.1. 2016-08-23 13:06:42 +00:00
Olivier Duchateau
7ae2370e0c - Update to 0.2.8
- Replace CPPFLAGS and LDFLAGS by USES= localbase
- Remove 'keepla' argument in USES=libtool

PR:		210761
Submitted by:	myself
Approved by:	the GNOME team (maintainer, timeout > 1 month)
2016-08-17 19:26:59 +00:00
Dmitry Marakasov
6d89993892 - Mark BROKEN: does not build:
kpathsea: Running mktexfmt tex.fmt
mktexfmt: No such file or directory
Sorry, I can't find the format `tex.fmt'; will try `initex.fmt'.

kpathsea: Running mktexfmt initex.fmt
mktexfmt: No such file or directory
I can't find the format file `initex.fmt'!
*** Error code 1

Reported by:	pkg-fallout
2016-08-17 15:48:30 +00:00
Wen Heping
2c3f7631a8 - Update to 0.6.3 2016-08-17 05:55:00 +00:00
TAKATSU Tomonari
0ab7535f9b - Update to 1.14 2016-08-16 23:53:57 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Raphael Kubo da Costa
a1070ae317 Update to 2.2.1.
Changes: http://www.lyx.org/announce/2_2_1.txt
2016-08-06 13:13:12 +00:00
John Marino
f858881db9 multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 04:36:54 +00:00
Pawel Pekala
47c8694a30 - Update to version 1.10.0
- Update required dependencies

PR:		211534
Submitted by:	Naram Qashat (maintainer)
2016-08-03 19:06:00 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Tijl Coosemans
21653fcc78 Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports.  LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable.  This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
2016-08-01 13:07:14 +00:00
Tijl Coosemans
4daa8c671a Remove unused distinfo files. 2016-08-01 11:04:36 +00:00
Pawel Pekala
3ba87e45cf - Update to version 20160404
- Register package indirect dependencies

PR:		211463
Submitted by:	Naram Qashat (maintainer)
2016-07-31 22:41:33 +00:00
Baptiste Daroussin
1694ef7c6c Remove print/tex
texlive has replaced it long ago, it also does not fit well in the "modern" world
patching it to get it not conflict with getline(3) is painful (web2c part) while
the version in texlive just work
2016-07-30 11:28:00 +00:00
Baptiste Daroussin
49362e8227 Change dependency to use texlive rather than the old tex 2016-07-30 11:18:27 +00:00
Baptiste Daroussin
ffa550c228 Prevent collision with getline(3) 2016-07-29 23:54:50 +00:00
Baptiste Daroussin
86e87e7d65 Prevent collision with getline(3) 2016-07-29 23:45:46 +00:00
Baptiste Daroussin
545725a8e9 Replace dirty creative mechanism to check pkg-config version with a proper one
that is native and does not fail to figure out 1 > 0.9
2016-07-29 13:25:44 +00:00
John Marino
cffdd95db8 print/lilypond-devel: mark broken, deprecate for removal after 31 August
This unstable branch of lilypond is already several releases behind.  A
devel port should be required to have an active maintainer, yet this one
does not.  Now that it's broken by a very astonishingly bad pkgconf
detection code, set it for removal in September.  That will give someone
a chance to volunteer to maintain it.
2016-07-29 13:20:17 +00:00
Muhammad Moinur Rahman
14caf74859 print/typetools: Update version 2.105=>2.106 2016-07-26 07:50:00 +00:00
Jan Beich
b08853f084 Back out r419070, LOCALBASE may not be defined before bsd.port.mk 2016-07-25 21:54:54 +00:00
Jan Beich
053e7c62bf print/flpsed: drop unused line 2016-07-25 21:46:34 +00:00