Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.33.2_3 15 Apr 2024 11:44:03
    |
Baptiste Daroussin (bapt)  |
textproc/gtk-doc: fix dependencies
Does not libdepends on anything, does not depend on libxml2 |
1.33.2_2 26 Aug 2023 21:03:32
    |
Po-Chuan Hsieh (sunpoet)  |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
1.33.2_2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.33.2_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.33.2_2 20 Jul 2022 14:23:14
    |
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 ) |
1.33.2_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.33.2_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.33.2 20 Jun 2021 16:16:18
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/gtk-doc: Remove PY_PYGMENTS
With hat: python |
1.33.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.33.2 23 Jan 2021 13:30:17
  |
fluffy  |
textproc/gtk-doc: update to 1.33.2
MFH: 2021Q1 |
1.33.1 20 Jan 2021 15:08:48
  |
fluffy  |
textproc/gtk-doc: update to 1.33.1
- Switch to meson build (thanks to daniel engberg)
- Patch affected ports
PR: 252701
Exp-run by: antoine
MFH: 2021Q1 |
1.29_1 10 Sep 2020 18:55:41
  |
tcberner  |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
1.29_1 02 Aug 2020 16:04:59
  |
tcberner  |
textproc/gtk-doc: make configure dependency on highlight explicit
If textproc/source-highlight is installed when you run 'make -C
textproc/gtk-doc configure', the configure phase will detect source-highlight
first before highlight. This makes gtk-doc implicitly dependent on
source-highlight. If source-highlight is later removed, gtk-doc is broken
(config.py contains a now invalid reference to source-highlight).
This is solved by specifying --with-highlight=highlight for configure.
PR: 240536
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
1.29_1 17 Dec 2019 06:57:31
  |
bapt  |
Remove unneeded dependencies
Rarian and jade are not needed since 1.26
While here, add license |
1.29 29 Jun 2019 20:53:33
  |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
1.29 25 Apr 2019 14:54:26
  |
antoine  |
Clean up plist |
1.29 13 Oct 2018 20:38:51
  |
kwm  |
Update gtk-doc to 1.29.
PR: 232017
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
1.28_1 08 Oct 2018 19:50:31
  |
kwm  |
Drop unused @xmlcatmgr from plist.
Reported by: antoine@ |
1.28 30 Sep 2018 11:58:31
  |
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 |
1.25 01 Apr 2017 21:46:04
  |
bapt  |
Update to 1.25 |
1.24 24 May 2016 22:32:49
  |
bapt  |
Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing
Reviewed by: hrs
Differential Revision: https://reviews.freebsd.org/D6539 |
1.24 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.24 05 Aug 2015 19:13:26
  |
kwm  |
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 |
1.21 23 Jan 2015 22:50:50
  |
antoine  |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
1.21 29 Nov 2014 18:22:33
  |
tijl  |
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) |
1.21 19 Nov 2014 15:36:59
  |
kwm  |
This port needs gettext at build time for translations.
Submitted by: mat@'s WITHOUT=NLS build box |
1.21 19 Nov 2014 11:49:06
  |
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 ) |
1.18_1 13 Mar 2014 05:22:22
  |
miwi  |
- Stage support |
19 Feb 2014 14:45:19

|
mat  |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
1.18 18 Feb 2014 14:50:35
  |
mat  |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
1.18 08 Dec 2013 13:33:54
  |
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket) |
1.18 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.18 12 Sep 2013 16:41:29
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.18 31 Jul 2013 11:57:46
  |
kwm  |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1] |
1.15 11 Jun 2013 20:40:14
  |
kwm  |
Fix perl paths to LOCALBASE with shebangfix, manualy fix sh scripts with
s,/bin/bash,/bin/sh,.
Trim Makefile header. |
1.15 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.15 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.15 25 Jul 2010 19:35:08
 |
kwm  |
Presenting GNOME 2.30.2. for FreeBSD. |
1.14 10 May 2010 21:19:08
 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
1.13 04 Jan 2010 00:02:28
 |
marcus  |
Update to 1.13. |
1.12 03 Jan 2010 20:45:00
 |
