aboutsummaryrefslogtreecommitdiffstats
path: root/net/ldap2dns
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-04-08 00:34:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-04-08 00:34:19 +0800
commit38476dadf690adae0161231beedd35fdcff3f2f4 (patch)
treeccdfd75ba266396ee5b4ec34ee2678cb47d8480a /net/ldap2dns
parent9df981eac52f0feba783d2c27cc21dd7b9a798b5 (diff)
downloadfreebsd-ports-graphics-38476dadf690adae0161231beedd35fdcff3f2f4.tar.gz
freebsd-ports-graphics-38476dadf690adae0161231beedd35fdcff3f2f4.tar.zst
freebsd-ports-graphics-38476dadf690adae0161231beedd35fdcff3f2f4.zip
Update to 3.5.2
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'net/ldap2dns')
0 files changed, 0 insertions, 0 deletions
'column1'>| | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 * textproc/hunspell: update to 1.6.0jbeich2017-01-072-4/+5 | | | | | | | | | | | | | | | - 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 * devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1 | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 * textproc/hunspell: update to 1.5.4jbeich2016-12-041-2/+2 | | | | | | | 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) * 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-231-1/+1 | | | | | | | | | | | | - 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) * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-13/+13 | | | | | With hat: portmgr Sponsored by: Absolight * Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-1/+1 | | | | | | | | | | | | | | | | 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) * Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-111-1/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * print/scribus: Update to version 1.4.6.bsam2016-01-304-9/+16 | * - Switch to outsource build to not install unwanted filesamdmi32016-01-242-123/+6 | | | | | | PR: 205633 Submitted by: amdmi3 Approved by: maintainer timeout (basm, 4 weeks) * Switch to USES=execinfopawel2016-01-031-3/+2 | | | | | | PR: 205384 Submitted by: myself Approved by: maintainer timeout * - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. * print/scribus: The release was packed by bzip2 but named after xz.bsam2015-07-312-3/+3 | | | | | | | Now the name is fixed (checksum is the same, only the distribution file name is changed). Poited out by: Matthias Apitz <guru@unixarea.de> (at ports@) * Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-2/+2 | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 * Convert to USES=jpegantoine2015-06-231-3/+2 | * print/scribus: welcome 1.4.5 releasebsam2015-02-014-17/+45 | | | | Announcement: http://wiki.scribus.net/canvas/1.4.5_Release * Bump portrevision after png updatebapt2014-12-261-1/+1 | * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 | * Cleanup plistantoine2014-11-131-248/+57 | * print/scribus: switch from py-imaging to py-pillowwg2014-10-071-4/+3 | | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit) * Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-0/+2 | * Chase hyphen shlib changebapt2014-06-301-0/+1 | * print/scribus: Update to version 1.4.4.bsam2014-06-123-1860/+1884 | | | | | | | | | | | | | | | | | | | | Most Important Changes: * PDF/X-1a export. * The Barcode plug-in has been updated to reflect the latest changes in the underlying Barcode Writer in Pure PostScript (BWIPP). * The Autoquote script has been rewritten and enhanced. It now provides more options and adds thin spaces to French texts where appropriate. * A script to align images in frames has been added. * Full support of the OpenICC Directory Proposal (http://www.oyranos.org/wiki/index.php?title=OpenIccDirectoryProposal). * The handling of transparencies in Photoshop-generated TIFF files has been improved. * Page borders can now act as guides (and thus be used for snapping of items). * The CMYK color palette created by the Newspaper Association of America (NAA) for newspaper advertisements has been integrated into Scribus. * A new color palette for professional geographers has been added. * Export to various bitmap formats has been re-enabled on Mac OS X. * Several issues related to the user interface and canvas display have been resolved. * Adjustments for Windows 8.x. * An issue with the spellchecker, resulting in a crash, has been resolved. * Documentation and translation updates and improvements. For a complete list of changes see: http://bugs.scribus.net/view_all_bug_page.php?filter=99610 * Utilize USES+=tar:xz.bsam2014-05-161-2/+1 | * . stageify;bsam2014-05-133-10/+25 | | | | | . remove some plist entries which belongs to MTREE; . fix some clang c++ issues. * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) * Chase boost and icu bumpbapt2014-02-071-0/+1 | | | | While here convert some LIB_DEPENDS * Fix LIB_DEPENDSantoine2013-12-271-1/+1 | * Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-13/+13 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | print) * . update to version 1.4.3;bsam2013-08-085-35/+311 | | | | | | | | | . remove a patch to build with clang (it was incorporated upstream); . take maintainership. PR: ports/180964 Submitted by: bsam (me) Approved by: sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months) * Fix build with latest clang:bsam2013-06-202-1/+15 | | | | | | | | | | | | | | | | | | | | ----- /usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration makes this constructor a default constructor RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) : ^ ~ /usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3: note: previous declaration is here RunScriptDialog(QWidget* parent, bool extEnable); ^ 1 error generated. *** Error code 1 ----- PR: ports/179042 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Patch by: bsam (me) Tested by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Approved by: sylvio (maintainer, timeout 3+ weeks) * - Fix i18n manpagesmiwi2013-06-141-0/+4 | * Remove a debugging information forgotten at the previous commit.bsam2013-05-251-1/+0 | * . update to version 1.4.2;bsam2013-05-254-32/+423 | | | | | | | | | | | . remove the indefinite article from COMMENT; . remove ABI version numbers from LIB_DEPENDS; . utilise USES+=desktop-file-utils pkgconfig shared-mime-info; . build with hunspell rather then aspell. PR: ports/178414 Submitted by: bsam (me) Approved by: sylvio (maintainer timeout, 2+ weeks) * - convert USE_CMAKE to USESmakc2013-03-231-1/+1 | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) * - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-4/+2 | * Chase boost updatebapt2013-01-311-6/+3 | * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 | | | | Review by: bapt, David Naylor (kde team) * - update png to 1.5.10dinoex2012-06-011-1/+2 | * - Fix problem of duplicate LATEST_LINK values with scribus-devel port.sylvio2012-05-311-0/+1 | | | | Reported by: erwin@ * - Update to 1.4.1sylvio2012-05-163-325/+663 | | | | | PR: ports/167919 Submitted by: bsam@ * Update mime and desktop databases via @exec and @unexec at pkg-plist.bsam2012-02-162-0/+5 | | | | | | | | | | | This change should have been done at the previous commit [1]. Bump PORTREVISION. PR: ports/164609 [1] Submitted by: bsam (me) [1] Pointed out by: makc Tested at: Redports Approved by: sylvio (maintainer timeout 15 days) [1] * Update to version 1.4.0. The new version uses QT4.bsam2012-02-157-750/+2220 | | | | | | | | | | | | | | From the official site: After almost 4 years of intensive work, the Scribus Team (www.scribus.net) has released the new stable version 1.4.0 of the Open Source desktop publishing program Scribus.[...] In summary, more than 2000 feature requests and bugs have been resolved since the development of this new version started. PR: ports/164592 [1] ports/164609 [2] Submitted by: Sergey Golyashov <svvord@ulona.org> [1], bsam [2] Approved by: sylvio (maintainer timeout 15 days) * Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0 | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes * - Unbreakpav2011-10-153-2/+20 | | | | Submitted by: coder.tuxfamily <coder@tuxfamily.org> * - Mark BROKEN: does not compilepav2011-10-151-0/+2 | | | | | | | /usr/ports/print/scribus/work/scribus-1.3.3.14/scribus/cupsoptions.cpp: In constructor 'CupsOptions::CupsOptions(QWidget*, QString)': /usr/ports/print/scribus/work/scribus-1.3.3.14/scribus/cupsoptions.cpp:63: error: 'ppd_file_t' was not declared in this scope Reported by: pointyhat * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1 | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> * - Kick MD5 Supportmiwi2011-07-031-1/+0 | * Bump PORTREVISION after open-mofit updatemakc2011-05-021-0/+1 |