| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage:
- \s is a GNU extension, this is trivially replaced with [[:space:]],
HOWEVER:
- The next expression uses \t and expects a tab, but this will not happen
with our sed.
\s was caught by the patch in bug #229925 that forbids escaping ordinary
characters that have no extra meaning to lessen the stress of later adding
special behavior to some of these escape sequences. \t, however, will just
silently do the wrong thing.
Switch this over to gsed for now; a pass will be done later to check out
every port with BUILD_DEPENDS containing gsed to evaluate whether we're
ready for them to use base sed or not.
QA:
* portlint: OK (minor warnings that should be addressed separately)
* testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64)
* diffoscope: OK (only minor metadata changes to package)
PR: 240312
Approved by: koobs (ports)
Notes:
svn path=/head/; revision=511364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months
2019-09-04 math/fityk: Broken for more than 6 months
2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months
2019-09-04 math/octave-forge-fits: Broken for more than 6 months
2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months
2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months
2019-09-04 math/octave-forge-parallel: Broken for more than 6 months
2019-09-04 math/octave-forge-strings: Broken for more than 6 months
2019-09-04 math/octave-forge-tisean: Broken for more than 6 months
2019-09-04 math/octave-forge-video: Broken for more than 6 months
2019-09-04 math/py-yt: Depends on expiring graphics/embree
2019-09-04 misc/gnustep-examples: Broken for more than 6 months
2019-09-04 net/turses: Depends on expiring net/py-tweepy
2019-09-04 security/clamcour: Broken for more than 6 months
2019-09-04 security/honeybadger: Broken for more than 6 months
2019-09-04 sysutils/freefilesync: Broken for more than 6 months
2019-09-04 sysutils/log-courier: Broken for more than 6 months
2019-09-04 textproc/py-orange3-text: Broken for more than 6 months
2019-09-05 www/feedjack: Upstream gone
2019-09-04 www/havp: Broken for more than 6 months
2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-wm/golem: Broken for more than 6 months
2019-09-04 x11-wm/pawm: Broken for more than 6 months
Notes:
svn path=/head/; revision=511180
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=510972
|
|
|
|
|
|
|
|
| |
PR: 239369
Submitted by: fullermd@over-yonder.net (maintainer)
Notes:
svn path=/head/; revision=510900
|
|
|
|
|
|
|
|
| |
PR: 240276
Submitted by: Dmitri Goutnik <dg@syrec.org> (mainteiner)
Notes:
svn path=/head/; revision=510855
|
|
|
|
| |
Notes:
svn path=/head/; revision=510156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port needs include sys/types.h in src/modules/sysinfo/cpuclock/cpuclock_sysctl.c:
/usr/include/sys/sysctl.h:1062: error: expected declaration specifiers or '...' before 'u_int'
It also needs USES=compiler:c11 because of pragma GCC diagnostic.
PR: 239407
Approved by: enlightenment (maintainer timeout), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21399
Notes:
svn path=/head/; revision=510091
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/swaywm/wlroots/releases/tag/0.7.0
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=510012
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/swaywm/sway/compare/1.2-rc2...1.2
Changes: https://github.com/swaywm/sway/releases/tag/1.2
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=510011
|
|
|
|
| |
Notes:
svn path=/head/; revision=509594
|
|
|
|
|
|
|
|
| |
PR: 239625
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Notes:
svn path=/head/; revision=509557
|
|
|
|
|
|
|
| |
PR: 239625
Notes:
svn path=/head/; revision=509553
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update WWW to SF
- no longer limited to python2.x
PR: 239625
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: giacomomariani@yahoo.it (maintainer timeout)
Relnotes: https://sourceforge.net/p/fvwm-crystal/code/HEAD/tree/ChangeLog
Notes:
svn path=/head/; revision=509552
|
|
|
|
|
|
|
|
|
| |
PR: 239625
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: giacomomariani@yahoo.it (maintainer timeout)
Notes:
svn path=/head/; revision=509525
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc2
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=509416
|
|
|
|
|
|
|
|
| |
PR: 239820
Submitted by: Dmitri Goutnik <dg@syrec.org>
Notes:
svn path=/head/; revision=509023
|
|
|
|
| |
Notes:
svn path=/head/; revision=508914
|
|
|
|
|
|
|
|
|
| |
- pet portlint
- link libSM
- bump portrevision
Notes:
svn path=/head/; revision=508879
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc1
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=508425
|
|
|
|
| |
Notes:
svn path=/head/; revision=508388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* docs from 2006 (probably out-of-date)
- pet portlint
- bump portrevision
Old docs are still accessible here:
https://people.freebsd.org/~mezz/distfiles/
M fluxbox/Makefile
M fluxbox/distinfo
M fluxbox/files/patch-util_fbsetbg
Notes:
svn path=/head/; revision=508348
|
|
|
|
| |
Notes:
svn path=/head/; revision=508290
|
|
|
|
|
|
|
|
|
|
| |
- set expiration to 2019-10-05
PR: 239661
Submitted by: w.schwarzenfeld@utanet.at (based on)
Notes:
svn path=/head/; revision=508263
|
|
|
|
|
|
|
| |
Hat: portmgr-secretary
Notes:
svn path=/head/; revision=508206
|
|
|
|
| |
Notes:
svn path=/head/; revision=508166
|
|
|
|
| |
Notes:
svn path=/head/; revision=508085
|
|
|
|
| |
Notes:
svn path=/head/; revision=508082
|
|
|
|
| |
Notes:
svn path=/head/; revision=507859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tuesday, 30 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.4. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.
This release adds three week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
Changelog:
https://kde.org/announcements/plasma-5.16.3-5.16.4-changelog.php
Notes:
svn path=/head/; revision=507721
|
|
|
|
|
|
|
| |
Reported by: Alan Braslau (email)
Notes:
svn path=/head/; revision=507686
|
|
|
|
| |
Notes:
svn path=/head/; revision=507606
|
|
|
|
|
|
|
|
|
|
|
| |
Wayfire is a wayland compositor based on wlroots. It aims to create a
customizable, extendable and lightweight environment without
sacrificing its appearance.
https://wayfire.org/
Notes:
svn path=/head/; revision=507480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
| |
Reported by: mat@
MFH: 2019Q3
Notes:
svn path=/head/; revision=507121
|
|
|
|
|
|
|
|
|
| |
at it host the file in local backup locations.
MFH: 2019Q3
Notes:
svn path=/head/; revision=506975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tuesday, 9 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.3. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.
This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* DrKonqi will now automatically log into bugs.kde.org when possible.
Fixes bug #202495.
* libinput.
* Keep Klipper notifications out of notification history.
Fixes bug #408989.
Announcement:
https://kde.org/announcements/plasma-5.16.3.php
Changelog:
https://kde.org/announcements/plasma-5.16.2-5.16.3-changelog.php
Notes:
svn path=/head/; revision=506333
|
|
|
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20822
Notes:
svn path=/head/; revision=505633
|
|
|
|
| |
Notes:
svn path=/head/; revision=505574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gnome, KDE, XFCE, and LXDE, which are windowing enviornments, FVWM
is a simple window manager which simply controls the the placement
of windows and provides decoration for windows. Wereas a windowing
environment (like Gnome or KDE) is an ecosystem of themes, settings
(like keyboard, mouse, network, and others), and a suite of
applications within that ecosystem. FVWM is not this. There remove
references sample applications, many which do not exist any more.
Some people erroneously expect the samples to be installed when
FVWM is installed.
The samples still exist in the system.fvwm2rc file as comments.
Users can install applications of their choosing and uncomment
the desired samples, though it is recommended that people create
their own ~/.fvwm2rc file instead.
PR: 238350
Notes:
svn path=/head/; revision=505298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tuesday, 25 June 2019. Today KDE releases a Bugfix update to KDE Plasma 5,
versioned 5.16.2. Plasma 5.16 was released in June with many feature
refinements and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* Klipper Always restore the last clipbboard item. Commit.
* Discover: Improved notification identification for Snap applications.
* Notifications: Don't keep non-configurable notifications in history.
Announcement:
https://kde.org/announcements/plasma-5.16.2.php
The changelog can be found here:
https://kde.org/announcements/plasma-5.16.1-5.16.2-changelog.php
Notes:
svn path=/head/; revision=505128
|
|
|
|
|
|
|
|
| |
Announcement:
https://kde.org/announcements/plasma-5.16.1.php
Notes:
svn path=/head/; revision=504588
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416
Notes:
svn path=/head/; revision=504557
|
|
|
|
|
|
|
|
| |
Announcement:
https://kde.org/announcements/plasma-5.16.0.php
Notes:
svn path=/head/; revision=504246
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add USES=compiler:c11 to fix build.
Note that this port actually needs C17, but there's no USES=compiler:c17, and our C11-compatible compilers already support C17:
cc1: error: unrecognized command line option "-std=c17"
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=503513
|
|
|
|
| |
Notes:
svn path=/head/; revision=503495
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/Hjdskes/cage/releases/tag/v0.1.1
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=503414
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1
Changes: https://github.com/swaywm/sway/releases/tag/1.1
Notes:
svn path=/head/; revision=503402
|
|
|
|
|
|
|
|
| |
Announcement: https://sf.net/p/enlightenment/mailman/message/36682432
Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.20
Notes:
svn path=/head/; revision=503377
|
|
|
|
| |
Notes:
svn path=/head/; revision=503294
|
|
|
|
|
|
|
|
|
|
| |
While there, fix build with DOCS=off.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20464
Notes:
svn path=/head/; revision=503292
|