Commit Graph

25 Commits (062cef86488183928244067a15d55975f4770cf1)

Author SHA1 Message Date
Tryn Mirell 40f650c67c dnsmasq: add pkg-config dependency
Needed when using with --with-libidn

Closes Homebrew/homebrew#20647.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-20 20:05:12 -07:00
Ian Lancaster f3cc901616 dnsmasq 2.66
Closes Homebrew/homebrew#19376.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-23 09:44:01 -07:00
Brett Koonce c7499c000d dnsmasq 2.65
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03 14:04:50 -08:00
Mike McQuaid 7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Adam Vandenberg 2a1c4e34a2 caveat and other cleanups 2012-11-25 11:42:57 -08:00
Adam Vandenberg 230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Jack Nagel 018dabf584 Avoid referencing MACOS_VERSION directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04 18:15:31 -05:00
Justin Clift 601d247251 dnsmasq 2.63
Closes Homebrew/homebrew#14667.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03 11:38:49 -07:00
Jack Nagel 2c3435a7e9 dnsmasq: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:05:07 -05:00
Brett Koonce 2a7e5aa5b0 dnsmasq 2.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Justin de Vesine 3ba4993ed6 dnsmasq 2.61
Closes Homebrew/homebrew#11990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:33:33 -05:00
billchurch a9ab0248f8 dnsmasq 2.60
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:10:17 -07:00
Jack Nagel 6ce735db99 Add and use plist helper methods
These will be used to unify the label namespaces in embedded plists,
i.e. 'homebrew.mxcl.<formula>'.

plist_path returns the full path to a plist file located at the top
level of the keg; plist_path.basename can be used if just the filename
is needed.

c.f. Homebrew/homebrew#9346.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:50:58 -06:00
Jack Nagel cce644e300 Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:28:56 -06:00
Cameron Walters e21059ea24 dnsmasq: add optional IDN support
Depends on libidn only if the option is supplied.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-28 20:40:35 -08:00
Adam Vandenberg d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
eatcpcks bf58140732 dnsmasq 2.5.7
Lion Fix with CFLAGS modifier

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 14:13:31 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Jeffrey Hardy 1b335e3a24 Updated formula: dnsmasq. Add a launchd item and a sample config file
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25 09:40:16 -07:00
Jeffrey Hardy cdc53cff06 Updated formula: dnsmasq. Version bump to 2.55
See http://www.thekelleys.org.uk/dnsmasq/CHANGELOG for details.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-22 21:49:30 -07:00
Ricardo Martins b6df6a8282 Updated formula: dnsmasq. Version bump to 2.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-18 10:22:50 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Joshua Peek e222fc1249 Dnsmasq formula 2009-09-02 01:43:17 -05:00