notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/aisleriot/Makefile
SVNWeb

Number of commits found: 36

Sun, 30 Jul 2023
[ 22:59 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth ]    commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  7edcfae  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
*/*: adapt to new guile framework

 - change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
Wed, 12 Jul 2023
[ 18:56 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  7d1faa7  (Only the first 10 of 299 ports in this commit are shown above. View all ports for this commit)
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 30 Oct 2022
[ 20:03 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:1ad8b06c324d9bf9e5bac4dc5c68b1bd525da64e  commit hash:1ad8b06c324d9bf9e5bac4dc5c68b1bd525da64e  commit hash:1ad8b06c324d9bf9e5bac4dc5c68b1bd525da64e  1ad8b06 
games/aisleriot: Update to 3.22.25

Use USE_GITLAB to follow Porters Handbook more closely
Upstream doesn't provide changelog(s) between releases

PR:		267067
Approved by:	portmgr (maintainer timeout, 2+ weeks)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 9 Aug 2022
[ 18:42 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:689841cf461c39b1d0868d7ef3bd7b8c1b0c3a3f  commit hash:689841cf461c39b1d0868d7ef3bd7b8c1b0c3a3f  commit hash:689841cf461c39b1d0868d7ef3bd7b8c1b0c3a3f  689841c 
games/aisleriot: Use 'gnome' dir not 'gnome3'
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 24 Jan 2022
[ 12:35 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:97acc601edf15e40dc77b024719fdd386cc4bf4b  commit hash:97acc601edf15e40dc77b024719fdd386cc4bf4b  commit hash:97acc601edf15e40dc77b024719fdd386cc4bf4b  97acc60 
games/aisleriot: unbreak build with Meson 0.61.0

data/meson.build:20:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
Tue, 23 Nov 2021
[ 22:11 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  5933ac0  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Sun, 14 Nov 2021
[ 00:42 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:213837d19cd5553d6eda5ebc74b26f08a4809992  commit hash:213837d19cd5553d6eda5ebc74b26f08a4809992  commit hash:213837d19cd5553d6eda5ebc74b26f08a4809992  213837d 
games/aisleriot: update to 3.22.19

Changes:	https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.18...3.22.19
Reported by:	Repology
Tue, 19 Oct 2021
[ 08:36 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  ce1af7f  (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Wed, 6 Oct 2021
[ 18:08 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:b1a4ee347d84507ee53b196e3afd7ed3144f7849  commit hash:b1a4ee347d84507ee53b196e3afd7ed3144f7849  commit hash:b1a4ee347d84507ee53b196e3afd7ed3144f7849  b1a4ee3 
games/aisleriot: Update to 3.22.18
Sat, 17 Jul 2021
[ 17:34 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:719b0dee0740df93f4ce0e982b6fe81e62870ae7  commit hash:719b0dee0740df93f4ce0e982b6fe81e62870ae7  commit hash:719b0dee0740df93f4ce0e982b6fe81e62870ae7  719b0de 
games/aisleriot: update to 3.22.17
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Feb 2021
[ 08:51 cmt search for other commits by this committer ] Original commit   Revision:564207
fix staging of aisleriot

"FAILED: install script
'/wrkdirs/usr/ports/games/aisleriot/work/aisleriot-3.22.14/data/meson_desktopfile.py
/usr/local/share/applications sol.desktop' exit code 127, stopped"

- explicitly declare build-dependency on python
- shebangfix included python-scripts, as they are referencing "python3",
  which we only install with the python3 meta-package (which is not
  pulled in when depending on python)
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:564201
Update to 3.22.14

Directly fetch from gitlab
switch to meson
drop the unused gconf2 dependency
Mon, 9 Nov 2020
[ 17:08 tcberner search for other commits by this committer ] Original commit   Revision:554733 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2

- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
Tue, 29 Sep 2020
[ 12:07 bapt search for other commits by this committer ] Original commit   Revision:550494 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
First batch at upgrading gnome to 3.36/3.38

Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
    OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0

Update cheese to 3.38.0
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Thu, 27 Jun 2019
[ 09:02 danfe search for other commits by this committer ] Original commit   Revision:505200 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
Sun, 30 Sep 2018
[ 11:58 kwm search for other commits by this committer ] Original commit   Revision:480951 (Only the first 10 of 732 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.

The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
Fri, 31 Aug 2018
[ 18:27 fernape search for other commits by this committer ] Original commit   Revision:478604 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
devel/boehm-gc: update to 7.6.8

ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
Fri, 1 Jun 2018
[ 10:16 cpm search for other commits by this committer ] Original commit   Revision:471254 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6

PR:		228597
Approved by:	portmgr (antoine)
Sat, 10 Mar 2018
[ 11:22 cpm search for other commits by this committer ] Original commit   Revision:464068 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4

PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
Mon, 8 Jan 2018
[ 15:20 cpm search for other commits by this committer ] Original commit   Revision:458427 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2

Approved by:	portmgr (antoine)
Fri, 12 May 2017
[ 17:26 rm search for other commits by this committer ] Original commit   Revision:440693
games/aisleriot: merge couple of fixes from gnome devel repo

- add missing dependency upon libcanberra (reported by QA)
- change CONFLICTS because it only conflicts on install phase
- bump PORTREVISON because of dependency list change

With hat:	gnome
[ 02:47 pi search for other commits by this committer ] Original commit   Revision:440673
games/aisleriot: update 3.18.2 -> 3.22.2

  https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.0.changes
  https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.1.changes
  https://download.gnome.org/sources/aisleriot/3.20/aisleriot-3.20.2.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.0.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.1.changes
  https://download.gnome.org/sources/aisleriot/3.22/aisleriot-3.22.2.changes

PR:		218862
Submitted by:	w.schwarzenfeld@utanet.at
Reported by:	rkoberman@gmail.com
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 14 Feb 2016
[ 18:57 kwm search for other commits by this committer ] Original commit   Revision:408881 (Only the first 10 of 460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.

The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
Sun, 22 Nov 2015
[ 00:52 kwm search for other commits by this committer ] Original commit   Revision:402209
Update appstream-glib to 0.5.4.

Switch from custom code to using USES=libarchive.
Adjust BUILD_DEPEND lines in where needed.
Wed, 5 Aug 2015
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:393607 (Only the first 10 of 601 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

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
Thu, 15 Jan 2015
[ 17:07 kwm search for other commits by this committer ] Original commit   Revision:377123
Update aisleriot to 3.14.2.
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 36