aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gettext.rb
AgeCommit message (Collapse)Author
2014-12-27gettext: fix strict audit failures.Mike McQuaid
2014-12-27gettext: update 0.19.4 bottle.BrewTestBot
2014-12-27gettext 0.19.4Jack Nagel
2014-11-18gettext: update 0.19.3_1 bottle.BrewTestBot
2014-11-18gettext: avoid runtime dependency on xzJack Nagel
2014-10-17gettext: add yosemite bottle.Mike McQuaid
2014-10-16gettext: update 0.19.3 bottle.BrewTestBot
2014-10-16gettext 0.19.3David Christenson
Update to latest stable release, change format of make command. Closes #33248. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-28gettext, readline: Add keg_only :shadowed_by_osxShaun Jackman
Closes #31951. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-21gettext: update 0.19.2 bottle.BrewTestBot
2014-07-21gettext 0.19.2Noctem
Update to latest stable release. Closes #30034. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-04gettext: add bottlesJack Nagel
2014-01-17gettext: remove patchJack Nagel
This patch only disables building examples, which probably wasn't a huge deal to begin with and matters even less now that we have bottles. Closes #25991.
2014-01-14gettext 0.18.3.2Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19gettext: add 10.9 bottleJack Nagel
2013-08-20gettext 0.18.3.1Jack Nagel
2013-07-31gettext: disable csharpAdam Vandenberg
Closes #21544.
2013-07-09gettext: disable javaJack Nagel
Refs #21102.
2013-07-09gettext 0.18.3Jack Nagel
Closes #21102.
2013-06-10gettext: Enable Emacs support unconditionallyPeter Eisentraut
Revert e93c776803d6b8c2c96b971307899ad61f09a43c and turn on Emacs support without an option, per discussion in #20313. Closes #20385. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-08gettext: rename Emacs class which is used by the Emacs formulaJack Nagel
2013-06-08gettext: Add Emacs support optionPeter Eisentraut
Closes #20313. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-30gettext: 0.18.2 bottles.Mike McQuaid
2013-01-30gettext 0.18.2Birger J. Nordølum
Removed one of the patches, as done over at MacPorts. Closes #17281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-20gettext: always use bundled librariesJack Nagel
We have been explicitly passing "--without-included-glib", etc. to the but this doesn't make sense: the flag does not mean "don't use glib at all", it means "don't use the bundled glib", which means "use an external copy of glib if one exists, but otherwise fall back to the included version anyway". This can lead to subtle breakage: if a user has installed glib, and then gettext is built from source, gettext will link to the external glib. When the user goes to upgrade glib the next time around, the build will fail when it tries to use the now broken gettext binaries. So in most cases, our gettext formula has been using these bundled libraries anyway. The most obvious case is the bottles, which do not have external linkage to glib, libunistring, etc. In order to cover all cases, _always_ build with the included libraries. There is no need to rebuild the bottles for these changes, as they are correct already. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03gettext: fix checksumJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-11gettext: add Mountain Lion and Snow Leopard bottles.Mike McQuaid
2012-08-09gettext: use options dslAdam Vandenberg
2012-04-22gettext: remove Snow Leopard bottleJack Nagel
The bottle was linked against libunistring, which is not a hard dependency but gets picked up by the build if its present; this results in breakage on systems where libunistring is not installed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10gettext: add Snow Leopard bottleMisty De Meo
2012-02-27Add gettext bottle.Mike McQuaid
2012-02-25Don't override default -O flag.Adam Vandenberg
Way back in the day, Homebrew defaulted to LLVM/-O3. A lot of stuff failed to compile, and a lot of stuff just took forever with -O4. We don't default this way anymore, and in fact use -Os per Apple guidelines. So remove these old "fixes" since they are no longer needed.
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-21gettext: fix build with Xcode 4José Martínez
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06gettext: universal binaryAdam Vandenberg
2011-06-05gettext: simplify build processAdam Vandenberg
Don't build examples and then delete them; use the MacPorts patch to not build examples in the first place, unless explicitly asked for.
2011-03-22Change keg-only text slightly.Adam Vandenberg
2011-03-19gettext - add configure switchAdam Vandenberg
--without-git was required for some users.
2011-03-12updated gettext to 0.18.1.1Fred Wenzel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10Document all existing install options.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-02-11gettext - fix Mac Pro 10.6 issue #540Adam Vandenberg
LLVM -O4 doesn't work on Mac Pro.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-17Solving the GNU GetText issuesMax Howell
GNU GetText breaks eg. Ruby 1.9 builds, and some other formula I have been building too. But it is required by eg. glib. So to solve this we are going to by default not symlink gettext into the Homebrew prefix. Formula that depend on GetText will have the gettext paths added to the brewing environment automatically. Neat.
2009-09-16Default to patch level 1Max Howell
Having gone through our patches it's clear that p1 is more standard. Also fixed a bug where returning DATA outside of an array would fail to patch.
2009-09-16Added patch for environ problems in Gettext.Daniel Rodríguez Troitiño
All Gettext binaries fail at runtime with linking problems related to the environ variable. According to <http://www.mail-archive.com/bug-gnulib@gnu.org/msg09272.html> the environ variable is missing from some platforms (between them MacOS X), and autoconf test for it, and sets HAVE_ENVIRON_DECL accordingly. A common workaround was declaring "extern char** environ" in the code if the OS didn't provide the environ variable, but that doesn't work since 10.5. Since then you have to use _NSGetEnviron() function declared in crt_externs.h. This workaround works at least since 10.3. t Signed-off-by: Max Howell <max@methylblue.com> Closes #11