1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

6946 Commits

Author SHA1 Message Date
Jason Helfman
4973202bc0 - shift pkg-plist to Makefile directives
- pet portlint
2019-10-09 18:39:03 +00:00
Jason Helfman
4638854ede - shift pkg-plist to Makefile directives
- pet portlint
2019-10-09 18:37:44 +00:00
Guido Falsi
92e3d08cce Update calibre to 4.1.0 2019-10-09 07:20:49 +00:00
Piotr Kubaj
c833b707cb deskutils/spice-gtk: unbreak on powerpc*
Builds fine.

Approved by:	mentors (implicit approval)
2019-10-08 11:55:05 +00:00
Torsten Zuehlsdorff
b33a850e96 deskutils/sysctlview: Update to 1.5.2
Changelog:

    * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
    * add an error dialog if an OID has 23/24 levels and the sysctlinfo kmod is not
      loaded (avoiding a segmentation fault)

PR:		241086
Submitted by:	Alfonso S. Siciliano (maintainer)
2019-10-08 09:33:16 +00:00
Guido Falsi
36db4209cd - Update calibre to 4.0.0
- Sort plist using C locale
- Import upstream patch to fix regression in this release [1]

Obtained from: e0630cadd3 [1]
2019-10-05 15:37:43 +00:00
Jan Beich
4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Piotr Kubaj
637bcbce3a Fix build on GCC architectures. Use GCC from ports.
Approved by:	mentors (implicit approval)
2019-10-03 15:49:00 +00:00
Piotr Kubaj
a541e69750 deskutils/xfce4-notes-plugin: fix build on GCC architectures
Approved by:	mentors (implicit approval)
2019-10-03 11:18:02 +00:00
Piotr Kubaj
dba1ef5edf Fix optional xfce ports on GCC architectures.
All of them need C11 compiler.

Approved by:	mentors (implicit approval)
2019-10-02 08:32:22 +00:00
Piotr Kubaj
4f0d956d5c deskutils/xfce4-notifyd: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                 from xfce-notify-log.c:32:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here

Approved by:	mentors (implicit approval)
2019-10-01 04:44:35 +00:00
Tobias C. Berner
c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00
Tobias C. Berner
b7fb956b09 deskutils/latte-dock: update to 0.9.3 2019-09-30 15:29:19 +00:00
Tobias Kortkamp
5193e65045 Drop OPTIONS_SUB in ports that have no options 2019-09-30 03:59:22 +00:00
Dmitri Goutnik
34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00
Niclas Zeising
f5ebd23a61 Remove libXp dependency from imake/motif ports
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
2019-09-29 20:11:22 +00:00
Tobias C. Berner
9a1d88ca1a deskutils/syncthingtray: fix build with Qt5 5.13
- syncthingtray uses the QT_VERSION to decide on QtWebengine features, instead
  of QTWEBENGINEWIDGETS_VERSION
- when WebEngine and Core are out of sync as they tend to be for us, this leads to
  compilation errors.

PR:		238782
2019-09-29 14:10:13 +00:00
Tobias C. Berner
f4566d704a graphics/poppler: update to 0.81.0
Release 0.81.0:
        core:
         * Splash: Always enable support for CMYK rasterization
         * CairoOutputDev: Check scaled dimensions for 0. Issue #737
         * BaseCryptStream: Fix potential uninitialized memory read
         * SplashBitmap: Fix wrong width condition for splashModeDeviceN8
         * Fix crashes in malformed files

PR:		240781
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-09-29 07:25:04 +00:00
Niclas Zeising
45ce25247b Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream.  Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff

Sprinkle USES=xorg as needed.

Discussed with:	bapt
2019-09-27 16:18:58 +00:00
Steve Wills
0b3efb6902 deskutils/go-for-it: Update to 1.7.3
PR:		240338
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-09-24 18:01:25 +00:00
Kai Knoblich
14108b73ea deskutils/sysctlview: Update to 1.5.1
* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
  build/run dependency which relies on the "oid_label" constant that was
  introduced in FreeBSD 1200019.

  Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]

Changelog:

* Show nodes up to CTL_MAXNAME (24) levels
* Show the right value of the nodes without the last name
* Show a subtree without leaves (the nodes are all CTLTYPE_NODE)
* The sysctlinfo interface is 30% more efficient than the kernel
  undocumented interface [1]

PR:		240391
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-09-24 17:33:50 +00:00
Kurt Jaeger
174e02e506 x11/lumina: fix build on gcc platforms, re-adding USES=compiler:c++11-lang
- and deleting the two ports I should have deleted in the previous commit

PR:		240749
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-09-24 17:00:31 +00:00
Kurt Jaeger
b19a38580a x11/lumina: upgrade 1.4.1 -> 1.5.0
- Remove deskutils/lumina-notify (upstreamed)
  89ad0095d7
