Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12.1 06 Aug 2024 20:06:17
    |
Daniel Engberg (diizzy)  |
devel/libsigc++20: Update to 2.12.1
* Add GitHub mirror
* Update WWW entry
* Remove INSTALL_TARGET (unused)
Changelog:
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/2.12.1
PR: 280173
Approved by: gnome (fluffy) via Matrix
Sponsored by: Blinkinblox |
2.12.0 25 May 2023 20:47:19
    |
Dima Panov (fluffy)  |
devel/libsigc++20: update to 2.12.0 release (+)
Changelog:
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/2.12.0 |
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) |
2.10.8 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 ) |
2.10.8 20 Jul 2022 19:44:12
    |
Tobias C. Berner (tcberner)  |
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866 |
2.10.8 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.10.8 07 May 2022 04:11:08
    |
Neel Chauhan (nc)  |
devel/libsigc++20: Update to 2.10.8 |
2.10.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.10.4 30 Sep 2020 14:22:45
  |
bapt  |
Update to 2.10.4
Note the build system has switched to meson |
2.10.3 12 Jun 2020 08:38:58
  |
bapt  |
Update to 2.10.3 |
2.10.2 16 Dec 2019 11:04:20
  |
bapt  |
Update to 2.10.2 |
2.10.0_4 26 Jul 2019 20:46:57
  |
gerald  |
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 |
2.10.0_3 12 Dec 2018 01:35:36
  |
gerald  |
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 |
2.10.0_2 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.10.0_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.10.0 14 Jun 2017 15:48:53
  |
kwm  |
Add portscout to stop looking for newer versions other then this series. It
not clear yet if the next stable version will be a update to this port or
that it will be a new one. |
2.10.0 06 May 2017 20:13:11
  |
kwm  |
Sprinkle some fixes to make these ports build on ARCH's that don't
have clang as the default compiler.
Submitted by: jhibbits@
Differential Revision: https://reviews.freebsd.org/D10628 |
2.10.0 04 Apr 2017 19:25:59
  |
bapt  |
Fix package with DOC option off
PR: 218324
Submitted by: w.schwarzenfeld@utanet.at
Reported by: p5B2E9A8F@t-online.de |
2.10.0 01 Apr 2017 20:58:23
  |
bapt  |
update to 2.10.0 |
2.4.1 30 Mar 2016 07:19:49
  |
bapt  |
Remove uneeded dependency on GNU m4 |
2.4.1 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.4.1 31 Aug 2015 21:24:49
  |
amdmi3  |
- Add LICENSE
- Switch to options helpers
Approved by: portmgr blanket |
2.4.1 27 Mar 2015 06:51:24
  |
kwm  |
Update libsigc++20 to 2.4.1.
Drop the VERSION PLIST_SUB since both it and API_VERSION are the same value.
Obtained from: GNOME dev repo |
2.4.0 19 Nov 2014 21:21:12
  |
kwm  |
Fix plist when the DOCS option is not selected.
Submitted by: amdmi3@ |
2.4.0 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 ) |
2.3.1_1 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
2.3.1_1 01 Sep 2014 19:35:35
  |
tijl  |
Convert to USES=libtool and add INSTALL_TARGET=install-strip |
2.3.1 29 Jul 2014 21:07:40
  |
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.1 15 Jul 2014 14:36:13
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.3.1 17 Feb 2014 05:18:45
  |
miwi  |
- Stage support |
2.3.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.3.1 12 Sep 2013 17:55:41
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@) |
2.3.1 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] |
2.2.10 19 Mar 2013 13:04:31
  |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
2.2.10 08 Mar 2013 10:51:36
  |
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
2.2.10 13 Nov 2011 17:33:47
 |
crees  |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes |
2.2.10 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.2.10 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> |
2.2.10 30 Jul 2011 09:20:22
 |
kwm  |
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import. |
2.2.8 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
2.2.8 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.2.8 25 Jul 2010 19:35:08
 |
kwm  |
Presenting GNOME 2.30.2. for FreeBSD. |
2.2.7 22 May 2010 06:03:26
 |
marcus  |
Update to 2.2.7. |
2.2.6 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 ) |
2.2.4.2 14 Sep 2009 14:40:04
 |
kwm  |
Fix the NOPORTDOCS case.
Noticed by: miwi's tinderbox |
2.2.4.2 03 Sep 2009 22:52:13
 |
kwm  |
Update to 2.2.4.2. |
2.2.4.1 30 Aug 2009 18:21:22
 |
marcus  |
Update to 2.2.4.1. |
2.2.4 29 Aug 2009 22:55:11
 |
marcus  |
Add a missing USE_PERL5_BUILD.
Reported by: pointyhat via erwin |
2.2.4 29 Aug 2009 06:35:39
 |
marcus  |
Update to 2.2.4. |
2.2.3 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.2.3 16 Oct 2008 20:26:08
 |
mezz  |
Update to 2.2.3. |
2.2.2 25 Jul 2008 14:34:52
 |
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
2.2.2 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 |
2.0.18 12 Sep 2007 19:19:29
 |
marcus  |
Update to 2.0.18. |
2.0.17_1 24 May 2007 06:07:46
 |
marcus  |
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit) |
2.0.17_1 20 Feb 2007 22:19:27
 |
mezz  |
Respect NOPORTDOCS.
PR: ports/109180
Submitted by: rafan |
2.0.17_1 28 Jan 2007 09:07:47
 |
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
2.0.17_1 05 Nov 2006 03:12:21
 |
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
2.0.17_1 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
2.0.17_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.0.17 20 Dec 2005 12:25:40
 |
bland  |
Update to 2.0.17 |
2.0.16 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
2.0.16 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.0.16 01 Aug 2005 16:26:39
 |
marcus  |
Update to 2.0.16. |
2.0.15 05 Jul 2005 19:52:32
 |
mezz  |
Update to 2.0.15. |
2.0.14 11 Jun 2005 05:23:12
 |
marcus  |
Update to 2.0.14. |
2.0.13 09 Jun 2005 14:52:21
 |
bland  |
Update to 2.0.13 |
2.0.12 11 May 2005 07:08:36
 |
bland  |
Update to 2.0.12 |
2.0.11 03 Apr 2005 07:52:55
 |
mezz  |
Update to 2.0.11.
Also, cut down significantly on compile time by skipping the tests and
examples subdirectories.
Submitted by: adamw |
2.0.10 23 Feb 2005 06:32:30
 |
marcus  |
Update to 2.0.10. |
2.0.9 16 Feb 2005 21:43:39
 |
pav  |
- The file is not on Sourceforge mirrors |
2.0.9 06 Feb 2005 08:35:52
 |
marcus  |
Update to 2.0.9. |
2.0.3 30 Sep 2004 05:32:00
 |
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
2.0.3 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.0.3 25 Jun 2004 08:23:30
 |
bland  |
Add libsigc++-2.0.3 after repocopy from libsigc++12, a typesafe C++
callback framework. |