| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2013 10:44:29
0.26.1_7
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
17 Apr 2013 11:32:02
0.26.1_7
|
kwm  |
Trim header, convert OptionsNG.
Switch to tcl 8.4 since 8.3 is going away soon [1]
Submitted by: gahr@
Feature safe: yes |
01 Jun 2012 05:26:28
0.26.1_7
|
dinoex  |
- update png to 1.5.10 |
26 Feb 2012 18:49:45
0.26.1_6
|
jpaetzel  |
Remove optional build dep on net/socks5, which is exiting the ports tree.
SOCKS5 functionality could be restored by adapting this port to use
net/dante
PR: ports/165086
Submitted by: jpaetzel |
23 Sep 2011 22:26:39
0.26.1_6
|
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 |
23 Aug 2011 18:39:19
0.26.1_6
|
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
30 Jul 2011 09:39:44
0.26.1_5
|
kwm  |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12. |
19 Mar 2011 12:38:54
0.26.1_5
|
miwi  |
- Get Rid MD5 support |
12 Mar 2011 17:46:07
0.26.1_5
|
mezz  |
Fix the build with gmake-3.82 by replace space to tab.
Reported by: pointyhat-exp with gmake 3.82 (linimon)
Tested with: ade's gmake 3.82 patch on devel/gmake only |
31 May 2010 02:01:56
0.26.1_5
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
10 May 2010 21:19:08
0.26.1_4
|
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 ) |
28 Mar 2010 06:47:48
0.26.1_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.26.1_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.26.1_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
03 Jun 2009 14:56:23
0.26.1
|
kwm  |
Fix build on 6.x.
Submitted by: pointyhat via erwin |
29 May 2009 09:06:45
0.26.1
|
kwm  |
Fix build by depending on libcanberra.
Submitted by: QA Tindy. |
29 May 2009 08:38:04
0.26.1
|
kwm  |
Update to 0.26.1.
Take over maintainership.
Approved by: previous maintainer |
06 Jun 2008 13:36:43
0.18_1
|
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) |
24 Mar 2008 17:02:27
0.18
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
27 Oct 2007 08:51:28
0.18
|
delphij  |
Update to 0.18 |
24 Oct 2007 23:37:25
0.15_2
|
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 ) |
07 Oct 2007 05:45:04
0.15_1
|
linimon  |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
04 Oct 2007 01:14:50
0.15_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
08 Sep 2007 01:00:17
0.15_1
|
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 |
19 May 2007 20:32:57
0.15_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
09 Jan 2007 13:09:43
0.15
|
kwm  |
Update to 0.15.
Approved by: Maintainer |
14 Nov 2006 12:54:41
0.13_3
|
jylefort  |
Track libnotify update |
14 Oct 2006 08:54:54
0.13_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) |
21 Jul 2006 03:45:59
0.13
|
rafan  |
- Update to 0.13
PR: ports/100605
Submitted by: maintainer |
23 Jun 2006 11:42:04
0.12
|
pav  |
- Update to 0.12
PR: ports/99240
Submitted by: Tim Welch <ports@thepentagon.org> (maintainer) |
28 May 2006 12:04:00
0.11
|
pav  |
- Grant maintainership to the submitter of last update
PR: ports/98040
Submitted by: Tim Welch <ports@thepentagon.org> |
25 May 2006 20:11:49
0.11
|
pav  |
- Update to 0.11
PR: ports/97454
Submitted by: Tim Welch <twelch@thepentagon.org> |
14 Apr 2006 23:25:09
0.5_2
|
linimon  |
Reset kwm due to no response about email.
Hat: portmgr |
26 Mar 2006 23:39:46
0.5_2
|
marcus  |
* Mark BROKEN on 4.X [1]
* Add USE_GETTEXT and remove USE_REINPLACE
Reported by: pointyhat via kris [1] |
23 Feb 2006 10:40:45
0.5_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:38:15
0.5_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:15:53
0.5_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 06:52:12
0.5_1
|
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. |
05 Nov 2005 05:22:06
0.5_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
10 Sep 2005 15:15:47
0.5
|
kwm  |
Update to 0.5.
Chase after xchat2 and enable perl on amd64. |
12 Mar 2005 10:54:27
0.2_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
30 Jan 2005 11:09:23
0.2_1
|
kwm  |
Chase master site.
Submitted by: Samy Al Bahra <samy at kerneled dot org> |
07 Nov 2004 22:37:47
0.2_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
14 Oct 2004 17:52:47
0.2
|
kwm  |
Update to 0.2.
Approved by: pav (mentor) |
02 Sep 2004 07:42:28
0.1_1
|
krion  |
Fix build with gcc-3.4
PR: ports/71242
Submitted by: maintainer |
26 Jul 2004 16:35:15
0.1_1
|
mezz  |
-Correct the pkg-plist.
-Use the correct version of libtool 13 -> 15 to avoid install the *.la files.
-Bump the PORTREVISION, because of the pkg-plist change.
Approved by: Koop Mast <kwm@rainbow-runner.nl> (maintainer) |
04 Jun 2004 17:29:38
0.1
|
ade  |
Sync with new bsd.autotools.mk |
10 May 2004 11:47:59
0.1
|
krion  |
- Fix MASTER_SITES
PR: ports/66446
Submitted by: maintainer |
04 May 2004 22:38:11
0.1
|
pav  |
After repocopy from irc/xchat2, add xchat-gnome 0.1, a fork of IRC client
for GNOME 2, with bias on GNOME integration and HIG compliance.
Submitted by: kwm at irc.freenode.org in #freebsd-gnome |