| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Mar 2013 13:04:31
0.19.2_1
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
08 Mar 2013 10:51:36
0.19.2_1
|
kwm  |
* 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 |
09 Nov 2011 15:26:04
0.19.2_1
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
28 Oct 2011 18:00:25
0.19.2_1
|
miwi  |
- Fix build FreeBSD 10 |
20 Mar 2011 12:54:45
0.19.2_1
|
miwi  |
- Get Rid MD5 support |
03 Oct 2010 15:45:37
0.19.2_1
|
mezz  |
-Disable glib for it will not enable if it exists in the system.
-Update the WWW.
PR: ports/151166
Submitted by: John Hein <jhein@symmetricom.com> |
23 Aug 2009 17:17:33
0.19.2_1
|
marcus  |
Add a fribidi-config wrapper script around pkg-config to fix some older
port builds. |
22 Aug 2009 17:26:50
0.19.2
|
marcus  |
Update to 0.19.2.
PR: 137946
Submitted by: Anonymous <swell.k@gmail.com> |
22 Aug 2007 12:10:08
0.10.9
|
ahze  |
Update to 0.10.9 |
07 Jun 2007 09:34:20
0.10.8
|
pav  |
- Update to 0.10.8 |
28 Jan 2007 09:07:47
0.10.7
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
05 Nov 2006 02:40:32
0.10.7
|
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
18 Apr 2006 05:52:35
0.10.7
|
bland  |
Update to 0.10.7
PR: 95912 |
23 Feb 2006 10:40:45
0.10.4_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
0.10.4_1
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
0.10.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. |
12 Sep 2005 07:42:09
0.10.4_1
|
ahze  |
- Readd PORTREVISION, I removed this planning on updating to 0.10.5
but it disn't play nice with 4.x |
12 Sep 2005 07:29:09
0.10.4
|
ahze  |
- User newer libtool15 instead of libtool13
- Update WWW line |
09 Mar 2005 10:17:06
0.10.4_1
|
ahze  |
- Update WWW: line
- Add freedesktop.org to MASTER_SITES |
09 Jul 2004 17:43:11
0.10.4_1
|
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 |
18 Mar 2004 13:32:26
0.10.4_1
|
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
14 Mar 2004 06:17:56
0.10.4_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. |
16 Jun 2003 20:52:58
0.10.4_1
|
adamw  |
Utilize USE_GNOME= pkgconfig. |
18 Apr 2003 21:18:12
0.10.4_1
|
marcus  |
Remove USE_GNOMENG. |
22 Feb 2003 06:24:45
0.10.4_1
|
marcus  |
* Install pkgconfig file in correct location
* Don't install .la files
* Assign maintainership to gnome@ since this will be used for AbiWord2 |
20 Feb 2003 16:58:26
0.10.4
|
knu  |
De-pkg-comment. |
13 Jun 2002 12:00:11
0.10.4
|
tobez  |
Update to 0.10.4.
PR: 39225
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
19 Apr 2002 17:32:04
0.10.3
|
ijliao  |
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm |