From c07d17a71c05be2f88b0c9daf36c4dda9b05b8f7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 18 Nov 2013 22:49:04 -0800 Subject: Redact syslog-ng Closes #22030. --- Library/Formula/syslog-ng.rb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Library/Formula/syslog-ng.rb (limited to 'Library/Formula') diff --git a/Library/Formula/syslog-ng.rb b/Library/Formula/syslog-ng.rb deleted file mode 100644 index 61b31fced..000000000 --- a/Library/Formula/syslog-ng.rb +++ /dev/null @@ -1,29 +0,0 @@ -require 'formula' - -class SyslogNg < Formula - homepage 'http://www.balabit.com/network-security/syslog-ng/' - url 'http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.5/source/syslog-ng_3.2.5.tar.gz' - sha1 '5541cd6711b7a9d983601d8047b9a27d98ecbe9b' - - depends_on 'pkg-config' => :build - depends_on 'pcre' - depends_on 'eventlog' - depends_on 'glib' - - def install - ENV.append 'LDFLAGS', '-levtlog -lglib-2.0' # help the linker find symbols - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--enable-dynamic-linking", - "--prefix=#{prefix}", - "--sysconfdir=#{etc}", - "--localstatedir=#{var}" - - # the HAVE_ENVIRON check in configure fails - # discussion for a fix is ongoing on the Homebrew mailing list, but for - # now this is sufficient - inreplace 'config.h', '#define HAVE_ENVIRON 1', '' - - system "make install" - end -end -- cgit v1.2.3