Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.35.b2_12,1 30 Mar 2014 00:46:53
![Revision:349601 Revision:349601](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles (Only the first 15 lines of the commit message are shown above ) |
0.35.b2_12,1 04 Mar 2014 23:08:03
![Revision:347086 Revision:347086](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase emulators/xmame expiration |
0.35.b2_12,1 21 Feb 2014 13:36:40
![Revision:345407 Revision:345407](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove trailing whitespaces from category emulators |
0.35.b2_12,1 10 Feb 2014 13:54:28
![Revision:343634 Revision:343634](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.35.b2_12,1 22 Oct 2013 13:57:35
![Revision:331271 Revision:331271](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
0.35.b2_12,1 20 Sep 2013 16:43:53
![Revision:327721 Revision:327721](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
05 Sep 2013 09:15:49
![Revision:326373 Revision:326373](/images/subversion.png)
|
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add an explicit dependency on pkgconf |
0.35.b2_12,1 06 May 2013 07:01:49
![Revision:317474 Revision:317474](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLS |
0.35.b2_12,1 28 Mar 2013 03:28:31
![Revision:315433 Revision:315433](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.35.b2_12,1 08 Mar 2013 10:51:36
![Revision:313633 Revision:313633](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* 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 |
0.35.b2_12,1 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.35.b2_11,1 23 Sep 2011 22:26:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
0.35.b2_11,1 02 Jul 2011 17:14:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
= Drop MD5 support |
0.35.b2_11,1 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.35.b2_10,1 05 Feb 2010 11:46:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to jpeg-8 |
0.35.b2_9,1 21 Dec 2009 02:19:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.35.b2_9 22 Aug 2009 00:20:34
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
0.35.b2_9,1 31 Jul 2009 13:57:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.35.b2_8,1 06 Jun 2008 13:27:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.35.b2_7 19 Apr 2008 17:56:05
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
0.35.b2_6,1 24 Oct 2007 23:37:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.35.b2_5,1 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.35.b2_4,1 14 Oct 2006 08:54:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.35.b2_3,1 05 Sep 2006 04:26:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
0.35.b2_3,1 07 May 2006 10:55:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_REINPLACE from all categories starting with E |
0.35.b2_3,1 30 Jan 2006 23:20:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase shlib bump of libexpat. |
0.35.b2_2,1 22 Jan 2006 09:47:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.35.b2_2,1 05 Nov 2005 05:22:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to chase the glib20 shared library update. |
0.35.b2_1,1 19 Apr 2005 17:08:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
jylefort ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix installation path of the HTML documentation and pkg-plist.
Approved by: adamw (mentor)
Reported by: pointyhat |
0.35.b2,1 15 Apr 2005 16:49:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
jylefort ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.35beta2
- Fix build on 4.X
- Add WITHOUT_NLS knob
- Fix menu item installation by moving to X11BASE and gnomeprefix
- Polish Makefile and pkg-plist
PR: ports/79934
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by: adamw (mentor) |
0.35_1 12 Mar 2005 10:54:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.35 12 Mar 2005 09:28:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
vs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak & update to 0.35 beta1
PR: ports/78643
Submitted by: maintainer |
0.34b_7 28 Feb 2005 00:57:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
BROKEN: Incomplete pkg-plist |
0.34b_7 15 Feb 2005 08:32:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
erwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Miguel Mendez is the new victim of these ports. Thanks! |
0.34b_7 12 Feb 2005 23:37:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset bouncing maintainer address:
<<< 550 5.7.1 <tlp@liquidx.org>... Relaying denied
550 5.1.1 <tlp@liquidx.org>... User unknown
<<< 503 5.0.0 Need RCPT (recipient) |
0.34b_7 07 Nov 2004 22:37:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.34b_6 28 Oct 2004 14:10:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove *xil options, mame does not support them
PR: ports/73045
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: Travis Poppe <tlp@LiquidX.org> (maintainer) |
0.34b_5 11 Oct 2004 22:38:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
emulators/gxmame. Add extra patch to enable compat with new xmame 0.86
A little patch is needed for this program to work with the
new xmame.
PR: ports/71255
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> |
0.34b_4 05 Apr 2004 03:31:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.34b_3 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
0.34b_3 30 Mar 2004 19:20:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
krion ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use USE_ICONV knob
Approved by: portmgr |
0.34b_3 16 Mar 2004 04:23:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.34b_2 04 Feb 2004 04:36:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.34b_1 23 Jan 2004 18:12:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Now gettext 0.12.1 is gettext-old. |
0.34b_1 06 Jan 2004 00:00:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Set --with-xmame-dir properly
- Raise portrevision
PR: ports/60941
Submitted by: Ulrich Spoerlein <q@uni.de> (xmame maintainer)
Approved by: maintainer |
0.34b 21 Dec 2003 02:39:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
petef ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 0.34b
- only for i386 now, maintainer doesn't have time to remove gcc i386-isms
and test on other archs.
PR: 60466
Submitted by: maintainer |
0.33_1 08 Dec 2003 07:56:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Patched to support newer xmame versions.
PR: ports/59567
Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer) |
0.33 06 Oct 2003 06:30:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove commented out lines during building.
Also move from build_depends to lib_depends |
0.33 06 Oct 2003 06:26:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
GXMame is a GTK frontend for xmame
XMame is a GTK frontend for xmame. It is similar to MAME32.
PR: ports/57628
Submitted by: Travis Poppe <tlp@liquidx.org> |