aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix packaging for some edge cases.madpilot2015-10-071-1/+2
| | | | | | PR: 203555 Submitted by: amdmi3@ MFH: 2015Q4
* deskutils/syncthing-gtk: create portswills2015-10-076-0/+63
| | | | | | | | | | | | | | | | GTK3 & Python based GUI and notification area icon for Syncthing Supported Syncthing features: Everything what WebUI can display Adding / editing / deleting nodes Adding / editing / deleting repositories Restart / shutdown server Editing daemon settings WWW: https://syncthing.net/ PR: 203562 Submitted by: Ivan <enitarzi@gmail.com>
* - Add missing run-depend on bashamdmi32015-10-061-3/+3
| | | | | | - Remove no-op SHEBANG_LANG Approved by: portmgr blanket
* - Update to version 0.6.0pawel2015-10-033-4/+24
| | | | | | | | - Fix dependencies, fbsd:nokeywords files props (on -> yes) - Install zsh completion file PR: 202598 Submitted by: Maxim Filimonov (maintainer)
* - Fix runtime error:nivit2015-10-022-2/+2
| | | | | | | | | | | | | Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 56. Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 57. Compilation failed in require at /usr/local/bin/shutter line 148. See also: See also: https://bugs.launchpad.net/shutter/+bug/1495163/comments/2 - Bump PORTREVISION Reviewed by: feld MFH: 2015Q3
* - Fix documentation handling as it doesn't work properly with autoplistamdmi32015-10-012-12/+21
| | | | | | | | | | | - Simplify patching, don't patch and REINPLACE_CMD a same file - Add LICENSE_FILE - Add NO_ARCH - Pet portlint PR: 203013 Submitted by: amdmi3 Approved by: maintainer timeout (seawolf@marinewolf.net, 3 weeks)
* - Add LICENSE_FILEamdmi32015-09-301-0/+1
| | | | Approved by: portmgr blanket
* Fix build on 10.1madpilot2015-09-301-0/+10
| | | | | | PR: 202843 Submitted by: tkato432 at yahoo.com Reported by: amdmi3 (thanks!)
* - Fix build after GNUstep changes by stripping files in the correct placeamdmi32015-09-301-1/+1
|
* - over to novel@jgh2015-09-301-1/+1
|
* Sort category Makefiles.olgeni2015-09-291-1/+1
|
* Update to 1.21.1madpilot2015-09-267-53/+8
| | | | | PR: 202843 Submitted by: Ports Fury
* - Update to 0.2.14madpilot2015-09-264-8/+9
| | | | | | | - Regenerate patch file PR: 202842 Submitted by; Ports Fury
* Remove from plist things already done by USESbapt2015-09-261-2/+0
|
* - Add LICENSEamdmi32015-09-256-25/+25
| | | | | - Pet portlint - Regenerate patches with `make makepatch`
* - Reassign to the heap after fluffy@'s bit was taken in for safekeepingculot2015-09-241-1/+1
|
* deskutils/owncloudclient: update 1.8.4 -> 2.0.1junovitch2015-09-213-9/+9
| | | | | | | | - Pass maintainer from ports@ to PR submitter - Regenerate a patch for 2.0.1 PR: 203167 Submitted by: Yonas Yanfa <yonas@fizk.net>
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-213-6/+6
|
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-1924-220/+214
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* deskutils/remind: security update 3.1.13 -> 3.1.15junovitch2015-09-193-15/+4
| | | | | | | | PR: 202942 Approved by: ports-secteam (feld) Security: b55ecf12-5d98-11e5-9909-002590263bf5 Security: CVE-2015-5957 MFH: 2015Q3
* Fix arbitrary code execution vulnerabilityfeld2015-09-182-1/+13
| | | | | | MFH: 2015Q3 Security: CVE-2015-0854 Security: d45ad7ae-5d56-11e5-9ad8-14dae9d210b8
* - address location of cpu_map.xml in capabilities.py [1]jgh2015-09-183-0/+41
| | | | | | | | | | | | - Use GtkVnc.Display() not GtkVnc.Display.new() [2] - bump portrev Both of these issues have been addressed upstream by crobinso@redhat.com: [1] https://github.com/virt-manager/virt-manager/commit/b15c44923c9af9d42d04a508de0d9cc8744dc73e [2] https://github.com/virt-manager/virt-manager/commit/5df6757a0bd9b8f4dcca17a73bad3d9fe46d7823 PR: 203152 [2] Submitted by: yonas@fizk.net [2], daniel@morante.net (via mail) [1]
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* - update to 0.99.9jgh2015-09-162-3/+3
|
* - Switch to USES=libarchive as suggested by stage-qaamdmi32015-09-162-1/+10
| | | | | | | - Switch to options helpers - Add missing files to plist Approved by: portmgr blanket
* - Fix shebangsamdmi32015-09-151-1/+2
| | | | Approved by: portmgr blanket
* Make it so that the default Perl is always called perl5.mat2015-09-141-2/+2
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Use wxGTK3bapt2015-09-141-1/+2
|
* Convert to option frameworkbapt2015-09-132-38/+22
| | | | | Use options helpers Remove usage of HAVE_GNOME
* Convert EVOLUTION support into proper optionsbapt2015-09-131-11/+7
|
* Mark as deprecated, Steadyflow is no longer developed.olivierd2015-09-121-0/+3
| | | | It can be replaced by net/uget.
* - Ignore unneeded .egg-info filesamdmi32015-09-122-0/+5
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - Add LICENSEamdmi32015-09-122-0/+14
| | | | | | | - Add NO_ARCH - Fix staging from plain user Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-09-105-22/+14
| | | | | | - Add some NO_ARCHes Approved by: portmgr blanket
* - Switch to cmake:outsource to not install unneeded filesamdmi32015-09-102-2/+2
| | | | | | PR: 202626 Submitted by: amdmi3 Approved by: maintainer timeout (yurkis@gmail.com, 2 weeks)
* - Update to 6.5.22wen2015-09-092-3/+3
|
* - Add NO_ARCHamdmi32015-09-082-5/+7
| | | | | | | - Switch to options helpers - Add empty directory and ignored files into plist Approved by: portmgr blanket
* Update CMake to 3.1.1.rakuco2015-09-071-0/+5
| | | | | | | | | | | | | | | | | | | | Release notes for the 3.3 series: http://www.cmake.org/cmake/help/v3.3/release/3.3.html This update took longer than expected because of a behavior change in CMake: now calls to find_library(), find_path() etc will take the $PATH environment variable into consideration, which in practice means that it will prefer libraries in base instead of those in ports when both versions are available. r395972 is an example of the groundwork that had to be done before landing this patch. - deskutils/owncloudclient: When OpenSSL from ports is to be used, make sure to pass ${LOCALBASE} as $CMAKE_PREFIX_PATH, otherwise it will use the version in base (see above) and fail on 9.x. - math/cgal: Import upstream patch to fix the configuration process with CMake 3.3.x. PR: 202516
* Convert most ports using cloud.github.com to GHC.mat2015-09-051-2/+3
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* Update notification-daemon to 3.16.1.kwm2015-09-043-4/+9
| | | | Obtained from: gnome devel repo
* Update mate-notification-daemon to 1.10.1.kwm2015-09-042-3/+3
|
* Update mate-utils to 1.10.3.kwm2015-09-043-4/+296
|
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-032-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine)
* - Switch to USES=libarchive as suggested by stage-qaamdmi32015-09-021-2/+2
| | | | Approved by: portmgr blanket
* Update librsvg2 to 2.40.10.kwm2015-08-291-1/+2
| | | | | | | | | | Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the gtk-engines2 run dependacy. Update ports to take the dependacy changes into account. PR: 202378 Exp-run by: antoine@
* Drop USES=iconv.rakuco2015-08-291-2/+2
| | | | | The port does not include any iconv header, does not call any iconv function or invoke the executable.
* - Bump PORTREVISION after libzip updatemakc2015-08-281-0/+1
|
* - Use qt4-linguisttools for localization.vg2015-08-282-3/+4
| | | | | | | | | - Add USE_QT4=corelib. - Add LICENSE_FILE. - Fix portlint warning (.000000000 +0000 -> UTC) PR: ports/202695 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Drop USES=iconv.rakuco2015-08-251-2/+2
| | | | The port builds just fine without it, and does not use iconv directly.
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-1/+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.
* deskutils/ical: Skip faulty configure test (that will always pass anyway)marino2015-08-221-3/+13
| | | | | | | | | | | | The configure test for a valid tk version assumes the compiler will search in /usr/local/include by default. While this is often true, it cannot be guaranteed and the test will fail when the compiler doesn't search there. The ports framework guarantees the correct version of tk will always be present, so this modification to the unmaintained port just skips the tests to allow the configure phase to succeed on the previously mentioned compilers.
* deskutils/parcellite: fix build without NLSpgollucci2015-08-221-162/+0
| | | | | | | | - Remove unneeded copies of extrapatch-configure.ac PR: 202537 Submitted by: s3erios@gmail.com Approved by: (shouldve been in previous patch)
* deskutils/parcellite: update to 1.1.9pgollucci2015-08-194-28/+194
| | | | | | | | | | | | | | - Update to 1.1.9. - Remove patch-src__main.c - it's not needed now. - Add CPPFLAGS/LIBS (unbreak configure). - Patch Makefiles - add missing libraries to LDADD. - Add LICENSE_FILE. - Add all used dependencies (USE_GNOME=glib20 pango, USE_XORG=x11). - Honor Option NLS PR: 201875 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (koalative@gmail.com ; 23 days)
* [patch] deskutils/cdcat: qt4-linguist -> qt4-linguisttoolspgollucci2015-08-191-1/+1
| | | | | PR: 202206 Submitted by: s3erios@gmail.com
* deskutils/nemo-extensions: unbreak FreeBSD 9, modernizepgollucci2015-08-191-10/+7
| | | | | | | | | - Convert to USES=autoreconf:build. - Remove unused webkit-gtk3 dependency from configure.ac / Makefile. PR: 201777 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (gustau.perez@gmail.com ; 25 days)
* OSVERSION is always > 900006.mat2015-08-182-6/+1
| | | | Sponsored by: Absolight
* - Fix shebangsamdmi32015-08-181-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Mark BROKEN: does not build:amdmi32015-08-171-0/+2
| | | | | | | npm ERR! network getaddrinfo EAI_FAIL Reported by: pkg-fallout Approved by: portmgr blanket
* Bump PORTREVISION for libupower-glib library version bump in r393607.tijl2015-08-171-1/+1
|
* deskutils/treesheets: update to 0.0.20150711jbeich2015-08-162-4/+6
| | | | | | | | | - Add PACKAGE_VERSION variable to MAKE_ENV, which defines version of package instead of build date Changes: https://github.com/aardappel/treesheets/compare/69990a2...3a6be83 PR: 202009 Submitted by: lightside <lightside@gmx.com> (maintainer)
* - Add missing file to plistamdmi32015-08-142-0/+2
| | | | Approved by: portmgr blanket
* - update to 1.2.1jgh2015-08-115-54/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog: Release 1.2.1 (June 06, 2015) ----------------------------- - Bugfix release - Fix connecting to older libvirt versions (Michal Kepie'n) - Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano) - Fix addhardware/create wizard errors when a nodedev disappears - Fix adding a second cdrom via customize dialog Release 1.2.0 (May 04, 2015) ---------------------------- - OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson) - Improved support for AArch64 qemu/kvm - virt-install: Support --disk type=network parameters - virt-install: Make --disk just work - virt-install: Add --disk sgio= option (Giuseppe Scrivano) - addhardware: default to an existing bus when adding a new disk (Giuseppe Scrivano) - virt-install: Add --input device option - virt-manager: Unify storagebrowser and storage details functionality - virt-manager: allow setting a custom connection row name - virt-install: Support --hostdev scsi passthrough - virt-install: Fill in a bunch of --graphics spice options - Disable spice image compression for new local VMs - virt-manager: big reworking of the migration dialog
* Horde package update:mm2015-08-102-3/+3
| | | | | | ftp/horde-gollem 3.0.4 -> 3.0.5 mail/horde-webmail 5.2.9 -> 5.2.10 deskutils/horde-groupware 5.2.9 -> 5.2.10
* * Add PORTSCOUT macros to only show stable gnome versions.kwm2015-08-083-0/+6
| | | | | | | | * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
* Update to 1.8.4madpilot2015-08-083-7/+9
|
* - address python issue with Uses shebangjgh2015-08-081-2/+2
| | | | | PR: 202106 Reported by: lantw44@gmail.com
* - Properly fix all shebangsamdmi32015-08-061-5/+5
| | | | | | | | - Add NO_ARCH Reported by: kwm Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Fix categories....kwm2015-08-061-1/+1
| | | | Submitted by: freshports sanity daemon
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-06112-552/+1963
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Strip binaryamdmi32015-08-041-1/+4
|
* Horde package update:mm2015-08-036-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-0311-11/+11
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update poppler to 0.34.0. [1]kwm2015-08-032-1/+2
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* Update zeitgeist to 0.9.14 [1]kwm2015-08-021-2/+2
| | | | | | | | | | | | | | | | This version of zeitgeist now bundles libzeitgeist in the port. The new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so. * deskutils/cairo-dock-plugins: supports both zeitgeist versions. * net-im/folks: Only supports the new 2.0 libzeitgeist library version. And this went unnoticed, woops. * sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist. * sysutils/qzeitgeist: Update the port for the new zeitgeist API. * www/midori: Mark the zeitgeist option (non-default) broken until midori can be updated to a version that supports the new libzeitgeist 2.0 PR: 190729 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* New port: deskutils/ladonpi2015-08-025-0/+215
| | | | | | | | | | | | | | | Process many files in parallel. It is meant for people comfortable with using a terminal but strives to be as easy to use as humanly possible. Ladon is named after the multiheaded serpent dragon from Greek mythology, slain by Heracles and thrust into the sky as the constellation Draco. His many heads allow you to efficiently work on many files at once. WWW: https://github.com/danielgtaylor/ladon PR: 201906 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
* - Fix build on 10.x+amdmi32015-08-011-0/+4
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-07-311-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Add LICENSE_FILEamdmi32015-07-311-2/+3
| | | | - Switch to USES=libarchive
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-302-2/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Update mozo to 1.10.1.kwm2015-07-292-4/+4
|
* - Fix shebangsamdmi32015-07-291-2/+5
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Update MATE DE to 1.10.0.kwm2015-07-2814-27/+40
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* - update to 0.99.8jgh2015-07-273-58/+35
|
* Fix packaging after sphinx updateantoine2015-07-252-2/+4
| | | | Reported by: pkg-fallout
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-172-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
* Update to 1.21.0arved2015-07-177-6/+55
| | | | Drop Maintainership.
* deskutils/fet: update 5.27.3 -> 5.27.5robak2015-07-162-3/+3
| | | | | PR: 201600 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* Fix build when NLS is disabled.madpilot2015-07-151-2/+2
| | | | | | PR: 199469 Submitted by: tobias.kortkamp at gmail.com Approved by: Maintainer timeout
* - Fix shebangsamdmi32015-07-141-2/+5
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-081-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Pass maintainership to sergey.v.brunov@gmail.comamdmi32015-07-021-1/+1
| | | | PR: 201094
* Update GNUstep ports to their latest versions.theraven2015-07-016-13/+6
| | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961
* - Update to 1.0.1amdmi32015-07-013-8/+20
| | | | | | | | - Reset MAINTAINER per maintainer's request PR: 201094 Submitted by: sergey.v.brunov@gmail.com Approved by: wen@FreeBSD.org (maintainer)
* deskutils/semantik: update to 0.9.4avilla2015-06-294-14/+32
|
* Do not escape libxml++ it is not needed as it is not used in regular expressionbapt2015-06-271-1/+1
| | | | anymore
* deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDSkoobs2015-06-271-1/+1
|
* deskutils/py-bugwarrior: Update to 1.1.4koobs2015-06-273-3/+19
| | | | | | | | | | | | | | | - Update to 1.1.4 - Add TEST_DEPENDS and regression-test target now that tests are included in the PyPI sdist [1] Thanks Ralph! - Patch setup.py to enable test command until PR #222 [2] is in release. Changes: https://github.com/ralphbean/bugwarrior/blob/1.1.4/CHANGELOG.rst [1] https://github.com/ralphbean/bugwarrior/pull/221 [2] https://github.com/ralphbean/bugwarrior/pull/222
* - Mark BROKEN on 9.x:amdmi32015-06-261-0/+2
| | | | | | | | | | | | | | | /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11' /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11' ... Submitted by: pkg-fallout Approved by: portmgr blanket
* - Add required C++11 supportamdmi32015-06-261-1/+1
| | | | | Submitted by: pkg-fallout Approved by: portmgr blanket
* [NEW] deskutils/py-bugwarrior: Sync issue & bug systems with taskwarriorkoobs2015-06-254-0/+57
| | | | | | | | | | | | | | | | | | | | | | bugwarrior is a command line utility for updating your local taskwarrior database from your forge issue trackers. It currently supports the following remote resources: * Github (api v3) * Gitlab (api v3) * BitBucket (Atlassian) * Trac * Bugzilla * Megaplan * Teamlab * Redmine * Jira (Atlassian) * Activecollab (2.x and 4.x) * Phabricator * VersionOne WWW: https://github.com/ralphbean/bugwarrior
* [NEW] deskutils/py-taskw: Bindings for your taskwarrior databasekoobs2015-06-255-0/+47
| | | | | | | | | | | | | | | This is a python API for the taskwarrior command line tool. It contains two implementations: taskw.TaskWarriorShellout and taskw.TaskWarriorDirect. The first implementation is the supported one recommended by the upstream taskwarrior core project. It uses the task export and task import commands to manipulate the task database. The second implementation opens the task db file itself and directly manipulates it. It exists for backwards compatibility, but should only be used when necessary. WWW: https://github.com/ralphbean/taskw
* Update to 1.8.1olivierd2015-06-253-3/+13
|
* - Add NO_ARCHsunpoet2015-06-241-0/+1
|
* - Strip librariesamdmi32015-06-231-1/+4
|
* deskutils/griffith: drop dependency on py-xmlrm2015-06-231-4/+3
| | | | | According to griffith changelog, dependency on py-xml had retired upstream since version 0.9.7, so we not need it too.
* Convert to USES=jpegantoine2015-06-233-8/+4
|
* deskutils/conduit: drop dependency on py-xmlrm2015-06-221-4/+2
| | | | | | | | | | | conduit doesn't using py-xml since version 0.3.5, so remove it and bump PORTREVISION. Limit python version to 2.x while here. References: * http://lwn.net/Articles/265342/ * https://bugzilla.redhat.com/show_bug.cgi?id=454995 With hat: python
* - Update to 6.5.21wen2015-06-203-5/+3
| | | | - Update pkg-message
* Horde package update:mm2015-06-196-9/+9
| | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5 devel/pear-Horde_Core 2.20.4 -> 2.20.5 devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0 www/horde-base 5.2.5 -> 5.2.6 mail/horde-imp 6.2.8 -> 6.2.9 deskutils/horde-kronolith 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.4 -> 4.2.5 mail/horde-turba 4.2.6 -> 4.2.7 mail/horde-webmail 5.2.6 -> 5.2.7 deskutils/horde-groupware 5.2.6 -> 5.2.7
* - Strip libraryamdmi32015-06-191-1/+4
|
* - Strip binariesamdmi32015-06-191-1/+7
|
* - Add LICENSE_FILEamdmi32015-06-191-6/+7
| | | | | - Simplify post-patch - Strip binary
* - Switch to USES=taramdmi32015-06-191-8/+7
| | | | | - Simplify post-patch - Strip binary
* - Add LICENSE_FILEamdmi32015-06-191-2/+6
| | | | | - Fix binary installation - Strip binaries
* - Strip binaryamdmi32015-06-191-1/+4
|
* editors/zim: move to deskutilsrm2015-06-194-0/+77
| | | | | Zim is more than just editor, it's desktop wiki system with rich text capabilities, so it's more appropriate to move it deskutils category.
* deskutils/gbirthday: update to 0.6.8rm2015-06-183-18/+19
| | | | | | | - update to 0.6.8 - add LICENSE_FILE - remove Evolution bits, because support of Evolution was discontinued by upstream developers
* - Strip binaryamdmi32015-06-181-1/+4
|
* - Strip binaryamdmi32015-06-181-1/+4
|
* Upgrade to version 1.1.0skreuzer2015-06-183-15/+16
| | | | Submitted by: Joseph Kaczmarek <joseph.m.kaczmarek@gmail.com>
* - Fix shebangsamdmi32015-06-171-3/+5
| | | | - Add NO_ARCH
* - Strip binaryamdmi32015-06-171-1/+4
|
* - Update to 0.0.20150519amdmi32015-06-162-4/+4
| | | | | PR: 200822 Submitted by: lightside@gmx.com (maintainer)
* - Update audio/libmusicbrainz5 to 5.1.0jhale2015-06-151-1/+1
| | | | | | | | | - Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added upstream, but not in this release) [1] - Bump PORTREVISION on dependent ports PR: 196959 [1] Submitted by: Pete Johanson <peter@peterjohanson.com> [1]
* deskutils/fet: update 5.27.2 -> 5.27.3robak2015-06-142-3/+3
| | | | | PR: 200736 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* - Upgrade to 1.4.2.kuriyama2015-06-134-25/+9
|
* Reset maintainership for obrienerwin2015-06-131-1/+1
| | | | Approved by: portmgr
* Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768pawel2015-06-131-4/+1
|
* Update to version 2.4.2skreuzer2015-06-133-17/+3
|
* - Strip libraryamdmi32015-06-111-1/+2
|
* Horde package update:mm2015-06-112-3/+3
| | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.1 -> 2.28.4 devel/pear-Horde_Core 2.20.0 -> 2.20.4 security/pear-Horde_Crypt_Blowfish 1.0.3 -> 1.1.0 devel/pear-Horde_Date 2.0.13 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.0 -> 2.28.1 mail/pear-Horde_Mime 2.9.0 -> 2.9.1 security/pear-Horde_Share 2.0.6 -> 2.0.7 deskutils/horde-kronolith 4.2.6 -> 4.2.7
* Enable font antialiasing by launching JAVA with awt.useSystemAAFontSettings=on.mandree2015-06-112-0/+19
| | | | | | Bump PORTREVISION. Submitted by: Nikita Murzincev
* - Strip librariesamdmi32015-06-111-2/+4
|
* Remove expired ports:rene2015-06-1147-2336/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
* Update GNU cal to version 4johans2015-06-062-14/+6
| | | | | Even though this is a major version update, changes are minor http://lists.gnu.org/archive/html/info-gnu/2015-06/msg00001.html
* - Convert to OPTIONSamdmi32015-06-041-5/+7
| | | | - Strip library
* - Add LICENSEamdmi32015-06-041-1/+5
| | | | - Strip library
* Update to version 5.27.2pawel2015-05-312-3/+3
| | | | | PR: 200165 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* Cleanup USE_GITHUB usage.mat2015-05-312-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix shebangsamdmi32015-05-301-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* Recategorize an unconditional patch as an EXTRA_PATCH to unbreaktruckman2015-05-292-2/+3
| | | | | | | | | the build on FreeBSD 8. Change the OSVERSION test to the actual version where the utmp -> utmpx change was actually made, and also check OPSYS. Approved by: mat (mentor, implicit)
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* Fix configure and build with mono 4antoine2015-05-253-0/+5
|
* - Rename security/qtkeychain to qtkeychain-qt5, update to 0.5.0 and make it ↵madpilot2015-05-253-13/+10
| | | | | | | | | | | use Qt5 - Add slave port qtkeychain-qt4 - Make deskutils/owncloudclient link against qtkeychain-qt5 - Update owncloudclient comment and pkg-descr PR: 198785 Submitted by: 6yearold at gmail.com (security/qtkeychain maintainer)
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)marino2015-05-208-0/+16
| | | | | PR: 199761 Approved by: maintainer timeout
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-192-6/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Modify deskutils/kdepim4 to install libkleo headers. This basicallytijl2015-05-162-0/+63
| | | | | | | | | | | | reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux distros have done something similar) - Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to enable the cryptography plugin - Remove dependencies from kopete-kde4 for protocols that are no longer supported (libjingle and MSN/WLM) PR: 199546 Approved by: maintainer timeout (3 weeks)
* - Un-break buildriggs2015-05-153-43/+9
| | | | | | | | | - Cleanup Makefile - Pet portlint PR: 199222 Submitted by: tkato432@yahoo.com MFH: 2015Q2
* MASTER_SITES cleanup.mat2015-05-1429-48/+26
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup DIST* variables.mat2015-05-123-4/+3
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Remove expired ports:rene2015-05-108-68/+0
| | | | | 2015-05-07 deskutils/libopensync-plugin-python: Unfetchable, devices are not produced anymore 2015-05-07 deskutils/msynctool: Unfetchable, devices are not produced anymore
* - Remove icons package, no longer neededamdmi32015-05-092-5/+1
| | | | | PR: 200067 Submitted by: fidaj@ukr.net (maintainer)
* - Update to 3.4.1amdmi32015-05-095-12/+9
| | | | | | | | - Follow upstream versioning - Simplify ports PR: 199805 Submitted by: fidaj@ukr.net (maintainer)
* Unbreak by providing temporary host for the iconsantoine2015-05-092-5/+4
|
* Mark BROKEN againantoine2015-05-091-0/+2
|
* - Update to 5.27.1wen2015-05-082-3/+3
| | | | | PR: 200027 Submitted by: udvzsolt@gmail.com(maintainer)
* - Add empty directory to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+1
| | | | Approved by: portmgr blanket
* - The port fetches fine; remove dead mirroramdmi32015-05-071-3/+0
| | | | Approved by: portmgr blanket
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-0644-106/+51
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-041-1/+1
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* - Fix shebangsamdmi32015-05-041-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* deskutils/wyrd: unbreak build after r385012 (camlp4)jbeich2015-05-021-3/+3
| | | | | | | | | | | ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml sh: camlp4o: not found File "install.ml", line 1: Error: Error while running external preprocessor PR: 199847 Reported by: pkg-fallout, maintainer Submitted by: h.skuhra@gmail.com (maintainer)
* deskutils/wyrd: mark BROKEN until camlp4 ports comes inmarino2015-05-011-0/+2
|
* Horde package update:mm2015-05-016-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1 devel/pear-Horde_Argv 2.0.10 -> 2.0.11 security/pear-Horde_Auth 2.1.7 -> 2.1.8 devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1 www/pear-Horde_Browser 2.0.8 -> 2.0.9 mail/pear-Horde_Mail 2.5.1 -> 2.6.0 mail/pear-Horde_Mapi 1.0.4 -> 1.0.5 mail/pear-Horde_Mime 2.8.1 -> 2.9.0 textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5 security/pear-Horde_Perms 2.1.3 -> 2.1.4 devel/pear-Horde_Prefs 2.7.2 -> 2.7.3 devel/pear-Horde_Rdo 2.0.3 -> 2.0.4 www/pear-Horde_Routes 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.9.0 -> 1.9.1 devel/pear-Horde_Support 2.1.2 -> 2.1.3 textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1 devel/pear-Horde_Tree 2.0.3 -> 2.0.4 devel/pear-Horde_View 2.0.4 -> 2.0.5 textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3 www/horde-base 5.2.4 -> 5.2.5 mail/horde-imp 6.2.7 -> 6.2.8 mail/horde-ingo 3.2.4 -> 3.2.5 deskutils/horde-kronolith 4.2.5 -> 4.2.6 deskutils/horde-mnemo 4.2.5 -> 4.2.6 mail/horde-turba 4.2.5 -> 4.2.6 mail/horde-webmail 5.2.5 -> 5.2.6 deskutils/horde-groupware 5.2.5 -> 5.2.6
* - fix Xen text console issuejgh2015-04-302-1/+33
| | | | | PR: 199750 Submitted by: lantw44@gmail.com
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-292-3/+2
| | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr
* - Chase GNU Emacs updatesashish2015-04-272-2/+2
| | | | PR: 199553
* - Add MASTER_SITE_LOCAL to MASTER_SITESdanilo2015-04-242-4/+6
| | | | | - Remove BROKEN - [libopensync] Fix plist
* Update icu to 55.1bapt2015-04-241-1/+1
|
* deskutils/fbreader: fix plist (orphaned file)marino2015-04-212-0/+2
| | | | Approved by: just fix it
* - Update to 1.8.0olivierd2015-04-204-14/+22
| | | | - Enhance description
* Convert to USES=autoreconftijl2015-04-192-8/+3
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-1/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* - Add CPE infoamdmi32015-04-171-1/+1
| | | | Approved by: portmgr blanket
* Update to version 2.4.2skreuzer2015-04-162-3/+3
|
* - Add LICENSEamdmi32015-04-161-1/+5
| | | | | | - Add CPE info Approved by: portmgr blanket
* Fix building on i386skreuzer2015-04-162-2/+14
| | | | | PR: 199393 Submitted by: ppp15478@ribbon.or.jp
* Add CVE information to all Horde applicationsmm2015-04-154-4/+4
| | | | PR: 199368
* converters/libiconv:tijl2015-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix some glib schema issues.kwm2015-04-142-3/+4
| | | | | | | | | | | The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the glib schema database can be updated on installed/removal of the package. This updating is done by the GLIB_SCHEMAS macro. Make shotwell not run glib-compile-schemas in the stagedir, this has no effect. Additional this generates the share/glib-2.0/schemas/gschemas.compiled file. This file is managed by the glib20 port. And has a changing checksum because it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed.
* - Provide a working mastersite and unbreak (keep the old officialdanfe2015-04-132-16/+16
| | | | | | | | | site URL as a reference for now, maybe it will come back one day) - Reformat description text for better readability - Point WWW: to a working project homepage PR: 199328 Submitted by: Chris Hutchinson
* - Unbreak by providing a working mastersitedanfe2015-04-131-5/+4
| | | | | | | | - Mute extraction-related command, respect ${CC} - Transfer maintainership to the submitter PR: 199323 Submitted by: Chris Hutchinson
* Mark a few ports BROKEN: unfetchableantoine2015-04-121-0/+2
|
* Configure fails to find proper link command for Boost unit_test_frameworktruckman2015-04-122-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | because it first tries to link this library statically, and when that fails, it "forgets" to try linking it dynamically. The reason is that it has a bunch of nested loops to try multiple variations on the library name and keeps track of which library names it has tried so that it doesn't retry the same library name. The problem is that one of the loop variables also governs whether it should try static or dynamic liking, and if static linking fails, the library name gets added to the exclusion list, which prevents it from trying dynamic linking. Fix by the value of the loop variable $boost_rtopt_ to the key value into the list of library variations to disambiguate the two cases so that linking both ways is tried. Also move the location where $boost_failed_libs is set out by one nesting level to prevent the same library name value from being added to the list multiple times. Get rid of .include <bsd.port.options.mk> and .if ${PORT_OPTIONS:MDOCS} as suggested by mat@. Portlint whines about it but the Porters Handbook says it is OK because the doc files are few and small. Unmute ${INSTALL_DATA} as suggested by portlint. PR: 195597 Differential Revision: https://reviews.freebsd.org/D2279 Reviewed by: kwm Approved by: mat (mentor)
* Fix the build on < 10.0kwm2015-04-111-0/+3
|
* Update to 4.12.1 (bugfix)olivierd2015-04-103-6/+5
|
* Mini gnome update. Next stop GNOME 3.16!kwm2015-04-103-3/+4
| | | | | | | | | | | | | | Update rhythmbox to 3.2. Update gnome-tweak-tool to 3.14.3. Update gnome-mines to 3.14.2. Update eog to 3.14.4. Update geary to 0.10.0. Update tracker to 1.2.6. Update gdm to 3.14.2. Update gtk30 to 3.14.12. Update gtksourceview3 to 3.14.4. Obtained from: GNOME dev repo
* Really do itbapt2015-04-101-0/+1
|
* Convert to USES=gnustepbapt2015-04-101-4/+1
|
* Finish removing deskutils/preferencepanesantoine2015-04-105-52/+0
|
* - Update to 4.12.0olivierd2015-04-104-653/+18
| | | | | - Remove BDB (Berkeley DB), and ICAL (we use devel/libical available in ports tree, not internal version) options
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-0917-87/+59
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* - fix outdated dependencies, and address old api [1]jgh2015-04-093-7/+28
| | | | | | | - while here address autoplist issue and sort python variables PR: 199108 [1] Submitted by: lantw44@gmail.com [1]
* Add a new USES=waf to handle the waf building system, allowing to factorise codebapt2015-04-083-38/+8
| | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe
* Deprecate 2 broken portsantoine2015-04-082-0/+6
| | | | Submitted by: maintainer
* - Update to version v0.0.20150405riggs2015-04-073-13/+8
| | | | | | | | - Use new GH* policy - Pet portlint PR: 198730 Submitted by: lightside@gmx.com (maintainer)
* Convert to USES=metaport, take 2.rakuco2015-04-071-6/+3
| | | | | | strigi's Makefile.common checks for NO_BUILD, so it has to be defined prior to its inclusion; split the bsd.port.mk into bsd.port.{pre,post}.mk for that.
* Mark as brooken unfetchable portsbapt2015-04-0614-0/+14
|
* Revert broken conversion to USES=metaportantoine2015-04-041-1/+4
| | | | With hat: portmgr
* - Move deskutils/mirall to deskutils/owncloudclient due to upstream renamemadpilot2015-04-0415-88/+118
| | | | - Update to 1.8.0
* Convert kde@ ports to USES=metaport.rakuco2015-04-041-4/+1
| | | | Submitted by: alonso@
* Add two patches to textproc/intltool so it works better with USES=autoreconftijl2015-04-032-61/+62
| | | | | | | | | | | | | | | - Patch intltool.m4 so translations are always installed in PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack also does this for ports without USES=autoreconf) - Patch intltoolize.in so it creates the directory where it will copy intltool.m4 into if it doesn't exist yet Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install from Makefile and remove an old patch. PR: 198123 Exp-run by: antoine Approved by: gnome (kwm), portmgr (antoine)
* Fix my email addresslme2015-04-031-1/+1
|
* Require lang/clang36 when building on FreeBSD 9.3 or olderskreuzer2015-04-031-0/+9
|
* - remove do_nada from install targetjgh2015-04-021-3/+1
| | | | Approved by: portmgr (blanket)
* Mark as broken:bapt2015-03-311-1/+1
| | | | | | | - No public distfiles for current version - Newer version does not work with recent objective C While here remove dead master site
* Remove dead CENKES mirrorbapt2015-03-312-2/+2
|
* Allow Thunar (through tumbler daemon) to display previews for SVG icons.olivierd2015-03-311-1/+1
| | | | | PR: 199009 Submitted by: marino@
* Convert to USES=metaportbapt2015-03-282-8/+2
|
* Convert to USES=metaportbapt2015-03-282-14/+4
| | | | Use options helpers
* Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-278-10/+12
| | | | | | | Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo
* 6 ports categories: Remove $PTHREAD_LIBSmarino2015-03-253-5/+4
| | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
* Fix minor typos in pkg-descr files.olgeni2015-03-221-1/+1
|
* Make fonts repecting XDGbapt2015-03-222-8/+4
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* Update to version 5.26.2pawel2015-03-193-3/+4
| | | | | PR: 198665 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* Mark this as only for amd64 for nowskreuzer2015-03-171-0/+2
|
* - Fix shebangsamdmi32015-03-161-2/+3
| | | | Approved by: portmgr blanket
* Mark BROKEN: fails to buildantoine2015-03-151-0/+2
| | | | | | | | | | | | | | | | | | | | With gcc: c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp In file included from 7ZipArchive.cpp:13: ../includes/CPP/7zip/Common/FileStreams.h:15:35: error: ../../Common/C_FileIO.h: No such file or directory In file included from 7ZipArchive.cpp:7: ../includes/CPP/7zip/Archive/IArchive.h:460: error: expected `)' before '*' token ... With clang: c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I. -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp In file included from 7ZipArchive.cpp:7: ../includes/CPP/7zip/Archive/IArchive.h:460:27: error: expected ')' typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUID *iid, void **outObject); ^ ... Reported by: pkg-fallout
* Update to v2.4.1skreuzer2015-03-134-28/+43
|
* - Update MAINTAINER: use @FreeBSD.orgsunpoet2015-03-131-1/+1
|
* Add py-pycarddav 0.7.0, cardDAV based address book tool.vanilla2015-03-124-0/+33
| | | | | PR: 198526 Submitted by: che@bein.link
* Add py-khal 0.4.0, calDAV-based calendar.vanilla2015-03-124-0/+37
| | | | | PR: 198514 Submitted by: che@bein.link
* Update KDE SC to 4.14.3alonso2015-03-1212-65/+14
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* Update to 1.20.2arved2015-03-113-4/+6
|
* Upgrade from 1.0.19 to 1.0.20. Assign to a new maintainer (the submitter of PR).mi2015-03-113-8/+20
| | | | | PR: 198486 Submitted by: Benjamin WOods
* deskutils/py-vdirsyncer: NEW PORT - Synchronize calendars and contactsrobak2015-03-104-0/+34
| | | | | | | | | | | | Vdirsyncer synchronizes your calendars and addressbooks between two storages. The most popular purpose is to synchronize CalDAV and CardDAV with a local folder or file. The local data can then be accessed via a variety of programs, none of which have to know or worry about syncing to a server. WWW: https://vdirsyncer.readthedocs.org/ PR: 198316 Submitted by: Maxim Filimonov <che@bein.link>
* - Replace the deprecated methods and types of OpenSSL with the current onesnivit2015-03-081-0/+25
| | | | | | | | (des_ to DES_ and adapt to method signature). The patch was accepted by the upstream project see https://github.com/mattn/growl-for-linux/pull/51 PR: 198243 Submitted by: Bernard Spil <spil.oss@gmail.com>
* Add deskutils/gsimplecallme2015-03-084-0/+43
| | | | | | | | | | | | | | | | | Gsimplecal is a lightweight calendar applet written in C++ using GTK. It was intentionally made for use with tint2 panel in the openbox environment to be launched upon clock click, but of course it will work without it. In fact, binding the gsimplecal to some hotkey in you window manager will probably make you happy. The thing is that when it is started it first shows up, when you run it again it closes the running instance. In that way it is very easy to integrate anywhere. No need to write some wrapper scripts or whatever. Also, you can configure it to not only show the calendar, but also display multiple clocks for different world timezones. Read the manual page for the details (there is info about keyboard controls as well!). WWW: https://github.com/dmedvinsky/gsimplecal
* - Strip binaryamdmi32015-03-061-1/+4
|
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-0616-226/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>
* Remove empty directoryamdmi32015-03-051-0/+3
|
* - Fix build as non-rootamdmi32015-03-051-0/+3
|
* deskutils/fbreader: upgrade to 0.99.6xmj2015-03-033-45/+40
| | | | | | | | | | | | - upgrade to 0.99.6 - use GitHub as MASTER_SITE - use Options helpers PR: 187819 Differential Revision: https://reviews.freebsd.org/D1996 Submitted by: myself Approved by: maintainer timeout (50 weeks) Approved by: koobs (mentor)
* Remove Authors and License from pkg-descrbapt2015-03-038-14/+0
|
* deskutils/treesheets: update 0.0.20141225 -> 0.0.20150117robak2015-03-022-10/+7
| | | | | PR: 197856 Submitted by: lightside@gmx.com
* - Add missing dependenciesnivit2015-03-011-1/+3
| | | | - Bump PORTREVISION
* Shutter is a feature-rich screenshot program for Linux based operating systemsnivit2015-03-015-0/+861
| | | | | | | | | such as Ubuntu. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. Shutter is free, open-source, and licensed under GPL v3. WWW: http://shutter-project.org
* - Switch to linguisttools_buildamdmi32015-02-281-1/+1
|
* - Update to 4.0.0culot2015-02-273-3/+4
| | | | Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
* - Real update to 0.8.1: the previous commit usednivit2015-02-252-4/+3
| | | | the old distinfo
* - Update to 0.8.1nivit2015-02-252-17/+21
| | | | | - Strip installed libraries - Sort variables and their values
* Update CONFLICTS.kwm2015-02-233-5/+1
| | | | | | | | | | | xfce4-notifyd was updated to no longer conflict with notification-daemon. There is no conflict anymore between notification-daemon and xfce4-notification-daemon Only notify-osd and xfce4-notification-daemon conflict with each other. PR: 197851 (based on) Submitted by: Ben Woods <woodsb02@gmail.com> Reviewed by: maintainer (ehaupt@)
* Update to version 5.26.1pawel2015-02-212-3/+3
| | | | | PR: 197408 Submitted by: Zsolt Udvar <udvzsolt@gmail.com> (maintainer)
* deskutils/treesheets: make environment was not set in build targetmarino2015-02-201-1/+1
| | | | | | | | | | This port's makefile fails to set the make environment when it overrode the build target. Given that the 2-line build.sh script has to be patched in the post-configure target, the whole script should move to the port makefile. However, for now just set the make environment which fixes the build on DragonFly with gcc-5. Approved by: just-fix-it blanket
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-203-4/+3
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option