- Remove deskutils/lumina-xdg-entry (upstreamed)
  0069a052e1
- Fix variables order (pet portlint)
- Alphabetize USE_QT
- Update knob to use options helpers
- Remove GH_TAGNAME (except for deskutils/lumina-pdf and
  deskutils/lumina-calculator which haven't release tag)
- Change GH_ACCOUNT from "trueos" to "lumina-desktop"
- Add a new port deskutils/lumina-photo
- Change I18N option to well know NLS option

PR:		240749
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org>
Approved by:	JT Pennington <jt@ixsystems.com> (maintainer)
Differential Revision:	D21749
2019-09-24 16:40:59 +00:00
Guido Falsi
e69e6941cc Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
  now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
  by default), it only supports gtk2, so would leave miost of this
  XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
  theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
  are available in the library ports using the GIR and VAPI options
  (on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
  blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02
  for help)
- Add x11/xfce4-screensaver as an optional dependency to the
  xfce4-goodies (enabled by default)
- Remove dependency on x11-fm/thunar-vfs and deprecate the port.
  It is EOL upstream and the functionality is included in thunar
  itself

Update:
- Added back sysutils/xfce4-places-plugin, updated to 1.8.1
- archivers/thunar-archive-plugin to 0.4.0
- audio/thunar-media-tags-plugin to 0.3.0
- audio/xfce4-mpc-plugin to 0.5.2
- audio/xfce4-pulseaudio-plugin to 0.4.2
- deskutils/xfce4-tumbler to 0.2.7
- devel/thunar-vcs-plugin to 0.2.0 [1]
- devel/xfce4-dev-tools to 4.14.0
- misc/xfce4-appfinder to 4.14.0
- misc/xfce4-weather-plugin to 0.10.0
- multimedia/xfce4-parole to 1.0.4
- sysutils/gigolo to 0.5.0
- sysutils/xfce4-battery-plugin to 1.1.3
- sysutils/xfce4-fsguard-plugin to 1.1.1
- sysutils/xfce4-netload-plugin to 1.3.2
- sysutils/xfce4-power-manage to 1.6.5
- sysutils/xfce4-settings 4.14.1
- sysutils/xfce4-systemload-plugin to 1.2.3
- sysutils/xfce4-wavelan-plugin to 0.6.1
- www/xfce4-smartbookmark-plugin to 0.5.1
- x11-clocks/xfce4-datetime-plugin to 0.8.0
- Added new xfce4-stopwatch-plugin, version 0.3.1
- x11-clocks/xfce4-timer-out-plugin to 1.0.3
- x11-fm/thunar to 1.8.9
- x11-wm/xfce4-desktop to 4.14.1
- x11-wm/xfce4-panel to 4.14.0
- x11-wm/xfce4-session to 4.14.0
- x11-wm/xfce4-wm to 4.14.0
- x11/libexo to 0.12.8
- x11/libxfce4menu to 4.14.1
- x11/libxfce4util to 4.14.0
- x11/xfce4-conf to 4.14.1
- x11/xfce4-dashboard to 0.7.5
- x11/xfce4-screensaver to 0.1.8
- x11/xfce4-screenshooter-plugin to 1.9.6
- x11/xfce4-verve-plugin to 2.0.0

Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com>

PR:		240236
Exp-run by:	antoine
Tested by:	sbruno
Approved by:    sergey.dyatko@gmail.com (maintainer timeout via
		email), portmgr (fixit blanket, port breaks with
		new Thunar if not updated) [1]
Differential Revision:	https://reviews.freebsd.org/D21278
2019-09-19 23:46:33 +00:00
Alexandre C. Guimarães
dc0e553918 deskutils/py-khal: temporarily remove broken DOCS option.
- the issue will be worked with upstream and the option
  will be re-added when solved.

PR:		240675
Reported by:	tobik
Approved by:	tcberner (mentor)
2019-09-19 18:03:03 +00:00
Dmitri Goutnik
b6bd0cf737 Change my maintainer email
Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
2019-09-16 20:55:08 +00:00
Antoine Brodin
350bb529cd Mark BROKEN with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-16 09:07:42 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Steve Wills
423a94dc13 deskutils/syncthingtray: create port
Syncthing Tray

Qt 5-based tray application
Dolphin/Plasma integration
command-line interface
Qt-ish C++ interface to control Syncthing

