aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* - make portlint happierdinoex2017-01-2211-42/+41
|
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386tijl2017-01-198-38/+18
| | | | | | | | | | | | packages there are no such packages for 7.3 yet so i386 support has been marked IGNORE for now. Change DIST_SUBDIR to just "centos" so distfiles that remain the same between major versions don't have to be redownloaded. Remove fmake hacks from linux.mk. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Remove Kerberos related configuration from default cupsd.conf becausetijl2017-01-192-0/+53
| | | | | | Kerberos support is disabled and the configuration causes an error. Reported by: cpm
* Update to 4.1.1 release.ale2017-01-192-4/+4
|
* - Fix licenseamdmi32017-01-181-2/+3
| | | | Approved by: portmgr blanket
* Update to 2.2.2.tijl2017-01-182-5/+4
|
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-181-2/+1
| | | | Approved by: portmgr blanket
* Update to 3.5.0sunpoet2017-01-162-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/blob/master/NEWS
* Update to 0.0.2olivier2017-01-144-9/+64
|
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Add support for HBPLv1 printers with patch fromtijl2017-01-134-6/+28
| | | | | | | | | | https://www.cybercom.net/~dcoffin/hbpl/ Also fix patch-getweb.in: remove -o from FETCHOPTS because fetch is sometimes executed without output file. PR: 211754 Submitted by: Oliver Kett <freebsd@broken-wire.de>
* The return value of cupsdStartProcess is zero on error. Fix two casestijl2017-01-133-0/+27
| | | | | | where this is checked incorrectly. PR: 211465
* Make 64 bit Linux packages the default on amd64.tijl2017-01-121-1/+1
|
* Update to 11.90.hrs2017-01-114-73/+170
|
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-092-35/+1
| | | | Approved by: portmgr blanket
* print/harfbuzz: update to 1.4.1jbeich2017-01-082-5/+5
| | | | | | | Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.0 Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.1 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2017Q1
* textproc/hunspell: update to 1.6.0jbeich2017-01-073-6/+7
| | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887
* Chase update of graphics/poppler (and slaves ports) in revision r430777olivierd2017-01-077-6/+7
|
* devel/boost-*: update to 1.63.0jbeich2017-01-065-5/+5
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Assume "pkg-config libusb*" works after 9.x EOLjbeich2017-01-061-14/+0
| | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
* print/hpijs: unbreak with libc++ 3.9jbeich2017-01-043-1/+23
| | | | | | | | | | | | | registry.cpp:249:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *cmdStr = strstr ((const char *) DevIDBuffer+2, "CMD:"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dj3320.cpp:429:24: error: assigning to 'char *' from incompatible type 'const char *' if ((pcStr = strstr((const char*)pLDLEncap->byStatusBuff + 10, "$S:")) == NULL) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 212343 Regressed by: https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
* Assume "pkg-config --static zlib" works after 9.x EOLjbeich2017-01-043-15/+2
| | | | | Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
* Assume "pkg-config zlib" works after 9.x reached EOLjbeich2017-01-042-3/+1
| | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with.
* lang/gcc: clear BROKEN from consumers as 10.1 is past EOLjbeich2017-01-031-7/+1
| | | | PR: 214863
* Use = instead of += for PLIST_FILESsunpoet2017-01-021-1/+1
|
* print/rubygem-pdf-reader: update to 1.4.1swills2017-01-022-3/+4
|
* print/rubygem-color: update to 1.8swills2017-01-022-3/+4
|
* Drop support for Linux Fedora 10 (ports part)rene2017-01-013-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/dsnake only worked with linux-f10 Should fix INDEX audio/linux-f10-sdl_mixer audio/linux-f10-pulseaudio-libs audio/linux-f10-freealut audio/linux-f10-arts audio/linux-f10-esound audio/linux-f10-libogg audio/linux-f10-alsa-plugins-oss audio/linux-f10-openal audio/linux-f10-openal-soft audio/linux-f10-nas-libs audio/linux-f10-alsa-lib audio/linux-f10-libvorbis audio/linux-f10-libaudiofile audio/linux-f10-mikmod databases/linux-f10-sqlite3 devel/linux-f10-dbus-glib devel/linux-f10-sdl12 devel/linux-f10-libglade2 devel/linux-f10-devtools devel/linux-f10-allegro devel/linux-f10-nspr devel/linux-f10-dbus-libs devel/linux-f10-libsigc++20 devel/linux-f10-ncurses-base dns/linux-f10-libasyncns emulators/linux_base-f10 emulators/linux-f10 ftp/linux-f10-curl games/dsnake graphics/linux-f10-sdl_image graphics/linux-f10-sdl_ttf graphics/linux-f10-glew graphics/linux-f10-ungif graphics/linux-f10-png graphics/linux-f10-tiff graphics/linux-f10-dri graphics/linux-f10-jpeg graphics/linux-f10-libGLU graphics/linux-f10-gdk-pixbuf graphics/linux-f10-libmng graphics/linux-f10-cairo graphics/linux-f10-imlib lang/linux-f10-tcl85 lang/linux-f10-libg2c multimedia/linux-f10-libtheora multimedia/linux-f10-libv4l net/linux-f10-openldap net/linux-f10-nss_ldap print/linux-f10-cups-libs security/linux-f10-gnutls security/linux-f10-nss security/linux-f10-openssl security/linux-f10-libgpg-error security/linux-f10-libtasn1 security/linux-f10-libgcrypt security/linux-f10-libssh2 security/linux-f10-cyrus-sasl2 sysutils/linux-f10-procps textproc/linux-f10-aspell textproc/linux-f10-expat textproc/linux-f10-scim-gtk textproc/linux-f10-scim-libs textproc/linux-f10-libxml2 x11/linux-f10-xorg-libs x11-fonts/linux-f10-fontconfig x11-themes/linux-f10-qtcurve-gtk2 x11-themes/linux-f10-hicolor-icon-theme x11-toolkits/linux-f10-qt45 x11-toolkits/linux-f10-gtk2 x11-toolkits/linux-f10-openmotif x11-toolkits/linux-f10-pango accessibility/linux-f10-atk archivers/linux-f10-ucl archivers/linux-f10-upx
* - Fix BROKEN: only fails to build on 10.1amdmi32016-12-291-2/+2
| | | | Approved by: portmgr blanket
* print/rubygem-prawn-svg: update to 0.26.0swills2016-12-282-4/+4
|
* - Update to 0.6.4wen2016-12-282-4/+4
|
* - Add NO_ARCHsunpoet2016-12-271-1/+2
| | | | - Sort USE_PYTHON
* - Update to 3.4.0sunpoet2016-12-273-5/+5
| | | | | | - Update WWW Changes: https://github.com/fonttools/fonttools/blob/master/NEWS
* Drop post-configure target from several Qt5 ports.rakuco2016-12-261-6/+0
| | | | | | | | | Qt's configure script already creates all the necessary Makefiles for the directories we need to build, so there is no need to run qmake again in post-configure. Reviewed by: tcberner, Adriaan de Groot <groot@kde.org> Differential Revision: https://reviews.freebsd.org/D8899
* - Pass maintainership to submitterwen2016-12-221-1/+1
| | | | | PR: 215489 Submitted by: joneum@bsdproject.de
* Update to 8.13.1.araujo2016-12-212-4/+4
|
* - Builds fine on 9.xamdmi32016-12-211-3/+7
| | | | | | - Mark BROKEN on FreeBSD 10.1, 10.2 Approved by: portmgr blanket
* print/okc321: fix fetchpi2016-12-213-7/+7
| | | | | | | - Oki has updated their web site and MASTER_SITES is no longer valid PR: 215435 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* - Update to 3.3.1wen2016-12-202-12/+5
|
* print/hplip and print/hplip-plugin: Update to 3.16.11woodsb022016-12-195-8/+10
| | | | | | | Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: adamw (mentor, implicit)
* Update to new upstream release 3.8.mandree2016-12-172-5/+6
| | | | ChangeLog: <https://github.com/JabRef/jabref/blob/v3.8/CHANGELOG.md#38---2016-12-16>
* - Update to 1.15.1tota2016-12-162-6/+5
|
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsjbeich2016-12-161-0/+1
| | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine
* print/foo2zjs: update to 20161203 (unbreak) and remove GOOGLE_CODEbsam2016-12-165-17/+31
| | | | from MASTER_SITES (has gone).
* - Take maintainershipsunpoet2016-12-151-1/+1
|
* Stepping down as maintainer for some ports.johans2016-12-151-1/+1
|
* More USE_GITHUB cleanup.mat2016-12-151-21/+6
| | | | | | Use GH_SUBDIR, or GH_TUPLE, where applicable. Sponsored by: Absolight
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* - Update WWW: pecl.php.net uses https://sunpoet2016-12-132-2/+2
| | | | Approved by: portmgr (blanket)
* Revert r427895. The symlinks to Japanese and Chinese fonts arehrs2016-12-131-4/+1
| | | | | | | | | | | | provided to normalize the font names into standardized ones, and to make the users be able to install the actual font files into the location pointed by them. japanese/font-std and chinese/font-std will install ones which can be redistributed freely, and one can install commercial font files instead. To avoid installing big Japanese and Chinese font files for people who do not need them, this port does not have explicit runtime dependency on japanese/font-std or chinese/font-std. PR: 214381
* print/harfbuzz: update to 1.3.4jbeich2016-12-102-6/+5
| | | | | | Changes: https://github.com/behdad/harfbuzz/compare/1.3.3...1.3.4#files_bucket ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2016Q4
* - Update to 20161209danilo2016-12-103-4/+56
|
* Remove expired ports:rene2016-12-094-88/+0
| | | | | | | | 2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead 2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2 2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2 2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-094-3/+4
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Update to 8.13.0.araujo2016-12-082-4/+4
|
* Add missing runtime dependenciesbapt2016-12-051-1/+4
| | | | | PR: 214381 MFH: 2016Q4
* Remove dependency on devel/py-argparse which is expired and included inrene2016-12-041-1/+0
| | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
* textproc/hunspell: update to 1.5.4jbeich2016-12-042-4/+4
| | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt)
* - Update to 0.25.2sunpoet2016-12-042-3/+4
| | | | | Changes: https://github.com/mogest/prawn-svg/releases https://github.com/mogest/prawn-svg/commits/master
* Update to new release 3.7.mandree2016-12-022-5/+6
| | | | | | | Also bump TIMESTAMP in distinfo (by 'make makesum'). PR: 214988 Submitted by: aeuii@posteo.de
* Fix build under clang 3.9.0 (in -CURRENT).cy2016-11-281-1/+10
| | | | PR: 214649
* print/scribus: unbreak with hunspell 1.5jbeich2016-11-262-0/+23
| | | | | | | | | | | | | | | | -- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES) HunSpell or its developer libraries NOT found - Disabling support for spell checking [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/scribus/plugins/libhunspellplugin.so scribus/plugins/tools/hunspellcheck/hunspelldict.cpp:22:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* dictEncoding = m_hunspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket
* devel/boost-*: update to 1.62.0jbeich2016-11-235-3/+5
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-3/+1
| | | | reformat port description text in cases when it was notoriously broken.
* print/lilypond-devel: update 2.19.48 -> 2.19.51pi2016-11-222-4/+4
| | | | | | PR: 213656 Changes: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/2.19.51-1 Submitted by: Martin Neubauer <m.ne@gmx.net> (maintainer)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-202-1/+2
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1jbeich2016-11-204-3/+4
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* Update to 1.2.0jhale2016-11-192-3/+5
| | | | Add NO_ARCH
* - Add missing runtime dependencies (requests, argparse)decke2016-11-171-2/+4
| | | | | | | - Bump PORTREVISION PR: 210674 Submitted by: Jochen Breuer <brejoc@gmail.com>
* - Unmute installation command and wrap exceedingly long linedanfe2016-11-152-6/+5
| | | | | | | | - Remove useless WWW line that points to a non-existent site NB: port serves version 1.2 off some not-quite-related SF project that was last updated on 2009-01-20; https://pypi.python.org/pypi/trml2pdf offers version 0.4.2 updated on 2016-10-24.
* NO_EXTRACT support was removed in 1998antoine2016-11-131-1/+1
|
* Replace cupsTempFile() with tmpnam(). cupsTempFile() no longer exists.cy2016-11-092-4/+30
| | | | PR: 214332
* Update to 8.12.9.araujo2016-11-072-4/+4
|
* print/harfbuzz: update to 1.3.3jbeich2016-11-063-6/+15
| | | | | | Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.3 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2016Q4
* - Update to 20161105danilo2016-11-063-4/+19
|
* Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango.tijl2016-11-056-0/+45
| | | | PR: 214232
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-041-1/+1
| | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Now builds on sparc64.linimon2016-11-041-4/+0
| | | | Approved by: portmgr (tier-2 blanket)
* - Added missed dependency Qt4/Qt5 iconenginesvg2016-10-311-3/+3
| | | | | PR: ports/213782 Submitted by: rs.os@t-online.de
* print/hplip and print/hplip-plugin: Update to 3.16.10woodsb022016-10-304-23/+20
| | | | | | | | | | | - FAX option now depends on py-reportlab v3 rather than v2 (deprecated) - Clean up RUN_DEPENDS syntax and OPTIONS whitespace - Remove line which set unused variable PYTHON_SITELIBDIR_REL Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: adamw (mentor, implicit)
* print/hplip: Revert r424931 - do not install static CUPS ppd driverswoodsb022016-10-302-793/+2
| | | | | | | | | | This was specifically disabled in r410825. The PPD files are generated automatically when you setup a printer and the bundled PPDs are generated for an older version of CUPS. Reported by: tijl Approved by: adamw (mentor, implicit)
* print/hplip: Bump PORTREVISION after r424931woodsb022016-10-301-0/+1
| | | | | Approved by: adamw (mentor, implicit) MFH: 2016Q4
* print/hplip: Enable install of static CUPS ppd driverswoodsb022016-10-302-1/+792
| | | | | | | | | This is as per the upstream recommendations here: http://hplipopensource.com/hplip-web/install/manual/distros/freebsd.html Reported by: Michael Wagner <mikepwagner@mikepwagner.net> Approved by: adamw (mentor, implicit) MFH: 2016Q4
* Fix build with CUPS 2.2.x.tijl2016-10-282-2/+10
|
* - Mark BROKEN: does not buildamdmi32016-10-281-0/+2
| | | | | | | | | # github.com/google/cups-connector/cups could not determine kind of name for C.cupsGetPPD3 *** Error code 2 Reported by: pkg-fallout Approved by: portmgr blanket
* Update to 4.0.1 release to support PHP 7.ale2016-10-272-9/+7
|
* Update to 0.2.6bapt2016-10-262-4/+4
| | | | | | | Chaneges: - Remove the dir file leftover if it is empty Submitted by: amdmi3
* print/hplip and print/hplip-plugin: Take maintainershipwoodsb022016-10-222-2/+2
| | | | Approved by: adamw (mentor, implicit)
* Use USES=pathfix where applicable.mat2016-10-215-18/+5
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* ${RM} already has -f.mat2016-10-2111-11/+11
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Reassign makc's ports back to the pool.rakuco2016-10-204-4/+4
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Add Linux CentOS 7 infrastructure ports.tijl2016-10-196-0/+51
| | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886
* Introduce new extensible virtual categories for KDEtcberner2016-10-191-3/+1
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* Fix build with CUPS 2.2.x.tijl2016-10-183-0/+37
| | | | Reported by: hselasky
* - Fix build with CUPS 2.2.x.tijl2016-10-182-1/+16
| | | | - Fix printing test page.
* Fix build with CUPS 2.2.x.tijl2016-10-181-0/+10
|
* Update to 2.2.1.tijl2016-10-183-18/+11
|
* Update to 2.2.2.rakuco2016-10-163-12/+9
| | | | | | | Release notes: http://www.lyx.org/announce/2_2_2.txt Switch the build to Qt5 now that we have Qt 5.6 in the tree. While here, stop mentioning the long-defunct print/teTeX port in pkg-message.
* print/hplip and print/hplip-plugin: Update to 3.16.9woodsb022016-10-155-8/+13
| | | | | | | | Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: makc (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D8031
* Whatever you do, ${PORTSDIR} always creeps in depends.mat2016-10-121-2/+2
| | | | Sponsored by: Absolight
* Update to version 20161005pawel2016-10-113-4/+32
| | | | | PR: 213159 Submitted by: Naram Qashat (maintainer)
* print/epson-inkjet-printer-escpr: 1.6.4 -> 1.6.9pi2016-10-088-25/+93
| | | | | | | | | - 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)
* - Update to version 2.19.48 [1]pawel2016-10-042-17/+12
| | | | | | | | | | - 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]
* Update to version 1.11.4pawel2016-10-013-5/+7
| | | | | PR: 212871 Submitted by: Naram Qashat (maintainer)
* print/harfbuzz: update to 1.3.2jbeich2016-09-304-23/+5
| | | | | | Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.2 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2016Q3
* Update to 8.12.4.araujo2016-09-282-4/+4
|
* - Update to 20160925danilo2016-09-263-4/+154
|
* print/flpsed: update master siterm2016-09-242-6/+6
| | | | | | | | | | | | | - 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
* - Update devel/icu to 57.1.tijl2016-09-244-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* print/hplip and print/hplip-plugin: Update to 3.16.8woodsb022016-09-249-21/+44
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Update email address to jrm@FreeBSD.org for ports that I maintainjrm2016-09-241-1/+1
| | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995
* Update to 0.2.5bapt2016-09-182-3/+8
| | | | - Add support for capsicum
* Update the Qt5 ports to 5.6.1.rakuco2016-09-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Mark BROKEN: wrong run dependsantoine2016-09-161-0/+2
| | | | | | ===> apsfilter-7.2.8_17 depends on executable: hpijs - not found Reported by: pkg-fallout
* Revert texinfo upgrade, it was not testedantoine2016-09-153-18/+10
| | | | With hat: portmgr
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - 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
* Update to Texinfo 6.3johans2016-09-133-9/+18
| | | | http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00004.html
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* print/lilypond-devel: update to 2.19.47, submitter is the new maintainergahr2016-09-0810-52/+160
| | | | | PR: 212435 Submitted by: m.ne@gmx.net
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-071-1/+1
| | | | | | | | | *_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
* Chase update of Poppler after revision r421386olivierd2016-09-067-6/+7
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-063-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Implement hpijs/hplip dependency option.cy2016-09-021-5/+13
| | | | | Approved by: hrs@ Differential Revision: D2628
* - Update to 8.12.3.araujo2016-09-012-4/+4
|
* Fix the CUPS foomatic-rip symlink.tijl2016-08-291-2/+2
| | | | | | PR: 212232 Submitted by: fmysh@iijmio-mail.jp Approved by: jrm@ftfl.ca (maintainer)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-243-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* New port: print/fig2devpi2016-08-245-0/+115
| | | | | | | | | | | | | | | | | 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.
* - Optionize DBUS, so users can turn it offamdmi32016-08-231-42/+26
| | | | | | | | | | - 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
* Update to 8.12.1.araujo2016-08-232-4/+4
|
* - Update to 0.2.8olivierd2016-08-183-9/+6
| | | | | | | | | - 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)
* - Mark BROKEN: does not build:amdmi32016-08-171-0/+2
| | | | | | | | | | | | | 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
* - Update to 0.6.3wen2016-08-172-3/+4
|
* - Update to 1.14tota2016-08-172-4/+7
|
* USE_BDB cleanup.mat2016-08-081-2/+1
| | | | | | | | | | | - 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
* Update to 2.2.1.rakuco2016-08-063-4/+122
| | | | Changes: http://www.lyx.org/announce/2_2_1.txt
* multimedia ... sysutils: Remove redundant dependency on unzipmarino2016-08-041-1/+0
| | | | | | | | 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)
* - Update to version 1.10.0pawel2016-08-043-11/+11
| | | | | | | - Update required dependencies PR: 211534 Submitted by: Naram Qashat (maintainer)
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-033-0/+3
| | | | | | | | | | | | | | | | | | | | | 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
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-012-0/+0
| | | | | | | 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.
* Remove unused distinfo files.tijl2016-08-011-4/+0
|
* - Update to version 20160404pawel2016-08-013-43/+15
| | | | | | | - Register package indirect dependencies PR: 211463 Submitted by: Naram Qashat (maintainer)
* Remove print/texbapt2016-07-3011-548/+0
| | | | | | 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
* Change dependency to use texlive rather than the old texbapt2016-07-301-3/+2
|
* Prevent collision with getline(3)bapt2016-07-301-0/+3
|
* Prevent collision with getline(3)bapt2016-07-303-3/+33
|
* Replace dirty creative mechanism to check pkg-config version with a proper onebapt2016-07-291-0/+77
| | | | that is native and does not fail to figure out 1 > 0.9
* print/lilypond-devel: mark broken, deprecate for removal after 31 Augustmarino2016-07-291-0/+3
| | | | | | | | 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.
* print/typetools: Update version 2.105=>2.106bofh2016-07-262-3/+4
|
* Back out r419070, LOCALBASE may not be defined before bsd.port.mkjbeich2016-07-261-0/+2
|
* print/flpsed: drop unused linejbeich2016-07-261-2/+0
|
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-262-2/+2
| | | | With hat: portmgr-secretary
* print/harfbuzz: update to 1.3.0jbeich2016-07-264-4/+22
| | | | | | | | Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.0 ABI: http://abi-laboratory.pro/tracker/objects_report/harfbuzz/1.2.7/1.3.0/report.html PR: 211363 Submitted by: lightside@gmx.com MFH: 2016Q3
* Cleanup $() variables in ports Makefiles.mat2016-07-202-3/+3
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* - update libgd to 2.2.2dinoex2016-07-201-1/+1
| | | | | | | | | | | - 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
* When there is a do-install target, do not use a post-install target, domat2016-07-194-7/+4
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Update to new upstream release JabRef 3.5.mandree2016-07-152-4/+4
| | | | ChangeLog: <https://github.com/JabRef/jabref/blob/v3.5/CHANGELOG.md#35---2016-07-13>
* Add patch to fix the build on FreeBSD 10.1.rakuco2016-07-122-1/+35
| | | | | | | | | | | LyX 2.2.0 had some code changes and is using std::bind() when C++11 support is available. The libc++ version on 10.0 and 10.1 does not work as expected, so force boost::bind() on those systems to avoid the following error: frontends/qt4/liblyxqt4.a(GuiWorkArea.o): In function `_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE': GuiWorkArea.cpp:(.text._ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE[_ZN5boost6detail8function26void_function_obj_invoker0INSt3__16__bindIMN3lyx8frontend11GuiWorkAreaEFvvEJPS7_EEEvE6invokeERNS1_15function_bufferE]+0xa): undefined reference to `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_' /usr/bin/ld: lyx: hidden symbol `_ZNSt3__18__invokeIRMN3lyx8frontend11GuiWorkAreaEFvvERPS3_JEvEEDTcldsdeclsr3std3__1E7forwardIT0_Efp0_Efp_spclsr3std3__1E7forwardIT1_Efp1_EEEOT_OS9_DpOSA_' isn't defined /usr/bin/ld: final link failed: Nonrepresentable section on output
* print/harfbuzz: update to 1.2.7jbeich2016-07-112-11/+8
| | | | | | | | Changes: https://github.com/behdad/harfbuzz/compare/1.2.3...1.2.7 ABI: http://abi-laboratory.pro/tracker/timeline/harfbuzz/ PR: 208792 Approved by: maintainer timeout (3 months) MFH: 2016Q3 (needed by firefox-48.0)
* Remove a patch from devel/gmake so the port no longer depends ontijl2016-07-081-2/+2
| | | | | | | | | | print/texinfo which requires gmake. To break this circular dependency gmake-lite was introduced. This can be removed now as well. PR: 210623 Reviewed by: bapt Exp-run by: antoine Approved by: portmgr (antoine)
* Bump PORTREVISION for the icu revert.mat2016-07-074-4/+4
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-064-3/+4
|
* Remove expired ports without open PRs:rene2016-07-0517-451/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to 2.2.0.rakuco2016-07-035-1392/+1419
| | | | | | | | Changes and release notes: http://wiki.lyx.org/LyX/NewInLyX22 The GUI still uses Qt4, as 2.2.0's release notes only advise using the Qt5 versions with Qt >= 5.6.0.
* - Update to 20160626danilo2016-06-293-10/+10
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-283-10/+4
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-282-2/+2
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* Update to 8.11.7.araujo2016-06-272-4/+4
|
* Update to 1.9.0.tijl2016-06-262-3/+4
| | | | | PR: 210575 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 2.1.4.tijl2016-06-254-7/+113
| | | | | | | | - Let the socket backend print debug messages on the DEBUG channel. The other channels affect the printer status message in lpstat(1) which can be confusing. [1] PR: 203058 [1]
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-231-1/+1
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* Update to 2.1.5, the last release in the 2.1 series.rakuco2016-06-213-3/+8
|
* Update Linux ports to Centos 6.8.tijl2016-06-213-12/+14
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-216-19/+20
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Replace @*exec with explicit postinstall @postexecbapt2016-06-181-10/+10
|
* Rename all files containing a : in their filename.mat2016-06-18285-998/+998
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* - Update WWWwen2016-06-141-1/+1
|
* Update to new upstream release 3.4.mandree2016-06-063-6/+7
| | | | | | | | | | | | The upstream maintainer reports "The main focus of this release is improving the grouping functionality of JabRef with various bug fixes and new features." and suggests to see their blog for detailed change explanations: http://www.jabref.org/blog/ Changelog: https://github.com/JabRef/jabref/blob/v3.4/CHANGELOG.md Set NO_ARCH. Simplify MASTER_SITES, and add builds.jabref.org.
* - Update to 20160604danilo2016-06-053-3/+154
|
* Update to 8.11.6.araujo2016-06-042-3/+4
|
* Deprecate ports broken for more than 6 monthsantoine2016-06-042-0/+4
|
* Fix build on HEAD-i386, using clang 3.6, not newer.mandree2016-05-271-2/+13
| | | | | | | PR: 204175 Submitted by: Hiroo Ono Reported by: Ivan Klymenko Approved by: Naram Qashat (maintainer)
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-263-3/+3
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Fix typo in pkg-descr: langauges -> languages.gerald2016-05-262-2/+2
| | | | Approved by: portmgr (blanket)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-2410-10/+5
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-243-3/+3
| | | | Approved by: portmgr blanket
* Prevent collision with getline(3)bapt2016-05-231-0/+29
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-193-11/+11
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-1926-53/+53
| | | | Approved by: portmgr blanket
* - Update to 1.13tota2016-05-132-3/+3
|
* Some plugins have an SONAME field that is different from the library nametijl2016-05-111-5/+9
| | | | | | | | | so the wrapper library that links to such a plugin cannot find it at runtime. Create dummy plugins without SONAME and link the wrapper libraries against that. PR: 209426 Tested by: Andreas Beck <jarles.live@gmail.com>
* Update to 20160502.mat2016-05-093-5/+9
| | | | | | PR: 209299 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update to 0.25.0sunpoet2016-05-072-3/+3
| | | | Changes: https://github.com/mogest/prawn-svg/releases
* - Switch to options helpersamdmi32016-05-051-5/+4
|
* - Update to 8.11.5.araujo2016-05-042-3/+3
|
* Update to texinfo 6.1, with data files from 25 Apriljohans2016-05-043-9/+15
|
* Update libcdio: 0.92 -> 0.93arved2016-04-291-1/+1
| | | | | | Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1 Bump PORTREVISIONs of dependents because of shared library version bump.
* - Update to 0.24.0sunpoet2016-04-292-3/+3
| | | | Changes: https://github.com/mogest/prawn-svg/releases
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-2818-18/+18
|
* create USES=gem and update rubygem- ports to use itswills2016-04-2818-36/+18
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Install plugins with +x because HPLIP thinks the installation is corrupttijl2016-04-251-5/+6
| | | | | | | otherwise. PR: 208142 Reported by: coder@tuxfamily.org
* Upgrade to new 3.3 release.mandree2016-04-232-3/+3
| | | | ChangeLog: <https://github.com/JabRef/jabref/blob/master/CHANGELOG.md#33---2016-04-17>
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* Update to 1.8.11 release.ale2016-04-192-11/+11
|
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* Update to 8.11.4.araujo2016-04-142-3/+3
|
* Update to 0.0.3.jkim2016-04-143-4/+4
|
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-132-0/+8
| | | | | PR: 206943 Submitted by: xmj
* print/ft2demos: Update version 2.6=>2.6.3bofh2016-04-112-3/+3
|
* - Update to 20160409danilo2016-04-103-4/+11
|
* - Update to 0.23.1sunpoet2016-04-092-3/+3
| | | | Changes: https://github.com/mogest/prawn-svg/releases
* Depend on cups-filters instead of foomatic-filters to provide foomatic-rip.tijl2016-04-071-2/+2
| | | | | | | Foomatic-filters is no longer developed. PR: 208551 Submitted by: pyo@mail.ru
* devel/ruby-gems: Update to 2.6.2swills2016-04-041-6/+6
| | | | | PR: 208371 Submitted by: wen (partial)
* Remove ${PORTSDIR}/, again.mat2016-04-031-2/+2
| | | | | With hat: tota Sponsored by: Absolight
* - Update to 2.9.0tota2016-04-033-11/+14
| | | | | | | | | | | | | | - Restrict Python version and pyparsing version - Switch from GOOGLE_CODE to USE_GITHUB - Add LICENSE section - Add NO_ARCH - Update WWW in pkg-descr - Make portlint happy - Take maintainership PR: 208477 Submitted by: tota@ (myself) Approved by: romain@ (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01137-478/+478
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update cups-filters to 1.8.3.tijl2016-03-293-55/+103
| | | | | | | | | | | | | | | - Move D-Bus dependency under a COLORD option. - Make libijs dependency optional. - Add BRAILLE option and add missing dependencies to it. There's no port of liblouisutdml yet but it isn't strictly required. - Move jpeg, png and tiff dependencies under an IMAGEFILTERS option. - Add an option group for cups-browsed, move AVAHI under it and add LDAP. - Add an option group to select the default PDF-to-PostScript renderer. - Add --disable-silent-rules to CONFIGURE_ARGS to make build logs more verbose. PR: 208345 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update security/gnutls to 3.4.10.tijl2016-03-2717-24/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.23.0sunpoet2016-03-262-3/+3
| | | | Changes: https://github.com/mogest/prawn-svg/releases
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-2436-39/+39
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* print/cups: revive GNUTLS option after r389015jbeich2016-03-232-7/+9
| | | | | | | | SSL remains enabled by default but now can be optionally disabled reducing reducing the number of dependencies. PR: 208223 Approved by: tijl (maintainer)
* Remove pkg-message. It's no longer needed and causing confusion.tijl2016-03-212-11/+1
| | | | PR: 207920
* - These binary plugins are compiled for Linux and some require glibctijl2016-03-216-68/+107
| | | | | | | | | | | | functions that our libc does not provide so they fail to load. Implement the glibc functions in a wrapper library for each plugin. - Do all of the building and installing from do-build and do-install. The upstream install scripts require too many hacks to stay inside the work directory. - Add LICENSE information. PR: 208142 Tested by: avg
* - Update print/qpdf to 6.0.0.tijl2016-03-2010-142/+92
| | | | | | | | | | | | | | | | | | | | | - Remove bash dependency. - Remove SDK option. It was added to prevent installation of headers because they sometimes cause build conflicts with newer versions of qpdf due to incorrect order of -I flags. This has been fixed now. - Add DOCS option. - Replace patch-configure with CPPFLAGS/LIBS and a post-patch command in the Makefile to take into account ${LOCALBASE} and ${MAKE_CMD}. - Remove patches that have been fixed upstream. - Add a patch for libtest/build.mk to change the order of LIBS and LIBS_libqpdf. LIBS may contain user supplied -L flags like -L/usr/local/lib which have to appear after upstream -L flags so programs are linked against freshly built libraries on not an older version in /usr/local/lib. The other build.mk files already do this right. - Add a patch for make/libtool.mk to change the order of $ldflags and $libs. Upstream puts -L flags in $ldflags. PR: 207751 Approved by: d.y.kazarov@mail.ru (maintainer)
* Support systems with WITHOUT_USB in /etc/src.conf.tijl2016-03-182-2/+8
| | | | Reported by: dweimer@dweimer.net
* Fix pkg-plist when FAX option is on.tijl2016-03-171-2/+2
|
* - Remove the FOOMATIC option. The port isn't very useful without PPD files.tijl2016-03-155-560/+439
| | | | - Change the CUPS option so it uses foomatic-rip from print/cups-filters.
* Add a patch to print/cups and print/hplip to disable detaching of ulpt(4).tijl2016-03-146-2/+41
| | | | | | | | | | This isn't needed on FreeBSD and it always fails because the process doesn't have the required privileges. Add a sample devd configuration file to print/cups that gives users in group cups access to USB printers. [1] Submitted by: hselasky, Alexander Zagrebin <alex@zagrebin.ru> [1]
* - Let foomatic-rip use /bin/sh instead of /bin/bash.tijl2016-03-143-37/+12
| | | | | | | | - Patch foomatic-rip to reset stdin after replacing the underlying file descriptor. - Remove a patch for the pdftops filter that is no longer needed. Submitted by: Alexander Zagrebin <alex@zagrebin.ru>
* Fix plist when SNMP is offgblach2016-03-131-3/+3
| | | | | | PR: 207921 Reviewed by: tijl Approved by: Portmgr blanket approval
* cups-connector: create portswills2016-03-136-0/+124
| | | | | | | | | Share printers from your computer with ChromeOS and Android devices, using the Cloud Print Connector. The Connector is a purpose-built system process. It can share hundreds of printers on a powerful server, or one printer on a Raspberry Pi. WWW: https://github.com/google/cups-connector
* Set NO_ARCH=yes.rakuco2016-03-121-0/+1
|
* Update to 4.3.0.rakuco2016-03-122-3/+3
| | | | | PR: 207836 Submitted by: jochen@jochen-neumeister.de
* Fix make check-plist when ${LOCALBASE}/etc/pam.d does not exist.tijl2016-03-112-1/+16
| | | | Reported by: rakuco
* Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-11106-4371/+1595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
* Delete print/cups before renaming print/cups-base. This is just a metaporttijl2016-03-114-51/+0
| | | | | | for various cups components that will no longer be needed. PR: 207746
* - patch for main deforaos libraryolivier2016-03-081-1/+1
| | | | | | | - bump PORTREVISION for dependencies Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5562
* - Update to 1.4.0sunpoet2016-03-062-6/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/yob/pdf-reader/blob/master/CHANGELOG
* - Update to 0.22.1sunpoet2016-03-062-4/+4
| | | | Changes: https://github.com/mogest/prawn-svg/releases
* - Update to 2.1.0sunpoet2016-03-062-5/+7
| | | | | | - Add LICENSE_FILE Changes: https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md
* - Update to 0.6.1sunpoet2016-03-062-4/+6
| | | | | | - Add LICENSE_FILE Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
* Update freetype2 to 2.6.3.kwm2016-03-033-4/+4
|
* Update harfbuzz to 1.2.3.kwm2016-03-033-7/+16
| | | | | | | | | Enable Gobject introspection. Assign maintainership to gnome@ PR: 207387 (based on) Submitted by: olivierd@
* Mark BROKEN, DEPRECATED and expire in 2 months.rakuco2016-03-031-0/+4
| | | | | | | | | Reportlab2 has been unsupported for a long time, and it isn't compatible with the current graphics/py-pillow version. Users should use print/py-reportlab instead. PR: 207601 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
* - Update maintainer's email addresslwhsu2016-03-021-2/+2
| | | | Submitted by: maintainer (via facebook chat)
* - Add LICENSE_FILEamdmi32016-03-021-6/+10
| | | | | | - Add NO_ARCH - Switch to USES=shebangfix - Switch to options helpers
* Resurrect port: print/pnm2ppapi2016-03-0111-0/+176
| | | | | | | | | | | | | This software creates output using the PPA (printer performance architecture) protocol. This protocol is used by some HP "Windows-only" printers, including the HP Deskjet 820C series, the HP DeskJet 720 series, and the HP DeskJet 1000 series. It has been tested on all three printers, but your personal experience (positive or negative) is very much appreciated! WWW: http://pnm2ppa.sourceforge.net/ PR: 207468 Submitted by: Miroslav Lachman <000.fbsd@quip.cz>