| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Nov 2011 15:26:04
0.3_3
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
07 Nov 2011 04:24:55
0.3_3  |
miwi  |
- Get rid FreeBSD 6 support |
28 Oct 2011 13:02:33
0.3_3
|
beat  |
- Fix build on FreeBSD 10
Approved by: ashish@ (maintainer) |
23 Sep 2011 22:26:39
0.3_3
|
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 |
03 Jul 2011 14:59:23
0.3_3
|
ohauer  |
-remove MD5 |
11 Jun 2010 13:37:41
0.3_3
|
ashish  |
- Change my maintainer address.
Approved by: pgj (mentor) |
28 Nov 2009 20:06:37
0.3_3
|
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
05 Nov 2009 20:16:01
0.3
|
miwi  |
- Update to 0.3
PR: 139722
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
21 Aug 2008 06:18:49
0.1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
08 Feb 2007 23:42:12
0.1
|
miwi  |
- Fix after objformat removal
Submitted by: pointyhat via kris
Approved by: maintainer |
29 Jan 2007 09:20:36
0.1
|
miwi  |
This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default. Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs. On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.
WWW: http://xcb.freedesktop.org/
PR: ports/108491
Submitted by: wahjava |