Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.9_4 11 Apr 2014 15:03:44 |
bapt |
Remove ancient and now unused gnome component
Approved by: kwm |
1.3.9_4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.3.9_4 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
1.3.9_4 08 Mar 2013 10:51:36 |
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 |
1.3.9_4 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.3.9_4 13 Jul 2012 11:09:20 |
kwm |
Add a patch to fix the build with clang.
PR: ports/169618
Submitted by: pawel@ |
1.3.9_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.3.9_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.9_4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.3.9_4 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
1.3.9_4 06 Jun 2008 13:21:59 |
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) |
1.3.9_3 23 Apr 2007 06:50:35 |
bland |
- Withdraw BROKEN after ORBit2 fix.
- Use ltverhack. |
1.3.9_3 21 Apr 2007 17:34:14 |
kris |
BROKEN on 7.0: Segfault during build |
1.3.9_3 05 Nov 2006 03:16:30 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
1.3.9_3 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.3.9_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3.9_2 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.3.9_2 15 Nov 2005 06:52:12 |
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. |
1.3.9_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.3.9_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.3.9 09 Jul 2004 17:43:11 |
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 |
1.3.9 19 May 2004 06:13:51 |
bland |
- Update to 1.3.9
- Use lthack |
1.3.8_3 19 Apr 2004 06:23:23 |
bland |
Add support for sequences of TypeCode's to unbreak libbonobomm
build.
Obtained from: GNOME CVS |
1.3.8_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.3.8_1 18 Mar 2004 13:47:05 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.3.8_1 14 Mar 2004 06:17:56 |
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. |
1.3.8_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.3.8 18 Nov 2003 15:09:17 |
bland |
Update to 1.3.8 |
1.3.7 25 Aug 2003 23:33:46 |
bland |
Update to 1.3.7
Approved by: marcus (mentor) |
1.3.6_3 23 Jul 2003 03:51:42 |
marcus |
Fix some other build problems with GCC 3.3.1. Since these patches affect
headers used by dependents, bump PORTREVISION.
Submitted by: Alexander Nedotsukov <bland@mail.ru> |
1.3.6_2 23 Jul 2003 01:41:00 |
marcus |
Fix build with GCC 3.3.1.
Submitted by: Alexander Nedotsukov <bland@mail.ru> |
1.3.6_2 20 Jun 2003 15:48:49 |
marcus |
Fix problems with g++-2.9x and virtual interfaces.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Obtained from: Bowie Owens <bowie@owens.csiro.au> |
1.3.6_1 19 Jun 2003 15:53:01 |
marcus |
* Remove the need for X, and instal this port in ${LOCALBASE}
* Correct the plist to include the ORBit backends
Submitted by: Alexander Nedotsukov <bland@mail.ru> |
1.3.6 16 Jun 2003 19:16:46 |
adamw |
Update to 1.3.6, shlib bump, utilize USE_GNOME, and make gnome@
the maintainer. |
1.3.5 25 Apr 2003 18:50:38 |
naddy |
Update to version 1.3.5
PR: 51050
Submitted by: Ports Fury |
0.30.4 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
0.30.4 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.30.4 15 Dec 2002 04:22:39 |
pat |
Fix build in -current and unmark broken.
PR: ports/46081
Submitted by: Juha Liukkonen <jml@cubical.fi> |
0.30.4 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
0.30.4 01 Sep 2002 16:07:59 |
dwcjr |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
0.30.4 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
0.30.4 18 May 2002 03:28:59 |
kris |
BROKEN: Does not build |
12 Mar 2002 01:18:38 |
ade |
Update to 0.30.4
PR: 35787
Submitted by: Ports Fury |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
20 Dec 2001 06:19:02 |
sobomax |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 |
sobomax |
Don't filter libc_r on 5-CURRENT. |
15 Nov 2001 09:36:17 |
wjv |
- Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRS
(port did not build with ORBit ports >= 0.5.10). - GNU_CONFIGURE ->
USE_AUTOMAKE, in order to incorporate variables from Makefile.buildvars in
Makefiles. - Move removal of "test" directory from Makefile.in to Makefile.am,
to accommodate the fact that we're now using automake: Remove
patch-Makefile.in and add patch-Makefile.am. - Expand pkg-descr a bit. -
Alphabetise pkg-plist and add directories. - Bump PORTREVISION. |
31 Oct 2001 08:20:45 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
29 Oct 2001 08:57:07 |
petef |
Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORB |