non port: deskutils/lumina-screenshot/Makefile |
SVNWeb
|
Number of commits found: 20 |
Thu, 20 Oct 2022
|
[ 19:13 Loïc Bartoletti (lbartoletti) ] 3f24b93 (Only the first 10 of 20 ports in this commit are shown above. )
*/*: Reset maintainership
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 4dd7a74 (Only the first 10 of 152 ports in this commit are shown above. )
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Jan 2022
|
[ 16:14 Loïc Bartoletti (lbartoletti) ] 623f3ae (Only the first 10 of 28 ports in this commit are shown above. )
lumina: Update to 1.6.2
Changes:
- 1.6.1: https://lumina-desktop.org/post/2021-10-05/
- 1.6.2: https://lumina-desktop.org/post/2021-12-25/
PR: 259965
Reported by: jwb
Tested by: jwb
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 22 Feb 2020
|
[ 05:29 lbartoletti ] (Only the first 10 of 24 ports in this commit are shown above. )
x11/lumina: Update to 1.6.0 and Take MAINTAINER'ship
- Update to 1.6.0
- Take MAINTAINER'ship
- Add missing USE_GL
- Fix order of options in Makefiles
Changelog:
- Lumina: https://github.com/lumina-desktop/lumina/compare/v1.5.0...v1.6.0
- Lumina-pdf:
https://github.com/lumina-desktop/lumina-pdf/compare/v1.5.0...v1.6.0
- Lumina-calculator:
https://github.com/lumina-desktop/lumina-calculator/compare/v1.5.0...v1.6.0
PR: 243895
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23603
|
Tue, 24 Sep 2019
|
[ 16:40 pi ] (Only the first 10 of 38 ports in this commit are shown above. )
x11/lumina: upgrade 1.4.1 -> 1.5.0
- Remove deskutils/lumina-notify (upstreamed)
https://github.com/lumina-desktop/lumina/commit/89ad0095d7da09158778b5afae9beeaa0bd98d38
- Remove deskutils/lumina-xdg-entry (upstreamed)
https://github.com/lumina-desktop/lumina/commit/0069a052e1cbef588e8f93a31314965b0c2af68a
- 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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Jan 2019
|
[ 09:30 amdmi3 ]
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tue, 30 Oct 2018
|
[ 12:26 linimon ]
Fix build with GCC-based architectures.
PR: 232407 232414 232415 232420 232425 232449 232724 232753
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Fri, 18 May 2018
|
[ 07:42 tobik ] (Only the first 10 of 20 ports in this commit are shown above. )
*/lumina-*: Unbreak I18N options
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/lumina-desktop/i18n/l-screenshot_af.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_ar.qm
Error: Missing: share/lumina-desktop/i18n/l-screenshot_az.qm
...
- Add missing USE_QT5=printsupport to lumina-textedit
PR: 224860
Submitted by: tobik
Approved by: jt@ixsystems.com (maintainer), araujo
|
Fri, 22 Dec 2017
|
[ 02:23 araujo ]
- Update to 1.4.1.
- Pass maintainership to submitter.
PR: ports/224316
Submitted by: JT Pennington <jt@ixsystems.com>
Approved by: kmoore (maintainer)
Sponsored by: iXsystems, Inc.
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Wed, 20 Sep 2017
|
[ 14:16 kmoore ] (Only the first 10 of 11 ports in this commit are shown above. )
- Fix Lumina ports to use DISTVERSIONSUFFIX properly and not mis-interpret the
-p1
PR: 222452
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems
|
Mon, 18 Sep 2017
|
[ 17:45 kmoore ] (Only the first 10 of 63 ports in this commit are shown above. )
- Update x11/lumina to 1.3.0
- Bring in Lumina utilities as their own ports
PR: 220387
Submitted by: Ken Moore <ken@pcbsd.org>
Sponsored by: iXsystems
|
Number of commits found: 20 |