2012-10-03 21:32:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update `DESCR' files (text taken from the home page).
From Bug Hunting.
|
2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message:
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
2012-09-07 13:43:54 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Darwin always needs iconv hack
|
2012-07-25 15:17:08 by OBATA Akio | Files touched by this commit (1) |
Log message:
darwin-iconv hack is only required for the case using native libiconv.
PR 46720.
|
2012-07-24 20:23:39 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 2.32.4
changes: bugfixes
|
2012-07-12 16:43:26 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Commit a different fix for the Solaris 32-bit libelf problem. Disable
largefile support only in programs which depend upon libelf (currently just
gresource), rather than across the entirety of glib2.
Bump PKGREVISION.
|
2012-07-12 01:07:06 by John Marino | Files touched by this commit (1) |
Log message:
devel/glib2: Fix 32-bit SunOS
On a 32-bit OpenIndiana 151a machine, glib2 failed with the error:
"large files are not supported by libelf".
The glib2 makefile doesn't include libelf from pkgsrc, it uses the version
with the header at /usr/include/libelf.h. Libelf will only support large
files (64 bits) with 64-bit versions of SunOS.
This change adds additional checks. When the Makefile determines that the
package is building on a 32-bit SunOS, it will force the configure script
to define _FILE_OFFSET_BITS as 32 which allows glib2 to build completely.
No need to bump revision; it wouldn't have built on 32-bit SunOS before.
|
2012-06-26 20:21:25 by Matthias Drochner | Files touched by this commit (1) |
Log message:
don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)
This is a poor fix for an apparently not well understood problem, so
we should consider it a stopgap fix and find a sustainable solution
after the freeze.
|
2012-05-31 06:58:35 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Increase build dependency of gtk-doc for the kqueue configuration.
With older version 1.11nb1, it had many failures during automake.
Noticed that this newer version allowed the configuration and build
to complete.
|
2012-05-23 19:27:19 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
change to working generic HOMEPAGE
|