| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 Feb 2010 11:46:55
1.5_8
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 14:57:52
1.5_7
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
26 Oct 2008 20:56:11
1.5_6
|
hrs  |
Update dependency. |
06 Jun 2008 14:37:38
1.5_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 18:56:05
1.5_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) |
25 Oct 2007 00:37:25
1.5_4
|
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 ) |
19 May 2007 21:32:57
1.5_3
|
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 09:54:54
1.5_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) |
24 Apr 2006 14:10:54
1.5
|
erwin  |
Update to 1.5
PR: 96217
Submitted by: Ports fury |
24 Mar 2006 05:44:38
1.4_2
|
linimon  |
Reset maintainer at his request; nectar is away from FreeBSD work right now. |
23 Feb 2006 10:40:45
1.4_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:39:13
1.4_1
|
edwin  |
SHA256ify
Approved by: krion@ |
29 Dec 2005 22:19:30
1.4_1
|
pav  |
- Use GCONF_SCHEMAS
- Fix build on FreeBSD 4.X
PR: ports/86521
Submitted by: Tod McQuillin <devin@spamcop.net>
Approved by: maintainer timeout (nectar; 3 months) |
26 Nov 2005 01:33:24
1.4_1
|
pav  |
- Use intlhack |
15 Nov 2005 06:52:12
1.4_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
1.4_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
01 Aug 2005 17:57:19
1.4
|
niels  |
Upgrade to version 1.4 (fix fetch issue)
Approved by: nectar (mentor)
Reported by: kris via pointyhat |
07 Apr 2005 15:43:20
1.3_1
|
tobez  |
Replace "%" in patch filenames with "_".
Approved by: portmgr (krion) |
12 Mar 2005 10:54:27
1.3_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
24 Feb 2005 22:58:03
1.3
|
nectar  |
Update 1.2 -> 1.3. This resolves a segfault occurring in some
situations due to an unterminated hotkey list.
The crash and cause was
Reported by: nork
nork@ also recommended a fix, but ume@ noticed that the latest version
of im-ja corrected the issue. In fact, this update was
Submitted by: ume |
07 Nov 2004 22:37:47
1.2_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
15 Aug 2004 19:13:06
1.2
|
nectar  |
Update to im-ja 1.2.
PR: ports/69815
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
09 Jul 2004 18:43:11
1.0
|
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 |
12 Apr 2004 19:34:49
1.0
|
nectar  |
Perl is required at build time for internationalization.
Patch the included intltool-merge script so that it works with older
perl.
Submitted by: ume |
12 Apr 2004 17:22:18
1.0
|
nectar  |
Update 0.9 -> 1.0 |
05 Apr 2004 04:35:22
0.9_1
|
marcus  |
Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4. |
25 Mar 2004 15:42:11
0.9_1
|
nectar  |
Fix build on 4.x by eliminating some C99 constructs (declarations after
statements).
Submitted by: ume |
18 Mar 2004 14:46:23
0.9_1
|
nectar  |
Add SIZE.
Submitted by: trevor |
18 Mar 2004 12:40:26
0.9_1
|
kris  |
BROKEN on 4.x: Does not compile |
14 Mar 2004 06:17:56
0.9_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
21 Feb 2004 16:43:43
0.9_1
|
nectar  |
Don't use perl to generate files that we already have (timestamps b0rk3d
in distfile).
Prompted by: perl module dependency failure on bento |
04 Feb 2004 05:21:48
0.9_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
11 Jan 2004 15:30:03
0.9
|
nectar  |
I forgot to remove this obsolete patch with the upgrade to 0.9.
Reminded by: ume |
08 Jan 2004 14:24:01
0.9
|
nectar  |
Update 0.8 -> 0.9 |
15 Sep 2003 17:03:53
0.8_1
|
nectar  |
im-ja needs gnomepanel.
Reported by: bugsgrief@bugsgrief.net
Approved by: marcus |
07 Sep 2003 23:21:14
0.8
|
nectar  |
This was supposed to be `gconf2', not `gconf'. |
07 Sep 2003 14:52:12
0.8
|
nectar  |
Update 0.7.2 -> 0.8. |
03 Sep 2003 01:13:57
0.7.2
|
nectar  |
Add im-ja, a Japanese input module for GTK2. |