Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 1.12.2_6
|
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) |
26 Mar 2022 08:27:27 1.12.2_5
|
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 |
06 Apr 2021 14:31:07 1.12.2_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Nov 2019 22:16:15
1.12.2_4
|
zeising  |
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. |
26 Jul 2019 20:46:57
1.12.2_4
|
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 |
26 May 2019 06:02:11
1.12.2_3
|
tobik  |
graphics/cairomm: Fix DOCS option
There is no opt_CONFIGURE_ARGS_OFF helper. While nothing was really
broken thanks to having @comment in the plist with the option off.
Actually passing --disable-documentation to configure should save
a tiny bit of build time during builds with DOCS=off. |
12 Dec 2018 01:35:36
1.12.2_3
|
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 |
29 Jul 2018 22:18:46
1.12.2_2
|
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 |
10 Sep 2017 20:55:39
1.12.2_1
|
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 |
23 Apr 2017 08:35:28
1.12.2
|
kwm  |
Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0
Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10
Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.
PR: 210272 [1], 210696 [2], 218667 [3]
Submitted by: Matthew Rezny [2]
Obtained from: Unless otherwise stated obtained from GNOME devel repo
Exp-run by: antoine@ [1] |
02 Apr 2017 16:37:07
1.10.0_3
|
bapt  |
Fix build with newer sigc++20 |
26 Aug 2015 18:26:15
1.10.0_3
|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
01 Aug 2015 19:48:59
1.10.0_3
|
kwm  |
Drop :keepla from libtool USES. |
20 Oct 2014 17:04:21
1.10.0_2
|
bapt  |
Cleanup plist |
04 Jul 2014 00:09:47
1.10.0_2
|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
23 Apr 2014 13:25:17
1.10.0_2
|
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 ) |
07 Mar 2014 09:27:35
1.10.0_1
|
kwm  |
Stagify.
Use USES=libtool pathfix
Use USE_GNOME for cairo and libxml++26 depends. |
17 Feb 2014 05:19:52
1.10.0_1
|
miwi  |
- Stage support |
22 Sep 2013 18:05:05
1.10.0_1
|
bapt  |
Fix NO_STAGE attribution |
20 Sep 2013 18:35:46
1.10.0_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
02 Sep 2013 16:21:38
1.10.0_1
|
bapt  |
Add an explicit dependency on pkgconf |
01 Jun 2012 05:26:28
1.10.0_1
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
1.10.0
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
11 Aug 2011 19:20:17
1.10.0 
|
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> |
30 Jul 2011 09:20:22
1.10.0
|
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. |
03 Jul 2011 14:12:23
1.9.6
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.9.6
|
ade  |
Sync to new bsd.autotools.mk |
20 Nov 2010 15:37:08
1.9.6
|
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
28 Mar 2010 06:47:48
1.8.4_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
11 Nov 2009 19:06:00
1.8.4
|
pav  |
- Fix plist
Reported by: pointyhat |
01 Nov 2009 19:39:47
1.8.4
|
marcus  |
Fix build when NOPORTDOCS is defined.
Reported by: QAT |
01 Nov 2009 18:30:57
1.8.4
|
marcus  |
Update to 1.8.4. |
02 Aug 2009 19:36:34
1.8.2
|
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 |
18 Jul 2009 16:56:25
1.8.2
|
marcus  |
Update to 1.8.2. |
25 Feb 2009 21:34:44
1.8.0_1
|
marcus  |
Clean up the PORTDOCS.
Reported by: pav and erwin |
24 Feb 2009 07:50:14
1.8.0
|
marcus  |
Fix the build on 6.X. |
24 Feb 2009 03:01:54
1.8.0
|
marcus  |
Update to 1.8.0. |
08 Sep 2008 02:40:08
1.6.4
|
marcus  |
Update to 1.6.4. |
15 Aug 2008 05:54:20
1.6.2
|
marcus  |
Update to 1.6.2. |
30 Jun 2008 20:16:22
1.6.0_1
|
mezz  |
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
(Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 13:35:04
1.4.8_4
|
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) |
19 May 2008 20:12:05
1.4.8_3
|
mezz  |
Fix the installation and plist when NOPORTDOCS is defined, bump the
PORTREVISION.
Reported by: itetcu |
19 Apr 2008 17:56:05
1.4.8_2 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
30 Mar 2008 02:27:00
1.4.8_2
|
marcus  |
Downgrade cairo back to 1.4.14. It has been reported that 1.5 was causing
redraw performance problems for some users. The hope was that 1.6 would
have been ready for GNOME 2.22, but this did not happen. Cairo 1.6 will
be imported with GNOME 2.24.
Discussed with: ahze |
24 Mar 2008 03:50:55
1.4.8_1
|
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 |
04 Oct 2007 01:10:50
1.2.4_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
19 May 2007 20:32:57
1.2.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
25 Jan 2007 20:24:51
1.2.4
|
mezz  |
Update to 1.2.4. |
14 Oct 2006 08:54:54
1.2.2
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
08 Apr 2006 05:03:45
0.6.0
|
marcus  |
Update to 0.6.0. |
15 Mar 2006 05:36:49
0.5.0
|
marcus  |
Update to 0.5.0. |
23 Feb 2006 10:40:45
0.4.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
27 Dec 2005 06:34:07
0.4.0
|
ahze  |
- Update to 0.4.0 |
14 Dec 2005 01:45:07
0.3.0
|
ahze  |
- Update to 0.3.0 |
07 Dec 2005 21:42:09
0.2.0
|
ahze  |
- Add cairomm
C++ interface to cairo
WWW: http://cairographics.org |