summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Give up MAINTAINERadrianp1-2/+2
2008-10-28Requires flex. From PR 39772.joerg1-2/+2
2008-10-25Update to 1.6.12adrianp1-4/+7
Some key changes: * configure.in: changed "source" to "." as the source command is a bashism, changed a couple of double equal signs to single ones, moved libol to the statically linked libs as AIX links to .a files dynamically unless static linking is explicitly requested * src/filters.c (do_filter_netmask): fixed negation for the netmask() filter * src/macros.c: added LEVEL_NUM and FACILITY_NUM macros
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-02-18buildlink updates to handle the new libnet package structureadrianp1-2/+2
bump PKGREVISION
2006-05-16Rename spoof option to syslogng-spoofadrianp1-3/+5
Use PKG_OPTIONS_LEGACY_OPTS to transition.
2006-05-14Syslog-ng tries to fill the gaps original syslogd's were lacking:adrianp1-0/+69
* powerful configurability * filtering based on message content * message integrity, message encryption (not yet implemented in 1.4.x) * portability * better network forwarding