WWW: https://github.com/Martchus/syncthingtray
2019-09-13 18:37:58 +00:00
Guido Falsi
eadab5bb2b Update calibre to 3.48.0 2019-09-13 15:35:29 +00:00
Steve Wills
4106abfb2a deskutils/py-todoman: Update to 3.6.0
PR:		240477
Submitted by:	Andreas Bilke <freebsd.org@bilke.org> (maintainer)
2019-09-13 14:15:09 +00:00
Frederic Culot
54934d3160 deskutils/calcurse: update to 4.5.0
Changes:	https://calcurse.org/files/changes.html
2019-09-09 14:44:58 +00:00
Niclas Zeising
c87672f391 tabs, not spaces. Adjust expiration date 2019-09-06 21:20:08 +00:00
Niclas Zeising
48964adb37 deskutils/xmaddressbook: Deprecate
Deprecate deskutils/xmaddressbook, it depends on the deprecated x11/liboldX,
is unmaintained and there doesn't seem to be an upstream.
2019-09-06 21:10:41 +00:00
Tobias C. Berner
6f7b187c8e deskutils/latte-dock: update to 0.9.2 2019-09-06 10:56:11 +00:00
Jason Helfman
6f079122ce - no longer hosting distfiles 2019-09-05 20:11:51 +00:00
Tobias C. Berner
6cfd7cf7ea KDE Applications: update to 19.08.1
September 05, 2019.
Today KDE released the first stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

More than twenty recorded bugfixes include improvements to Kontact, Dolphin,
Kdenlive, Konsole, Step, among others.

Improvements include:
    * Several regressions in Konsole's tab handling have been fixed
    * Dolphin again starts correctly when in split-view mode
    * Deleting a soft body in the Step physics simulator no longer causes a crash

You can find the full list of changes here:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
2019-09-05 18:20:14 +00:00
Yuri Victorovich
a32b305645 deskutils/dfshow: Update 0.8.1 -> 0.8.2
Reported by:	portscout
2019-09-04 09:09:04 +00:00
Sunpoet Po-Chuan Hsieh
26ed88ad87 Cosmetic change 2019-09-03 19:11:01 +00:00
Tobias C. Berner
01eb9ddad4 KDE Plasma Desktop -- update to 5.16.5
Tuesday, 3 September 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.5. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

 *   [weather] [envcan] Add additional current condition icon mappings.
 *   [Notifications] Group only same origin and show it in heading.
 *   Volume Control: Fix speaker test not showing sinks/buttons.

Full changelog:
https://kde.org/announcements/plasma-5.16.4-5.16.5-changelog.php
2019-09-03 18:56:24 +00:00
Guido Falsi
9fcdc7f1ed Update calibre to 3.47.1 2019-09-03 06:46:22 +00:00
Steve Wills
efe52a2e66 deskutils/treesheets: update to 1.0.2
PR:		240042
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2019-09-02 19:40:27 +00:00
Tobias C. Berner
0ee39c1b52 graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
 * Annotations: Implement support for setting a different text in the appearance stream than the real text
 * Splash: Optionally use small_vector from boost
 * Fix memory leaks on broken files
 * Fix abort on broken files
 * Small code simplifications
 * Remove USE_FIXEDPOINT support. Issue #821

qt5:
 * Fix MSVC build
 * Add subsitute-font information
 * Fix since marker of some functions
 * Fix leak when aborting text extraction
 * Small code simplifications

glib:
 * Make print scaling getter visible
 * Make Duplex/NumCopies/PrintPageRange preference available in API
 * Implement Movie API

utils:
 * pdftotext: Add -nodiag flag to remove diagonal text on output

build system:
 * Mark external lib include dirs as SYSTEM

PR:		240176
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-09-01 20:46:38 +00:00
Guido Falsi
fdc1aae7f2 Update calibre to 3.47.0 2019-08-31 19:35:24 +00:00
Emanuel Haupt
f3ab76622d - Register devel/gsettings-desktop-schemas as a run dependency
- While here, pacify portlint

PR:		232159
Submitted by:	rsmith@xs4all.nl
MFH:		2019Q3 (blanket)
2019-08-30 07:34:39 +00:00
Tobias C. Berner
c8ca25c5bb desktuils/latte-dock: update to 0.9.1 2019-08-28 20:43:26 +00:00
Tobias Kortkamp
bc9e46404b deskutils/copyq: Update to v3.9.2
Changes:	https://github.com/hluk/CopyQ/releases/tag/v3.9.2
2019-08-27 04:52:00 +00:00
Michael Gmelin
3cdc571ab8 Add protocol to CORS headers (fails otherwise), add direct dependency on
databases/py-sqlite3 (was implicit through www/py-django21 before).
Bump revision.
2019-08-26 13:30:12 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Tobias Kortkamp
f4ec93bcb8 deskutils/copyq: Update to v3.9.1
Changes:	https://github.com/hluk/CopyQ/releases/tag/v3.9.1
2019-08-18 17:27:34 +00:00