| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 07:35:41
0.9.16
|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
23 Apr 2013 14:20:28
0.9.16
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
28 Mar 2013 16:29:01
0.9.16
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
28 Mar 2013 03:28:31
0.9.16
|
eadler  |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
04 Nov 2012 18:18:18
0.9.16
|
madpilot  |
- Update to version 0.9.16
- Fix typo in Created by line
PR: ports/172510
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
06 Oct 2012 10:14:26
0.9.9_14
|
bapt  |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed |
15 Aug 2012 19:26:14
0.9.9_14
|
tabthorpe  |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
29 Jun 2012 18:24:47
0.9.9_14
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
01 Jun 2012 05:26:28
0.9.9_14
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.9.9_13
|
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 |
19 Mar 2011 12:38:54
0.9.9_13
|
miwi  |
- Get Rid MD5 support |
28 Mar 2010 06:47:48
0.9.9_13
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
07 Feb 2010 15:25:33
0.9.9_12
|
rnoland  |
Chase xorg-server update and bump driver PORTREVISIONS. |
05 Feb 2010 11:46:55
0.9.9_11
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.9.9_10
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
07 May 2009 19:42:40
0.9.9_9
|
rnoland  |
Chase xserver update with driver port bumps. |
04 Apr 2009 04:05:11
0.9.9_8
|
rnoland  |
Chase the Xorg server update and bump ports that depend on it. |
23 Jan 2009 16:28:36
0.9.9_7
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
06 Jun 2008 14:09:15
0.9.9_6
|
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 Apr 2008 17:56:05
0.9.9_5  |
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) |
07 Mar 2008 21:47:50
0.9.9_5
|
flz  |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav) |
24 Oct 2007 23:37:25
0.9.9_5
|
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 ) |
17 Oct 2007 00:10:40
0.9.9_5
|
linimon  |
Add USE_PERL5 for upcoming bsd.perl.mk conditional inclusion. While
here, pet portlint.
Hat: portmgr |
06 Oct 2007 15:48:36
0.9.9_5
|
nork  |
Chase dependency on x11-drivers/synaptics. |
23 Jul 2007 09:36:52
0.9.9_5
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 May 2007 20:32:57
0.9.9_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Oct 2006 08:54:54
0.9.9_3
|
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) |
02 Sep 2006 17:28:49
0.9.9
|
nork  |
Update to 0.9.9. |
02 Sep 2006 16:51:10
0.9.8
|
kris  |
Schedule these broken ports for termination on 2006-12-01 |
31 Aug 2006 16:38:08
0.9.8
|
kris  |
BROKEN: Incorrect pkg-plist |
07 Aug 2006 15:55:45
0.9.8
|
nork  |
o Update to 0.9.8.
o Fix pkg-plist. [1]
PR: ports/100666 [1]
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [1] |
12 Jun 2006 14:56:02
0.9.6
|
nork  |
Add missing dependency on libgnomeui and Unbroken.
[NOTE]
But I don't know that this fix is good. I think that
there are some missing dependency:-(. So I don't
bump PORTREVISION. I'm watching pointyhat report...
Pointed out by: pointyhat via kris |
21 May 2006 21:33:57
0.9.6
|
kris  |
BROKEN: Configure fails |
23 Apr 2006 09:37:24
0.9.6
|
nork  |
Add gsynaptics 0.9.6, is a setting tool for
Synaptics Touchpad driver for XFree86 4.x/XOrg.
WWW: http://sourceforge.jp/projects/gsynaptics/
Committed at: CBUG Welcome motoyuki and rushani to Tokyo party
Committed with: ume, cjh, metal, rushani, motoyuki, hrs, daichi and nork |