marcus  |
Update to 1.12. |
1.11 16 Jun 2009 12:22:31
 |
kwm  |
Depend on gnome-doc-utils
Submitted by: QAT |
1.11 16 Jun 2009 12:14:04
 |
kwm  |
Update to 1.11. |
1.10_1 02 Feb 2009 01:36:16
 |
araujo  |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
1.10_1 06 Jun 2008 14:05:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.10 24 Mar 2008 03:50:55
 |
marcus  |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
1.9 24 Oct 2007 23:37:25
 |
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
1.8_1 08 Sep 2007 01:06:22
 |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.8_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.8 07 Mar 2007 19:45:00
 |
marcus  |
Update to 1.8. |
1.7 29 Jul 2006 19:11:55
 |
marcus  |
Update to 1.7. |
1.6 09 Apr 2006 21:37:22
 |
marcus  |
Update to 1.6. |
1.4 16 Mar 2006 15:27:46
 |
pav  |
- Update WWW
- Use DATADIR in plist
PR: ports/94329
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
1.4 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
1.4 20 Jul 2005 17:19:48
 |
marcus  |
s/freebsd.org/FreeBSD.org/
Reported by: oliver |
1.4 05 Jul 2005 19:13:21
 |
marcus  |
Update to 1.4. |
1.3 09 Jan 2005 23:02:25
 |
marcus  |
Update to 1.3. |
1.2 18 Feb 2004 03:06:25
 |
marcus  |
Update to 1.2. |
1.1_4 04 Nov 2003 18:30:50
 |
marcus  |
Chase the libxslt shared lib version with a PORTREVISION bump. |
1.1_3 04 Nov 2003 08:53:11
 |
marcus  |
Convert scrollkeeper over to use the system catalog location. This helps
to unbreak gtk-doc as well as removes a ton of gross hacks to support
the old location. Also, import some CVS patches from SK to fix some
potential crashes when installing bad catalogs.
While I tested this with a full SK database rebuild, problems may still
occur. Please let me know if you encounter any issues with OMF files
after this commit. |
1.1_2 13 Oct 2003 05:38:22
 |
kris  |
BROKEN: Does not configure (different errors on 4.x and 5.x) |
1.1_2 06 Oct 2003 01:13:39
 |
marcus  |
Correct some obsolete MASTER_SITES
PR: 57557
Submitted by: Mark Linimon <linimon@lonesome.com> |
1.1_2 12 Aug 2003 17:23:27
 |
marcus  |
Add a missing dependency on docbook-xsl.
Submitted by: bento |
1.1_1 12 Aug 2003 01:32:52
 |
marcus  |
Sign maintainership over to gnome@. Thanks for your work on these, Martin. |
1.1_1 14 Jul 2003 08:59:22
 |
kuriyama  |
Change catalog location.
Pointed out by: kris
No response from: maintainer |
1.1 28 Jun 2003 05:17:31
 |
marcus  |
* Update to 1.1
* Assign maintainership to submitter
PR: 53815
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> |
0.9 20 Feb 2003 19:11:26
 |
knu  |
De-pkg-comment. |
0.9 12 Dec 2002 01:33:55
 |
marcus  |
Add USE_PERL5.
Reported by: bento |
0.9 15 Sep 2002 23:41:00
 |
kris  |
Add missing files |
0.9 08 Apr 2002 18:56:39
 |
jesper  |
Release maintainership to ports@
It's possible that the 0.9 version breaks Gnome, but as I don't use
Gnome, I have no way of testing that. |
13 Mar 2002 21:20:10
 |
jesper  |
Update to 0.9
Take Maintainership
Approved by: fenner |
14 Mar 2001 18:31:46
    |
fenner  |
Fix pkg-plist braino. |
13 Mar 2001 18:21:37
    |
sobomax  |
Comments in PLISTs indicated by the ``@comment'', not by ``#''. |
12 Mar 2001 21:11:14
    |
fenner  |
New port for the Gtk documentation system. Originally written specifically
for documenting Gtk itself, it's usable for documenting C-based projects. |