Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:14 3.0.10 |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 3.0.10 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Oct 2018 20:01:47
3.0.10 |
kwm  |
Update gtkspell3 to 3.0.10.
* add license
* pet portlint
* Make sure iso-codes is available during package build so the package gets
configured correctly. [1]
PR: 228091 [1]
Reported by: Yuichiro NAITO <naito.yuichiro@gmail.com> [1] |
30 Sep 2018 11:58:31
3.0.9 |
kwm  |
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 |
26 Mar 2018 10:01:16
3.0.8 |
bapt  |
Update to 3.0.8 |
19 May 2016 10:53:06
3.0.7 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
3.0.7 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Apr 2015 09:37:21
3.0.7 |
kwm  |
Update gtkspell3 to 3.0.7.
Drop :keepla from USES=libtool, drop gnomeprefix from USE_GNOME.
Use INSTALL_TARGET=install-strip instead of post-install strip_cmd. |
15 Jan 2015 16:58:40
3.0.6 |
kwm  |
Update gtkspell3 to 3.0.6. |
22 Dec 2014 22:46:12
3.0.4_2 |
bapt  |
Get rid of gnomehier |
08 Dec 2014 21:17:00
3.0.4_1 |
bapt  |
Cleanup plist |
19 Nov 2014 11:49:06
3.0.4_1  |
kwm  |
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 ) |
23 Apr 2014 13:25:17
3.0.4_1 |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
16 Mar 2014 10:09:31
3.0.4 |
kwm  |
Add gtkspell3 3.0.4.
Gtkspell check library based on Gtk+ 3.
This version isn't compatible with gtkspell. |