| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-06 | glib: update 2.44.0 bottle. | BrewTestBot | |
| 2015-04-06 | glib 2.44.0 | Alex Dunn | |
| Closes #38381. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-08 | glib: refresh patches | Jack Nagel | |
| 2015-03-08 | glib: partially revert 66c01269d742bd7ea5f0c8da23ce83256c6c6459 | Jack Nagel | |
| Fixes #37515. | |||
| 2015-03-07 | glib: update 2.42.2 bottle. | BrewTestBot | |
| 2015-03-07 | glib 2.42.2 | David Christenson | |
| Update to latest stable release, use HTTPS on homepage URL, change 'test' option to 'with-test', modernize formula. Closes #37463. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2014-11-18 | glib: update 2.42.1 bottle. | BrewTestBot | |
| 2014-11-18 | glib 2.42.1 | Jack Nagel | |
| 2014-10-17 | glib: add yosemite bottle. | Mike McQuaid | |
| 2014-09-22 | glib: update 2.42.0 bottle. | BrewTestBot | |
| 2014-09-22 | glib: refresh patches | Jack Nagel | |
| 2014-09-22 | glib 2.42.0 | TingPing | |
| Closes #32523. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-24 | Avoid conditionally defined resources | Jack Nagel | |
| Resources are downloaded on-demand, so we can always define them and avoid the headaches that come with conditional definitions. | |||
| 2014-05-15 | Don't assume cflags is non-nil | Jack Nagel | |
| Fixes #29284. | |||
| 2014-05-11 | glib: update 2.40.0_1 bottle. | BrewTestBot | |
| 2014-05-11 | glib: fix more hardcoded paths | Jack Nagel | |
| Fixes #29014. Closes #29132. Closes #29142. Closes #29143. | |||
| 2014-04-03 | Revert "Use download.gnome.org instead of ftp.gnome.org" | Jack Nagel | |
| This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c. Closes #28026. | |||
| 2014-03-30 | Use download.gnome.org instead of ftp.gnome.org | Jack Nagel | |
| 2014-03-28 | glib: update 2.40.0 bottle. | BrewTestBot | |
| 2014-03-28 | glib 2.40 | Jack Nagel | |
| 2014-03-23 | glib: refresh universal patch | Jack Nagel | |
| 2014-03-13 | glib: use checksummed patches | Jack Nagel | |
| 2014-02-27 | glib: use Formula[] | Adam Vandenberg | |
| 2014-02-22 | glib: fix test to not use pkg-config. | Mike McQuaid | |
| 2014-02-22 | glib: add bottle. | Mike McQuaid | |
| 2014-02-14 | glib: add option for static library creation | Mitch Tishmack | |
| Closes #25505. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-12-05 | Revert "glib: remove legacy gettext workaround" | Jack Nagel | |
| Turns out this actually still *is* necessary because gettext does not have a pkgconfig file of its own, and glib-2.0.pc includes references to gettext. This reverts commit 57b37ed2d671eb7c40c64df085df3e89759278b4. Fixes #24952. | |||
| 2013-11-20 | glib: remove legacy gettext workaround | Jack Nagel | |
| This code actually predates PKG_CONFIG_PATH being configured correctly for keg-only deps. It is no longer needed. | |||
| 2013-11-12 | glib 2.38.2 | Jack Nagel | |
| 2013-11-11 | glib: remove dead code | Jack Nagel | |
| ENV.enable_warnings doesn't do anything under superenv, and we pass '-w' unconditionally, so this probably isn't needed anymore. | |||
| 2013-10-21 | glib: fix build on FSF GCC | Misty De Meo | |
| Fixes #23393. | |||
| 2013-10-16 | glib 2.38.1 | Jack Nagel | |
| - Remove upstream patches - Remove auto-detected XZ dep | |||
| 2013-10-01 | glib: use resource | Jack Nagel | |
| 2013-09-30 | glib: apply upstream patches for various compilation issues | Jack Nagel | |
| 2013-09-25 | glib 2.38.0 | Jack Nagel | |
| 2013-09-15 | glib: restore patch | Jack Nagel | |
| This patch needs to stay for packaging reasons. | |||
| 2013-09-15 | glib: drop invalid patch. | Xiyue Deng | |
| * The upstream bug was tagged wontfix anyway. * Enable verbose build log. Closes #22554. | |||
| 2013-08-07 | glib 2.36.4 | Jack Nagel | |
| 2013-06-12 | glib 2.36.3 | Jack Nagel | |
| 2013-05-14 | glib 2.36.2 | Jack Nagel | |
| 2013-04-16 | glib 2.36.1 | Jack Nagel | |
| - Refresh patch | |||
| 2013-04-13 | glib: explicitly disable libelf | Jack Nagel | |
| 2013-03-29 | glib 2.36.0 | Jack Nagel | |
| 2013-03-24 | glib: make gio-module-dir global | Jack Nagel | |
| Fixes #18701. | |||
| 2013-02-04 | glib: disable modular tests | Jack Nagel | |
| glib's configure script looks for libdbus, and tries to link a test program against it if it exists. This fails when the architectures of the two do not match, for example when compiling glib as universal. Since the alternative is to add a universal option to dbus and then add a dependency here, just disable this test. Fixes #17570. | |||
| 2013-02-01 | glib: use test DSL | Jack Nagel | |
| 2012-12-08 | glib 2.34.3 | Jack Nagel | |
| 2012-11-20 | glib: use the official patch for gsocket.c instead | nibbles 2bits | |
| - Remove the third patch added today. The bug report is resolved. - Add the official fix for that bug in `gio/gsocket.c`. The devs got back in contact and reported that they had reverted the offending change to `gsocket.c` and gave us the right patch to do that. Noted in the comments to remove at the next version. Closes #16157. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-11-19 | glib 2.34.2 | nibbles 2bits | |
| - Upgrade to 2.34.2. - Note one of the patches is resolved and the new removal version. - Add a new patch to fix an undeclared `avail_len` in `gio/gsocket.c` - Note in comments the new bug report url. Closes #16154. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-10-20 | glib 2.34.1 | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
