aboutsummaryrefslogtreecommitdiff
path: root/devel/libol
Commit message (Collapse)AuthorAgeFilesLines
* Add forgotten .la file to plist.Roman Bogorodskiy2005-07-121-0/+1
| | | | | | | | Peported by: pointyhat via kris Pointy hat to: novel Notes: svn path=/head/; revision=139002
* Set USE_LIBTOOL_VER to 13 to fix build on 4.x.Roman Bogorodskiy2005-07-111-1/+1
| | | | | | | | Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Reported by: pointyhat via kris Notes: svn path=/head/; revision=138925
* Update to 0.3.16.Roman Bogorodskiy2005-07-073-5/+4
| | | | | | | | | PR: 83101 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: Vince Valenti (maintainer) Notes: svn path=/head/; revision=138663
* - Update devel/libol to 0.3.15 and sysutils/syslog-ng to 1.6.6Sergey Matveychuk2005-03-202-2/+3
| | | | | | | | | | - Synchronize syslog-ng.conf with /etc/syslog.conf Submitted by: glebius Approved by: maintainer silence Notes: svn path=/head/; revision=131727
* - Add USE_GCC=3.3+. It fixes core dumps on 4.x.Sergey Matveychuk2005-03-051-0/+1
| | | | | | | | | - Add /var/run/logpriv as an log source in syslog-ng.conf.sample. Submitted by: glebius Notes: svn path=/head/; revision=130421
* Update to 0.3.14.Mark Linimon2004-08-283-7/+7
| | | | | | | | | PR: ports/70849 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> Approved by: maintainer Notes: svn path=/head/; revision=117473
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to 0.3.13Pav Lucistnik2004-02-292-2/+2
| | | | | | | | | PR: ports/63486 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=102506
* Update to version 0.3.12.Dmitry Sivachenko2004-01-152-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=98213
* - Update to version 0.3.11Kirill Ponomarev2003-10-102-2/+2
| | | | | | | | PR: 57819 Submitted by: maintainer Notes: svn path=/head/; revision=90754
* upgrade to 0.3.10Ying-Chieh Liao2003-05-122-2/+2
| | | | | | | | PR: 51937 Submitted by: maintainer Notes: svn path=/head/; revision=80812
* Update to the latest stable version (0.3.9).Dmitry Sivachenko2003-03-065-8/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=77031
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Update to 0.2.24.Dmitry Sivachenko2003-01-012-2/+2
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=72064
* Update to version 0.2.23Kevin Lo2001-11-292-2/+2
| | | | | | | | PR: 32368 Submitted by: MAINTAINER Notes: svn path=/head/; revision=50718
* Update port to version 0.2.21 (required by sysutils/syslog-ng 1.4.11).Jimmy Olgeni2001-04-202-2/+2
| | | | | | | | PR: 26707 Submitted by: Vince Valenti <vince@blue-box.net> Notes: svn path=/head/; revision=41737
* Update to 0.2.20Kevin Lo2000-10-032-2/+2
| | | | | | | | PR: 21706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33369
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Update to 0.2.17.Will Andrews2000-07-022-2/+2
| | | | | | | | PR: 19632 Submitted by: maintainer Notes: svn path=/head/; revision=30054
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Respect CFLAGS.Maxim Sobolev2000-05-191-0/+11
| | | | | | | PR: 18659 Notes: svn path=/head/; revision=28598
* Add libol, a library required by syslog-ng. It has no known documentedWill Andrews2000-04-255-0/+63
purpose other than to support syslog-ng. The maintainer suggested that it go in misc, but I defaulted to devel, as defined in porting.html. PR: 18186 Submitted by: Vince Valenti <vince@blue-box.net> Notes: svn path=/head/; revision=27983